1. 7a4f03d Add LLVM with Visual Studio overview by Jeff Cohen · 21 years ago
  2. 2f503e6 Implement the trivial cases in InstCombine/store.ll by Chris Lattner · 21 years ago
  3. 71dd598 New testcase by Chris Lattner · 21 years ago
  4. 2a73a0b Rename these to start with %c, as they are the only ones that are checked. by Chris Lattner · 21 years ago
  5. f952785 Implement Transforms/InstCombine/cast-load-gep.ll, which allows us to devirtualize by Chris Lattner · 21 years ago
  6. 36559a4 New testcase by Chris Lattner · 21 years ago
  7. b8b6e6a indirect call fix by Andrew Lenharth · 21 years ago
  8. 7efadce fp to int and back conversion sequences by Andrew Lenharth · 21 years ago
  9. 6132332 Fix the regressions my User changes introduced. Apparently some parts of by Chris Lattner · 21 years ago
  10. f9aace2 Rename variables to work with VC++'s hokey scoping rules. by Chris Lattner · 21 years ago
  11. cff8ac2 Fix some scary bugs that VC++ detected. by Chris Lattner · 21 years ago
  12. 6538f42 Make things more const-correct, adjust to changes in DSA interfaces. by Chris Lattner · 21 years ago
  13. a9548d9 * Make some methods more const correct. by Chris Lattner · 21 years ago
  14. 7b2a527 added fp extend and removed a forgotten assert in more than 6 arg support (should break somewhere else now :) ) and fix an incorrect asm sequence for indirect calls by Andrew Lenharth · 21 years ago
  15. b32d785 Silence VC++ warnings about using 'this' in base member initializations. by Jeff Cohen · 21 years ago
  16. e2752dd This code is really unreachable. by Chris Lattner · 21 years ago
  17. d7b59d0 Fix warnings. by Chris Lattner · 21 years ago
  18. 684f229 support for larger calls by Andrew Lenharth · 21 years ago
  19. bbec41d Improve spelling by Chris Lattner · 21 years ago
  20. bca8144 Improve conformance with the Misha spelling benchmark suite by Chris Lattner · 21 years ago
  21. 5c3fa1e Make this work on systems where size_t == unsigned and where they are not by Tanya Lattner · 21 years ago
  22. 445cdd3 Make this work on systems where size_t is not the same as unsigned. by Tanya Lattner · 21 years ago
  23. ea622d5 Unbreak the build :( by Chris Lattner · 21 years ago
  24. 02accae Adjust to ilist changes. by Chris Lattner · 21 years ago
  25. 9d5d759 adjust to ilist changes. by Chris Lattner · 21 years ago
  26. 3cf8e68 Adjust to ilist changes. by Chris Lattner · 21 years ago
  27. 38653f0 Adjust to changes in ilist by Chris Lattner · 21 years ago
  28. ed4d467 Rename createNode -> createSentinal. by Chris Lattner · 21 years ago
  29. 5ea56e5 clean up comments by Chris Lattner · 21 years ago
  30. 4b724b1 This has been deprecated for long enough, nuke it. by Chris Lattner · 21 years ago
  31. 5ae3571 This file was schizophrenic when it came to representing sizes. In some by Chris Lattner · 21 years ago
  32. 74a77cd There is no reason to include ostream here, include iosfwd instead. by Chris Lattner · 21 years ago
  33. 8c2cb42 After reading in a bc file, trim the resultant buffer down to what we by Chris Lattner · 21 years ago
  34. 52b8752 Finegrainify namespacification by Chris Lattner · 21 years ago
  35. 2c59435 first step towards a correct and complete stack. also add some forms for things that were getting stuck in the nightly tester. by Andrew Lenharth · 21 years ago
  36. 3725c12 Due to previous simplifications, we can simplify the data structures being by Chris Lattner · 21 years ago
  37. ee379a1 Properly handle volatile. by Chris Lattner · 21 years ago
  38. 4f16bd7 Remove some useless map operations. Loads/stores that are in the same by Chris Lattner · 21 years ago
  39. 15774df Before doing expensive global analysis, check to make sure the pointer is by Chris Lattner · 21 years ago
  40. 8b80ecd Fix quotes. by Chris Lattner · 21 years ago
  41. 2cc2ab9 Unbreak VC++ build by Jeff Cohen · 21 years ago
  42. e212d62 Minor simplification/speedup. Replaces a set lookup with a pointer comparison. by Chris Lattner · 21 years ago
  43. e233b8c Eliminate generality that is not buying us anything. In particular, this by Chris Lattner · 21 years ago
  44. 2652da6 If we see: by Chris Lattner · 21 years ago
  45. 6cfbd62 Memory used is a delta between memuse at the start of the time and the by Chris Lattner · 21 years ago
  46. 03aef68 Unbreak VC++ build by Jeff Cohen · 21 years ago
  47. 1f377fc Make sure that we always grow a multiple of 2 operands. by Chris Lattner · 21 years ago
  48. 204fcae noteworthy. by Chris Lattner · 21 years ago
  49. 5551706 Adjust to changes in instruction interfaces. by Chris Lattner · 21 years ago
  50. 667fdae Switchinst takes a hint for the number of cases it will have. by Chris Lattner · 21 years ago
  51. 3788059 switchinst ctor now takes a hint for the number of cases that it will have. by Chris Lattner · 21 years ago
  52. 5598aa0 Adjust Valuehandle to hold its operand directly in it. by Chris Lattner · 21 years ago
  53. 23ba420 Finegrainify namespacification. by Chris Lattner · 21 years ago
  54. 3d80f90 add namespace qualifier by Chris Lattner · 21 years ago
  55. cad28bd Adjust to changes in User class and minor changes in instruction ctors. by Chris Lattner · 21 years ago
  56. ce1df9e Adjust to slight changes in instruction interfaces. by Chris Lattner · 21 years ago
  57. 96d83f6 Adjust to changes in User class. by Chris Lattner · 21 years ago
  58. b12261a Merge InstrTypes.cpp into this file by Chris Lattner · 21 years ago
  59. e467147 Adjust to changes in User class. Aggregate constants now must explicitly by Chris Lattner · 21 years ago
  60. 265287f This file is now merged into Instructions.cpp by Chris Lattner · 21 years ago
  61. 5181ac8 Adjust to changes in the User class. by Chris Lattner · 21 years ago
  62. ec28570 Adjust to changes in the User class. Introduce a new UnaryInstruction class. by Chris Lattner · 21 years ago
  63. 519ccaf Adjust to user changes. by Chris Lattner · 21 years ago
  64. 454928e Many changes to cope with the User.h changes. Instructions now generally by Chris Lattner · 21 years ago
  65. b8d5b12 Adjust to User.h changes. by Chris Lattner · 21 years ago
  66. f718e70 Instead of storing operands as std::vector<Use>, just maintain a pointer by Chris Lattner · 21 years ago
  67. cc1b16f fix ExprMap, partially teach about add long by Andrew Lenharth · 21 years ago
  68. f4aa335 Fix a nasty thinko in my previous commit. by Chris Lattner · 21 years ago
  69. 99939d3 Alpha doesn't have a native f32 extload instruction. by Chris Lattner · 21 years ago
  70. e76ad6d implement legalization of truncates whose results and sources need to be by Chris Lattner · 21 years ago
  71. e560521 Get alpha working with memset/memcpy/memmove by Chris Lattner · 21 years ago
  72. f8f5740 Fix some typos in the Makefile.rules. Patch contributed by Vladimer Merzliakov. by Reid Spencer · 21 years ago
  73. 05dd08f Hrm, who knows what 'uint' is, but it seems to work sometimes? Wierd. by Chris Lattner · 21 years ago
  74. ad5fec1 * add some DEBUG statements * Properly compile this: by Chris Lattner · 21 years ago
  75. ce04a6d Fix ConstProp/2005-01-28-SetCCGEP.ll: indexing over zero sized elements does by Chris Lattner · 21 years ago
  76. 2fac727 New testcase. by Chris Lattner · 21 years ago
  77. aa5bcb5 Add some initial documentation for the SelectionDAG based instruction selectors by Chris Lattner · 21 years ago
  78. e6585ab Do not clean up if the MappedFile was never used or if the client already by Chris Lattner · 21 years ago
  79. 6b9870a fix ExprMap and constant check in setcc by Andrew Lenharth · 21 years ago
  80. a5ba894 Get VC++ compiling again by Jeff Cohen · 21 years ago
  81. be4922a Convert some old C-style casts to C++ style. by Reid Spencer · 21 years ago
  82. 40831c5 move FP into it's own select by Andrew Lenharth · 21 years ago
  83. 13c184d CopyFromReg produces two values. Make sure that we remember that both are by Chris Lattner · 21 years ago
  84. 1fe848e These passes are no more. by Chris Lattner · 21 years ago
  85. 9cb992a Remove this code as it is currently completely broken and unmaintained. by Chris Lattner · 21 years ago
  86. d19d89a Properly close mapped files. by Jeff Cohen · 21 years ago
  87. 097b763 Mark -parallel pass as `experimental' by Misha Brukman · 21 years ago
  88. 04c868e stack frame fix and zero FP reg fix by Andrew Lenharth · 21 years ago
  89. 10b4007 Floating point instructions like Floating point registers by Andrew Lenharth · 21 years ago
  90. d2bb960 int to float conversion and another setcc by Andrew Lenharth · 21 years ago
  91. 1bae291 Fix grammar by Misha Brukman · 21 years ago
  92. 3d65d31 teach isel about comparison with constants and zero extending bits by Andrew Lenharth · 21 years ago
  93. 9437bb6 Fix some Path bugs by Jeff Cohen · 21 years ago
  94. 7e57bd5 perhaps this will let me have calls again by Andrew Lenharth · 21 years ago
  95. c0d502e minor bug fix by Andrew Lenharth · 21 years ago
  96. 51d3ab4 minor bug fix by Andrew Lenharth · 21 years ago
  97. 98a32d0 added instructions for fp to int to fp moves by Andrew Lenharth · 21 years ago
  98. 3e98fde initial fp support by Andrew Lenharth · 21 years ago
  99. 9b5cb04 xfail this. by Chris Lattner · 21 years ago
  100. c74b5a1 XFAIL this for now. by Chris Lattner · 21 years ago