summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Fix indentation.Dan Gohman2009-07-15
* Make makeLoopInvariant report whether it made any changes or not,Dan Gohman2009-07-15
* $stub references should not be private ("L") labels.Chris Lattner2009-07-15
* simplify "EmitExternalGlobal": it is only used to output aChris Lattner2009-07-15
* Convert GVStubs and HiddenGVStubs to work more like the X86 backend, thisChris Lattner2009-07-15
* minor cleanups: only switch sections once before all function stubs, instead ofChris Lattner2009-07-15
* Added llvm-mc support for parsing the .include directive.Kevin Enderby2009-07-14
* minor syntax cleanupChris Lattner2009-07-14
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-14
* Fix path name.Daniel Dunbar2009-07-14
* Use the right relocation type for X86::MOV64ri64i32Bruno Cardoso Lopes2009-07-14
* Fix bad indentation and 80-col violation.Bob Wilson2009-07-14
* Added llvm-mc support for parsing the .lsym directive.Kevin Enderby2009-07-14
* Check for PRE_INC and POST_INC.David Goodwin2009-07-14
* Fix the expansion of umax and smax in the case where one or more ofDan Gohman2009-07-14
* Update CMake file.Ted Kremenek2009-07-14
* fix David's merge conflictChris Lattner2009-07-14
* reapply r75408, which eliminates MOV64r0 in favor of usingChris Lattner2009-07-14
* Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene2009-07-14
* Update CMake file.Ted Kremenek2009-07-14
* hasThumb2() does not mean we are compiling for thumb, must also check isThumb().David Goodwin2009-07-14
* Remove an extra space.Bob Wilson2009-07-14
* Introduce a pointertracking pass.Torok Edwin2009-07-14
* Mark as fall through.Bill Wendling2009-07-14
* Reapply my previous asmprinter changes now with more testing and two Chris Lattner2009-07-14
* Added llvm-mc support for parsing the .desc directive.Kevin Enderby2009-07-14
* Revert 75571; I'm convinced this isn't the right thing to do.Dale Johannesen2009-07-14
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-14
* Revert r7561{9,8,7,6}, which depend on r75610. Daniel Dunbar2009-07-14
* Revert r75615, which depended on 75610.Daniel Dunbar2009-07-14
* Revert r75610 (and r75620, which was blocking the revert), in the hopes ofDaniel Dunbar2009-07-14
* Make SCEVCallbackVH::allUsesReplacedWith more thorough in removingDan Gohman2009-07-14
* Require IVUsers after LCSSA, since LCSSA does not preserve IVUsers.Dan Gohman2009-07-14
* Add a comment about why ScalarEvolution doesn't recognize non-loop PHIsDan Gohman2009-07-14
* After converting assert(0) to LLVM_UNREACHABLE we lost file/line location.Torok Edwin2009-07-14
* eliminate extra space.Torok Edwin2009-07-14
* Add extra sign extension to the same bit width before int signAnton Korobeynikov2009-07-14
* Add missing break. Patch by Artur Pietrek!Anton Korobeynikov2009-07-14
* ProfileInfo interface tweaks.Daniel Dunbar2009-07-14
* rename getValueName -> getMangledName. These two files have veryChris Lattner2009-07-14
* Rename getValueName -> getMangledNameChris Lattner2009-07-14
* rename getValueName -> getMangledNameChris Lattner2009-07-14
* Rename getValueName -> getMangledName.Chris Lattner2009-07-14
* Fix an obvious error.Bob Wilson2009-07-14
* Change the X86 asmprinter to use the mangler to apply suffixes like "$non_laz...Chris Lattner2009-07-14
* Change the internal interface to makeNameProper to take a bool thatChris Lattner2009-07-14
* Fix trivial todo in instcombine.Eli Friedman2009-07-14
* 1. In Thumb mode, select tBx instead of ARM variants.Evan Cheng2009-07-14
* Update LoopSimplify and LoopUnswitch to use the new makeLoopInvariantDan Gohman2009-07-14
* Remove hack now that Evan fixed it so that the frame pointer isn't saved twice.Bill Wendling2009-07-14