summaryrefslogtreecommitdiff
path: root/utils/TableGen/AsmWriterEmitter.cpp
Commit message (Expand)AuthorAge
* Let a target specify whether it wants an assembly printer to be the MC versionJim Grosbach2010-09-30
* trailing whitespaceJim Grosbach2010-09-29
* Handle the odd case where we only have one instruction.Eric Christopher2010-09-18
* Update comment.Bill Wendling2010-07-16
* change a ton of code to not implicitly use the "O" raw_ostreamChris Lattner2010-04-04
* make inst_begin/inst_end iterate over InstructionsByEnumValue.Chris Lattner2010-03-19
* revert 98912Chris Lattner2010-03-19
* make inst_begin/inst_end iterate over InstructionsByEnumValue.Chris Lattner2010-03-19
* change Target.getInstructionsByEnumValue to return a referenceChris Lattner2010-03-19
* enhance llvm-mc -show-inst to print the enum of an instruction, like so:Chris Lattner2010-02-11
* Fixed some indentation in the AsmWriterInstSean Callanan2010-02-09
* Per PR 6219, factored AsmWriterInst and AsmWriterOperandSean Callanan2010-02-09
* sink handling of target-independent machine instrs (otherChris Lattner2010-02-03
* Don't print a redundant tab for inline asm, and do use the new printKill.Dan Gohman2009-11-06
* Move UnescapeString to a static function for its sole client; its inefficient...Daniel Dunbar2009-10-17
* Introduce the TargetInstrInfo::KILL machine instruction and get rid of theJakob Stoklund Olesen2009-09-28
* 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
* 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
* PHI nodes can never reach the asmprinter, assert and die instead of printingChris Lattner2009-09-11
* 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 DOUTsChris Lattner2009-08-23
* Record variable debug info at ISel time directly.Devang Patel2009-08-22
* the MinPad argument to PadToColumn only really makes sense to be 1,Chris Lattner2009-08-17
* make printInstruction return void since its result is omitted. Make the Chris Lattner2009-08-08
* don't check the result of printInstruction anymore.Chris Lattner2009-08-08
* Unbreak build.Benjamin Kramer2009-08-07
* fix the column output stuff in the asmwriter from being dynamic andChris Lattner2009-08-07
* Suppress compiler warning.Daniel Dunbar2009-08-05
* Fix some column padding bugs, reorganize things as suggested by ChrisDavid Greene2009-08-05
* Simplify operand padding by keying off tabs in the asm stream. IfDavid Greene2009-07-31
* Re-enable comment and operand padding.David Greene2009-07-29
* Revert AsmWriterEmitter.cpp to 74742. The recent changes are causing serious ...Evan Cheng2009-07-29
* Make a bunch of changes suggested by Chris and others to improveDavid Greene2009-07-21
* Re-apply 75490, 75806 and 76177 with fixes and tests. Efficiency comesDavid Greene2009-07-20
* Restore AsmWriterEmitter.cpp back to 74742. The recent changes broke Thumb.Evan Cheng2009-07-20
* Revert 76177 for now. It's messing up ARM asm printing. Also this significant...Evan Cheng2009-07-18
* Add logic to align instruction operands to columns for pretty-printing.David Greene2009-07-17
* Get rid of postInstructionAction and call EmitComments directly.David Greene2009-07-15
* Add infrastructure to allow post instruction printing action triggers.David Greene2009-07-13
* Replace std::iostreams with raw_ostream in TableGen.Daniel Dunbar2009-07-03
* allow clients of the asmprinter to opt-out of the boilerplate with a #define.Chris Lattner2009-06-19
* Move the tablegen-produced DebugLoc handling into a AsmWriter::processDebugLo...Argyrios Kyrtzidis2009-05-07
* Restore minor deletion.Mike Stump2009-05-04