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