1. f5a69fe Update win32 VStudio project files to keep pace with recently added and deleted files by Chuck Rose III · 17 years ago
  2. 1a66f0a Recover most of the compile time regression due to recent live interval changes. by Evan Cheng · 17 years ago
  3. 51195af Added method to get Mips register numbers by Bruno Cardoso Lopes · 17 years ago
  4. a2b1bb5 Changed stack allocation On LowerFORMAL_ARGUMENTS. by Bruno Cardoso Lopes · 17 years ago
  5. dc0c04c Mask directive completed with CalleeSave info by Bruno Cardoso Lopes · 17 years ago
  6. 2d4575e Added methods to record SPOffsets from LowerFORMAL_ARGUMENTS by Bruno Cardoso Lopes · 17 years ago
  7. 92103de Cut off crazy computation. This helps PR1622 slightly. by Chris Lattner · 17 years ago
  8. 1cd39a4 Use simpler test to filter loops. by Devang Patel · 17 years ago
  9. 9bd8a56 Add explicit triples to avoid default behavior that varies by host. by Dan Gohman · 17 years ago
  10. f1355a5 by David Greene · 17 years ago
  11. 44c8265 Add a comment about using libc memset/memcpy or generating inline code. by Rafael Espindola · 17 years ago
  12. 56fe9b7 Remove this test as it is too hard to fix after the by Duncan Sands · 17 years ago
  13. d58cf12 Fix this test: llvm-gcc-4.2 optimizes almost everything away, by Duncan Sands · 17 years ago
  14. e9c8fa0 Make DAGCombiner's global alias analysis query more precise in the case by Dan Gohman · 17 years ago
  15. e22814b Now that we don't output cleanups by default, the action by Duncan Sands · 17 years ago
  16. 5f43f92 If the source and destination pointers in an llvm.memmove are known by Dan Gohman · 17 years ago
  17. e378495 Change comments to refer to @malloc and @free instead of %malloc and %free. by Dan Gohman · 17 years ago
  18. 6590b04 There is an impedance matching problem between LLVM and by Duncan Sands · 17 years ago
  19. 81975f6 Add explicit keywords and remove spurious trailing semicolons. by Dan Gohman · 17 years ago
  20. 6b83b5d call libc memcpy/memset if array size is bigger then threshold. by Rafael Espindola · 17 years ago
  21. 9f528e6 Don't promote volatile loads/stores. This is needed (for example) to handle setjmp/longjmp properly. by Anton Korobeynikov · 17 years ago
  22. 5dfcf43 Don't DSe volatile stores. by Owen Anderson · 17 years ago
  23. e6c1742 Revise per review comments. by Dale Johannesen · 17 years ago
  24. 87503a6 Add APFloat interface to ConstantFPSDNode. Change by Dale Johannesen · 17 years ago
  25. d79faee Move exit condition and exit branch from exiting block into loop header and dominator info. This avoid execution of dead iteration. Loop is already filter in the beginning such that this change is safe. by Devang Patel · 17 years ago
  26. be97c98 Constant split values needs upper bound and lower bound check, just like any other split value. by Devang Patel · 17 years ago
  27. 09ec1b0 Allow target constants to be illegal types. The target should by Chris Lattner · 17 years ago
  28. 4a69da9 While calculating upper loop bound for first loop and lower loop bound for second loop, take care of edge cases. by Devang Patel · 17 years ago
  29. 7df31dc Teach the dag scheduler to handle inline asm nodes with multi-value immediate operands. by Chris Lattner · 17 years ago
  30. cf4bb31 The personality function might need to be declared as: by Bill Wendling · 17 years ago
  31. 48884cd rename isOperandValidForConstraint to LowerAsmOperandForConstraint, by Chris Lattner · 17 years ago
  32. 21dcae1 Comment out declaration of operator== (undefined). by Dale Johannesen · 17 years ago
  33. 3e025dc Test by Neil Booth · 17 years ago
  34. 0b061363 Add self by Neil Booth · 17 years ago
  35. 5efa7e9 Rename llvm-gcc4 to llvm-gcc. by Tanya Lattner · 17 years ago
  36. 12595d7 Poison APFloat::operator==. Replace existing uses with bitwiseIsEqual. by Dale Johannesen · 17 years ago
  37. 8bb369b Use APFloat internally for ConstantFPSDNode. by Dale Johannesen · 17 years ago
  38. cd406fe sink clone() down the class hierarchy from CmpInst into ICmpInst/FCmpInst. by Chris Lattner · 17 years ago
  39. 7097e9a Fix regression that I caused yesterday night while adding logic to select appropriate split condition branch. by Devang Patel · 17 years ago
  40. 90e167a Disable EH generation until PPC works 100%. by Chris Lattner · 17 years ago
  41. b23f4c5 add a note by Chris Lattner · 17 years ago
  42. 4259fe3 It is not safe to execute split condition's true branch first all the time. If split by Devang Patel · 17 years ago
  43. c830aee Reject ICMP_NE as index split condition. by Devang Patel · 17 years ago
  44. b88e420 Tightenup loop filter. by Devang Patel · 17 years ago
  45. 7237d11 Remove incomplete cost analysis. by Devang Patel · 17 years ago
  46. d3b51fd Revised per review feedback from previous patch. by Dale Johannesen · 17 years ago
  47. ada530b silence some warnings in an optimized build. by Chris Lattner · 17 years ago
  48. 343e770 Change internal representation of ConstantFP to use APFloat. by Dale Johannesen · 17 years ago
  49. 57e4785 Fix this testcase: there are two matches for by Duncan Sands · 17 years ago
  50. 9e43d63 add some notes on really poor codegen. by Chris Lattner · 17 years ago
  51. aabd035 new example by Chris Lattner · 17 years ago
  52. 2f597bd Perform correct codegen for eh_dwarf_cfa intrinsic. by Anton Korobeynikov · 17 years ago
  53. 006f5a3 default this to radix 10 like the toString(Un)Signed methods. by Chris Lattner · 17 years ago
  54. 028760f Avoid hiding issues. by Chris Lattner · 17 years ago
  55. 9132a2b rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned() by Chris Lattner · 17 years ago
  56. c00c2ba Implement review feedback on trampoline documentation. by Duncan Sands · 17 years ago
  57. 40fc353 Remove dead code. by Devang Patel · 17 years ago
  58. a24d918 Fix typo. by Devang Patel · 17 years ago
  59. 16adc23 update test to check that codegen works with llvm.used in llvm.metadata section by Andrew Lenharth · 17 years ago
  60. a8644e3 Cosmetic change by Devang Patel · 17 years ago
  61. b753a9b move this check. ppc outputs .no_dead_strip properly by Andrew Lenharth · 17 years ago
  62. adbda02 Add the PCSymbol for Darwin x86 platforms. by Bill Wendling · 17 years ago
  63. dc52395 Refactor loop condition check in a separate function. by Devang Patel · 17 years ago
  64. ea0fa97 Fix thinko. by Devang Patel · 17 years ago
  65. 9f30e22 Testcase for llvm.c* intrinsic failures. by Bill Wendling · 17 years ago
  66. 35a5cfe Test handling of complex constants as lvalues. by Duncan Sands · 17 years ago
  67. b08c6db Dror GCCLibraries: they are obsolete since 2.0 release. This also reduces number of licenses used in LLVM. by Anton Korobeynikov · 17 years ago
  68. 0b8e02b Rename bunch of variables. by Devang Patel · 17 years ago
  69. 60cbab4 Preserve LCSSA. by Devang Patel · 17 years ago
  70. e79bad6 Use SmallVector. by Devang Patel · 17 years ago
  71. 7c6c55d No need to hardcode SmallVector size. by Devang Patel · 17 years ago
  72. 84f47c5 InlineAsm asm support for integer registers added by Bruno Cardoso Lopes · 17 years ago
  73. edeede2 Instruction Itinerary attribution fixed by Bruno Cardoso Lopes · 17 years ago
  74. 420731a by David Greene · 17 years ago
  75. 5498405 Fix potentially N^2 behavior handling arrays with many of the by Chris Lattner · 17 years ago
  76. 095546c Use only 1 knob to enable exceptions on Darwin :). by Anton Korobeynikov · 17 years ago
  77. b7211a2 Use SmallVector instead of std::vector. by Devang Patel · 17 years ago
  78. 2d69133 simplify code, improve a comment. by Chris Lattner · 17 years ago
  79. 1cc2ec8 s/ExitBlock/ExitingBlock/g by Devang Patel · 17 years ago
  80. b39cdde initial checkin of Neil's APFloat work. by Chris Lattner · 17 years ago
  81. 9cf8e5d clarify precedence, no functionality change. by Chris Lattner · 17 years ago
  82. 8568122 add reverse iterators to smallvector by Chris Lattner · 17 years ago
  83. 96fea33 - Use correct header for SCEV inside LoopPass.cpp by Anton Korobeynikov · 17 years ago
  84. ebc5fea by Devang Patel · 17 years ago
  85. d651f65 Do not split loops rejected by processOneIterationLoop(). by Devang Patel · 17 years ago
  86. 94c510c by David Greene · 17 years ago
  87. 8d1bfad Minor cleanups to reduce some spurious differences between different by Dan Gohman · 17 years ago
  88. ef1af7d Add Type::isIntOrIntVector, like Type::isFPOrFPVector. by Dan Gohman · 17 years ago
  89. 7abff31 When Intrinsic::getName is constructing names for overloaded intrinsics, by Dan Gohman · 17 years ago
  90. 0c6dcbb Fix this test for gcc-4.2. by Duncan Sands · 17 years ago
  91. 21485be Partial implementation of calling functions with byval arguments: by Rafael Espindola · 17 years ago
  92. cf8ba69 add a note by Chris Lattner · 17 years ago
  93. bd2636b update the xcode project file, patch by Gordon Henriksen by Chris Lattner · 17 years ago
  94. 97f8b09 Fix PR1611 - Visibility should be ignored for a declaration by Chris Lattner · 17 years ago
  95. 3aa6066 simplify code and print visibility for declarations. by Chris Lattner · 17 years ago
  96. 6307c29 add mips target to builder. I'd appreciate it if someone with by Chris Lattner · 17 years ago
  97. 6694e31 Oops, remove assert that wasn't meant to be committed. by Nick Lewycky · 17 years ago
  98. c721223 Never insert duplicate edges. by Nick Lewycky · 17 years ago
  99. af5cbc8 Typo. by Nick Lewycky · 17 years ago
  100. ab3c9b1 Simplify. by Nick Lewycky · 17 years ago