1. 7dd46b0 Fix bug: LoopPreheaders/2003-08-15-PreheadersFail.ll by Chris Lattner · 22 years ago
  2. 77d2f51 Rename -emitmaps to -enable-maps by Brian Gaeke · 22 years ago
  3. 53b99a0 Fix typo in comment by Brian Gaeke · 22 years ago
  4. c48ef2a lib/Support/CommandLine.cpp: by Brian Gaeke · 22 years ago
  5. d2dfc96 Now that the JIT memory manager allocates as many bytes as necessary rather than by Misha Brukman · 22 years ago
  6. 15d1d57 Fix register and parameter numbers in saving double FP registers. by Misha Brukman · 22 years ago
  7. e3561c2 Remove uses of the NonCopyable class, to make the doxygen output look better by Chris Lattner · 22 years ago
  8. 80df463 rename selection library to selectiondag by Chris Lattner · 22 years ago
  9. 79ba7c1 rename selection directory and library to SelectionDAG by Chris Lattner · 22 years ago
  10. 7dc97ff Add a bunch of new node types, etc by Chris Lattner · 22 years ago
  11. f3c274d Adjust to new API, add expandCall stub by Chris Lattner · 22 years ago
  12. 51970b2 Add support for unconditional branches and for emitting JE instructions by Chris Lattner · 22 years ago
  13. b6ef5c8 Add a bunch of new node types, including a new Void dummy register class by Chris Lattner · 22 years ago
  14. fad4929 * Must save FP registers when calling CompilationCallback(), because FP by Misha Brukman · 22 years ago
  15. 06b06c5 Add support for reading command line arguments from an environment variable. by Brian Gaeke · 22 years ago
  16. 891bd82 Improvement to the previous fix: branch following a delay slot of by Vikram S. Adve · 22 years ago
  17. 2925592 Stop annoying warnings about mismatched types with the argument of a free by Chris Lattner · 22 years ago
  18. 688506d Implement a _REAL_ memory manager for the code generated by the JIT. This by Chris Lattner · 22 years ago
  19. 640b928 Since we now have TableGen editing modes for VIM and (X)Emacs, we no longer need by Misha Brukman · 22 years ago
  20. a8e40f5 Restore 'nice name' to pass by Chris Lattner · 22 years ago
  21. bf3c4cf Factory methods for function passes now return type FunctionPass *. by Brian Gaeke · 22 years ago
  22. 1d3fa21 Add new method to FunctionPassManager to add ImmutablePasses. by Brian Gaeke · 22 years ago
  23. e69f727 Unbreak SPARC backend: addPassesToJITCompile and by Brian Gaeke · 22 years ago
  24. 277aad2 Factory methods for function passes now return type FunctionPass *. by Brian Gaeke · 22 years ago
  25. d7d6bbe Unbreak SPARC backend: addPassesToJITCompile and by Brian Gaeke · 22 years ago
  26. 0118995 Dramatically simplify how -time-passes works. by Chris Lattner · 22 years ago
  27. 250d91b Fix FIXME by removing FIXME by Chris Lattner · 22 years ago
  28. a4ca41e This file uses stable_sort by Chris Lattner · 22 years ago
  29. aa9c1f1 Implement instcombine optimizations: by Chris Lattner · 22 years ago
  30. 3e3c805 X86 static backend: smacked Function at a time: smacked by Brian Gaeke · 22 years ago
  31. 564a727 Generalize some of the add tests to allow for reassociation to take place by Chris Lattner · 22 years ago
  32. 19df387 Factory methods for FunctionPasses now return type FunctionPass *. by Brian Gaeke · 22 years ago
  33. fb0ef2e Deconstify parameter to getPointerToFunction(). by Brian Gaeke · 22 years ago
  34. 8844a0b addPassesToJITCompile and addPassesToEmitMachineCode now take a by Brian Gaeke · 22 years ago
  35. c227c1f Deconstify parameter to getPointerToFunction(). by Brian Gaeke · 22 years ago
  36. 71d8478 Deconstify parameter to getPointerToFunction(). by Brian Gaeke · 22 years ago
  37. 37df460 In ExecutionEngine::getPointerToGlobal(), throw away const qualifier by Brian Gaeke · 22 years ago
  38. b428654 addPassesToJITCompile now takes a FunctionPassManager, to support by Brian Gaeke · 22 years ago
  39. 9826bdb Factory methods for FunctionPasses now return type FunctionPass *. by Brian Gaeke · 22 years ago
  40. 9d99b43 Factory methods for FunctionPasses now return type FunctionPass *. by Brian Gaeke · 22 years ago
  41. fb5be09 Assign arguments different ranks so they get grouped together by Chris Lattner · 22 years ago
  42. 3ccd0fd Implement constant folding of casts from boolean constants to other values by Chris Lattner · 22 years ago
  43. 478b3a9 Removing the pool allocator from the main CVS tree. by John Criswell · 22 years ago
  44. 3ccd17e Implement InstCombine/2003-08-12-AllocaNonNull.ll by Chris Lattner · 22 years ago
  45. 934754b Do not cannonicalize (X != 0) into (cast X to bool) by Chris Lattner · 22 years ago
  46. e92d2f4 Change cannonicalization rules: add X,X is represented as multiplies, multiplies by Chris Lattner · 22 years ago
  47. 48e6079 Adjust files for move of mapping info stuff into the Sparc directory by Chris Lattner · 22 years ago
  48. 7f2438f Mapping directory no longer exists by Chris Lattner · 22 years ago
  49. 4c7fc1e Incorporate mapping library into the sparc library by Chris Lattner · 22 years ago
  50. c09f429 Obsolete file by Chris Lattner · 22 years ago
  51. 99c27d7 Just incorporating some notes I wrote for myself into a place where they won't by Brian Gaeke · 22 years ago
  52. feb3298 For instructions in a delay slot of another instruction, by Vikram S. Adve · 22 years ago
  53. 88d962a For an instruction with delay slots, mark all live values before by Vikram S. Adve · 22 years ago
  54. aee2fdf Give std::map<BasicBlock *, BasicBlock *> the short name BBMap, because by Brian Gaeke · 22 years ago
  55. df17af1 Allow pulling logical operations through shifts. by Chris Lattner · 22 years ago
  56. e9608e3 Fix bug: Reassociate/2003-08-12-InfiniteLoop.ll by Chris Lattner · 22 years ago
  57. 33fbad7 Reenable optimized build by Chris Lattner · 22 years ago
  58. 6007cb6 Assign finer grained ranks, make sure to reassociate top-level after reassociating bottom level by Chris Lattner · 22 years ago
  59. e132d95 Simplify code by Chris Lattner · 22 years ago
  60. 67ca768 Implement testcases InstCombine/or.ll:test16/test17 by Chris Lattner · 22 years ago
  61. 8ab1ef2 Add FunctionPassManager - it's like a PassManager, but it only deals in by Brian Gaeke · 22 years ago
  62. 20a3be3 Disable emitting LLVM-to-MI maps, by default. by Vikram S. Adve · 22 years ago
  63. c12a614 Rename DNVT_bool to DNVT_i1 to be consistent with type system by Chris Lattner · 22 years ago
  64. c847796 Add support for basicblocks, setCC instructions, and branches by Chris Lattner · 22 years ago
  65. 9d27514 Fix va_arg to generate LDDFi for floating point values, instead of LDXi. by Vikram S. Adve · 22 years ago
  66. 233d075 Bug fix: Some nodes pointed to by globals may not be marked incomplete and need to be tracked to find pool arguments by Sumant Kowshik · 22 years ago
  67. 00b4094 Add basic support for 16 and 32 bit function arguments! by Chris Lattner · 22 years ago
  68. c0bb13d add frameidx support by Chris Lattner · 22 years ago
  69. d59414f Sort #includes, eliminate #include of "llvm/Type.h" which was redundant by Chris Lattner · 22 years ago
  70. 67488a9 Cygwin apparently works with %'s on registers! by Chris Lattner · 22 years ago
  71. 2bcee34 Whoops, accidental checkin. :( by Chris Lattner · 22 years ago
  72. 93c1afa Add a new -enable-cygwin-compatible-output argument, which make the output more by Chris Lattner · 22 years ago
  73. 2b3860f Add support to the mangler for targets which require _'s on global symbols by Chris Lattner · 22 years ago
  74. 2a09877 Print % signs before register names; turn off "noprefix" mode in gas output. by Brian Gaeke · 22 years ago
  75. 4ecff5d Register argument to va_start must be marked as defined! by Vikram S. Adve · 22 years ago
  76. e7e33c0 Add (ret int) expander so that we can at least write testcases by Chris Lattner · 22 years ago
  77. bf2f8a9 Converted tabs to spaces. by Misha Brukman · 22 years ago
  78. 859e5cc Removed `-debug' so that spurious printouts of patterns are not seen at by Misha Brukman · 22 years ago
  79. 7c2af6e Remove dead code by Chris Lattner · 22 years ago
  80. b84fe1c Add patterns for multiply, and, or, and xor by Chris Lattner · 22 years ago
  81. 622003f add support for more nodes by Chris Lattner · 22 years ago
  82. 2aa3a66 Until the pattern matching instruction selector is finished, enable debug output from it by Chris Lattner · 22 years ago
  83. 1f28e8c Fix handling of 'free' if it has absolutely no prototype by Chris Lattner · 22 years ago
  84. 4c08840 Include the new selection library for the X86 target by Chris Lattner · 22 years ago
  85. ac0c868 Add support for a pattern matching instruction selector. This is still in by Chris Lattner · 22 years ago
  86. fa7ed53 Build the SelectionDAG library by Chris Lattner · 22 years ago
  87. 78ec311 Initial checkin of SelectionDAG implementation. This is still rough and by Chris Lattner · 22 years ago
  88. f8dfa6f Make imm be a leaf instead of a nonterminal by Chris Lattner · 22 years ago
  89. da81eca close() requires "unistd.h" . by Misha Brukman · 22 years ago
  90. f7066c7 Doxygen-ify the comments by using '///' instead of '//'. by Misha Brukman · 22 years ago
  91. 35d402f Remove references to `bugpoint' from the now-generic system utilities. by Misha Brukman · 22 years ago
  92. 3d1b0c7 Moved removeFile() and getUniqueFilename() into FileUtilities. by Misha Brukman · 22 years ago
  93. b8db66e Implement LLVM intrinsics `llvm.setjmp' and `llvm.longjmp' as follows: by Misha Brukman · 22 years ago
  94. 2010f7b Fix assertion in MachineInstr::substituteValue(). by Vikram S. Adve · 22 years ago
  95. 97a95bd Fix sanity-checking in 'maskUnsigned' code to be more precise: by Vikram S. Adve · 22 years ago
  96. 7d3c579 Fixed a segfault in gccld. by John Criswell · 22 years ago
  97. ec4f523 Update tablegen interfaces by Chris Lattner · 22 years ago
  98. 8e37bd0 Added code for pool allocating only the pool-allocatable data structures in the presence of collapsed nodes + a couple of bug fixes by Sumant Kowshik · 22 years ago
  99. 69666e5 This register is never used, disable it. by Chris Lattner · 22 years ago
  100. fe8a796 Changing command-line option formats to be more consistent with LLVM style. by Misha Brukman · 22 years ago