1. b27c9e7 MethodTypes take an explicit isVarArg argument by Chris Lattner · 23 years ago
  2. 1d7b50b Fix comment flyer by Chris Lattner · 23 years ago
  3. 075a0b7 Add new linker by Chris Lattner · 23 years ago
  4. 38c1346 Build the new linker by Chris Lattner · 23 years ago
  5. 7b70f3f Repeat some libs due to circular dependences between Sparc and other by Vikram S. Adve · 23 years ago
  6. b79757c Add hack to get rid of malloc & free instructions for code generation by Chris Lattner · 23 years ago
  7. 3ff4387 Pull iterators out of CFG.h and CFGdecls and put them in Support directory by Chris Lattner · 23 years ago
  8. c4199ec Add support to print a call graph, and also add support for module level interprocedural analyses by Chris Lattner · 23 years ago
  9. 78f7e1a Add proper support to send output to the right place by Chris Lattner · 23 years ago
  10. 5650467 Emit assembly language from the target... by Chris Lattner · 23 years ago
  11. da784ee C++ gives us auto_ptr's, so we might as well use them. :) by Chris Lattner · 23 years ago
  12. 805eb96 Minor changes. by Vikram S. Adve · 23 years ago
  13. a5c5abc Added regalloc by Ruchira Sasanka · 23 years ago
  14. 43c6dfe Oops, accidentally checked my debugging makefile by Chris Lattner · 23 years ago
  15. b26bcc5 Make a new llvm/Target #include directory. by Chris Lattner · 23 years ago
  16. f6e0e28 Checkin changes to: by Chris Lattner · 23 years ago
  17. 0e6530e This checkin represents some cleanup of the backend, implementing the following things: by Chris Lattner · 23 years ago
  18. b312259 Export the instruction forest support from the analysis library by Chris Lattner · 23 years ago
  19. 365a76e Genericize support for calling functions a bit Add external method support by Chris Lattner · 23 years ago
  20. e4ca607 iFix dependence order by Chris Lattner · 23 years ago
  21. 424b847 Remove extraneous space by Chris Lattner · 23 years ago
  22. c9744e7 Make use of the new TOOLNAME/USEDLIBS options provided in Makefile.common by Chris Lattner · 23 years ago
  23. 195b539 Remove old old file by Chris Lattner · 23 years ago
  24. e737c7a Convert llc driver to standard tool format by Chris Lattner · 23 years ago
  25. a105022 Uhm... that was really bad by Chris Lattner · 23 years ago
  26. 46ac43c Clean up driver by Chris Lattner · 23 years ago
  27. 6dcf92a Remove support for const pool merging, which is obsolete now. by Chris Lattner · 23 years ago
  28. e88df63 Build lli first by Chris Lattner · 23 years ago
  29. c34b88f Makefile for tools/tests/ by Vikram S. Adve · 24 years ago
  30. 0eca9ed Driver to test IsPowerOf2. Could be extended for other library routines. by Vikram S. Adve · 24 years ago
  31. e595ba7 Changed link line. by Vikram S. Adve · 24 years ago
  32. 1433583 Add calls to NormalizeMethod() and to ScheduleInstructionsWithSSA(). by Vikram S. Adve · 24 years ago
  33. 8666098 Lots of new functionality by Chris Lattner · 24 years ago
  34. 989bfcf Add dependence to libvmcore. by Vikram S. Adve · 24 years ago
  35. 7664032 Compile LLI by Chris Lattner · 24 years ago
  36. 92101ac Initial checkin of interpreter by Chris Lattner · 24 years ago
  37. 0c4897e Add library dep by Chris Lattner · 24 years ago
  38. da5cfa3 Parenthesize output for expranalyze so that pointer stuff being multiplied isn't confusing by Chris Lattner · 24 years ago
  39. f3a5981 Build as before dis by Chris Lattner · 24 years ago
  40. afb0cbb Change option name slightly by Chris Lattner · 24 years ago
  41. a8e1fd3 Use the new Alias command line option by Chris Lattner · 24 years ago
  42. 1e78f36 CommandLine library cleanup. No longer use getValue/setValue, instead, just treat the commandline by Chris Lattner · 24 years ago
  43. e2aad23 -help is verbose enough that we don't need this anymore by Chris Lattner · 24 years ago
  44. 57dbb3a Moved inline/llvm/Tools/* to include/llvm/Support/* by Chris Lattner · 24 years ago
  45. 6c5a32d Removal of the redundant CompileContext wrapper by Chris Lattner · 24 years ago
  46. 0f68368 Verbosify descriptions by Chris Lattner · 24 years ago
  47. 8f367bd Large scale changes to implement new command line argument facility by Chris Lattner · 24 years ago
  48. aceb913 Privatize LLCOptions. It had no business being visible to the entire program. by Chris Lattner · 24 years ago
  49. 953e0d7 Convert from using C style char*'s to strings. by Chris Lattner · 24 years ago
  50. a99495a Instructions for use by Chris Lattner · 24 years ago
  51. ea1c7b6 Make sure we build all of the code! by Chris Lattner · 24 years ago
  52. 7e583cf Renamed include/llvm/Codegen to include/llvm/CodeGen by Chris Lattner · 24 years ago
  53. 0df0e74 Make the makefile work by Chris Lattner · 24 years ago
  54. 85202d4 Support changed expression api by Chris Lattner · 24 years ago
  55. e6b9529 Autodep functionality broken. Remove so we get successful builds by Chris Lattner · 24 years ago
  56. cb465fc Driver and options for the llc compiler. by Vikram S. Adve · 24 years ago
  57. 955f899 Add support to call LevelRaise by Chris Lattner · 24 years ago
  58. 1546bff Update makefile for more accurate deps by Chris Lattner · 24 years ago
  59. a3c8916 Fix clean target by Chris Lattner · 24 years ago
  60. 416ae8d Reordered link line for correct static linking. by Vikram S. Adve · 24 years ago
  61. c13aff6 Add better support for post dominator information. by Chris Lattner · 24 years ago
  62. f3dc2c9 Initial checkin of analyze tool. by Chris Lattner · 24 years ago
  63. 9aa9784 Build new analyze tool by Chris Lattner · 24 years ago
  64. 95781b6 Include ADCE pass, rename include/Opt directory to llvm/Optimizations by Chris Lattner · 24 years ago
  65. 7fc9fe3 Miscellaneous cleanups: by Chris Lattner · 24 years ago
  66. 241b064 Add command line arguments for Constant Pool Merging & Sparse Conditional Constant Prop by Chris Lattner · 24 years ago
  67. b120639 Add stub for induction variable code by Chris Lattner · 24 years ago
  68. 526f97e Removed silly test code by Chris Lattner · 24 years ago
  69. 9bff2e9 Added options to print out basic blocks in a variety of different orderings by Chris Lattner · 24 years ago
  70. 84608e4 Added a stupid testcase for iterators. by Chris Lattner · 24 years ago
  71. 0095054 Initial revision by Chris Lattner · 24 years ago