aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Clear a bit in this file that was causing a miscompilation of 178.galgel.Chris Lattner2005-10-251-1/+1
* Preparation of supporting scheduling info. Need to find info based on selectedJim Laskey2005-10-253-28/+54
* Stop using deprecated typesAlkis Evlogimenos2005-10-251-1/+2
* do not wrap this whole file in namespace llvmChris Lattner2005-10-242-8/+2
* Handle allocations that, even after removing dead uses, still have more thanChris Lattner2005-10-241-3/+15
* Fix a bug where we would 'promote' an allocation from one type to anotherChris Lattner2005-10-241-2/+6
* Before promoting a malloc type, remove dead uses. This makes instcombineChris Lattner2005-10-241-0/+20
* Pull some code out into a function, no functionality changeChris Lattner2005-10-241-25/+36
* Make this build with GCC 4.1, patch contributed by Vladimir A. Merzliakov!Chris Lattner2005-10-242-4/+4
* Alkis agrees that that iterative scan allocator isn't going to be worked onChris Lattner2005-10-242-504/+1
* Remove this pass, it is not usefulChris Lattner2005-10-241-106/+0
* Remove some beta code that no longer has an owner.Chris Lattner2005-10-249-3043/+0
* Do not build the ProfilePaths directory anymoreChris Lattner2005-10-241-1/+0
* DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE nowChris Lattner2005-10-2413-14/+9
* only build .a version of this libraryChris Lattner2005-10-241-0/+1
* Only build .a file versions of these libraries, instead of .a and .o versions.Chris Lattner2005-10-241-0/+1
* There is no need to build an archive version of this libraryChris Lattner2005-10-241-1/+0
* This file is hopelessly out of dateChris Lattner2005-10-241-197/+0
* Only build .a file versions of these libraries, instead of .a and .o versions.Chris Lattner2005-10-241-0/+1
* Only build .a file versions of these libraries, instead of .a and .o versions.Chris Lattner2005-10-247-0/+8
* Make sure that anything using the ADCE pass pulls in the UnifyFunctionExitNodesChris Lattner2005-10-241-0/+2
* don't bother building the archive version of this libraryChris Lattner2005-10-241-1/+1
* expose a ctorChris Lattner2005-10-241-0/+3
* implement some prototypesChris Lattner2005-10-242-0/+10
* move this to the analyze toolChris Lattner2005-10-241-105/+0
* Fix a nasty bug that was causing miscompilation of global variablesChris Lattner2005-10-231-1/+4
* Shrinkify to match llcChris Lattner2005-10-231-3/+3
* Simplify this, matching changes in the tblgen emitterChris Lattner2005-10-231-9/+0
* Simplify this due to changes in the tblgen sideChris Lattner2005-10-231-9/+0
* mark this as betaChris Lattner2005-10-231-1/+1
* If a user requests help, give them help on both features and processorsChris Lattner2005-10-231-24/+40
* Autogen subtarget information from .td files.Chris Lattner2005-10-232-35/+12
* Add subtarget feature/processor defns to the .td fileChris Lattner2005-10-231-0/+22
* rearrange things a bit so that instructions can use subtarget features in theChris Lattner2005-10-231-11/+9
* add a markerChris Lattner2005-10-231-0/+5
* add a note that Nate mentioned last weekChris Lattner2005-10-231-0/+5
* Put some of my random notes somewhere publicChris Lattner2005-10-231-0/+70
* Improve help output.Chris Lattner2005-10-231-12/+16
* improve -help outputChris Lattner2005-10-231-5/+5
* Move static functions from .h file, reduce #includes, pass strings by const&,Chris Lattner2005-10-231-45/+99
* When a function takes a variable number of pointer arguments, with a zeroJeff Cohen2005-10-2318-252/+266
* Add several things.Andrew Lenharth2005-10-232-23/+91
* add TargetExternalSymbolAndrew Lenharth2005-10-231-1/+13
* Well, the Constant matching pattern works. Can't say much about calls or glo...Andrew Lenharth2005-10-224-71/+113
* This file is entirely ifdef'd outChris Lattner2005-10-222-1042/+0
* BuildSDIV and BuildUDIV only work for i32/i64, but they don't check thatChris Lattner2005-10-221-10/+20
* Add g3 back to the mix and reorder to irritate them anal folk. Actually, it'sJim Laskey2005-10-221-9/+10
* 64-bit reg support should not be enabled by default, as support isn't complete.Chris Lattner2005-10-211-2/+2
* add a case missing from the dag combiner that exposed the failure onChris Lattner2005-10-211-0/+3
* Instead of aborting if not a case we can handle specially, break out andChris Lattner2005-10-212-55/+52