aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Added llvm-mc support for parsing the .lsym directive.Kevin Enderby2009-07-141-0/+6
* Check for PRE_INC and POST_INC.David Goodwin2009-07-141-1/+1
* Fix the expansion of umax and smax in the case where one or more ofDan Gohman2009-07-141-6/+26
* Update CMake file.Ted Kremenek2009-07-141-0/+1
* fix David's merge conflictChris Lattner2009-07-141-6/+2
* reapply r75408, which eliminates MOV64r0 in favor of usingChris Lattner2009-07-143-17/+28
* Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene2009-07-1461-168/+200
* Update CMake file.Ted Kremenek2009-07-141-0/+1
* hasThumb2() does not mean we are compiling for thumb, must also check isThumb().David Goodwin2009-07-141-3/+6
* Remove an extra space.Bob Wilson2009-07-141-1/+1
* Introduce a pointertracking pass.Edwin Török2009-07-141-0/+261
* Mark as fall through.Bill Wendling2009-07-141-0/+1
* Reapply my previous asmprinter changes now with more testing and two Chris Lattner2009-07-1421-160/+157
* Added llvm-mc support for parsing the .desc directive.Kevin Enderby2009-07-141-0/+6
* Revert 75571; I'm convinced this isn't the right thing to do.Dale Johannesen2009-07-141-17/+8
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Edwin Török2009-07-14166-797/+797
* Revert r7561{9,8,7,6}, which depend on r75610. Daniel Dunbar2009-07-146-23/+20
* Revert r75615, which depended on 75610.Daniel Dunbar2009-07-1412-47/+55
* Revert r75610 (and r75620, which was blocking the revert), in the hopes ofDaniel Dunbar2009-07-142-81/+57
* Make SCEVCallbackVH::allUsesReplacedWith more thorough in removingDan Gohman2009-07-141-4/+8
* Require IVUsers after LCSSA, since LCSSA does not preserve IVUsers.Dan Gohman2009-07-141-3/+3
* Add a comment about why ScalarEvolution doesn't recognize non-loop PHIsDan Gohman2009-07-141-0/+4
* After converting assert(0) to LLVM_UNREACHABLE we lost file/line location.Edwin Török2009-07-141-1/+5
* eliminate extra space.Edwin Török2009-07-149-25/+24
* Add extra sign extension to the same bit width before int signAnton Korobeynikov2009-07-142-3/+13
* Add missing break. Patch by Artur Pietrek!Anton Korobeynikov2009-07-141-0/+1
* ProfileInfo interface tweaks.Daniel Dunbar2009-07-141-6/+10
* rename getValueName -> getMangledName. These two files have veryChris Lattner2009-07-142-14/+17
* Rename getValueName -> getMangledNameChris Lattner2009-07-143-5/+5
* rename getValueName -> getMangledNameChris Lattner2009-07-141-1/+1
* Rename getValueName -> getMangledName.Chris Lattner2009-07-1412-55/+47
* Fix an obvious error.Bob Wilson2009-07-141-3/+3
* Change the X86 asmprinter to use the mangler to apply suffixes like "$non_laz...Chris Lattner2009-07-142-57/+81
* Change the internal interface to makeNameProper to take a bool thatChris Lattner2009-07-143-36/+21
* Fix trivial todo in instcombine.Eli Friedman2009-07-141-1/+2
* 1. In Thumb mode, select tBx instead of ARM variants.Evan Cheng2009-07-142-20/+16
* Update LoopSimplify and LoopUnswitch to use the new makeLoopInvariantDan Gohman2009-07-142-15/+15
* Remove hack now that Evan fixed it so that the frame pointer isn't saved twice.Bill Wendling2009-07-141-23/+0
* Fix indvars to not assume that a loop with a single unique exitDan Gohman2009-07-141-7/+5
* Introduce a new LoopInfo utility function makeLoopInvariant, whichDan Gohman2009-07-141-1/+62
* use getValueName instead of makeNameProper.Chris Lattner2009-07-141-2/+2
* Fix detection of valid BFC immediates.David Goodwin2009-07-141-10/+10
* Do not use Mangler to remove '1' from linkage name.Devang Patel2009-07-141-13/+4
* Fix pr4544. When remating, make sure the destination register fits the instru...Evan Cheng2009-07-141-0/+11
* Don't delete asm's just because their inputs are undefined;Dale Johannesen2009-07-141-8/+17
* Add a newline, now that Value's operator<< doesn't print one.Dan Gohman2009-07-141-0/+1
* FreeInst is trapping.Dan Gohman2009-07-141-0/+1
* Fix an obvious copy-and-paste error.Bob Wilson2009-07-141-8/+8
* Revert 75308.Bob Wilson2009-07-141-33/+3
* the mangler can never mangle intrinsics, don't allow this.Chris Lattner2009-07-141-4/+2