aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Only build .a file versions of these libraries, instead of .a and .o versions.Chris Lattner2005-10-247-0/+8
* use archives when possibleChris Lattner2005-10-241-2/+2
* Make sure that anything using the ADCE pass pulls in the UnifyFunctionExitNodesChris Lattner2005-10-241-0/+2
* pull in the .a version of scalaropts lib to reduce the size of programsChris Lattner2005-10-241-1/+1
* pull in the archive version of this lib to reduce exe sizeChris Lattner2005-10-241-1/+1
* Pull in the archive versions of these libs to reduce executable sizeChris Lattner2005-10-241-2/+2
* don't bother building the archive version of this libraryChris Lattner2005-10-241-1/+1
* Link in datastructure as a relinked o fileChris Lattner2005-10-241-1/+1
* Link to archive versions of libraries instead of the relinked onesChris Lattner2005-10-242-4/+6
* expose a ctorChris Lattner2005-10-241-0/+3
* add a protoChris Lattner2005-10-241-0/+4
* Use the new LinkAllAnalyses.h header instead of forcing passes to beChris Lattner2005-10-242-1/+3
* new headerChris Lattner2005-10-241-0/+64
* implement some prototypesChris Lattner2005-10-242-0/+10
* add some prototypesChris Lattner2005-10-241-0/+4
* move this to the analyze toolChris Lattner2005-10-241-105/+0
* Don't invade the system namespaceChris Lattner2005-10-241-1/+1
* Use archive versions of these libraries, using the LinkAllPasses header.Chris Lattner2005-10-241-3/+3
* There is no need for this to be VC++ onlyChris Lattner2005-10-241-15/+6
* 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
* Shrinkify to make --help output look betterChris Lattner2005-10-231-1/+1
* shrinkify the option name a bitChris Lattner2005-10-231-2/+2
* 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
* Add the needed #include, emit enums with the sizes of tables, removeChris Lattner2005-10-231-9/+12
* 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
* Work around GCC's dislike of attributes on function definitions.Jeff Cohen2005-10-231-1/+6
* Remove deleted files from Visual Studio.Jeff Cohen2005-10-231-6/+0
* Remove the obsolete instr selector emitterChris Lattner2005-10-233-1701/+1
* 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
* Move static functions to .cpp file, reduce #includes, pass strings byChris Lattner2005-10-231-68/+7
* Remove redundant flag.Jeff Cohen2005-10-231-1/+1
* When a function takes a variable number of pointer arguments, with a zeroJeff Cohen2005-10-2327-262/+290
* Add several things.Andrew Lenharth2005-10-232-23/+91
* add TargetExternalSymbolAndrew Lenharth2005-10-233-4/+21
* Add new files to Visual Studio.Jeff Cohen2005-10-231-0/+6
* Well, the Constant matching pattern works. Can't say much about calls or glo...Andrew Lenharth2005-10-224-71/+113
* document this as experimentalChris Lattner2005-10-221-1/+1
* 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