summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
...
* more random whitespace cleanup, eliminate #define, avoid copyingChris Lattner2009-07-213-67/+59
* some simple whitespace cleanup, avoid copying vectors for no reasonChris Lattner2009-07-211-31/+24
* Another rewriter bug exposed by recent coalescer changes. ReuseInfo::GetRegFo...Evan Cheng2009-07-211-23/+27
* Add missing include.Daniel Dunbar2009-07-211-0/+1
* Switch this API to StringRef.Daniel Dunbar2009-07-212-5/+6
* Simplify / normalize some uses of Value::getName.Daniel Dunbar2009-07-214-4/+4
* Remove some unused code.Daniel Dunbar2009-07-211-3/+0
* Support adding relocations for data sections, handling the cases whereBruno Cardoso Lopes2009-07-214-25/+60
* Add jumps with 8-bit relocation for assembler / disassembler. Patch by Sean C...Evan Cheng2009-07-211-0/+24
* Fix a dagga combiner bug: avoid creating illegal constant.Evan Cheng2009-07-211-9/+12
* Move a bit more state over to the LLVMContext.Owen Anderson2009-07-215-43/+49
* Add the following functions:Bill Wendling2009-07-211-0/+12
* Make the range calculations for addrecs to be more conservative,Dan Gohman2009-07-211-3/+9
* Whitespace cleanups.Dan Gohman2009-07-211-3/+3
* Minor code simplification.Dan Gohman2009-07-211-1/+1
* Fix ARM isle code that optimize multiply by constants which are power-of-2 +/...Evan Cheng2009-07-211-16/+26
* Cross RC coalescing is now on by default.Evan Cheng2009-07-211-4/+4
* revert 76503 while I figure out what's going onDale Johannesen2009-07-211-2/+5
* Add a comment to clarify why there isn't any code in this spot.Dan Gohman2009-07-201-0/+2
* Remove the code that tried to evaluate whether (A pred B) is knownDan Gohman2009-07-201-42/+0
* Make sure a global matching asm 'i' constraint gets itsDale Johannesen2009-07-201-5/+2
* Move stripping of bitcasts in inline asm argumentsDale Johannesen2009-07-202-12/+7
* Minor code simplification.Dan Gohman2009-07-201-1/+1
* The upper argument of ConstantRange is exclusive, not inclusive.Dan Gohman2009-07-201-1/+3
* clean up some formatting, indent by 2 instead of 4.Chris Lattner2009-07-201-19/+9
* CMP and TST define CPSR, not use it.David Goodwin2009-07-201-1/+1
* Re-apply 75490, 75806 and 76177 with fixes and tests. Efficiency comesDavid Greene2009-07-201-0/+2
* Simplify the code in DarwinTargetAsmInfo::emitUsedDirectiveFor so that humans...Bill Wendling2009-07-202-17/+16
* Pass in the unfortunately named "LessPrivatePrefix" for theBill Wendling2009-07-205-5/+10
* Assembly and Bitcode support for unsigned/signed overflow flags andDan Gohman2009-07-206-4/+173
* Use TII->findCommutedOpIndices to find the commute operands (rather than gues...Evan Cheng2009-07-201-4/+8
* Change the casting of linkage types into a map. This makes this much more robustBill Wendling2009-07-201-3/+88
* Removed the DumpSymbolsandMacros and LoadSymbolsandMacros MCStreamer API asKevin Enderby2009-07-201-12/+0
* Add MCAsmLexer interface.Daniel Dunbar2009-07-203-8/+51
* Fix some sub-reg coalescing bugs where the coalescer wasn't updating the resu...Evan Cheng2009-07-202-34/+55
* Rename Mangler linkage enums to something less gross.Bill Wendling2009-07-203-19/+15
* Refactor metadata parsing routines into separate functions.Devang Patel2009-07-202-27/+46
* Add MCAsmParser interface.Daniel Dunbar2009-07-203-0/+28
* remove TargetAsmInfo::ExpandInlineAsmChris Lattner2009-07-202-104/+2
* use ExpandInlineAsm on TargetLowering instead of TargetAsmInfo.Chris Lattner2009-07-201-14/+10
* Copy ExpandInlineAsm to TargetLowering from TargetAsmInfo.Chris Lattner2009-07-202-0/+97
* Update this comment.Dan Gohman2009-07-201-7/+5
* Revert the addition of hasNoPointerOverflow to GEPOperator.Dan Gohman2009-07-206-117/+9
* rename TargetAsmInfo::getASDirective -> getDataASDirectiveChris Lattner2009-07-202-16/+12
* Hide the DOUT static variable behind a function interface.David Greene2009-07-201-0/+8
* Use t2LDRri12 for frame index loads.David Goodwin2009-07-201-3/+11
* For PC relative relocations where symbols are defined in the same section theyBruno Cardoso Lopes2009-07-204-41/+103
* Fix PR4567. Thumb1 target was using the wrong instruction to handle sp = sub ...Evan Cheng2009-07-202-3/+15
* implement a new magic global "llvm.compiler.used" which is like llvm.used, butChris Lattner2009-07-205-25/+23
* use stripPointerCasts to simplify some code.Chris Lattner2009-07-201-6/+4
OpenPOWER on IntegriCloud