1. 3e025dc Test by Neil Booth · 17 years ago
  2. 0b061363 Add self by Neil Booth · 17 years ago
  3. 5efa7e9 Rename llvm-gcc4 to llvm-gcc. by Tanya Lattner · 17 years ago
  4. 12595d7 Poison APFloat::operator==. Replace existing uses with bitwiseIsEqual. by Dale Johannesen · 17 years ago
  5. 8bb369b Use APFloat internally for ConstantFPSDNode. by Dale Johannesen · 17 years ago
  6. cd406fe sink clone() down the class hierarchy from CmpInst into ICmpInst/FCmpInst. by Chris Lattner · 17 years ago
  7. 7097e9a Fix regression that I caused yesterday night while adding logic to select appropriate split condition branch. by Devang Patel · 17 years ago
  8. 90e167a Disable EH generation until PPC works 100%. by Chris Lattner · 17 years ago
  9. b23f4c5 add a note by Chris Lattner · 17 years ago
  10. 4259fe3 It is not safe to execute split condition's true branch first all the time. If split by Devang Patel · 17 years ago
  11. c830aee Reject ICMP_NE as index split condition. by Devang Patel · 17 years ago
  12. b88e420 Tightenup loop filter. by Devang Patel · 17 years ago
  13. 7237d11 Remove incomplete cost analysis. by Devang Patel · 17 years ago
  14. d3b51fd Revised per review feedback from previous patch. by Dale Johannesen · 17 years ago
  15. ada530b silence some warnings in an optimized build. by Chris Lattner · 17 years ago
  16. 343e770 Change internal representation of ConstantFP to use APFloat. by Dale Johannesen · 17 years ago
  17. 57e4785 Fix this testcase: there are two matches for by Duncan Sands · 17 years ago
  18. 9e43d63 add some notes on really poor codegen. by Chris Lattner · 17 years ago
  19. aabd035 new example by Chris Lattner · 17 years ago
  20. 2f597bd Perform correct codegen for eh_dwarf_cfa intrinsic. by Anton Korobeynikov · 17 years ago
  21. 006f5a3 default this to radix 10 like the toString(Un)Signed methods. by Chris Lattner · 17 years ago
  22. 028760f Avoid hiding issues. by Chris Lattner · 17 years ago
  23. 9132a2b rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned() by Chris Lattner · 17 years ago
  24. c00c2ba Implement review feedback on trampoline documentation. by Duncan Sands · 17 years ago
  25. 40fc353 Remove dead code. by Devang Patel · 17 years ago
  26. a24d918 Fix typo. by Devang Patel · 17 years ago
  27. 16adc23 update test to check that codegen works with llvm.used in llvm.metadata section by Andrew Lenharth · 17 years ago
  28. a8644e3 Cosmetic change by Devang Patel · 17 years ago
  29. b753a9b move this check. ppc outputs .no_dead_strip properly by Andrew Lenharth · 17 years ago
  30. adbda02 Add the PCSymbol for Darwin x86 platforms. by Bill Wendling · 17 years ago
  31. dc52395 Refactor loop condition check in a separate function. by Devang Patel · 17 years ago
  32. ea0fa97 Fix thinko. by Devang Patel · 17 years ago
  33. 9f30e22 Testcase for llvm.c* intrinsic failures. by Bill Wendling · 17 years ago
  34. 35a5cfe Test handling of complex constants as lvalues. by Duncan Sands · 17 years ago
  35. 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
  36. 0b8e02b Rename bunch of variables. by Devang Patel · 17 years ago
  37. 60cbab4 Preserve LCSSA. by Devang Patel · 17 years ago
  38. e79bad6 Use SmallVector. by Devang Patel · 17 years ago
  39. 7c6c55d No need to hardcode SmallVector size. by Devang Patel · 17 years ago
  40. 84f47c5 InlineAsm asm support for integer registers added by Bruno Cardoso Lopes · 17 years ago
  41. edeede2 Instruction Itinerary attribution fixed by Bruno Cardoso Lopes · 17 years ago
  42. 420731a by David Greene · 17 years ago
  43. 5498405 Fix potentially N^2 behavior handling arrays with many of the by Chris Lattner · 17 years ago
  44. 095546c Use only 1 knob to enable exceptions on Darwin :). by Anton Korobeynikov · 17 years ago
  45. b7211a2 Use SmallVector instead of std::vector. by Devang Patel · 17 years ago
  46. 2d69133 simplify code, improve a comment. by Chris Lattner · 17 years ago
  47. 1cc2ec8 s/ExitBlock/ExitingBlock/g by Devang Patel · 17 years ago
  48. b39cdde initial checkin of Neil's APFloat work. by Chris Lattner · 17 years ago
  49. 9cf8e5d clarify precedence, no functionality change. by Chris Lattner · 17 years ago
  50. 8568122 add reverse iterators to smallvector by Chris Lattner · 17 years ago
  51. 96fea33 - Use correct header for SCEV inside LoopPass.cpp by Anton Korobeynikov · 17 years ago
  52. ebc5fea by Devang Patel · 17 years ago
  53. d651f65 Do not split loops rejected by processOneIterationLoop(). by Devang Patel · 17 years ago
  54. 94c510c by David Greene · 17 years ago
  55. 8d1bfad Minor cleanups to reduce some spurious differences between different by Dan Gohman · 17 years ago
  56. ef1af7d Add Type::isIntOrIntVector, like Type::isFPOrFPVector. by Dan Gohman · 17 years ago
  57. 7abff31 When Intrinsic::getName is constructing names for overloaded intrinsics, by Dan Gohman · 17 years ago
  58. 0c6dcbb Fix this test for gcc-4.2. by Duncan Sands · 17 years ago
  59. 21485be Partial implementation of calling functions with byval arguments: by Rafael Espindola · 17 years ago
  60. cf8ba69 add a note by Chris Lattner · 17 years ago
  61. bd2636b update the xcode project file, patch by Gordon Henriksen by Chris Lattner · 17 years ago
  62. 97f8b09 Fix PR1611 - Visibility should be ignored for a declaration by Chris Lattner · 17 years ago
  63. 3aa6066 simplify code and print visibility for declarations. by Chris Lattner · 17 years ago
  64. 6307c29 add mips target to builder. I'd appreciate it if someone with by Chris Lattner · 17 years ago
  65. 6694e31 Oops, remove assert that wasn't meant to be committed. by Nick Lewycky · 17 years ago
  66. c721223 Never insert duplicate edges. by Nick Lewycky · 17 years ago
  67. af5cbc8 Typo. by Nick Lewycky · 17 years ago
  68. ab3c9b1 Simplify. by Nick Lewycky · 17 years ago
  69. 0162c18 Compute the argument list as lazily as possible. This ensures that clients by Chris Lattner · 17 years ago
  70. 453eed1 use a nicer accessor. by Chris Lattner · 17 years ago
  71. 1594b98 Test dag xform: Fold C ? 0 : 1 to ~C or zext(~C) or trunc(~C) by Evan Cheng · 17 years ago
  72. 571c478 Fold C ? 0 : 1 to ~C or zext(~C) or trunc(~C) depending the types. by Evan Cheng · 17 years ago
  73. 9710536 MipsHi now has ouput flag by Bruno Cardoso Lopes · 17 years ago
  74. 055c7eb Fixed stack frame addressing bug by Bruno Cardoso Lopes · 17 years ago
  75. 6d32ca0 support for Schedule included on Mips.td by Bruno Cardoso Lopes · 17 years ago
  76. 7ff6fa2 Removed LowerRETURADDR, fixed small bug into LowerRET, LowerGlobalAddress by Bruno Cardoso Lopes · 17 years ago
  77. 250a171 Couple of small changes. Delay Slot handle header declared. by Bruno Cardoso Lopes · 17 years ago
  78. e88c368 Added InstrItinClass support for instruction formats by Bruno Cardoso Lopes · 17 years ago
  79. 0b2cd89 Branch Analysis and InsertNoop inserted into header files by Bruno Cardoso Lopes · 17 years ago
  80. aff42dc createMipsDelaySlotFillerPass added to mips codegen runtime by Bruno Cardoso Lopes · 17 years ago
  81. 35d2a47 Added Branch Analysis support Added InsertNoop support by Bruno Cardoso Lopes · 17 years ago
  82. de6a941 LowerRETURNADDR removed since it was wrong and does not have utility yet! by Bruno Cardoso Lopes · 17 years ago
  83. 13d1b7b InstrItineraryData support on added. by Bruno Cardoso Lopes · 17 years ago
  84. 9684a69 A Pass to insert Nops on intructions with DelaySlot by Bruno Cardoso Lopes · 17 years ago
  85. a579389 Mips generic fallback instruction schedule support! by Bruno Cardoso Lopes · 17 years ago
  86. 20d260a Avoid spliting loops where two split condition branches are not independent. by Devang Patel · 17 years ago
  87. 7bfd5db Add loop index split tests. by Devang Patel · 17 years ago
  88. 96bf524 When one branch of condition is eliminated then head of the other by Devang Patel · 17 years ago
  89. 3e20bba Avoid issue on 64-bit hosts. by Evan Cheng · 17 years ago
  90. 6de8498 improve iplist comments. Switch iplist from allocating its sentinal object (for by Chris Lattner · 17 years ago
  91. fd273b6 by David Greene · 17 years ago
  92. be3e419 Regenerate. by Reid Spencer · 17 years ago
  93. f8e9f7c Fix PR1606: by Reid Spencer · 17 years ago
  94. 3da927b New test. Make sure dynamic_stackalloc size is rounded up. by Evan Cheng · 17 years ago
  95. cfc289d Update test: dynamic_stackalloc size *must* be rounded to ensure stack ptr be left in a valid state. by Evan Cheng · 17 years ago
  96. 61bbbab If dynamic_stackalloc alignment is > stack alignment, first issue an instruction to align the stack ptr before the decrement. by Evan Cheng · 17 years ago
  97. 4515779 - If a dynamic_stackalloc alignment requirement is <= stack alignment, then the alignment argument is ignored. by Evan Cheng · 17 years ago
  98. 1defe2d Factor out some code into a helper function. by Owen Anderson · 17 years ago
  99. fe5b439 Fix the verification for overloaded intrinsic types. Check that they are by Dan Gohman · 17 years ago
  100. 62bc33c Add some more comments to GVN. by Owen Anderson · 17 years ago