1. 0298118 add some operations, fix others. should compile several more tests now by Andrew Lenharth · 20 years ago
  2. 3576c84 We can fold promoted and non-promoted loads into divs also! by Chris Lattner · 20 years ago
  3. 44129b5 Fold promoted loads into binary ops for FP, allowing us to generate m32 forms by Chris Lattner · 20 years ago
  4. d279b41 problems with bools, and their work arounds by Andrew Lenharth · 20 years ago
  5. 193904a Add a dependency to the trace library so that it gets pulled in automatically. by Alkis Evlogimenos · 20 years ago
  6. 9846a34 Document the --load option. by Reid Spencer · 20 years ago
  7. 2f8fb77 more load choices, better add with imm by Andrew Lenharth · 20 years ago
  8. 851b534 Make -ds-aa more useful, allowing it to be updated as xforms hack on the program. by Chris Lattner · 20 years ago
  9. d5af7c4 Add some methods. by Chris Lattner · 20 years ago
  10. 2d6f022 Clean ups, and taught the instruction selector about immediate forms by Andrew Lenharth · 20 years ago
  11. a7246ca Alpha JIT prune by Andrew Lenharth · 20 years ago
  12. 886470e include prune and JIT prune by Andrew Lenharth · 20 years ago
  13. 0126952 Pruned includes by Andrew Lenharth · 20 years ago
  14. dd106c2 let configure recognize Alphas by Andrew Lenharth · 20 years ago
  15. 501cb27 let configure recognize Alphas by Andrew Lenharth · 20 years ago
  16. 47d2796 Mark CVS versions different from releases by Misha Brukman · 20 years ago
  17. bcb18fa `primitive' has no `a' by Misha Brukman · 20 years ago
  18. 49266b2 Do not return true from isSized for things without a size (like functions and by Chris Lattner · 20 years ago
  19. d23a298 This giant patch speeds up Type::isSized(). Before, this would have to search by Chris Lattner · 20 years ago
  20. bb4dca3 Fix a spurious warning. by Chris Lattner · 20 years ago
  21. 0a07883 Silence a warning. by Chris Lattner · 20 years ago
  22. fed5577 Silence optimized warnings. by Chris Lattner · 20 years ago
  23. 42e25b3 Allow the FP stackifier to completely ignore functions that do not use FP at by Chris Lattner · 20 years ago
  24. 3563015 Simplify/speedup the PEI by not having to scan for uses of the callee saved by Chris Lattner · 20 years ago
  25. 471f090 Add an accessor. by Chris Lattner · 20 years ago
  26. 7861163 Update physregsused info. by Chris Lattner · 20 years ago
  27. 0648b16 Update this pass to set PhysRegsUsed info in MachineFunction. by Chris Lattner · 20 years ago
  28. b0f31bf Update these register allocators to set the PhysRegUsed info in MachineFunction. by Chris Lattner · 20 years ago
  29. ce9c41e Add support for the PhysRegsUsed array. by Chris Lattner · 20 years ago
  30. d6b210c Expose more information from register allocation to passes that run after it. by Chris Lattner · 20 years ago
  31. 92b9fce Speed this up a bit by making ModifiedRegs a vector<char> not vector<bool> by Chris Lattner · 20 years ago
  32. ad1e302 Get rid of a several dozen more and instructions in specint. by Chris Lattner · 20 years ago
  33. da7e70e Fix crash comparing empty file against nonempty file. by Chris Lattner · 20 years ago
  34. 9c32d3b Adjust to changes in SelectionDAG interfaces by Chris Lattner · 20 years ago
  35. b48da39 Remove the 3 HACK HACK HACKs I put in before, fixing them properly with by Chris Lattner · 20 years ago
  36. ac9dc08 Adjust to changes in SelectionDAG interface. by Chris Lattner · 20 years ago
  37. 063287a Give SelectionDAG a TargetLowering instance instead of TM instance. by Chris Lattner · 20 years ago
  38. 1fefef1 Build Alpha by default. by Chris Lattner · 20 years ago
  39. a8411a6 Fix alloca support for Cygwin. On cygwin its __alloca not __builtin_alloca by Reid Spencer · 20 years ago
  40. 5dc81f6 Support Cygwin assembly generation. The cygwin version of Gnu ASsembler by Reid Spencer · 20 years ago
  41. a328c51 Add support for fp tolerances by Chris Lattner · 20 years ago
  42. 417c4d5 This method takes sys::Path objects now. by Chris Lattner · 20 years ago
  43. cf989fd Adjust to changed interface. by Chris Lattner · 20 years ago
  44. cc1b90b Make DiffFilesWithTolerance take sys::Path's instead of std::strings by Chris Lattner · 20 years ago
  45. f61c001 Remove two dead methods and improve the comments for DiffFilesWithTolerance. by Chris Lattner · 20 years ago
  46. c95b560 Fix a bug in previous checkin by Chris Lattner · 20 years ago
  47. 220df9c Drop dead #include by Chris Lattner · 20 years ago
  48. 537a49a The meat of this utility has been moved to FileUtilities, where it can be by Chris Lattner · 20 years ago
  49. 4454253 Add a new method, refactored out of fpcmp by Chris Lattner · 20 years ago
  50. fc54a35 New method. by Chris Lattner · 20 years ago
  51. 304d0f3 Let me introduce you to the early stages of the llvm backend for the alpha processor by Andrew Lenharth · 20 years ago
  52. 68cd65e Get this to work for 64-bit systems. by Chris Lattner · 20 years ago
  53. ae6ec8e We're working towards LLVM 1.5 now so bump the version number. This change by Reid Spencer · 20 years ago
  54. 131ca38 Minor fix. by Chris Lattner · 20 years ago
  55. 38c0751 This is the final big of factoring. This shares cases in suboperand by Chris Lattner · 20 years ago
  56. f876668 Implement *even more* factoring. In particular, if all of the instruction by Chris Lattner · 20 years ago
  57. d648867 Refactor code for numbering instructions into CodeGenTarget. by Chris Lattner · 20 years ago
  58. 615ed99 Fix VC++ compilation error by Jeff Cohen · 20 years ago
  59. da1f03c QOI feature implemented. by Chris Lattner · 20 years ago
  60. 870c016 Implement factoring of instruction pattern strings. In particular, instead of by Chris Lattner · 20 years ago
  61. f11ad9e Fix the ::: problem by Chris Lattner · 20 years ago
  62. 5765dba Minor refactoring, no functionality change. by Chris Lattner · 20 years ago
  63. 741c118 oops by Jeff Cohen · 20 years ago
  64. 5fb6ed4 Use binary mode for reading/writing bytecode files by Jeff Cohen · 20 years ago
  65. 695c9bd Add (non-working) project bugpoint to Visual Studio by Jeff Cohen · 20 years ago
  66. b0b55e7 Seperate asmstring parsing from emission. This allows the code to be simpler by Chris Lattner · 20 years ago
  67. 2fce6d1 Don't exclude FileUtilies and ToolRunner from VC++ build by Jeff Cohen · 20 years ago
  68. 8388195 Fix VC++ complaint by Jeff Cohen · 20 years ago
  69. c690cc0 Fix destroyDirectory bug by Jeff Cohen · 20 years ago
  70. 5037a15 Implicitly defined registers can clobber callee saved registers too! by Chris Lattner · 20 years ago
  71. 2202bfa make double-dollar properly escape asmstrings by Andrew Lenharth · 20 years ago
  72. 7cd50cf More bugfixes for IA64 shifts. by Chris Lattner · 20 years ago
  73. 27ff112 Fix problems with non-x86 targets. by Chris Lattner · 20 years ago
  74. a7306db Add a nasty hack to fix Alpha/IA64 multiplies by a power of two. by Chris Lattner · 20 years ago
  75. 9bb86f4 Remove unneeded line. by Chris Lattner · 20 years ago
  76. 1e7ceaf test commit by Chris Lattner · 20 years ago
  77. 45f57b8 Handle comparisons of gep instructions that have different typed indices by Chris Lattner · 20 years ago
  78. fb0f53f Speed up folding operations into loads. by Chris Lattner · 20 years ago
  79. 0442fbf Keep track of node depth for each node by Chris Lattner · 20 years ago
  80. 67b1c3c The ever-important vanity pass name :) by Chris Lattner · 20 years ago
  81. 4e7dd8f If the interpreter tries to execute an external function, kill it. Of course by Chris Lattner · 20 years ago
  82. b62e1e2 Fix a FIXME: realize that argument stores are all independent (don't alias) by Chris Lattner · 20 years ago
  83. a93ec3e Unary token factor nodes are unneeded. by Chris Lattner · 20 years ago
  84. 77e77a6 Refactor libcall code a bit. Initial implementation of expanding int -> FP by Chris Lattner · 20 years ago
  85. fb01550 Apparently destroyFile() now throws an exception. Since this class is by Chris Lattner · 20 years ago
  86. 87a9b71 Remove this test. This test is already in PR269, so it should be by Chris Lattner · 20 years ago
  87. e5544f8 Simplify the shift-expansion code. by Chris Lattner · 20 years ago
  88. 19ad062 Implement ADD_PARTS/SUB_PARTS so that 64-bit integer add/sub work. This by Chris Lattner · 20 years ago
  89. 84f6788 Expand add/sub into ADD_PARTS/SUB_PARTS instead of a non-existant libcall. by Chris Lattner · 20 years ago
  90. 17eee18 implement add_parts/sub_parts. by Chris Lattner · 20 years ago
  91. 5880b9f Eliminate the unimplemented ADDC/SUBB operations, add ADD_PARTS/SUB_PARTS instead. by Chris Lattner · 20 years ago
  92. 353c3e4 Add missing entry. by Chris Lattner · 20 years ago
  93. bf52d49 Fix a crash compiling 134.perl. by Chris Lattner · 20 years ago
  94. b1923f8 Get analyze to show all analysis options when compiled with VC++ by Jeff Cohen · 20 years ago
  95. d0d2051 Add analyze project to Visual Studio by Jeff Cohen · 20 years ago
  96. 23f9708 Add project llvm-proj to Visual Studio by Jeff Cohen · 20 years ago
  97. 2c49f27 Support targets that do not use i8 shift amounts. by Chris Lattner · 20 years ago
  98. 6fb5a4a Add two optimizations. The first folds (X+Y)-X -> Y by Chris Lattner · 20 years ago
  99. d4dd775 Add some new tests by Chris Lattner · 20 years ago
  100. 3ca6a2c Add an assertion that would have made more sense to duraid by Chris Lattner · 20 years ago