summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* move libcalls to the same place llvm-gcc has it.Chris Lattner2008-05-021-1/+1
* Add possibility of using arbitrary to to execute stuff from bugpoint.Anton Korobeynikov2008-04-283-2/+122
* several multiple-retval fixes for bugpoint.Chris Lattner2008-04-282-11/+12
* Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989Nick Lewycky2008-04-251-1/+0
* Disable building of llvm2cpp. The directory will be removed before 2.3 release.Anton Korobeynikov2008-04-231-1/+1
* First step of implementing PR1538: move llvm2cpp logic to new 'target'Anton Korobeynikov2008-04-231-3/+8
* Use the Create static method for some of these objects. They no longerBill Wendling2008-04-231-13/+13
* Move MemCpyOpt after GVN.Owen Anderson2008-04-223-3/+3
* Added command line option -no-lazy to disable JIT lazy compilation.Evan Cheng2008-04-221-8/+30
* Add MemCpyOpt to LTO.Owen Anderson2008-04-222-0/+2
* fix some residual old API that fell thru the cracks of the conversion script,...Gabor Greif2008-04-211-1/+1
* Use GVN in LTO instead of GCSE+LoadVN.Owen Anderson2008-04-212-4/+2
* Add jump threading to liblto.Chris Lattner2008-04-211-1/+3
* run the jump threading pass in llvm-ld alsoChris Lattner2008-04-211-1/+3
* enable jump threading pass by default. This causes no miscompilations Chris Lattner2008-04-211-0/+1
* Run SimplifyLibCalls near the beginning, not atDuncan Sands2008-04-171-1/+2
* Fix a memory leak in llc.Dan Gohman2008-04-161-1/+2
* Revert r49614. As Dan pointed out, some of these aren't correct.Owen Anderson2008-04-141-1/+1
* Replace calls of the form V1->setName(V2->getName()) with V1->takeName(V2), Owen Anderson2008-04-131-1/+1
* Move memcpy / memset optimization pass after GVN.Evan Cheng2008-04-101-1/+1
* Factor a bunch of functionality related to memcpy and memset transforms out of Owen Anderson2008-04-092-0/+2
* Remove llvm-upgrade.Tanya Lattner2008-04-0710-19786/+0
* Use Intrinsic::getDeclaration in more places.Duncan Sands2008-04-071-10/+7
* Remove tabs. Patch by Mike Stump!Bill Wendling2008-04-071-2/+2
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-062-30/+30
* -fPIC is required on x86-64 when building shared objects.Torok Edwin2008-04-062-2/+2
* Reenable running StripSymbols when EH is on.Devang Patel2008-04-031-5/+1
* Make EH work with unnamed functions. Reenable runningDale Johannesen2008-04-021-4/+1
* Change the MemoryBuffer::getFile* methods to take just a pointer to theChris Lattner2008-04-013-15/+9
* stop building llvmc.Chris Lattner2008-03-301-1/+1
* Honour another bunch of parameter attributes in llvm2cppAnton Korobeynikov2008-03-291-0/+8
* Honour ByVal parameter attribute in llvm2cppAnton Korobeynikov2008-03-291-0/+2
* Another test commit (with git-svn)Mikhail Glushenkov2008-03-262-0/+4
* Test commitMikhail Glushenkov2008-03-261-9/+0
* Fix the Cygwin/Mingw-On-Cygwin build. Patch by Alain Frisch!Anton Korobeynikov2008-03-251-1/+1
* Disable building llvm-upgrade.Tanya Lattner2008-03-251-1/+1
* With debug info, there are nameless constant global values. do not crash whe...Andrew Lenharth2008-03-241-2/+3
* Small format/grammar changes.Bill Wendling2008-03-241-2/+2
* Grammar Nazi strikes! :-)Bill Wendling2008-03-241-35/+34
* Add first proof-of-concept universal compiler driver framework basedAnton Korobeynikov2008-03-2315-1/+1045
* style and spellingAndrew Lenharth2008-03-191-2/+2
* llvm-ld deserves disable-verify too. opt shouldn't have all the fun options.Andrew Lenharth2008-03-191-1/+5
* Reimplement the parameter attributes support, phase #1. hilights:Chris Lattner2008-03-125-346/+317
* only extract main if the user didn't specify anything to extractAndrew Lenharth2008-03-071-1/+1
* make error message reflect default search function nameAndrew Lenharth2008-03-071-3/+2
* add a pass that can extract all kinds of global values, not just functions. ...Andrew Lenharth2008-03-071-7/+23
* Renable lto2 build.Tanya Lattner2008-03-031-1/+1
* suppress extra -install_name on Tiger. The 10.4 tools don't support it. Fix...Nick Kledzik2008-03-021-7/+13
* Add an unwind_to field to basic blocks, making them Users instead of Values.Nick Lewycky2008-03-021-0/+1
* Also handle "getresult".Nick Lewycky2008-03-011-0/+1