- 0eafc31 Add support to insert trace code as an "optimization" by Chris Lattner · 23 years ago
- 685639d Convert to new simpler, more powerful pass structure by Chris Lattner · 23 years ago
- 6db0f47 * Passes return true if they change something, not if they fail by Chris Lattner · 23 years ago
- 05e5e07 Passes return true if they change something, not if they fail by Chris Lattner · 23 years ago
- 2db4b72 ConcretePass should not be a templated class! by Chris Lattner · 23 years ago
- 25c1229 Minor cleanups by Chris Lattner · 23 years ago
- 3524fc2 Use the new Pass infrastructure to clean up llc by Chris Lattner · 23 years ago
- 1f4b6eb Add library by Chris Lattner · 23 years ago
- 90c5b3d Minor code cleanups by Chris Lattner · 23 years ago
- 2e42d3a Implement global variables. Struct and Pointer initializers are not implemented yet though by Chris Lattner · 23 years ago
- 2f64f9f *** empty log message *** by Vikram S. Adve · 23 years ago
- 164cb69 Add a new -d argument to dump the internal rep as assembly. by Chris Lattner · 23 years ago
- b27c9e7 MethodTypes take an explicit isVarArg argument by Chris Lattner · 23 years ago
- 1d7b50b Fix comment flyer by Chris Lattner · 23 years ago
- 075a0b7 Add new linker by Chris Lattner · 23 years ago
- 38c1346 Build the new linker by Chris Lattner · 23 years ago
- 7b70f3f Repeat some libs due to circular dependences between Sparc and other by Vikram S. Adve · 23 years ago
- b79757c Add hack to get rid of malloc & free instructions for code generation by Chris Lattner · 23 years ago
- 3ff4387 Pull iterators out of CFG.h and CFGdecls and put them in Support directory by Chris Lattner · 23 years ago
- c4199ec Add support to print a call graph, and also add support for module level interprocedural analyses by Chris Lattner · 23 years ago
- 78f7e1a Add proper support to send output to the right place by Chris Lattner · 23 years ago
- 5650467 Emit assembly language from the target... by Chris Lattner · 23 years ago
- da784ee C++ gives us auto_ptr's, so we might as well use them. :) by Chris Lattner · 23 years ago
- 805eb96 Minor changes. by Vikram S. Adve · 23 years ago
- a5c5abc Added regalloc by Ruchira Sasanka · 23 years ago
- 43c6dfe Oops, accidentally checked my debugging makefile by Chris Lattner · 23 years ago
- b26bcc5 Make a new llvm/Target #include directory. by Chris Lattner · 23 years ago
- f6e0e28 Checkin changes to: by Chris Lattner · 23 years ago
- 0e6530e This checkin represents some cleanup of the backend, implementing the following things: by Chris Lattner · 23 years ago
- b312259 Export the instruction forest support from the analysis library by Chris Lattner · 23 years ago
- 365a76e Genericize support for calling functions a bit Add external method support by Chris Lattner · 23 years ago
- e4ca607 iFix dependence order by Chris Lattner · 23 years ago
- 424b847 Remove extraneous space by Chris Lattner · 23 years ago
- c9744e7 Make use of the new TOOLNAME/USEDLIBS options provided in Makefile.common by Chris Lattner · 23 years ago
- 195b539 Remove old old file by Chris Lattner · 23 years ago
- e737c7a Convert llc driver to standard tool format by Chris Lattner · 23 years ago
- a105022 Uhm... that was really bad by Chris Lattner · 23 years ago
- 46ac43c Clean up driver by Chris Lattner · 23 years ago
- 6dcf92a Remove support for const pool merging, which is obsolete now. by Chris Lattner · 23 years ago
- e88df63 Build lli first by Chris Lattner · 23 years ago
- c34b88f Makefile for tools/tests/ by Vikram S. Adve · 24 years ago
- 0eca9ed Driver to test IsPowerOf2. Could be extended for other library routines. by Vikram S. Adve · 24 years ago
- e595ba7 Changed link line. by Vikram S. Adve · 24 years ago
- 1433583 Add calls to NormalizeMethod() and to ScheduleInstructionsWithSSA(). by Vikram S. Adve · 24 years ago
- 8666098 Lots of new functionality by Chris Lattner · 24 years ago
- 989bfcf Add dependence to libvmcore. by Vikram S. Adve · 24 years ago
- 7664032 Compile LLI by Chris Lattner · 24 years ago
- 92101ac Initial checkin of interpreter by Chris Lattner · 24 years ago
- 0c4897e Add library dep by Chris Lattner · 24 years ago
- da5cfa3 Parenthesize output for expranalyze so that pointer stuff being multiplied isn't confusing by Chris Lattner · 24 years ago
- f3a5981 Build as before dis by Chris Lattner · 24 years ago
- afb0cbb Change option name slightly by Chris Lattner · 24 years ago
- a8e1fd3 Use the new Alias command line option by Chris Lattner · 24 years ago
- 1e78f36 CommandLine library cleanup. No longer use getValue/setValue, instead, just treat the commandline by Chris Lattner · 24 years ago
- e2aad23 -help is verbose enough that we don't need this anymore by Chris Lattner · 24 years ago
- 57dbb3a Moved inline/llvm/Tools/* to include/llvm/Support/* by Chris Lattner · 24 years ago
- 6c5a32d Removal of the redundant CompileContext wrapper by Chris Lattner · 24 years ago
- 0f68368 Verbosify descriptions by Chris Lattner · 24 years ago
- 8f367bd Large scale changes to implement new command line argument facility by Chris Lattner · 24 years ago
- aceb913 Privatize LLCOptions. It had no business being visible to the entire program. by Chris Lattner · 24 years ago
- 953e0d7 Convert from using C style char*'s to strings. by Chris Lattner · 24 years ago
- a99495a Instructions for use by Chris Lattner · 24 years ago
- ea1c7b6 Make sure we build all of the code! by Chris Lattner · 24 years ago
- 7e583cf Renamed include/llvm/Codegen to include/llvm/CodeGen by Chris Lattner · 24 years ago
- 0df0e74 Make the makefile work by Chris Lattner · 24 years ago
- 85202d4 Support changed expression api by Chris Lattner · 24 years ago
- e6b9529 Autodep functionality broken. Remove so we get successful builds by Chris Lattner · 24 years ago
- cb465fc Driver and options for the llc compiler. by Vikram S. Adve · 24 years ago
- 955f899 Add support to call LevelRaise by Chris Lattner · 24 years ago
- 1546bff Update makefile for more accurate deps by Chris Lattner · 24 years ago
- a3c8916 Fix clean target by Chris Lattner · 24 years ago
- 416ae8d Reordered link line for correct static linking. by Vikram S. Adve · 24 years ago
- c13aff6 Add better support for post dominator information. by Chris Lattner · 24 years ago
- f3dc2c9 Initial checkin of analyze tool. by Chris Lattner · 24 years ago
- 9aa9784 Build new analyze tool by Chris Lattner · 24 years ago
- 95781b6 Include ADCE pass, rename include/Opt directory to llvm/Optimizations by Chris Lattner · 24 years ago
- 7fc9fe3 Miscellaneous cleanups: by Chris Lattner · 24 years ago
- 241b064 Add command line arguments for Constant Pool Merging & Sparse Conditional Constant Prop by Chris Lattner · 24 years ago
- b120639 Add stub for induction variable code by Chris Lattner · 24 years ago
- 526f97e Removed silly test code by Chris Lattner · 24 years ago
- 9bff2e9 Added options to print out basic blocks in a variety of different orderings by Chris Lattner · 24 years ago
- 84608e4 Added a stupid testcase for iterators. by Chris Lattner · 24 years ago
- 0095054 Initial revision by Chris Lattner · 24 years ago