1. f88380b Fix PR1782, patch by Wojtek Matyjewicz! by Chris Lattner · 17 years ago
  2. 8d1ea75 Fix a very silly typo. by Gordon Henriksen · 17 years ago
  3. b25a093 Fix accidental commit by Bill. by Chris Lattner · 17 years ago
  4. 0097555 Add support for splitting the operand of a return instruction. by Chris Lattner · 17 years ago
  5. 041b3f8 Reverting 44702. It wasn't correct to rename them. by Bill Wendling · 17 years ago
  6. eeaad40 add many new cases to SplitResult. SplitResult now handles all the cases that LegalizeDAG does. by Chris Lattner · 17 years ago
  7. 5018786 Implement splitting support for store, allowing us to compile: by Chris Lattner · 17 years ago
  8. 697b53e implement vector splitting of load, undef, and binops. by Chris Lattner · 17 years ago
  9. e4af7b5 implement some methods. by Chris Lattner · 17 years ago
  10. 13c6a17 add scaffolding for splitting of vectors. by Chris Lattner · 17 years ago
  11. 9d49494 Project cleanups by Nate Begeman · 17 years ago
  12. e507c48 Remove dead file and directory. by Chris Lattner · 17 years ago
  13. 7514646 reorganize header to separate into functional blocks. by Chris Lattner · 17 years ago
  14. ee88813 split scalarization out to its own file. by Chris Lattner · 17 years ago
  15. cc663a8 Split expansion out into its own file. by Chris Lattner · 17 years ago
  16. 08d1275 Split promotion support out to its own file. by Chris Lattner · 17 years ago
  17. 524825b Rename LegalizeDAGTypes.cpp -> LegalizeTypes.cpp by Chris Lattner · 17 years ago
  18. dff67f5 Split the class definition of DAGTypeLegalizer out into a header. by Chris Lattner · 17 years ago
  19. 7446d0c Incorporating review feedback from Reid. by Gordon Henriksen · 17 years ago
  20. 921f0d4 remove dead #include. by Chris Lattner · 17 years ago
  21. d185f64 add #include by Chris Lattner · 17 years ago
  22. 73481e0 eliminate dependency on Bitcode headers. by Chris Lattner · 17 years ago
  23. 065d97e remove dead #include, APInt.h already has the needed forward decls. by Chris Lattner · 17 years ago
  24. 36d26c2 proper #include order. by Chris Lattner · 17 years ago
  25. 39f207e Ignoring generated files. by Gordon Henriksen · 17 years ago
  26. 985cb62 Adding a StringPool data structure, which GC will use. by Gordon Henriksen · 17 years ago
  27. 75e290f Fix bug in constructing Ocaml option types in the bindings. by Gordon Henriksen · 17 years ago
  28. 5aaddaa aesthetic changes, no functionality change. Evan, it's not clear by Chris Lattner · 17 years ago
  29. 320c630 Renaming: by Bill Wendling · 17 years ago
  30. d964285 Fix a significant code quality regression I introduced on PPC64 quite by Chris Lattner · 17 years ago
  31. 3fc027d implement __builtin_return_addr(0) on ppc. by Chris Lattner · 17 years ago
  32. 73944fb refactor some code to avoid overloading the name 'usesLR' in by Chris Lattner · 17 years ago
  33. edfd10d Implement correct isa<UnaryInstruction>, problem reported by "ST". by Chris Lattner · 17 years ago
  34. b48519c Incorporated comments from Evan and Chris: by Bill Wendling · 17 years ago
  35. 5fc4aba Fix several cache coherence bugs in MemDep/GVN that were found. Also add some (disabled) debugging code by Owen Anderson · 17 years ago
  36. 1713d8b Doh by Evan Cheng · 17 years ago
  37. 7658445 Fix a compilation warning. by Evan Cheng · 17 years ago
  38. 5a75961 Fix a compilation warning. by Evan Cheng · 17 years ago
  39. e5839f8 Adding MachineLoopInfo.h,.cpp and MachineLICP.cpp to VStudio build by Chuck Rose III · 17 years ago
  40. 0f940c9 Initial commit of the machine code LICM pass. It successfully hoists this: by Bill Wendling · 17 years ago
  41. 779ccea Add comment. by Evan Cheng · 17 years ago
  42. 8a86c3f Much improved v8i16 shuffles. (Step 1). by Evan Cheng · 17 years ago
  43. 050fe63 Fix a stupid error that Chris pointed out. by Owen Anderson · 17 years ago
  44. a971593 New test case. by Evan Cheng · 17 years ago
  45. dfb1561 Add an option to control this heuristic tweak so I can test it. by Evan Cheng · 17 years ago
  46. 1076210 Remove a bogus optimization. It's not possible to do a move to low element to a <8 x i16> or <16 x i8> vector. by Evan Cheng · 17 years ago
  47. b0e370a Fix a bogus test case. by Evan Cheng · 17 years ago
  48. e0e6fac Redo previous patch so optimization only done for i1. Simpler and safer. by Dale Johannesen · 17 years ago
  49. 33faddc Turning simple splitting on. Start testing new coalescer heuristics as new llcbeta. by Evan Cheng · 17 years ago
  50. d3fd6d2 third time around: instead of disabling this completely, by Chris Lattner · 17 years ago
  51. e00cbad Actually, disable this code for now. More analysis and improvements to by Chris Lattner · 17 years ago
  52. e70da20 implement a readme entry, compiling the code into: by Chris Lattner · 17 years ago
  53. c95ba44 simplify some code. by Chris Lattner · 17 years ago
  54. 72b2df1 implement the rest of the functionality from SelectionDAGLegalize::ScalarizeVectorOp by Chris Lattner · 17 years ago
  55. 3012ac6 Adjust VStudio files to add JITMemoryManager files + include <cassert> from same. by Chuck Rose III · 17 years ago
  56. 348f665 move some ashr-specific code out of commonShiftTransforms into visitAShr. by Chris Lattner · 17 years ago
  57. 59f1e97 Fix PR1842. by Dale Johannesen · 17 years ago
  58. 34c9433 add a new ExecutionEngine::createJIT which can be used if you only want by Chris Lattner · 17 years ago
  59. 9f2f142 simplify creation of the interpreter, make ExecutionEngine ctor protected, by Chris Lattner · 17 years ago
  60. 7f3a75a fix this when run on non x86 hosts. by Chris Lattner · 17 years ago
  61. 5ef3a04 Fix for PR1831: if all defs of an interval are re-materializable, then it's a preferred spill candiate. by Evan Cheng · 17 years ago
  62. bdcb726 If both result of the {s|z}xt and its source are live out, rewrite all uses of the source with result of extension. by Evan Cheng · 17 years ago
  63. 22d8066 improve header guard by Chris Lattner · 17 years ago
  64. 8907b4b split the JIT memory management code out from the main JIT logic into its by Chris Lattner · 17 years ago
  65. 81f2d71 add a note by Chris Lattner · 17 years ago
  66. 7d13015 add a note by Chris Lattner · 17 years ago
  67. 08f8b33 Alphabetizing; I want to be the last in the file!!!! ;-) by Bill Wendling · 17 years ago
  68. 96dcd2b Regenerated configure after autoconf/configure.ac change. by Scott Michel · 17 years ago
  69. 42aa501 Minor updates: by Scott Michel · 17 years ago
  70. 5d84afd Commit 44487 broke bootstrap of llvm-gcc-4.2. It is by Duncan Sands · 17 years ago
  71. 8c24e74 Added canFoldMemoryOperand for PPC. by Evan Cheng · 17 years ago
  72. 7db2811 Update foldMemoryOperand. by Evan Cheng · 17 years ago
  73. 4d321c5 fix warnings by Chris Lattner · 17 years ago
  74. 58dd856 allow this to build by Chris Lattner · 17 years ago
  75. cc23359 Prior commit updated wrong if, apologies. by Neil Booth · 17 years ago
  76. a89e45f Handle zero correctly. by Neil Booth · 17 years ago
  77. d120ffd MachineInstr can change. Store indexes instead. by Evan Cheng · 17 years ago
  78. adf8590 If a split live interval is spilled again, remove the kill marker on its last use. by Evan Cheng · 17 years ago
  79. f38d14f Clobber more bugs. by Evan Cheng · 17 years ago
  80. b50bb8c Fix kill info for split intervals. by Evan Cheng · 17 years ago
  81. 60fb5ec more scalarization by Chris Lattner · 17 years ago
  82. d36db02 scalarize vector binops by Chris Lattner · 17 years ago
  83. 018f9b0 - Mark last use of a split interval as kill instead of letting spiller track it. by Evan Cheng · 17 years ago
  84. d64b5c8 Add a argument to storeRegToStackSlot and storeRegToAddr to specify whether by Evan Cheng · 17 years ago
  85. f89a22a fixed header attribution by Scott Michel · 17 years ago
  86. b216a1b More stuff for CellSPU -- this should be enough to get an error-free by Scott Michel · 17 years ago
  87. 2466c37 Updated source file headers to llvm coding standard. by Scott Michel · 17 years ago
  88. 67d5755 Two missing files. by Scott Michel · 17 years ago
  89. 564427e Main CellSPU backend files checked in. Intrinsics and autoconf files remain. by Scott Michel · 17 years ago
  90. db1e302 Handle 0 correctly in string->APFloat conversion. by Dale Johannesen · 17 years ago
  91. 7da75c5 Added "Emitter" functor to allow easy emitting of elements of a container by Ted Kremenek · 17 years ago
  92. dd86ce3 Remove a unsafe optimization. This fixes 401.bzip2. by Evan Cheng · 17 years ago
  93. 5d28b88 Add --with-llvmgcc= and --with-llvmgxx= configure options. by Devang Patel · 17 years ago
  94. 6637752 More files in the CellSPU drop... by Scott Michel · 17 years ago
  95. 266bc8f More of the Cell SPU code drop from "Team Aerospace". by Scott Michel · 17 years ago
  96. 35a3e4a Spiller unfold optimization bug: do not clobber a reusable stack slot value unless it can be modified. by Evan Cheng · 17 years ago
  97. eb1819d Implement framework for scalarizing node results. This is sufficient by Chris Lattner · 17 years ago
  98. 13c207b start providing framework for scalarizing vectors. by Chris Lattner · 17 years ago
  99. 597d10d Discard split intervals made empty due to folding. by Evan Cheng · 17 years ago
  100. a589a08 More CellSPU files... more to follow. by Scott Michel · 17 years ago