aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* unbreak unit-tests on gcc-4.4.Torok Edwin2009-07-211-0/+1
* 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
* remove a very large testcase for now.Chris Lattner2009-07-211-2891/+0
* 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-212-9/+41
* Move a bit more state over to the LLVMContext.Owen Anderson2009-07-216-56/+49
* Add the following functions:Bill Wendling2009-07-211-0/+12
* Add a testcase for PR2831.Dan Gohman2009-07-211-0/+35
* Add a testcase for PR4569, which is now fixed.Dan Gohman2009-07-211-0/+24
* Add an svn:ignore.Dan Gohman2009-07-210-0/+0
* 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-213-16/+61
* Cross RC coalescing is now on by default.Evan Cheng2009-07-212-5/+5
* 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
* Documentation for the new non-overflow and exact keywords.Dan Gohman2009-07-201-11/+26
* The upper argument of ConstantRange is exclusive, not inclusive.Dan Gohman2009-07-202-1/+30
* 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-207-17/+3078
* Forgot this test earlier.Evan Cheng2009-07-201-0/+1323
* 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-2012-4/+387
* Use TII->findCommutedOpIndices to find the commute operands (rather than gues...Evan Cheng2009-07-202-4/+19
* Change the casting of linkage types into a map. This makes this much more robustBill Wendling2009-07-201-3/+88
* Clarify that OverflowingBinaryOperator is not used for SDiv, even thoughDan Gohman2009-07-201-1/+2
* Removed the DumpSymbolsandMacros and LoadSymbolsandMacros MCStreamer API asKevin Enderby2009-07-205-39/+9
* Add MCAsmLexer interface.Daniel Dunbar2009-07-207-13/+91
* Fix some sub-reg coalescing bugs where the coalescer wasn't updating the resu...Evan Cheng2009-07-204-34/+253
* Remove FIXME that was already fixed.Eli Friedman2009-07-201-1/+0
* Rename Mangler linkage enums to something less gross.Bill Wendling2009-07-204-23/+19
* Refactor metadata parsing routines into separate functions.Devang Patel2009-07-202-27/+46
* Add MCAsmParser interface.Daniel Dunbar2009-07-208-6/+93
* Build FileCheck from with CMakeDouglas Gregor2009-07-201-0/+2
* Put new enum at end of list to avoid changing ABI.Bill Wendling2009-07-201-2/+2
* remove TargetAsmInfo::ExpandInlineAsmChris Lattner2009-07-203-113/+2
* use ExpandInlineAsm on TargetLowering instead of TargetAsmInfo.Chris Lattner2009-07-201-14/+10
* Copy ExpandInlineAsm to TargetLowering from TargetAsmInfo.Chris Lattner2009-07-203-0/+106
* Drop UDivOperator and introduce SDivOperator. Thanks to ChrisDan Gohman2009-07-201-5/+5
* add some fixme's and cleanups. TargetAsmInfo shouldn't depend on VMCore even...Chris Lattner2009-07-201-5/+9
* Update this comment.Dan Gohman2009-07-201-7/+5
* Revert the addition of hasNoPointerOverflow to GEPOperator.Dan Gohman2009-07-2012-267/+44