1. a0a570c Make the register scavenger update the bookkeeping values for sub/super by Bill Wendling · 17 years ago
  2. 988a578 Multiple instructions can be inserted when eliminating frame indexes. We need by Bill Wendling · 17 years ago
  3. c2a324f new testcase by Chris Lattner · 17 years ago
  4. 41e2397 s/isReturnStruct()/hasStructRetAttr()/g by Devang Patel · 17 years ago
  5. 6790943 regenerate. by Devang Patel · 17 years ago
  6. d15d5e3 If a function uses multive values in ret instruction then it by Devang Patel · 17 years ago
  7. 2a4821b Preserve paramater attributes. by Devang Patel · 17 years ago
  8. 8f3153e Renable lto2 build. by Tanya Lattner · 17 years ago
  9. 1a09144 Stub out a Path::GetMainExecutable call to find the path to the by Chris Lattner · 17 years ago
  10. 53b7277 another random note by Chris Lattner · 17 years ago
  11. 150943c add a note by Chris Lattner · 17 years ago
  12. 767486b Evan implemented these. by Chris Lattner · 17 years ago
  13. 3be4893 Evan implemented this. by Chris Lattner · 17 years ago
  14. a4239e7 add a testcase for misc vector stuff by Chris Lattner · 17 years ago
  15. ff93921 add support for lvsl, fixing PR1481 by Chris Lattner · 17 years ago
  16. 4e22012 add support for the sse.cmp.* intrinsics, which fixes sse.isamax with the CBE. by Chris Lattner · 17 years ago
  17. 2299fec refactor intrinsic handling code out into its own method. by Chris Lattner · 17 years ago
  18. d9a706e fix printing of undef vectors, this fixes "simple" and "build" in UnitTests/Vector. by Chris Lattner · 17 years ago
  19. 9152daf insertelement got the wrong operands. by Chris Lattner · 17 years ago
  20. e05252b4 Several changes: by Chris Lattner · 17 years ago
  21. 873570e suppress extra -install_name on Tiger. The 10.4 tools don't support it. Fix whitespace. by Nick Kledzik · 17 years ago
  22. 939732a Fix a bug I introduced in constant array and constant vector handling. by Chris Lattner · 17 years ago
  23. b1855ad implement shufflevector. by Chris Lattner · 17 years ago
  24. 4fa0144 make operand accessors const-correct by Chris Lattner · 17 years ago
  25. 8728f19 Add a new ShuffleVectorInst::getMaskValue method. by Chris Lattner · 17 years ago
  26. 0452ed6 implement extractelement. by Chris Lattner · 17 years ago
  27. 33a44d9 implement insertelement. by Chris Lattner · 17 years ago
  28. 90683ab respect isSigned for vector types, fixing sdiv of vectors etc. by Chris Lattner · 17 years ago
  29. 32cba8e print the attribute in the right place, this fixes function returning vectors. by Chris Lattner · 17 years ago
  30. f58d4de Oops, can't unwind to the entry block (entry block may have no preds). by Nick Lewycky · 17 years ago
  31. b61d41b vector types are simple types. This fixes div/rem of vectors. by Chris Lattner · 17 years ago
  32. 85feab6 Print vector types appropriately. This gets basic vector code working (PR1126) by Chris Lattner · 17 years ago
  33. 0a3d4d9 rename PT -> VT for VectorTypes. by Chris Lattner · 17 years ago
  34. c8b6d33 Print i32/i64 integer constants as 1u instead of ((unsigned int)1). by Chris Lattner · 17 years ago
  35. a11deb0 Move pr717 to here. by Chris Lattner · 17 years ago
  36. fc82fab Add an unwind_to field to basic blocks, making them Users instead of Values. by Nick Lewycky · 17 years ago
  37. fe0753e good catch anton by Andrew Lenharth · 17 years ago
  38. ce1105d make CAS work by Andrew Lenharth · 17 years ago
  39. 26ed869 all but CAS working on x86 by Andrew Lenharth · 17 years ago
  40. 33a834a Also handle "getresult". by Nick Lewycky · 17 years ago
  41. 1038222 Print the name, not a pointer. by Nick Lewycky · 17 years ago
  42. ea7da50 Add lock prefix support to x86. Also add the instructions necessary for the atomic ops. They are still marked pseudo, since I cannot figure out what format to use, but they are the correct opcode. by Andrew Lenharth · 17 years ago
  43. ec9a35a Remove llvm-upgrade and update test cases. by Tanya Lattner · 17 years ago
  44. ab3b778 Fix PR2113 by verifying allocations. by Chris Lattner · 17 years ago
  45. ad23d43 Fix this test. by Chris Lattner · 17 years ago
  46. b822e70 allow specified inline threshold to be negative, as the value is by Chris Lattner · 17 years ago
  47. 9bc243b Remove llvm-upgrade and update tests. by Tanya Lattner · 17 years ago
  48. e5101bf Disable lto because its broken on tiger. by Tanya Lattner · 17 years ago
  49. 3c8b59c Add MVT::is128BitVector and is64BitVector. Shrink by Dale Johannesen · 17 years ago
  50. 84d4a2b Refactor / clean up code; remove td list scheduler special tie breaker (no real benefit). by Evan Cheng · 17 years ago
  51. c45b5d9 Fix cut-n-pasto. by Devang Patel · 17 years ago
  52. ca891ec Add pass to promote sret. This pass transforms by Devang Patel · 17 years ago
  53. 8213f9c Use enumeration for preffered EH dwarf encoding reason by Anton Korobeynikov · 17 years ago
  54. 05548eb Don't fill eh frames even though these are text sections. by Evan Cheng · 17 years ago
  55. 84e5f77 update to document new lto API by Nick Kledzik · 17 years ago
  56. 02e4e17 install new lto dylib. pass down LLVM_SUBMIT_VERSION by Nick Kledzik · 17 years ago
  57. 1f008a8 stop building lto on all platforms. Start building lto2 on Darwin by Nick Kledzik · 17 years ago
  58. ddb84f5 fix default RC_ProjectSourceSubversion to be zero by Nick Kledzik · 17 years ago
  59. 65201f5 DCE'ed this testcase. by Bill Wendling · 17 years ago
  60. 97e3c01 If we reload a virtual register that's already been assigned, we want to mark by Bill Wendling · 17 years ago
  61. 4f658e9 Fix PR2112: don't run loop aligner if target doesn't have a TargetLowering object. by Evan Cheng · 17 years ago
  62. 9d34c4d fix a bug Anders ran into where scalarrepl would crash when promoting by Chris Lattner · 17 years ago
  63. 800de31 Refactor some code out of ConvertUsesToScalar into their own methods, no by Chris Lattner · 17 years ago
  64. 5ebd936 Folding or(fcmp,fcmp) only works if the operands of the fcmps are the same fp type. by Chris Lattner · 17 years ago
  65. bec2c0c No need for coalescer to update kills. Only copies are coalesced and those instructions will be deleted. Doh. by Evan Cheng · 17 years ago
  66. 8f14da1 Remove redundant #include. by Evan Cheng · 17 years ago
  67. 4ed55ce also pass -compatibility_version when linking shared object for Darwin by Nick Kledzik · 17 years ago
  68. 6c23150 More APInt-ification. by Dan Gohman · 17 years ago
  69. c7773bf Use the new convertFromAPInt instead of convertFromZeroExtendedInteger, by Dan Gohman · 17 years ago
  70. 37a9ca5 Use the new convertFromAPInt instead of convertFromZeroExtendedInteger. by Dan Gohman · 17 years ago
  71. c6f9a06 Use the new APInt-enabled form of getConstant instead of converting by Dan Gohman · 17 years ago
  72. cf60957 Add support to APInt for shift and rotate operations with APInt by Dan Gohman · 17 years ago
  73. b26947e Use the correct instruction encodings for the 64-bit MMX movd. by Anders Carlsson · 17 years ago
  74. 6282406 Simplify code using convertFromZeroExtendedInteger with an APInt by Dan Gohman · 17 years ago
  75. 93c276e Add a method to APFloat to convert directly from APInt. by Dan Gohman · 17 years ago
  76. d703ed6 Added option -align-loops=<true/false> to disable loop aligner pass. by Evan Cheng · 17 years ago
  77. 9b80bd8 Update testcase. by Lauro Ramos Venancio · 17 years ago
  78. 28d08fd Interface of getByValTypeAlignment differed between by Dale Johannesen · 17 years ago
  79. 63b8c1f Make llvm-ar behave like ar, if you create an empty archive, ar creates an empty archive. llvm-ar would not generate an output file in this case by Andrew Lenharth · 17 years ago
  80. f3c630e Initialize TextAlignFillValue. Fix revision 47703. by Lauro Ramos Venancio · 17 years ago
  81. 1f4a887 Avoid collisions in value names. by Lauro Ramos Venancio · 17 years ago
  82. a4a0323 Run 'svn info' in the C locale. Also appropriately escape spaces and ? for gawk in darwin. by Gabor Greif · 17 years ago
  83. cd9f174 Fix an assertion message. by Dale Johannesen · 17 years ago
  84. e29536c add a note by Chris Lattner · 17 years ago
  85. 59c2e86 Document that the shuffle mask may contain undef values. by Duncan Sands · 17 years ago
  86. 9fa4226 Simplify and clean up "update" target. Also by Gabor Greif · 17 years ago
  87. 1d7ca71 Now that targets are serialized, introduce two new convenience targets: by Gabor Greif · 17 years ago
  88. 2ae1955 Treat all targets serially at the toplevel. This allows by Gabor Greif · 17 years ago
  89. c0734e3 Fix http://llvm.org/bugs/show_bug.cgi?id=2104 by ordering lexicographically what gets printed. Be const-correct in PrintResults and uninline it too by Gabor Greif · 17 years ago
  90. e526d8a Set to default: x86 no longer fold and into test if it has more than one use. by Evan Cheng · 17 years ago
  91. 643afa5 Keep track how many commutes are performed by the scheduler. by Evan Cheng · 17 years ago
  92. 6baaf91 Sparc backend doesn't support debug info yet, mark the nodes as expand. This fixes a crash on by Chris Lattner · 17 years ago
  93. e07415d implement expand for ISD::DECLARE by just deleting it. by Chris Lattner · 17 years ago
  94. a4b5215 Fix CodeGen/Generic/storetrunc-fp.ll on sparc, PR2105 by Chris Lattner · 17 years ago
  95. 61273d5 fix CodeGen/Generic/2008-01-25-dag-combine-mul.ll on sparc, PR2105 by Chris Lattner · 17 years ago
  96. 48840f8 target-indep codegen memcpy lowering issue. by Chris Lattner · 17 years ago
  97. daf6c54 Add a random not very important note by Chris Lattner · 17 years ago
  98. fb8075d Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to 16-byte boundaries. by Evan Cheng · 17 years ago
  99. 41ce5b8 A few more small things I've run into. by Eli Friedman · 17 years ago
  100. 7b1b7f5 EHPreferredDataFormat hook for PPC targets. Looks like Darwin by Anton Korobeynikov · 17 years ago