1. 2005a02 Move rematerialization out of beta. by Evan Cheng · 18 years ago
  2. 4acf155 Use UnknownBIts[BitWidth-1] instead of UnknownBIts & SignBits. by Zhou Sheng · 18 years ago
  3. 02c91ef Fix problem with llvm-config that prevented JIT from being used on x86_64 by Jeff Cohen · 18 years ago
  4. 9430832 Delete the remanant of an obsolete comment. by Reid Spencer · 18 years ago
  5. b32c006 Remove unused APInt variable. by Zhou Sheng · 18 years ago
  6. c10f0af Undocument the implementation keyword Docuemnt the checkpoint keyword by Reid Spencer · 18 years ago
  7. 5373b72 Remove use of implementation keyword. by Reid Spencer · 18 years ago
  8. 83145c3 Regenerate. by Reid Spencer · 18 years ago
  9. 66a8215 Replace the "implementation" keyword with "checkpoint". This more accurately by Reid Spencer · 18 years ago
  10. 72d3015 The implementation keyword was replaced with checkpoint. by Reid Spencer · 18 years ago
  11. aa305ab Clean up codes in ComputeMaskedBits(): by Zhou Sheng · 18 years ago
  12. 7aff11a Scale 1 is always ok. by Evan Cheng · 18 years ago
  13. caaf691 Remove isLegalAddressImmediate. by Evan Cheng · 18 years ago
  14. 73ad835 No need to generate the implementation keyword any more. Its frivolous. by Reid Spencer · 18 years ago
  15. 7215e0f implementation keyword is going .. going .. gone. by Reid Spencer · 18 years ago
  16. baeccc8 GEP index sinking fixes: by Evan Cheng · 18 years ago
  17. 9495a0c don't use 'not' when we can use a positive test by Chris Lattner · 18 years ago
  18. 12fa222 new test case for PR1280 by Reid Spencer · 18 years ago
  19. 35c3885 For PR1280: by Reid Spencer · 18 years ago
  20. 7f49127 For PR1280: by Reid Spencer · 18 years ago
  21. d03c3e3 Added a test case for PR1279. by Evan Cheng · 18 years ago
  22. 404eaa3 new testcase by Chris Lattner · 18 years ago
  23. d592a28 Fix for PR1279. Dead def has a live interval of length 1. Copy coalescing should by Evan Cheng · 18 years ago
  24. 05c55ac upgrade a random test by Chris Lattner · 18 years ago
  25. a80d7bd Remove cruft I put in there... by Bill Wendling · 18 years ago
  26. f2177b8 Fix a problem building llvm-gcc on amd64-unknown-freebsd6.2, due to the by Chris Lattner · 18 years ago
  27. 826f36f Unbreak mmx arithmetic. It was barfing trying to do v8i8 arithmetic. by Bill Wendling · 18 years ago
  28. 8667c76 new testcase by Chris Lattner · 18 years ago
  29. b747fd2 Fixing doxygen.cfg target. I'm not a makefile expert, so hopefully this correct.Tested doxygen generation on zion. by Tanya Lattner · 18 years ago
  30. 6dc29ec Add the "unpack low packed data" instructions. This should be the last of by Bill Wendling · 18 years ago
  31. 2ad28e6 Use SmallPtrSet. by Devang Patel · 18 years ago
  32. 054fa8f Test that a VIEW_CONVERT_EXPR used as an lvalue has the right type. by Duncan Sands · 18 years ago
  33. d4eeb80 Add better support for keywords. by Bill Wendling · 18 years ago
  34. ccc44ad Fix so that pandn is emitted instead of an xor/and combo. Add integer by Bill Wendling · 18 years ago
  35. b948277 Add support for integer comparison builtins. by Bill Wendling · 18 years ago
  36. c7baf68 Unbreaks non-debug builds. by Evan Cheng · 18 years ago
  37. 1baa197 "The C standards do say that "char" may either be a "signed char" or "unsigned by Lauro Ramos Venancio · 18 years ago
  38. b8a93a4 bugfix: sometimes the spiller puts a load between the "mov lr, pc" and "bx" of a CALL_NOLINK. by Lauro Ramos Venancio · 18 years ago
  39. dd43321 Remove dead code by Anton Korobeynikov · 18 years ago
  40. b17b08d Split big monster into small helpers. No functionality change. by Anton Korobeynikov · 18 years ago
  41. 0b57a76 For PR1276: by Reid Spencer · 18 years ago
  42. af4af3a For PR601: Add a little flesh to the document skeleton. by Reid Spencer · 18 years ago
  43. d0083bc SDISel does not preserve all, it changes CFG and other info. by Evan Cheng · 18 years ago
  44. 018d6e1 Don't call getOperandConstraint() if operand index is greater than by Evan Cheng · 18 years ago
  45. 40d2cd1 Spell check. by Devang Patel · 18 years ago
  46. 6eb0d99 Implement some minor review feedback. by Reid Spencer · 18 years ago
  47. fecaf1a Another test case for PR1271 where bad shift masks were generated. by Reid Spencer · 18 years ago
  48. 68d27cf For PR1271: Fix another incorrectly converted shift mask. by Reid Spencer · 18 years ago
  49. d64d3a1 Reduce malloc/free traffic. by Devang Patel · 18 years ago
  50. b9dbc4d It is not possible to determie dominance between two PHI nodes by Devang Patel · 18 years ago
  51. 9be98dd Use std::vector<DFCalculateWorkObject> instead of by Devang Patel · 18 years ago
  52. f589ef2 Test case for PR1266. by Evan Cheng · 18 years ago
  53. f6fa5ee findRegisterUseOperand() changed. by Evan Cheng · 18 years ago
  54. ad7ccf3 Fix for PR1266. Don't mark a two address operand IsKill. by Evan Cheng · 18 years ago
  55. 497b0b0 For PR1277: Implement error handling for bytecode parsing. by Reid Spencer · 18 years ago
  56. 32eb1f1 Change findRegisterUseOperand() to return operand index instead. by Evan Cheng · 18 years ago
  57. c6b9ef8 Fix reversed logic in getRegsUsed. Rename RegStates to RegsAvailable to by Dale Johannesen · 18 years ago
  58. 0e5444b eliminate use of std::set by Chris Lattner · 18 years ago
  59. 4ada00d Add a comment to explain a folding transform. by Reid Spencer · 18 years ago
  60. 21e289b Fix this test case to match output after a bug was fixed. by Reid Spencer · 18 years ago
  61. a9b8101 Get better debug output by having modified instructions print both the by Reid Spencer · 18 years ago
  62. d5e30f0 Get the number of bits to set in a mask correct for a shl/lshr transform. by Reid Spencer · 18 years ago
  63. dce8d9c Fix testsuite hang. by Duncan Sands · 18 years ago
  64. d9aac12 For PR601: Initial skeleton for pass documentation. by Reid Spencer · 18 years ago
  65. ab5b49d Promote to v1i64 type... by Bill Wendling · 18 years ago
  66. aadcea3 Updated. by Bill Wendling · 18 years ago
  67. eebc8a1 Add support for the v1i64 type. This makes better code for this: by Bill Wendling · 18 years ago
  68. 15213b7 SIGN_EXTEND_INREG requires one extra operand, a ValueType node. by Evan Cheng · 18 years ago
  69. c3a53f2 Test case for PR1271 involving construction of a bad mask to replace a by Reid Spencer · 18 years ago
  70. 1be1284 For PR1271: by Reid Spencer · 18 years ago
  71. da91f49 Look through bitcast when finding IVs. (Chris' patch really.) by Dale Johannesen · 18 years ago
  72. 5eeb4b5 Start value symbol tables out small (space for 16 elts), not huge (space for 512). by Chris Lattner · 18 years ago
  73. b3b29df Add "feature" testcase for new switch lowering code by Anton Korobeynikov · 18 years ago
  74. f6bef48 Compute getLowBitsSet correctly. Using the complement of a 64-bit value by Reid Spencer · 18 years ago
  75. 9031aca Add a test case for PR1271 (necessary, but not sufficient). by Reid Spencer · 18 years ago
  76. 55702aa For PR1271: by Reid Spencer · 18 years ago
  77. db9654e implement Transforms/InstCombine/cast2.ll:test3 and PR1263 by Chris Lattner · 18 years ago
  78. 7d4d6b8 new testcase by Chris Lattner · 18 years ago
  79. 2149a9d Some cleanup from review: by Reid Spencer · 18 years ago
  80. 3a84b9b First step of switch lowering refactoring: perform worklist-driven by Anton Korobeynikov · 18 years ago
  81. 4be4e51 Fix authorship by Anton Korobeynikov · 18 years ago
  82. 2ef14d9 fold constantexprs more aggressively, fixing PR1265 by Chris Lattner · 18 years ago
  83. 7177c3a Refactor several ConstantExpr::getXXX calls with ConstantInt arguments by Reid Spencer · 18 years ago
  84. 86c9c34 add a note by Chris Lattner · 18 years ago
  85. 0fc5095 1. Avoid unnecessary APInt construction if possible. by Zhou Sheng · 18 years ago
  86. 5df99b3 Implement support for vector operands to inline asm, implementing by Chris Lattner · 18 years ago
  87. 6dc44b0 new testcase by Chris Lattner · 18 years ago
  88. 013e051 add a note by Chris Lattner · 18 years ago
  89. b6ead97 Fix CodeGen/PowerPC/2007-03-24-cntlzd.ll by Chris Lattner · 18 years ago
  90. eaa87ba test that the ppc backend can do 64-bit cntlz by Chris Lattner · 18 years ago
  91. c13dd1c implement initial support for the silly X constraint. Testcase here: CodeGen/X86/2007-03-24-InlineAsmXConstraint.ll by Chris Lattner · 18 years ago
  92. eab65a0 new testcase by Chris Lattner · 18 years ago
  93. 2f54917 Make more uses of getHighBitsSet and get rid of some pointless & of an by Reid Spencer · 18 years ago
  94. 065421f Implement CodeGen/X86/2007-03-24-InlineAsmMultiRegConstraint.ll by Chris Lattner · 18 years ago
  95. e4e2e18 new testcase by Chris Lattner · 18 years ago
  96. 4234f57 switch TargetLowering::getConstraintType to take the entire constraint, by Chris Lattner · 18 years ago
  97. 2b81207 More APIntification: by Reid Spencer · 18 years ago
  98. 1439352 Allow the b/h/w/k constraints to be applied to values that have multiple alternatives, and end up not being registers. by Chris Lattner · 18 years ago
  99. 188b9fe enforce the proper range for the i386 N constraint. by Chris Lattner · 18 years ago
  100. 7cd5e07 Fix test/CodeGen/X86/2007-03-24-InlineAsmPModifier.ll by Chris Lattner · 18 years ago