aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Move load / store folding alignment require into the table(s).Evan Cheng2009-07-152-448/+425
* Update CMake file.Ted Kremenek2009-07-151-0/+1
* rename decorateName -> DecorateCygMingName, make it assert if notChris Lattner2009-07-152-13/+14
* eliminate the Mangler::PreserveAsmNames bit, the sole client of thisChris Lattner2009-07-151-5/+1
* remove printSuffixedName.Chris Lattner2009-07-151-27/+5
* convert arm/darwin stubs to use the mangler to synthesize all the names inste...Chris Lattner2009-07-151-47/+66
* Add new TargetRegistry.Daniel Dunbar2009-07-151-0/+136
* fix an arm codegen bug (the same as PR4482 on ppc) where available_externallyChris Lattner2009-07-152-7/+6
* convert [Hidden]GVNonLazyPtrs to compute the global and stub namesChris Lattner2009-07-151-27/+41
* use makeNameProper to add the globalprefix instead of doing it manually.Chris Lattner2009-07-151-3/+1
* get the PPC stub temporary label from the mangler instead of Chris Lattner2009-07-151-29/+5
* turn some if/then's into ?:Chris Lattner2009-07-151-12/+3
* eliminate a bunch of printSuffixedName's by using info computed fromChris Lattner2009-07-151-23/+15
* convert FnStubs to using a more structured form, eliminatingChris Lattner2009-07-151-9/+31
* actually $stub labels *are* private, I just missed that Chris Lattner2009-07-151-6/+2
* Fix indentation.Dan Gohman2009-07-151-18/+18
* Make makeLoopInvariant report whether it made any changes or not,Dan Gohman2009-07-154-54/+24
* $stub references should not be private ("L") labels.Chris Lattner2009-07-151-4/+5
* simplify "EmitExternalGlobal": it is only used to output aChris Lattner2009-07-151-6/+1
* Convert GVStubs and HiddenGVStubs to work more like the X86 backend, thisChris Lattner2009-07-151-56/+52
* minor cleanups: only switch sections once before all function stubs, instead ofChris Lattner2009-07-151-16/+15
* Added llvm-mc support for parsing the .include directive.Kevin Enderby2009-07-141-0/+6
* minor syntax cleanupChris Lattner2009-07-141-11/+5
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-1437-278/+264
* Fix path name.Daniel Dunbar2009-07-141-1/+1
* Use the right relocation type for X86::MOV64ri64i32Bruno Cardoso Lopes2009-07-141-0/+2
* Fix bad indentation and 80-col violation.Bob Wilson2009-07-141-1/+2
* 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.Torok Edwin2009-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.Torok Edwin2009-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.Torok Edwin2009-07-141-1/+5