summaryrefslogtreecommitdiff
path: root/utils/TableGen/AsmWriterEmitter.cpp
Commit message (Expand)AuthorAge
* 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
* Make DebugLoc independent of DwarfWriter.Argyrios Kyrtzidis2009-04-30
* Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling2009-04-29
* Second attempt:Bill Wendling2009-04-29
* r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling2009-04-28
* Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling2009-04-28
* Fix escaping in asm string literals correctly by having tblgen unescape Chris Lattner2009-03-13
* Overhaul my earlier submission due to feedback. It's a large patch, but most ofBill Wendling2009-02-24
* - Use the "Fast" flag instead of "OptimizeForSize" to determine whether to emitBill Wendling2009-02-24
* We have logic in there to emit a default debugging label at the beginning of aBill Wendling2009-02-20
* Add an accessor method to DwarfWriter to tell of debugging info should be emi...Bill Wendling2009-02-20
* Print out a new label only if the debug location *tuple* is different. The debugBill Wendling2009-02-19
* Forgot to check that debug information is supported.Bill Wendling2009-02-19
* Put code that generates debug labels into TableGen so that it can be used byBill Wendling2009-02-18
* Add explicit keywords.Dan Gohman2009-02-18
* Remove tabs from my previous commit.Cedric Venet2008-10-27
* Add a default constructor to AsmWriterOperand to make VS2008sp1 happy. (AsmWr...Cedric Venet2008-10-26
* Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminatingDan Gohman2008-07-01
* Fix a bug where an incorrect bit mask would be generated if a target's last asmNate Begeman2008-04-09
* Add support for escaping {} in asm strings, based on patch from Nick Burns.Nate Begeman2008-03-17
* Replace all target specific implicit def instructions with a target independe...Evan Cheng2008-03-15
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-20
* Get rid of the annoying blank lines before labels.Evan Cheng2008-02-02
* SDIsel processes llvm.dbg.declare by recording the variable debug information...Evan Cheng2008-02-02
* remove attributions from utils.Chris Lattner2007-12-29
* Work around a bogus gcc 4.2 warning.Chris Lattner2007-07-18
* Files missing from LABEL check in.Jim Laskey2007-01-26
* What should be the last unnecessary <iostream>s in the library.Bill Wendling2006-12-07
* Remove the isTwoAddress property from the CodeGenInstruction class. It shouldChris Lattner2006-11-15