summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Update CMake files.Ted Kremenek2009-07-21
* whitespace cleanups, make the MipsAsmPrinter::doInitializationChris Lattner2009-07-21
* fix Sparc, SystemZ, and MSP430 to not override AsmPrinter::doInitialization.Chris Lattner2009-07-21
* Rename LessPrivateGlobalPrefix -> LinkerPrivateGlobalPrefix to match theChris Lattner2009-07-21
* fix indentationChris Lattner2009-07-21
* remove an unneeded override.Chris Lattner2009-07-21
* more random whitespace cleanup, eliminate #define, avoid copyingChris Lattner2009-07-21
* some simple whitespace cleanup, avoid copying vectors for no reasonChris Lattner2009-07-21
* Another rewriter bug exposed by recent coalescer changes. ReuseInfo::GetRegFo...Evan Cheng2009-07-21
* Add missing include.Daniel Dunbar2009-07-21
* Switch this API to StringRef.Daniel Dunbar2009-07-21
* Simplify / normalize some uses of Value::getName.Daniel Dunbar2009-07-21
* Remove some unused code.Daniel Dunbar2009-07-21
* Support adding relocations for data sections, handling the cases whereBruno Cardoso Lopes2009-07-21
* Add jumps with 8-bit relocation for assembler / disassembler. Patch by Sean C...Evan Cheng2009-07-21
* Fix a dagga combiner bug: avoid creating illegal constant.Evan Cheng2009-07-21
* Move a bit more state over to the LLVMContext.Owen Anderson2009-07-21
* Add the following functions:Bill Wendling2009-07-21
* Make the range calculations for addrecs to be more conservative,Dan Gohman2009-07-21
* Whitespace cleanups.Dan Gohman2009-07-21
* Minor code simplification.Dan Gohman2009-07-21
* Fix ARM isle code that optimize multiply by constants which are power-of-2 +/...Evan Cheng2009-07-21
* Cross RC coalescing is now on by default.Evan Cheng2009-07-21
* revert 76503 while I figure out what's going onDale Johannesen2009-07-21
* Add a comment to clarify why there isn't any code in this spot.Dan Gohman2009-07-20
* Remove the code that tried to evaluate whether (A pred B) is knownDan Gohman2009-07-20
* Make sure a global matching asm 'i' constraint gets itsDale Johannesen2009-07-20
* Move stripping of bitcasts in inline asm argumentsDale Johannesen2009-07-20
* Minor code simplification.Dan Gohman2009-07-20
* The upper argument of ConstantRange is exclusive, not inclusive.Dan Gohman2009-07-20
* clean up some formatting, indent by 2 instead of 4.Chris Lattner2009-07-20
* CMP and TST define CPSR, not use it.David Goodwin2009-07-20
* Re-apply 75490, 75806 and 76177 with fixes and tests. Efficiency comesDavid Greene2009-07-20
* Simplify the code in DarwinTargetAsmInfo::emitUsedDirectiveFor so that humans...Bill Wendling2009-07-20
* Pass in the unfortunately named "LessPrivatePrefix" for theBill Wendling2009-07-20
* Assembly and Bitcode support for unsigned/signed overflow flags andDan Gohman2009-07-20
* Use TII->findCommutedOpIndices to find the commute operands (rather than gues...Evan Cheng2009-07-20
* Change the casting of linkage types into a map. This makes this much more robustBill Wendling2009-07-20
* Removed the DumpSymbolsandMacros and LoadSymbolsandMacros MCStreamer API asKevin Enderby2009-07-20
* Add MCAsmLexer interface.Daniel Dunbar2009-07-20
* Fix some sub-reg coalescing bugs where the coalescer wasn't updating the resu...Evan Cheng2009-07-20
* Rename Mangler linkage enums to something less gross.Bill Wendling2009-07-20
* Refactor metadata parsing routines into separate functions.Devang Patel2009-07-20
* Add MCAsmParser interface.Daniel Dunbar2009-07-20
* remove TargetAsmInfo::ExpandInlineAsmChris Lattner2009-07-20
* use ExpandInlineAsm on TargetLowering instead of TargetAsmInfo.Chris Lattner2009-07-20
* Copy ExpandInlineAsm to TargetLowering from TargetAsmInfo.Chris Lattner2009-07-20
* Update this comment.Dan Gohman2009-07-20
* Revert the addition of hasNoPointerOverflow to GEPOperator.Dan Gohman2009-07-20
* rename TargetAsmInfo::getASDirective -> getDataASDirectiveChris Lattner2009-07-20