summaryrefslogtreecommitdiff
path: root/utils/TableGen
Commit message (Expand)AuthorAge
* Add instruction flags: hasExtraSrcRegAllocReq and hasExtraDefRegAllocReq. WhenEvan Cheng2009-10-01
* Introduce the TargetInstrInfo::KILL machine instruction and get rid of theJakob Stoklund Olesen2009-09-28
* Add a way to query the number of input files.Mikhail Glushenkov2009-09-28
* A bit prettier formatting.Mikhail Glushenkov2009-09-28
* Improve MachineMemOperand handling.Dan Gohman2009-09-25
* Rename getTargetNode to getMachineNode, for consistency with theDan Gohman2009-09-25
* Make the end-of-itinerary mark explicit. Some cleanup.David Goodwin2009-09-24
* Use raw_ostream::indent instead of passing strings.Mikhail Glushenkov2009-09-21
* convert some stuff to StringRef to avoid temporary std::strings.Chris Lattner2009-09-18
* add a comment.Chris Lattner2009-09-18
* slightly increase prettiness.Chris Lattner2009-09-14
* emit the register table as a massive string to avoid relocations.Chris Lattner2009-09-14
* move StringToOffsetTable out to its own header.Chris Lattner2009-09-14
* factor string table generation out to its own class. This changesChris Lattner2009-09-14
* eliminate the TargetRegisterDesc::AsmName field, the asmprinters now have thi...Chris Lattner2009-09-13
* the tblgen produced 'getRegisterName' method does not accessChris Lattner2009-09-13
* make tblgen produce a function that returns the name for a physreg.Chris Lattner2009-09-13
* Eliminate some unnecessary implicit constructors in generated DAG ISel code.Owen Anderson2009-09-11
* PHI nodes can never reach the asmprinter, assert and die instead of printingChris Lattner2009-09-11
* Distinguish between 'empty' and empty DAG marker.Mikhail Glushenkov2009-09-10
* Add a logical 'not' operator to llvmc's TableGen dialect.Mikhail Glushenkov2009-09-10
* remove DebugLoc from MCInst and eliminate "Comment printing" fromChris Lattner2009-09-09
* Fix a subtle bug in "return;" generation which caused us to missChris Lattner2009-09-09
* hoist the call to processDebugLoc out of the generatedChris Lattner2009-09-09
* Remove some unused variables and methods warned about byDuncan Sands2009-09-06
* PR4795: Remove EEVT::isFP, isInt and isVec types used by TableGen's typeBob Wilson2009-08-29
* Fix bad length argument to substr calls. Apparently I'm the first one toBob Wilson2009-08-26
* Make LLVM command-line tools overwrite their output files without -f.Dan Gohman2009-08-25
* prune the #includes in raw_ostream.h by moving a Chris Lattner2009-08-24
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-23
* Try to fix MSVC build after r79846.Benjamin Kramer2009-08-23
* Fix non-determinism in DAGISel emitter.Daniel Dunbar2009-08-23
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-23
* remove some DOUTsChris Lattner2009-08-23
* Change raw_fd_ostream to take flags as an optional bitmask Chris Lattner2009-08-23
* Record variable debug info at ISel time directly.Devang Patel2009-08-22
* Extend the instruction itinerary model to include the ability to indicate the...David Goodwin2009-08-17
* the MinPad argument to PadToColumn only really makes sense to be 1,Chris Lattner2009-08-17
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* Add a new "SDTCisVec" SDTypeConstraint. This complements the vAny type.Bob Wilson2009-08-12
* This void is implicit in C++.Dan Gohman2009-08-12
* Enhance the InstrStage object to enable the specification of an Itinerary wit...David Goodwin2009-08-12
* Add contexts to some of the MVT APIs. No functionality change yet, just the ...Owen Anderson2009-08-12
* llvm-mc/AsmParser: Match hard coded registers (e.g. 'shldl %cl, %eax, %eax')Daniel Dunbar2009-08-11
* Add 'isCodeGenOnly' bit to Instruction .td records.Daniel Dunbar2009-08-11
* llvm-mc/AsmParser: Allow target to specific a comment delimiter, which will beDaniel Dunbar2009-08-11
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-11
* llvm-mc/AsmMatcher: Fix two thinkos in determining whether two classes areDaniel Dunbar2009-08-11
* Fix a few more places in TableGen that need to handle EVT::vAny types.Bob Wilson2009-08-11
* llvm-mc/AsmParser: Implement automatic classification of RegisterClass operands.Daniel Dunbar2009-08-11