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