1. 1a36744 Fix this test so that it doesn't spuriously fail due to some by Dan Gohman · 16 years ago
  2. 705d800 Avoid hardcoding that X86 addresses have 4 operands. by Rafael Espindola · 16 years ago
  3. e4d5d34 Use less hard coded constants to make the code less brittle. by Rafael Espindola · 16 years ago
  4. 76d3838 Reapply r66415, which was reverted in r66426 for by Duncan Sands · 16 years ago
  5. a82dfca I am trying to add a segment to the X86 addresses matching to by Rafael Espindola · 16 years ago
  6. 0b8365c Revert r67798: it breaks llvm-gcc bootstrap on x86-64-linux, presumably due to by Duncan Sands · 16 years ago
  7. 4ad0d57 Documentation update. by Mikhail Glushenkov · 16 years ago
  8. d50d32b -write-graph now can be used with -o. by Mikhail Glushenkov · 16 years ago
  9. 74a057b Revert previous change in favour of an explanatory comment. by Duncan Sands · 16 years ago
  10. f89c269 A Release-Asserts build makes it sound like assertions by Duncan Sands · 16 years ago
  11. ea4d351 Shrink wrapping in PEI: initial release. Finishing development, enable with --shrink-wrap. by John Mosby · 16 years ago
  12. cb2480d Add a __builtin___memset_chk test. by Evan Cheng · 16 years ago
  13. 2d69724 One more place to skip debug info. by Dale Johannesen · 16 years ago
  14. fafd98b While hoisting an instruction, update alias info set tracker. by Devang Patel · 16 years ago
  15. e568f64 Update to account for driver renaming. by Mike Stump · 16 years ago
  16. 9272253 -no-implicit-float means explicit fp operations are legal. by Evan Cheng · 16 years ago
  17. 0802851 Add -march=x86. by Evan Cheng · 16 years ago
  18. 3cd3c72 Fix misc. small issues with debug visualization. by Mikhail Glushenkov · 16 years ago
  19. 9d7b530 tADDhirr is a thumb instruction. Do not allow this code to be reached in non-thumb mode. by Evan Cheng · 16 years ago
  20. b98bbb7 Don't assign a new stack slot if the pre-alloc splitter already assigned one. by Owen Anderson · 16 years ago
  21. da4231f fix a few spelling errors and typos by Jim Grosbach · 16 years ago
  22. 866cc60 Use 'bool' for FoundRC by Jim Grosbach · 16 years ago
  23. dccbfea Add -f to RUN line. by Bill Wendling · 16 years ago
  24. a02a3dd Pull transform from target-dependent code into target-independent code. by Bill Wendling · 16 years ago
  25. a95dbf2 no need for eh info by Chris Lattner · 16 years ago
  26. e7fa1f2 fix warning in -asserts mode. by Chris Lattner · 16 years ago
  27. e3a8583 fix some warnings in release-asserts mode. by Chris Lattner · 16 years ago
  28. d401507 fix an apparently real bug exposed by a warning in -asserts mode. by Chris Lattner · 16 years ago
  29. 022a27e fix warning in -asserts build. by Chris Lattner · 16 years ago
  30. 24c98ce Add testcase for r67728. by Bill Wendling · 16 years ago
  31. 8b4b874 Match this pattern so that we can generate simpler code: by Bill Wendling · 16 years ago
  32. bddc442 Doxygen-ify comments. by Bill Wendling · 16 years ago
  33. 6aae1d6 Skip debug info one more place. (This one gets by Dale Johannesen · 16 years ago
  34. 575ec80 Before deleting a basic block, give other loop passes a chance cleanup analysis values, related to the instructions in the basic block. by Devang Patel · 16 years ago
  35. 54f3022 Modify getRegisterValueType() to allow for a register being in mutliple by Jim Grosbach · 16 years ago
  36. e597282 Add a test case for PR3779: when to promote the function return value. by Evan Cheng · 16 years ago
  37. 3927f43 Revert 67132. This is breaking some objective-c apps. by Evan Cheng · 16 years ago
  38. a466ee3 One more test. by Evan Cheng · 16 years ago
  39. beaec4c When optimizing with debug info, don't keep the by Dale Johannesen · 16 years ago
  40. ea4753e Add __builtin___memcpy_chk tests. by Evan Cheng · 16 years ago
  41. 1a9d5cc These tests pass on linux. by Duncan Sands · 16 years ago
  42. 2602f43 Add a __builtin_object_size test. by Evan Cheng · 16 years ago
  43. ad9ad7c Fix a bug in our autoupgrade support: in an argument list to a function by Chris Lattner · 16 years ago
  44. 0c8f7dc do not rely on callee being operand 0 by Gabor Greif · 16 years ago
  45. 25cb0d7 by Devang Patel · 16 years ago
  46. 23120ba CodeGen still defaults to non-verbose asm, but llc now overrides it and default to verbose. by Evan Cheng · 16 years ago
  47. 42bf74b CodeGen still defaults to non-verbose asm, but llc now overrides it and default to verbose. by Evan Cheng · 16 years ago
  48. 7db860d Don't print global names twice with -asm-verbose. by Evan Cheng · 16 years ago
  49. 324f608 Revert r67655 and r67656, as they are breaking the build. I'm by Dan Gohman · 16 years ago
  50. e8e4921 Fix PR3874 by restoring a condition I removed, but making it more by Chris Lattner · 16 years ago
  51. 86bda41 Do not ignore DW_TAG_class_type! by Devang Patel · 16 years ago
  52. 2594706 LLVM's master Makefile.common is in LLVM_SRC_ROOT, not LLVM_OBJ_ROOT. by Dan Gohman · 16 years ago
  53. 569a7f0 oops, I intended to remove this, not comment it out. Thanks Duncan! by Chris Lattner · 16 years ago
  54. d02a281 Regenerate configure. by Dan Gohman · 16 years ago
  55. 497e863 Fix paths; AutoRegen.sh changes its current working directory to be the by Dan Gohman · 16 years ago
  56. c9ebae3 Update for autoconf 2.6x; by Dan Gohman · 16 years ago
  57. 2e73426 Converted a1.ll to unittests. by Misha Brukman · 16 years ago
  58. abc061c Mention explicitly that the Ada front-end will not bootstrap. by Duncan Sands · 16 years ago
  59. 78a5bd5 Fix PR3845: Avoid stale MachineInstruction pointer reference. by Evan Cheng · 16 years ago
  60. 9f16bcb Fix bash-isms. by Dan Gohman · 16 years ago
  61. 599d320 Set the svn:mime-type to text/x-sh, so that diffs work. by Dan Gohman · 16 years ago
  62. f73e319 simplify logic and get rid of the assumption that operand 0 is the callee by Gabor Greif · 16 years ago
  63. a0e6969 canonicalize inttoptr and ptrtoint instructions which cast pointers by Chris Lattner · 16 years ago
  64. 1f8c564 fix one more fp80 case (used only by Interpreter) by Dale Johannesen · 16 years ago
  65. 4f9797d two changes: by Chris Lattner · 16 years ago
  66. e330ae5 Change JIT for different layout of fp80. by Dale Johannesen · 16 years ago
  67. e1c5267 Add a testcase for the scheduling heuristic introduced in r67586. by Dan Gohman · 16 years ago
  68. e2f7bf8 more tidying: name the components of PhysReg in the case when by Chris Lattner · 16 years ago
  69. b3b4484 Tidy a bit more. by Chris Lattner · 16 years ago
  70. fc9d161 simplify this code a bit now that "allocation to a vreg class" can never fail. by Chris Lattner · 16 years ago
  71. a96dc14 I was convinced that it's ok to allow a second i8 return value by Dan Gohman · 16 years ago
  72. 8f4aa33 Minor compile-time optimization; don't bother checking by Dan Gohman · 16 years ago
  73. 002b44f Add a pre-pass to the burr-list scheduler which makes adjustments to by Dan Gohman · 16 years ago
  74. f1c0ae9 Do not emit comments unless -asm-verbose. by Evan Cheng · 16 years ago
  75. 16581bf Use a SmallPtrSet instead of std::set. by Dale Johannesen · 16 years ago
  76. 5d088fe Fix a bug in spill weight computation. If the alias is a super-register, and the super-register is in the register class we are trying to allocate. Then add the weight to all sub-registers of the super-register even if they are not aliases. by Evan Cheng · 16 years ago
  77. 13b9bf9 Add sanity check in Clang TableGen backend to check if 'Component' is a string. by Ted Kremenek · 16 years ago
  78. 1b25cb2 Fix internal representation of fp80 to be the by Dale Johannesen · 16 years ago
  79. ad20778 README.txt: test commit w/blank line appended by John Mosby · 16 years ago
  80. fa9afef When unfolding a load during scheduling, the new operator node has by Dan Gohman · 16 years ago
  81. 3e744c8 Update test for pr3864. by Evan Cheng · 16 years ago
  82. 2824a65 Fix PR3391 and PR3864. Reg allocator infinite looping. by Evan Cheng · 16 years ago
  83. 8cccf0e Don't set SUnit::hasPhysRegDefs to true unless the defs are by Dan Gohman · 16 years ago
  84. a5c8ae2 Fix canClobberPhysRegDefs to check all SDNodes grouped together by Dan Gohman · 16 years ago
  85. 3974667 Add a new bit to SUnit to record whether a node has implicit physreg by Dan Gohman · 16 years ago
  86. f871ccb Now that errs() is properly non-buffered, there's no need to by Dan Gohman · 16 years ago
  87. f49f0cd Clarify a comment. by Dan Gohman · 16 years ago
  88. 2ba682c LoopVR is not CFGOnly. by Dan Gohman · 16 years ago
  89. a9d71e1 Enhance LiveValues to work on PHI operands. by Dan Gohman · 16 years ago
  90. b45088c Make getOperandNumForIncomingValue and getOperandNumForIncomingBlock by Dan Gohman · 16 years ago
  91. 2004eb6 Correct some comments. Operand numbers start at 0. by Dan Gohman · 16 years ago
  92. fb11288 Model inline asm constraint which ties an input to an output register as machine operand TIED_TO constraint. This eliminated the need to pre-allocate registers for these. This also allows register allocator can eliminate the unneeded copies. by Evan Cheng · 16 years ago
  93. 7d6d4b3 Do not fold away subreg_to_reg if the source register has a sub-register index. That means the source register is taking a sub-register of a larger register. e.g. On x86 by Evan Cheng · 16 years ago
  94. a8bd27f fix a bug Alexei Svitkine pointed out. by Chris Lattner · 16 years ago
  95. eab5cb3 When we restore signal handlers, restore them back to what they by Chris Lattner · 16 years ago
  96. 1c4d8a0 factorize signal registration, part of PR3848. by Chris Lattner · 16 years ago
  97. 3aff0a6 Fix a grammaro in a comment that Bill noticed. by Dan Gohman · 16 years ago
  98. 640e7c6 tt'ify. by Chris Lattner · 16 years ago
  99. 4bd3d7e VC++ 6.0 is not future work :) by Chris Lattner · 16 years ago
  100. 82f8415 Add comments explaining why there's only one register for i8 return values. by Dan Gohman · 16 years ago