summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/CodeGenTarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* [stack protector] Fix a potential security bug in stack protector where theAkira Hatanaka2014-07-251-1/+2
* TableGen: introduce support for MSBuiltinSaleem Abdulrasool2014-07-041-0/+2
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-151-4/+4
* tblgen: Twinify PrintFatalError.Benjamin Kramer2014-03-291-4/+7
* Intrinsics: expand semantics of LLVMExtendedVectorType (& trunc)Tim Northover2014-03-281-4/+4
* Expose "noduplicate" attribute as a property for intrinsics.Eli Bendersky2014-03-181-0/+3
* Replace PROLOG_LABEL with a new CFI_INSTRUCTION.Rafael Espindola2014-03-071-1/+1
* clang-format a bit of code to make the next patch easier to read.Rafael Espindola2014-03-071-21/+5
* Now that we have C++11, turn simple functors into lambdas and remove a ton of...Benjamin Kramer2014-03-011-13/+4
* Delete all of the CodeGenInstructions from CodeGenTarget destructor.Craig Topper2014-02-061-0/+1
* Fix a doxygen comment referencing the wrong method name.Craig Topper2014-02-051-2/+2
* Replace tablegen uses of EVT with MVT. Add isOverloaded() to MVT to facilitat...Craig Topper2014-01-241-2/+2
* Support little-endian encodings in the FixedLenDecoderEmitterHal Finkel2013-12-171-0/+40
* Lower stackmap intrinsics directly to their target opcode in the DAG builder.Andrew Trick2013-10-311-0/+2
* Add v4f16 to supported value types.Pete Cooper2013-10-031-0/+1
* Initial support for Neon scalar instructions.Jiangning Liu2013-09-241-0/+3
* [Mips][msa] Value types for MSA support.Jack Carter2013-08-131-0/+1
* Add 'const' qualifier to some arrays.Craig Topper2013-07-151-1/+1
* Extend 'readonly' and 'readnone' to work on function arguments as well asNick Lewycky2013-07-061-0/+6
* Use ArrayRef<MVT::SimpleValueType> when possible.Jakob Stoklund Olesen2013-03-171-1/+1
* Added 6 more value types: v32i1, v64i1, v32i16, v32i8, v64i8, v8f64Elena Demikhovsky2012-12-241-0/+6
* Sort the #include lines for utils/...Chandler Carruth2012-12-041-3/+3
* Remove exception handling usage from tblgen.Joerg Sonnenberger2012-10-251-14/+15
* Add in new data types that are used by AMDIL/ANL among others.Micah Villmow2012-09-191-0/+8
* Compute a map from register names to registers, rather than scanning the list...Owen Anderson2012-09-111-6/+5
* Add a new optimization pass: Stack Coloring, that merges disjoint static allo...Nadav Rotem2012-09-061-0/+2
* Add CodeGenTarget::guessInstructionProperties.Jakob Stoklund Olesen2012-08-231-0/+9
* I'm introducing a new machine model to simultaneously allow simpleAndrew Trick2012-07-071-1/+11
* whitespaceAndrew Trick2012-07-071-3/+3
* rdar://11542750 - llvm.trap should be marked no return.Chris Lattner2012-05-271-0/+3
* Revert "Emit the SubRegTable with the smallest possible integer type."Jim Grosbach2012-03-011-8/+0
* Emit the SubRegTable with the smallest possible integer type.Benjamin Kramer2012-02-291-0/+8
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-051-2/+2
* Added MVT::v2f16Pete Cooper2012-01-121-0/+1
* Split AsmParser into two components - AsmParser and AsmParserVariantDevang Patel2012-01-091-0/+20
* Add basic generic CodeGen support for half.Dan Gohman2011-12-201-0/+1
* First chunk of MachineInstr bundle support.Evan Cheng2011-12-061-0/+1
* Rename MVT::untyped to MVT::Untyped to match similar nomenclature.Owen Anderson2011-11-161-1/+1
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-011-1/+1
* Switch to ArrayRef<CodeGenRegisterClass*>.Jakob Stoklund Olesen2011-09-291-5/+5
* Unconstify InitsDavid Greene2011-07-291-2/+2
* [AVX] Constify InitsDavid Greene2011-07-291-2/+2
* Revert r134921, 134917, 134908 and 134907. They're causing failuresEric Christopher2011-07-111-2/+2
* [AVX] Make Inits FoldableDavid Greene2011-07-111-2/+2
* Add support for alternative register names, useful for instructions whose ope...Owen Anderson2011-06-271-0/+5
* Store CodeGenRegisters as pointers so they won't be reallocated.Jakob Stoklund Olesen2011-06-181-6/+4
* Fix formatting.Owen Anderson2011-06-161-1/+1
* Add a new MVT::untyped. This will be used in future work for modelling ISA f...Owen Anderson2011-06-151-0/+1
* Give CodeGenRegisterClass a real sorted member set.Jakob Stoklund Olesen2011-06-151-5/+4
* Move the list of register classes into CodeGenRegBank as well.Jakob Stoklund Olesen2011-06-151-11/+1
OpenPOWER on IntegriCloud