1. 54e2b14 Use integer log for metric calculation by Anton Korobeynikov · 18 years ago
  2. c415afc Insert new pre-header before new header. Original pre-header may by Devang Patel · 18 years ago
  3. 050d541 add a default ctor for AddrMode. by Chris Lattner · 18 years ago
  4. 24e90d3 Fix a bug where calling materializeModule could corrupt the module, reading by Chris Lattner · 18 years ago
  5. 5464b96 Preserve canonical loop form. by Devang Patel · 18 years ago
  6. 44f5fb4 When the number of elements is zero, don't malloc 32GB on 64-bit systems. by Jeff Cohen · 18 years ago
  7. 9101d86 Don't link against System or Support library. These things will already by Reid Spencer · 18 years ago
  8. 0522d8b Speed up installation a bit by ignoring .svn directories. by Reid Spencer · 18 years ago
  9. e988154 Do not create new pre-header. Reuse original pre-header. by Devang Patel · 18 years ago
  10. fa3e912 For PR1146: by Reid Spencer · 18 years ago
  11. 3aad26e Remove a memory leak, until ParamAttrsList is uniqued. by Reid Spencer · 18 years ago
  12. 4522c8a Simpler for() loops. by Devang Patel · 18 years ago
  13. cfde959 Fix future bug. Of course, Chris spotted this. by Devang Patel · 18 years ago
  14. 24a1c49 More cosmetic changes. by Devang Patel · 18 years ago
  15. 3223133 Only cosmetic changes. Zero functionality Change. by Devang Patel · 18 years ago
  16. 4746ecf For PR1146: by Reid Spencer · 18 years ago
  17. efc3662 Unbreak VC++ build. by Jeff Cohen · 18 years ago
  18. 4198c58 Next stage into switch lowering refactoring by Anton Korobeynikov · 18 years ago
  19. a9f120b Convert ImmediateDominators::DFSPass from being recursive to being iterative. by Chris Lattner · 18 years ago
  20. 5694b6e For PR1146: by Reid Spencer · 18 years ago
  21. 7b5d466 Regenerate by Reid Spencer · 18 years ago
  22. 460dd9b For PR1146: Adapt handling of parameter attributes to use ParamAttrsList class. by Reid Spencer · 18 years ago
  23. 91ac04a For PR1146: by Reid Spencer · 18 years ago
  24. 8129a39 For PR1146: Simplify construction of FunctionType to use default arguments. by Reid Spencer · 18 years ago
  25. ac66f42 For PR1146: Parameter attributes can now be defaulted for intrinsics. by Reid Spencer · 18 years ago
  26. b138a06 For PR1146: Adjust writing of parameter attributes to use ParamAttrList class. by Reid Spencer · 18 years ago
  27. 8645fb9 minor cleanups by Chris Lattner · 18 years ago
  28. 89b1f46 For PR1146: Move parameter attributes functionality to ParamAttrsList class. by Reid Spencer · 18 years ago
  29. e365af5 For PR1146: by Reid Spencer · 18 years ago
  30. 0f65cad move a bunch of register constraints from being handled by by Chris Lattner · 18 years ago
  31. e5a24ec implement support for CodeGen/X86/inline-asm-x-scalar.ll:test3 - i32/i64 values by Chris Lattner · 18 years ago
  32. 1a6acc2 implement CodeGen/X86/inline-asm-x-scalar.ll:test3 by Chris Lattner · 18 years ago
  33. 7dadb92 add another test by Chris Lattner · 18 years ago
  34. ff33cc4 add some assertions by Chris Lattner · 18 years ago
  35. ad043e8 implement CodeGen/X86/inline-asm-x-scalar.ll by Chris Lattner · 18 years ago
  36. d4dbaf8 The x constraint allows scalar FP values as well as vectors. by Chris Lattner · 18 years ago
  37. 8ea3257 Move isReachableFromEntry out of line to avoid an unnecessary #include by Owen Anderson · 18 years ago
  38. 39a6a36 Fix a bug that caused alignment information to occasionally get stripped off by Chris Lattner · 18 years ago
  39. 3d6b71e Regenerate by Reid Spencer · 18 years ago
  40. 744d036 Drop the implementation keyword. by Reid Spencer · 18 years ago
  41. 021220c Chris convinced me that the default size of the SmallVector (2) was too by Reid Spencer · 18 years ago
  42. 8546409 Fix PR1304 and Transforms/InstCombine/2007-04-08-SingleEltVectorCrash.ll by Chris Lattner · 18 years ago
  43. 7cae8ad new testcase for PR1304 by Chris Lattner · 18 years ago
  44. 1f831ff Remove redundancy. by Reid Spencer · 18 years ago
  45. 0ebe9c1 Fix a bug introduced with my previous patch, where it didn't correctly handle by Chris Lattner · 18 years ago
  46. 599ded1 Eliminate useless insertelement instructions. This implements by Chris Lattner · 18 years ago
  47. 2d87734 new testcase for PR1286 by Chris Lattner · 18 years ago
  48. 558fc74 Cleanup some from my DomSet-removal changes. Add a new by Owen Anderson · 18 years ago
  49. d2eae62 Fix CodeGen/Generic/2007-04-08-MultipleFrameIndices.ll and PR1308: by Chris Lattner · 18 years ago
  50. 7c05827 new testcase for PR1308 by Chris Lattner · 18 years ago
  51. 4b993b1 Fix PR1316 by Chris Lattner · 18 years ago
  52. 8dd4f53 No functional change, this is just easier to read and debug. by Reid Spencer · 18 years ago
  53. b2ff383 Fix a typo. by Reid Spencer · 18 years ago
  54. a3c4112 Implement more feedback: by Reid Spencer · 18 years ago
  55. 921169b Fix for CodeGen/X86/2007-04-08-InlineAsmCrash.ll and PR1314 by Chris Lattner · 18 years ago
  56. 363a6df testcase for PR1314 by Chris Lattner · 18 years ago
  57. 0697ca0 Implement review feedback. by Reid Spencer · 18 years ago
  58. 27dcbe5 Fix this testcase to fail if the bug were reintroduced. by Nick Lewycky · 18 years ago
  59. cd4abb7 Remove DomSet completely. This concludes work on PR1171. by Owen Anderson · 18 years ago
  60. 3a37b6b Track new header file. by Jeff Cohen · 18 years ago
  61. e281259 Make sure temporary data is not used past its life span. by Reid Spencer · 18 years ago
  62. b9125b1 Make TempDir a PathWithStatus so we don't have to cast it to one. by Reid Spencer · 18 years ago
  63. 7b57fe3 Avoid temporary construction and potential for corrupted data access. by Reid Spencer · 18 years ago
  64. 84c8a9c Implement the output inserter for PathWithStatus by Reid Spencer · 18 years ago
  65. 184e67e Don't rely on destructed local storage. Thanks, Chris. by Reid Spencer · 18 years ago
  66. 5104785 Fix a typo that broke SimplifyLibCalls/SPrintF.ll (pr1315) by Chris Lattner · 18 years ago
  67. 6091ebd For PR1146: New header file to provide parameter attribute declarations. by Reid Spencer · 18 years ago
  68. 993243b this xform is correct, not an xfail by Chris Lattner · 18 years ago
  69. 044e533 reenable this xform, whoops :) by Chris Lattner · 18 years ago
  70. 6d8cdf1 make xfail info more nice by Chris Lattner · 18 years ago
  71. 6cae0e0 Fix regression on Instcombine/apint-or2.ll by Chris Lattner · 18 years ago
  72. 87ff2dd tweak this to test the right thing. by Chris Lattner · 18 years ago
  73. 35921fa testrunner should print out xfail info. by Chris Lattner · 18 years ago
  74. c5e7ea4 Generalize the code that handles (A&B)|(A&C) to work where B/C are not constants. by Chris Lattner · 18 years ago
  75. 251396a new testcase, should simplify down to a xor/and/xor sequence. by Chris Lattner · 18 years ago
  76. 5cef3c6 implement a fixme: move optimizations for fwrite out of fputs into a new by Chris Lattner · 18 years ago
  77. a397ce1 Remove DominatorSet usage from LoopSimplify. Patch from Owen Anderson. by Nick Lewycky · 18 years ago
  78. 51bc779 Don't crash when encountering a BasicBlock that hasn't been registered yet. by Nick Lewycky · 18 years ago
  79. 0cd3a23 Significantly simplify the clients of GetConstantStringInfo, by having it by Chris Lattner · 18 years ago
  80. 73f5d42 Fix problems in the sprintf optimizer by Chris Lattner · 18 years ago
  81. 3492cda Change CastToCStr to take a pointer instead of a reference. by Chris Lattner · 18 years ago
  82. 3110289 Unbreak VC++ build. by Jeff Cohen · 18 years ago
  83. b600669 these test a pass that no longer exists. by Chris Lattner · 18 years ago
  84. af33e65 Fix an off-by-one error that broke Prolangs/deriv2 with llc on x86 by Chris Lattner · 18 years ago
  85. a41c7b4 xfail these until owen can figure out the right fix by Chris Lattner · 18 years ago
  86. a021d5d Avoid a useless temporary constrution. by Reid Spencer · 18 years ago
  87. be5dcf5 For PR1291: Change to use PathWithStatus by Reid Spencer · 18 years ago
  88. 8e27acf Update for PathWithStatus by Reid Spencer · 18 years ago
  89. 44218f9 Fix another PathWithStatus issue. by Reid Spencer · 18 years ago
  90. c74b461 For PR1291: by Reid Spencer · 18 years ago
  91. 2ae9d11 For PR1291: by Reid Spencer · 18 years ago
  92. e9ed445 Add DomSet back, and revert the changes to LoopSimplify. Apparently the by Owen Anderson · 18 years ago
  93. 414de4d Eliminate unnecessary APInt construction. by Zhou Sheng · 18 years ago
  94. 6db928a Rephrase linker explanation. by Duncan Sands · 18 years ago
  95. fdc1e16 Make APInt variables do the computation stuffs instead of by Zhou Sheng · 18 years ago
  96. 8342836 Eliminate unnecessary zext/trunc stuffs. by Zhou Sheng · 18 years ago
  97. a3b12dd Regenerate. by Reid Spencer · 18 years ago
  98. b289f19 For PR1312: by Reid Spencer · 18 years ago
  99. ac4d664 Add support for cast instructions. by Nick Lewycky · 18 years ago
  100. e32157c Add signExtend to ConstantRange, to complement zeroExtend and truncate. by Nick Lewycky · 18 years ago