| Commit message (Expand) | Author | Age | Files | Lines |
* | DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now | Chris Lattner | 2005-10-24 | 13 | -14/+9 |
* | Now that all libraries are built in either .o or .a form, make BUILD_ARCHIVE | Chris Lattner | 2005-10-24 | 1 | -2/+10 |
* | only build .a version of this library | Chris Lattner | 2005-10-24 | 1 | -0/+1 |
* | Only build .a file versions of these libraries, instead of .a and .o versions. | Chris Lattner | 2005-10-24 | 1 | -0/+1 |
* | There is no need to build an archive version of this library | Chris Lattner | 2005-10-24 | 1 | -1/+0 |
* | This file is hopelessly out of date | Chris Lattner | 2005-10-24 | 1 | -197/+0 |
* | Only build .a file versions of these libraries, instead of .a and .o versions. | Chris Lattner | 2005-10-24 | 1 | -0/+1 |
* | Only build .a file versions of these libraries, instead of .a and .o versions. | Chris Lattner | 2005-10-24 | 7 | -0/+8 |
* | use archives when possible | Chris Lattner | 2005-10-24 | 1 | -2/+2 |
* | Make sure that anything using the ADCE pass pulls in the UnifyFunctionExitNodes | Chris Lattner | 2005-10-24 | 1 | -0/+2 |
* | pull in the .a version of scalaropts lib to reduce the size of programs | Chris Lattner | 2005-10-24 | 1 | -1/+1 |
* | pull in the archive version of this lib to reduce exe size | Chris Lattner | 2005-10-24 | 1 | -1/+1 |
* | Pull in the archive versions of these libs to reduce executable size | Chris Lattner | 2005-10-24 | 1 | -2/+2 |
* | don't bother building the archive version of this library | Chris Lattner | 2005-10-24 | 1 | -1/+1 |
* | Link in datastructure as a relinked o file | Chris Lattner | 2005-10-24 | 1 | -1/+1 |
* | Link to archive versions of libraries instead of the relinked ones | Chris Lattner | 2005-10-24 | 2 | -4/+6 |
* | expose a ctor | Chris Lattner | 2005-10-24 | 1 | -0/+3 |
* | add a proto | Chris Lattner | 2005-10-24 | 1 | -0/+4 |
* | Use the new LinkAllAnalyses.h header instead of forcing passes to be | Chris Lattner | 2005-10-24 | 2 | -1/+3 |
* | new header | Chris Lattner | 2005-10-24 | 1 | -0/+64 |
* | implement some prototypes | Chris Lattner | 2005-10-24 | 2 | -0/+10 |
* | add some prototypes | Chris Lattner | 2005-10-24 | 1 | -0/+4 |
* | move this to the analyze tool | Chris Lattner | 2005-10-24 | 1 | -105/+0 |
* | Don't invade the system namespace | Chris Lattner | 2005-10-24 | 1 | -1/+1 |
* | Use archive versions of these libraries, using the LinkAllPasses header. | Chris Lattner | 2005-10-24 | 1 | -3/+3 |
* | There is no need for this to be VC++ only | Chris Lattner | 2005-10-24 | 1 | -15/+6 |
* | Fix a nasty bug that was causing miscompilation of global variables | Chris Lattner | 2005-10-23 | 1 | -1/+4 |
* | Shrinkify to match llc | Chris Lattner | 2005-10-23 | 1 | -3/+3 |
* | Shrinkify to make --help output look better | Chris Lattner | 2005-10-23 | 1 | -1/+1 |
* | shrinkify the option name a bit | Chris Lattner | 2005-10-23 | 1 | -2/+2 |
* | Simplify this, matching changes in the tblgen emitter | Chris Lattner | 2005-10-23 | 1 | -9/+0 |
* | Simplify this due to changes in the tblgen side | Chris Lattner | 2005-10-23 | 1 | -9/+0 |
* | Add the needed #include, emit enums with the sizes of tables, remove | Chris Lattner | 2005-10-23 | 1 | -9/+12 |
* | mark this as beta | Chris Lattner | 2005-10-23 | 1 | -1/+1 |
* | If a user requests help, give them help on both features and processors | Chris Lattner | 2005-10-23 | 1 | -24/+40 |
* | Autogen subtarget information from .td files. | Chris Lattner | 2005-10-23 | 2 | -35/+12 |
* | Add subtarget feature/processor defns to the .td file | Chris Lattner | 2005-10-23 | 1 | -0/+22 |
* | rearrange things a bit so that instructions can use subtarget features in the | Chris Lattner | 2005-10-23 | 1 | -11/+9 |
* | add a marker | Chris Lattner | 2005-10-23 | 1 | -0/+5 |
* | add a note that Nate mentioned last week | Chris Lattner | 2005-10-23 | 1 | -0/+5 |
* | Put some of my random notes somewhere public | Chris Lattner | 2005-10-23 | 1 | -0/+70 |
* | Work around GCC's dislike of attributes on function definitions. | Jeff Cohen | 2005-10-23 | 1 | -1/+6 |
* | Remove deleted files from Visual Studio. | Jeff Cohen | 2005-10-23 | 1 | -6/+0 |
* | Remove the obsolete instr selector emitter | Chris Lattner | 2005-10-23 | 3 | -1701/+1 |
* | Improve help output. | Chris Lattner | 2005-10-23 | 1 | -12/+16 |
* | improve -help output | Chris Lattner | 2005-10-23 | 1 | -5/+5 |
* | Move static functions from .h file, reduce #includes, pass strings by const&, | Chris Lattner | 2005-10-23 | 1 | -45/+99 |
* | Move static functions to .cpp file, reduce #includes, pass strings by | Chris Lattner | 2005-10-23 | 1 | -68/+7 |
* | Remove redundant flag. | Jeff Cohen | 2005-10-23 | 1 | -1/+1 |
* | When a function takes a variable number of pointer arguments, with a zero | Jeff Cohen | 2005-10-23 | 27 | -262/+290 |