summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* prune #includes.Chris Lattner2010-04-05
* finally blast DwarfWriter away.Chris Lattner2010-04-05
* change AsmPrinter to use DwarfDebug/DwarfException directlyChris Lattner2010-04-05
* trim some spurious references to DwarfWriter. SDIsel really doesn'tChris Lattner2010-04-05
* Replace TSFlagsFields and TSFlagsShifts with a simpler TSFlags field.Jakob Stoklund Olesen2010-04-05
* selection dag doesn't need DwarfWriter, remove some tendrils.Chris Lattner2010-04-05
* fastisel doesn't need DwarfWriter, remove some tendricles.Chris Lattner2010-04-05
* 1) make DIE take AsmPrinter instead of DwarfPrinter.Chris Lattner2010-04-05
* Move EmitFrameMoves into AsmPrinter.Chris Lattner2010-04-04
* missed a header :(Chris Lattner2010-04-04
* eliminate the magic AbsoluteDebugSectionOffsets MAI hook,Chris Lattner2010-04-04
* isAbsoluteEHSectionOffsets always returns false, eliminate it Chris Lattner2010-04-04
* move some more stuff to asmprinter.Chris Lattner2010-04-04
* simplify some code.Chris Lattner2010-04-04
* move gettemplabel and getdwlabel to AsmPrinter and renameChris Lattner2010-04-04
* move uleb/sleb printing into AsmPrinter from DwarfPrinter.Chris Lattner2010-04-04
* more interface cleanup make some helpers static functions.Chris Lattner2010-04-04
* clean up the asmprinter header and privatize some stuff.Chris Lattner2010-04-04
* split inline asm support out to its own .cpp file.Chris Lattner2010-04-04
* inline processDebugLoc and simplify it.Chris Lattner2010-04-04
* clean up the asmprinter interface a bit, rename a fewChris Lattner2010-04-04
* remove TargetMachine.h #include, also, TRI isn't used frequently Chris Lattner2010-04-04
* Switch SSEDomainFix to SpecificBumpPtrAllocator.Jakob Stoklund Olesen2010-04-04
* lazily allocate the GCMetadataPrinters map and remove DenseMapChris Lattner2010-04-04
* Momentous day: remove the "O" member from AsmPrinter. Now all Chris Lattner2010-04-04
* remove the raw_ostream from various dwarf printing things.Chris Lattner2010-04-04
* mcize the gc metadata printing stuff.Chris Lattner2010-04-04
* fix PrintAsmOperand and PrintAsmMemoryOperand to pass down Chris Lattner2010-04-04
* fix an ugly wart in the MCInstPrinter api where theChris Lattner2010-04-04
* change a ton of code to not implicitly use the "O" raw_ostreamChris Lattner2010-04-04
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-04
* asmstreamerize the .size directive for function bodies, force clientsChris Lattner2010-04-03
* add a twine form of MCStreamer::EmitRawText, and mc'izeChris Lattner2010-04-03
* start moving towards emitting inline asm statements with Chris Lattner2010-04-03
* add a new EmitInlineAsm function to asmprinter to handle inline asm.Chris Lattner2010-04-03
* Revert all my SSAUpdater patches. The PHI placement algorithm is not correctBob Wilson2010-04-03
* Add special case bitcode support for DebugLoc. This avoidsChris Lattner2010-04-03
* Rewrite aesimc handling. It only takes a single input and has a singleEric Christopher2010-04-02
* Fix typo aeskeygenassist -> aeskeygenassist128.Eric Christopher2010-04-02
* Ok, third time's the charm. No changes from last time except the CMakeDavid Greene2010-04-02
* Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgenJohnny Chen2010-04-02
* Skip debug info when looking for existing EH calls at theDale Johannesen2010-04-02
* remove compatibility typedef.Chris Lattner2010-04-02
* rename NewDebugLoc -> DebugLoc, prune #includes in DebugLoc.h.Chris Lattner2010-04-02
* remove uses of DebugLoc::getUnknownLoc.Chris Lattner2010-04-02
* include densemap.h explicitly and rearrange #includes.Chris Lattner2010-04-02
* Switch the code generator (except the JIT) onto the new DebugLocChris Lattner2010-04-02
* Correctly lower memset / memcpy of undef. It should be a nop. PR6767.Evan Cheng2010-04-02
* Revert 100204. It broke a bunch of tests and apparently changed what passes a...Evan Cheng2010-04-02
* Let's try this again. Re-apply 100143 including an apparent missingDavid Greene2010-04-02