aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/AsmWriterEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add infrastructure to allow post instruction printing action triggers.David Greene2009-07-131-7/+16
* Replace std::iostreams with raw_ostream in TableGen.Daniel Dunbar2009-07-031-3/+4
* allow clients of the asmprinter to opt-out of the boilerplate with a #define.Chris Lattner2009-06-191-1/+5
* Move the tablegen-produced DebugLoc handling into a AsmWriter::processDebugLo...Argiris Kirtzidis2009-05-071-12/+1
* Fix code emission for conditional branches.asl2009-05-041-2/+2
* Revert r70803 for now, it causes a regression.Argiris Kirtzidis2009-05-031-2/+2
* -Remove the DwarfWriter::RecordSourceLine calls from the instruction selectors.Argiris Kirtzidis2009-05-031-2/+2
* Make DebugLoc independent of DwarfWriter.Argiris Kirtzidis2009-04-301-3/+3
* Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling2009-04-291-1/+1
* Second attempt:Bill Wendling2009-04-291-1/+1
* r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling2009-04-281-1/+1
* Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling2009-04-281-1/+1
* Fix escaping in asm string literals correctly by having tblgen unescape Chris Lattner2009-03-131-5/+14
* Overhaul my earlier submission due to feedback. It's a large patch, but most ofBill Wendling2009-02-241-3/+1
* - Use the "Fast" flag instead of "OptimizeForSize" to determine whether to emitBill Wendling2009-02-241-1/+2
* We have logic in there to emit a default debugging label at the beginning of aBill Wendling2009-02-201-4/+3
* Add an accessor method to DwarfWriter to tell of debugging info should be emi...Bill Wendling2009-02-201-1/+2
* Print out a new label only if the debug location *tuple* is different. The debugBill Wendling2009-02-191-6/+9
* Forgot to check that debug information is supported.Bill Wendling2009-02-191-2/+2
* Put code that generates debug labels into TableGen so that it can be used byBill Wendling2009-02-181-0/+11
* Add explicit keywords.Dan Gohman2009-02-181-1/+1
* Remove tabs from my previous commit.Cédric Venet2008-10-271-2/+2
* Add a default constructor to AsmWriterOperand to make VS2008sp1 happy. (AsmWr...Cédric Venet2008-10-261-0/+3
* Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminatingDan Gohman2008-07-011-2/+2
* Fix a bug where an incorrect bit mask would be generated if a target's last asmNate Begeman2008-04-091-1/+1
* Add support for escaping {} in asm strings, based on patch from Nick Burns.Nate Begeman2008-03-171-1/+18
* Replace all target specific implicit def instructions with a target independe...Evan Cheng2008-03-151-0/+3
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-201-1/+2
* Get rid of the annoying blank lines before labels.Evan Cheng2008-02-021-0/+3
* SDIsel processes llvm.dbg.declare by recording the variable debug information...Evan Cheng2008-02-021-0/+3
* remove attributions from utils.Chris Lattner2007-12-291-2/+2
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+700