]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - utils/TableGen/CodeGenTarget.cpp
Range-for some stuff related to RegClasses, and comment cases where range-for isn...
[opencl/llvm.git] / utils / TableGen / CodeGenTarget.cpp
2014-12-03 David BlaikieRange-for some stuff related to RegClasses, and comment...
2014-12-01 Philip Reames[Statepoints 2/4] Statepoint infrastructure for garbage...
2014-11-28 Duncan P. N. Exon... Revert "Masked Vector Load and Store Intrinsics."
2014-11-28 Craig TopperUse unique_ptr to simplify deletion.
2014-11-23 Elena DemikhovskyMasked Vector Load and Store Intrinsics.
2014-07-25 Akira Hatanaka[stack protector] Fix a potential security bug in stack...
2014-07-04 Saleem AbdulrasoolTableGen: introduce support for MSBuiltin
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-29 Benjamin Kramertblgen: Twinify PrintFatalError.
2014-03-28 Tim NorthoverIntrinsics: expand semantics of LLVMExtendedVectorType...
2014-03-18 Eli BenderskyExpose "noduplicate" attribute as a property for intrin...
2014-03-07 Rafael EspindolaReplace PROLOG_LABEL with a new CFI_INSTRUCTION.
2014-03-07 Rafael Espindolaclang-format a bit of code to make the next patch easie...
2014-03-01 Benjamin KramerNow that we have C++11, turn simple functors into lambd...
2014-02-06 Craig TopperDelete all of the CodeGenInstructions from CodeGenTarge...
2014-02-05 Craig TopperFix a doxygen comment referencing the wrong method...
2014-01-24 Craig TopperReplace tablegen uses of EVT with MVT. Add isOverloaded...
2013-12-17 Hal FinkelSupport little-endian encodings in the FixedLenDecoderE...
2013-10-31 Andrew TrickLower stackmap intrinsics directly to their target...
2013-10-03 Pete CooperAdd v4f16 to supported value types.
2013-09-24 Jiangning LiuInitial support for Neon scalar instructions.
2013-08-13 Jack Carter[Mips][msa] Value types for MSA support.
2013-07-15 Craig TopperAdd 'const' qualifier to some arrays.
2013-07-06 Nick LewyckyExtend 'readonly' and 'readnone' to work on function...
2013-03-17 Jakob Stoklund OlesenUse ArrayRef<MVT::SimpleValueType> when possible.
2012-12-24 Elena DemikhovskyAdded 6 more value types: v32i1, v64i1, v32i16, v32i8...
2012-12-04 Chandler CarruthSort the #include lines for utils/...
2012-10-25 Joerg SonnenbergerRemove exception handling usage from tblgen.
2012-09-19 Micah VillmowAdd in new data types that are used by AMDIL/ANL among...
2012-09-11 Owen AndersonCompute a map from register names to registers, rather...
2012-09-06 Nadav RotemAdd a new optimization pass: Stack Coloring, that merge...
2012-08-23 Jakob Stoklund OlesenAdd CodeGenTarget::guessInstructionProperties.
2012-07-07 Andrew TrickI'm introducing a new machine model to simultaneously...
2012-07-07 Andrew Trickwhitespace
2012-05-27 Chris Lattnerrdar://11542750 - llvm.trap should be marked no return.
2012-03-01 Jim GrosbachRevert "Emit the SubRegTable with the smallest possible...
2012-02-29 Benjamin KramerEmit the SubRegTable with the smallest possible integer...
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2012-01-12 Pete CooperAdded MVT::v2f16
2012-01-09 Devang PatelSplit AsmParser into two components - AsmParser and...
2011-12-20 Dan GohmanAdd basic generic CodeGen support for half.
2011-12-06 Evan ChengFirst chunk of MachineInstr bundle support.
2011-11-16 Owen AndersonRename MVT::untyped to MVT::Untyped to match similar...
2011-10-01 Peter CollingbourneMove TableGen's parser and entry point into a library
2011-09-29 Jakob Stoklund OlesenSwitch to ArrayRef<CodeGenRegisterClass*>.
2011-07-29 David GreeneUnconstify Inits
2011-07-29 David Greene[AVX] Constify Inits
2011-07-11 Eric ChristopherRevert r134921, 134917, 134908 and 134907. They're...
2011-07-11 David Greene[AVX] Make Inits Foldable
2011-06-27 Owen AndersonAdd support for alternative register names, useful...
2011-06-18 Jakob Stoklund OlesenStore CodeGenRegisters as pointers so they won't be...
2011-06-16 Owen AndersonFix formatting.
2011-06-15 Owen AndersonAdd a new MVT::untyped. This will be used in future...
2011-06-15 Jakob Stoklund OlesenGive CodeGenRegisterClass a real sorted member set.
2011-06-15 Jakob Stoklund OlesenMove the list of register classes into CodeGenRegBank...
2011-06-11 Jakob Stoklund OlesenMove the list of registers into CodeGenRegBank.
2011-06-10 Jakob Stoklund OlesenMove some sub-register index calculations to CodeGenReg...
2011-06-09 Jakob Stoklund OlesenMove TableGen's register bank classes to their own...
2011-06-02 Jakob Stoklund OlesenMake it possible to have unallocatable register classes.
2011-05-28 John McCallChange how tblgen generates attributes for intrinsics...
2011-05-07 Jakob Stoklund OlesenTeach TableGen to automatically generate missing SubReg...
2011-04-21 Jakob Stoklund OlesenDon't allow per-register spill size and alignment.
2011-04-20 Jakob Stoklund OlesenPrefer cheap registers for busy live ranges.
2011-03-11 Jim GrosbachMake the register enum value part of the CodeGenRegiste...
2011-03-11 Jim GrosbachTrailing whitespace.
2010-12-23 Chris LattnerFlag -> Glue, the ongoing saga
2010-12-21 Chris Lattnerrename MVT::Flag to MVT::Glue. "Flag" is a terrible...
2010-12-15 Chris Lattnervarious cleanups to tblgen, patch by Garrison Venn!
2010-12-13 Chris Lattnereliminate the Records global variable, patch by Garriso...
2010-11-02 Chris Lattnera bunch of random cleanup, move a helper to CGT where...
2010-11-01 Chris Lattnereliminate the old InstFormatName which is always "AsmSt...
2010-09-21 Chris Lattnerfix a long standing wart: all the ComplexPattern's...
2010-09-07 Bill WendlingAdd an MVT::x86mmx type. It will take the place of...
2010-09-07 Bill WendlingFix whitespace, because I'm OCD.
2010-08-05 Dan GohmanRemove IntrWriteMem, as it's the default. Rename IntrWr...
2010-07-16 Bill WendlingRename DBG_LABEL PROLOG_LABEL, because it's only used...
2010-07-02 Jakob Stoklund OlesenAdd a new target independent COPY instruction and code...
2010-07-02 Jakob Stoklund OlesenClean up TargetOpcodes.h a bit, and limit the number...
2010-05-26 Jakob Stoklund OlesenAdd StringRef::compare_numeric and use it to sort Table...
2010-05-24 Jakob Stoklund OlesenReplace the tablegen RegisterClass field SubRegClassLis...
2010-05-13 Evan ChengAdding a v8i64 512-bit vector type. This will be used...
2010-05-01 Evan ChengAdd a pseudo instruction REG_SEQUENCE that takes a...
2010-03-27 Chris Lattnerfix CodeGenTarget::getRegisterVTs to not return the
2010-03-23 Chris Lattnerreject void in intrinsic type lists.
2010-03-22 Chris LattnerChange intrinsic result type for void to store it as...
2010-03-19 Eric ChristopherRevert r99009 temporarily it seems to be breaking the...
2010-03-19 Chris LattnerChange intrinsic result type for void to store it as...
2010-03-19 Chris Lattneradd a new SDNPVariadic SDNP node flag, and use it in
2010-03-19 Chris LattnerFinally change the instruction looking map to be a...
2010-03-19 Chris Lattnermake inst_begin/inst_end iterate over InstructionsByEnu...
2010-03-19 Chris Lattnerrevert 98912
2010-03-19 Chris Lattnermake inst_begin/inst_end iterate over InstructionsByEnu...
2010-03-19 Chris Lattnerchange Target.getInstructionsByEnumValue to return...
2010-03-19 Chris Lattnerfactor copy and paste code.
2010-03-19 Chris Lattnerlook up instructions by record, not by name.
2010-03-15 Chris LattnerCompletely rewrite tblgen's type inference mechanism,
2010-02-09 Chris Lattnermove target-independent opcodes out of TargetInstrInfo
2010-01-15 Dale JohannesenRemove DEBUG_DECLARE, looks like we don't need it.
2010-01-09 Dale JohannesenAdd DEBUG_DECLARE. Not used yet.
2010-01-08 Dale JohannesenAdd DEBUG_VALUE. Not used yet.
next