1. 5f41748 Fixed typo. by Misha Brukman · 22 years ago
  2. 16ca2b9 Fix ambiguity problem due to builtin log2(double) function by Chris Lattner · 22 years ago
  3. 5fda997 Don't put default parameter values into .cpp files, it breaks 3.x compilers by Chris Lattner · 22 years ago
  4. ccec07a Fix namespace correctness bug by Chris Lattner · 22 years ago
  5. cb16c65 There is a #define in some header that conflicts with INFINITY, rename it. by Chris Lattner · 22 years ago
  6. 16d1f73 Allow the VERBOSE=1 option to turn on output of recursive make behavior by Chris Lattner · 22 years ago
  7. b430e0b Add support for gcc 3.2 by Chris Lattner · 22 years ago
  8. f1ffd99 Fix parallel recursive make to build directories in order by Chris Lattner · 22 years ago
  9. 52ee1b0 Use locally built burg by Chris Lattner · 22 years ago
  10. ea4b0b2 Build burg tree by Chris Lattner · 22 years ago
  11. 3ae260d TEst commit by Chris Lattner · 22 years ago
  12. 9277d45 Test commit by Chris Lattner · 22 years ago
  13. 72c6f02 Test change by Chris Lattner · 22 years ago
  14. 29e8558 We need an 'all' target to build burg, add it back by Chris Lattner · 22 years ago
  15. ab83fe2 Don't run tests by default by Chris Lattner · 22 years ago
  16. 4f372f0 Initial checkin of burg documetnation files by Chris Lattner · 22 years ago
  17. 633a5b1 Initial checkin of burg files by Chris Lattner · 22 years ago
  18. 24b7092 Avoid using two i's in the same statements by Chris Lattner · 22 years ago
  19. dfcbf01 Fix bug: test/Regression/Transforms/InstCombine/2002-09-17-GetElementPtrCrash.ll by Chris Lattner · 22 years ago
  20. 44404ec New regression test by Chris Lattner · 22 years ago
  21. db5e5df Convert to use long indexes instead of uint by Chris Lattner · 22 years ago
  22. 72e66f4 by Chris Lattner · 22 years ago
  23. 4475699 Enable correct support for dynamic loading on Linux by Chris Lattner · 22 years ago
  24. b379470 Removed debug info printing by Anand Shukla · 22 years ago
  25. 82f05d8 Add support for GCC 2.96 by Chris Lattner · 22 years ago
  26. c2b3277 Remove extra #include by Chris Lattner · 22 years ago
  27. ed2e7a9 Fix typeo by Chris Lattner · 22 years ago
  28. 913bfbc Don't print global variable definitions twice! Sun's pathetic compiler by Vikram S. Adve · 22 years ago
  29. 0e9843d Fix typo in comment. by Vikram S. Adve · 22 years ago
  30. d9bacc5 Remove specification of argument default from cpp file. by Vikram S. Adve · 22 years ago
  31. fd21476 Remove warning that is no longer applicable by Chris Lattner · 22 years ago
  32. 2a548c5 Comment line of the makefile by Chris Lattner · 22 years ago
  33. ccb4ebd Handle whitespace in LIBRARYNAME gracefully by Chris Lattner · 22 years ago
  34. dbcbe3f Fix FunctionInlining pass assertion failure: by Chris Lattner · 22 years ago
  35. a9030cb Fix typeo by Chris Lattner · 22 years ago
  36. 214bf54 Fix compile problem on linux. Noone should ever #include <inttypes.h> by Chris Lattner · 22 years ago
  37. 47287be Run the cee pass tests by Chris Lattner · 22 years ago
  38. 876a75c Checking testcases for cee pass by Chris Lattner · 22 years ago
  39. 8e2e5f7 Fix: test/Regression/LLC/badidx.c problem by Chris Lattner · 22 years ago
  40. 6170504 Remove duplicate sparc entry. by Vikram S. Adve · 22 years ago
  41. 055451f Use .o files instead of .a files for several cases (that don't actually by Vikram S. Adve · 22 years ago
  42. fecaf56 Print information about files that were removed by Chris Lattner · 22 years ago
  43. 2796860 New preselection pass that specializes LLVM code for a target machine, by Vikram S. Adve · 22 years ago
  44. 110d7f3 Moved these files to the utils directory. by Nick Hildenbrandt · 22 years ago
  45. 33adbcc Add ilist_iterator constructor from a node reference. by Vikram S. Adve · 22 years ago
  46. c7a6d24 Extract most of the transformation into an externally accessible by Vikram S. Adve · 22 years ago
  47. 6189eae Change several entries to use the .o instead of .a to expose pass options. by Vikram S. Adve · 22 years ago
  48. 7d0ba02 Make all registered optimization passes available to llc. by Vikram S. Adve · 22 years ago
  49. 18fdfc4 Add support for optimization passes that use a TargetMachine object. by Vikram S. Adve · 22 years ago
  50. be376cf Allow transformation DecomposeArrayRef(GetElementPtrInst* GEP) to by Vikram S. Adve · 22 years ago
  51. e8f1df6 Add routines to update or erase operands (and to do so without external by Vikram S. Adve · 22 years ago
  52. 46fece7 *** empty log message *** by Vikram S. Adve · 22 years ago
  53. a081baa Add support for passes that use a TargetMachine object. by Vikram S. Adve · 22 years ago
  54. 504fc5b Add method MachineOperand::hasAllocatedReg(). by Vikram S. Adve · 22 years ago
  55. d5af164 Add a version of ChooseRegOrImmed to handle numerical constants by Vikram S. Adve · 22 years ago
  56. aa500f3 Add method adjustAlignment so that stack slot alignments can be computed by Vikram S. Adve · 22 years ago
  57. e102a64 Use ulong instead of uint for size expressions. by Vikram S. Adve · 22 years ago
  58. 4900116 Add methods to query about the representation of LLVM quantities (e.g., by Vikram S. Adve · 22 years ago
  59. 13f1d71 Don't print out global names unnecesssarily. Also, expose pass by Vikram S. Adve · 22 years ago
  60. ebc7511 *** empty log message *** by Vikram S. Adve · 22 years ago
  61. e1f7280 Move all the code that creates code generation passes from Sparc.cpp to by Vikram S. Adve · 22 years ago
  62. 00020d3 Add subdirectory PreSelection. by Vikram S. Adve · 22 years ago
  63. 7f90ea2 New preselection pass that specializes LLVM code for a target machine, by Vikram S. Adve · 22 years ago
  64. 8c6936a Dump routine now writes out allocated register numbers if available. by Vikram S. Adve · 22 years ago
  65. 1318bed Improve and fix error in allocating stack slots: adjust alignment after adding by Vikram S. Adve · 22 years ago
  66. fd0ec80 Add a version of ChooseRegOrImmed to handle numerical constants by Vikram S. Adve · 22 years ago
  67. 87fbcd9 Add an assertion. by Vikram S. Adve · 22 years ago
  68. 6641995 Incorporated changes in alloca and getElementPointer instruction by Anand Shukla · 22 years ago
  69. ada50a5 Incorporated changes in alloca instruction by Anand Shukla · 22 years ago
  70. 9d6f13f No longer need to sign-extend array indices to 64 bits since they by Vikram S. Adve · 22 years ago
  71. 2d45660 Simplify significantly (and fix syntax error). by Vikram S. Adve · 22 years ago
  72. 0731d54 Use much better method to find the llvmbase directory. by Vikram S. Adve · 22 years ago
  73. 5e1a0d9 Check error condition after cvs returns. Also remove -c option. by Vikram S. Adve · 22 years ago
  74. 631484c Shell-script to build current directory and then link one tool (default: opt) by Vikram S. Adve · 22 years ago
  75. 993243e Fix typos in previous checkin. by Vikram S. Adve · 22 years ago
  76. 4bc2348 RegAllocCommon no longer includes CommandLine.h so we have to include it here. by Chris Lattner · 22 years ago
  77. 39c94e1 Break RA_DEBUG option into several levels to get better control over by Vikram S. Adve · 22 years ago
  78. 521758f Remove unnecessary include. by Vikram S. Adve · 22 years ago
  79. 7e914a9 Break RA_DEBUG option into several levels to get better output. by Vikram S. Adve · 22 years ago
  80. 67aa2e2 by Nick Hildenbrandt · 22 years ago
  81. 86bdc54 Fix to work correctly under linux by Chris Lattner · 22 years ago
  82. b2a0fbe Fix bug I introduced by Chris Lattner · 22 years ago
  83. 7c26898 Moving to lib/CodeGen/RegAlloc. by Vikram S. Adve · 22 years ago
  84. 0d0d3ee Add support for MacOS and (hopefully) other BSD derivatives. by Vikram S. Adve · 22 years ago
  85. 655fb5c by Misha Brukman · 22 years ago
  86. a6d0975 by Misha Brukman · 22 years ago
  87. 3f93eee by Misha Brukman · 22 years ago
  88. 520eaff by Misha Brukman · 22 years ago
  89. e8b3e9b * Fix a bug that was causing lli to misrun: by Chris Lattner · 22 years ago
  90. e87e1c9 Change the MallocInst & AllocaInst ctors to take the allocated type, not the by Chris Lattner · 22 years ago
  91. 05804b7 by Chris Lattner · 22 years ago
  92. 5fefb25 by Chris Lattner · 22 years ago
  93. fa30688 include/llvm/DataTypes.h includes this #define so we don't need it anymore by Chris Lattner · 22 years ago
  94. b776401 Export symbols for linux by Chris Lattner · 22 years ago
  95. dbc436c Tighten up sanity checking by Chris Lattner · 22 years ago
  96. 4bb13b8 Factor platform specific makefile directives out into their own makefile by Chris Lattner · 22 years ago
  97. 9ada838 Try to work well on multiple platforms. by Chris Lattner · 22 years ago
  98. ab060db Link .so files correctly on either linux or solaris by Chris Lattner · 22 years ago
  99. 73e1d0f Build with -D_GNU_SOURCE to enable gnu extensions in header files by Chris Lattner · 22 years ago
  100. ff7f701 Add better linux support by using the right macro. This still should be by Chris Lattner · 22 years ago