1. 7f5b0d8 Refactor some SSE 2 unpack instructions by Bruno Cardoso Lopes · 14 years ago
  2. 4b1000d Don't call flush() at a library level which isn't checking for errors by Dan Gohman · 14 years ago
  3. 943005e Fix a spello affecting platforms where the configure check fails. by Dan Gohman · 14 years ago
  4. d86e6ac Fix a typo in a comment. by Dan Gohman · 14 years ago
  5. da612d6 -retain-symbols-file is not what it seems. Update the makefiles by Dan Gohman · 14 years ago
  6. c6e1f67 Fix extra fread after EOF, non-wires-crossed version. by Dan Gohman · 14 years ago
  7. 11fe246 Fix handling of 'load' nodes. by Kalle Raiskila · 14 years ago
  8. 2133054 Debreak test for non-Darwin. by Bill Wendling · 14 years ago
  9. 2914ba6 Fix PR7272: when inlining through a callsite with byval arguments, by Duncan Sands · 14 years ago
  10. 89e7356 Add a test for the llvm-gcc commit in r90200. by Eric Christopher · 14 years ago
  11. 6c41ad8 fix PR6623: when optimizing for size, don't inline memcpy/memsets by Chris Lattner · 14 years ago
  12. 0ece9a1 upgrade and filecheckize this test. by Chris Lattner · 14 years ago
  13. 6b37861 the 'limit' argument to FindOptimalMemOpLowering is unsigned, not uint64_t. by Chris Lattner · 14 years ago
  14. caa3dcf revert r105223 which broke all my testing. by Chris Lattner · 14 years ago
  15. b6bd72e Fix count so that it doesn't make an extra fread call after EOF is detected. by Dan Gohman · 14 years ago
  16. c29df3c Avoid swap when a copy suffices. by Benjamin Kramer · 14 years ago
  17. a9d6680 The memcpy intrinsic only takes i8* for %src and %dst, so cast them to that by Nick Lewycky · 14 years ago
  18. 10e02a0 Use `llvm::next' instead of `next' to make VC++ 2010 happy. by Oscar Fuentes · 14 years ago
  19. c10a62b Allow for creation of clang DeclNodes tables. by Sean Hunt · 14 years ago
  20. 4ed81ec Some A9 load/store cleanups by Anton Korobeynikov · 14 years ago
  21. 8207fce Some rough approximations for load/stores on A9 by Anton Korobeynikov · 14 years ago
  22. 1098ef5 NEON/VFP stuff can be issued only via Pipe1 on A9 by Anton Korobeynikov · 14 years ago
  23. 1845a38 Add some integer instruction itineraries for A9 by Anton Korobeynikov · 14 years ago
  24. 462f6b5 Reorder some code in SelectionDAGBuilder. by Dan Gohman · 14 years ago
  25. 7451d3e SelectionDAG shouldn't have a FunctionLoweringInfo member. RegsForValue by Dan Gohman · 14 years ago
  26. 0f9c658 Remove unused function. by Benjamin Kramer · 14 years ago
  27. 9e130ce Document aggregate operation constant expressions. by Nick Lewycky · 14 years ago
  28. 6ed9d40 Fix typo. by Nick Lewycky · 14 years ago
  29. 701d4d3 Remove schedule-livein-copies. It's not being used. by Evan Cheng · 14 years ago
  30. 9c04467 Fix PR7193: if sibling call address can take a register, make sure there are enough registers available by counting inreg arguments. by Evan Cheng · 14 years ago
  31. 5a0d4fc Handle composed subreg indices when processing REQ_SEQUENCE instructions. by Jakob Stoklund Olesen · 14 years ago
  32. 82e0a1a Doh. Machine LICM is re-initializing the CSE map over and over. Patch by Anna Zaks. rdar://8037934. by Evan Cheng · 14 years ago
  33. 7c9a6e3 Emit TargetRegisterInfo::composeSubRegIndices(). by Jakob Stoklund Olesen · 14 years ago
  34. 05ce489 Merge the SystemZ subreg_even32 SubRegIndex into subreg_32bit. The SubRegIndices by Jakob Stoklund Olesen · 14 years ago
  35. 046fa3f Fix some latency computation bugs: if the use is not a machine opcode do not just return zero. by Evan Cheng · 14 years ago
  36. c10f543 Schedule high latency instructions for latency reduction even if they are not vfp / NEON instructions. by Evan Cheng · 14 years ago
  37. 2f05cc0 Fix comment typos. by Dale Johannesen · 14 years ago
  38. f39e0ce More SSE 1 & 2 merge, this time with logical instructions by Bruno Cardoso Lopes · 14 years ago
  39. dd05466 Fix AliasDebugger to be aware of operand values too. by Dan Gohman · 14 years ago
  40. aec2a0d Add lint checks for function attributes. by Dan Gohman · 14 years ago
  41. 2c048ea Split the logic behind CastInst::isNoopCast into a separate static function, by Dan Gohman · 14 years ago
  42. c6e02e4 Fix a comment; vectors are not a special case here. by Dan Gohman · 14 years ago
  43. 31cc965 MC/X86: Add alias for movzx. by Kevin Enderby · 14 years ago
  44. 5e39442 MC/X86: Add alias for fwait. by Kevin Enderby · 14 years ago
  45. 31b6c5b Fix the use of x86 control and debug registers so that the assertion failure in by Kevin Enderby · 14 years ago
  46. 9d8d221 Fix Data Layout description of floating point. by Dale Johannesen · 14 years ago
  47. 7722b08 Add missing space; works for me. by Dale Johannesen · 14 years ago
  48. 2da5337 Add a TargetRegisterInfo::composeSubRegIndices hook with a default by Jakob Stoklund Olesen · 14 years ago
  49. bc21320 correct retattr by Jim Grosbach · 14 years ago
  50. c9792a3 Cosmetic cleanup. No functional change. by Jim Grosbach · 14 years ago
  51. 13ec30b Fix lint's memcpy and memmove checks, and its basic block traversal. by Dan Gohman · 14 years ago
  52. 5caeff5 make sure accesses to set up the jmpbuf don't get moved after it by the scheduler. Add a missing \n. by Jim Grosbach · 14 years ago
  53. fe47aae Fix more whitespace to be consistent with AsmPrinter. by Dan Gohman · 14 years ago
  54. 3dfb3cf Fix whitespace to be more consistent with AsmPrinter's style. by Dan Gohman · 14 years ago
  55. 90a2322 Fix more tests that depended on the default register allocator choice. by Jakob Stoklund Olesen · 14 years ago
  56. 52c2395 Minor code simplification. by Dan Gohman · 14 years ago
  57. 9ba7f65 Fix a redundant-return warning. by Dan Gohman · 14 years ago
  58. 17d9596 Detect self-referential values. by Dan Gohman · 14 years ago
  59. 34220ae Remove this va_arg test, which is no longer applicable. by Dan Gohman · 14 years ago
  60. 8ffc42f Revert 104841, 104842, 104876 due to buildbot failures. Radar 7424645. by Stuart Hastings · 14 years ago
  61. 078f859 Eli pointed out that va_arg instruction result values don't reference the stack. by Dan Gohman · 14 years ago
  62. ff26d4e Teach lint how to look through simple store+load pairs and other by Dan Gohman · 14 years ago
  63. dd9344f Move FindAvailableLoadedValue isSafeToLoadUnconditionally out of by Dan Gohman · 14 years ago
  64. 7000122 ConstantFoldConstantExpression can theoretically return null. by Dan Gohman · 14 years ago
  65. dffc308 Fix a comment. by Dan Gohman · 14 years ago
  66. 05d6253 Teach instcombine to promote alloca array sizes. by Dan Gohman · 14 years ago
  67. 8496d50 Add a testcase for getelementptr index promotion. by Dan Gohman · 14 years ago
  68. 292fc87 Add a lint check for returning the address of stack memory. by Dan Gohman · 14 years ago
  69. 28d2e0a Fix instcombine's handling of alloca to accept non-i32 types. by Dan Gohman · 14 years ago
  70. e8f0349 Comment out some code in prep for actual .td file checkpoint. by Nate Begeman · 14 years ago
  71. a37dd3e Bitcode support for allocas with arbitrary array size types. by Dan Gohman · 14 years ago
  72. 4251d85 Fix typo. by Devang Patel · 14 years ago
  73. f7a3051 Fix typo. by Devang Patel · 14 years ago
  74. a4fda2c Fix build breakage. by Eli Friedman · 14 years ago
  75. f75a7d3 Eliminate the restriction that the array size in an alloca must be i32. by Dan Gohman · 14 years ago
  76. 5ddb087 Add support to tablegen for auto-generating arm_neon.h from a tablegen description by Nate Begeman · 14 years ago
  77. 13ef840 Add the cc_out operand for t2RSBrs instructions. I missed this when I changed by Bob Wilson · 14 years ago
  78. 700bfad Add a -regalloc=default option that chooses a register allocator based on the -O by Jakob Stoklund Olesen · 14 years ago
  79. 1fa1c7b Remove ancient prototype. by Jakob Stoklund Olesen · 14 years ago
  80. 0798edd Update the saved stack pointer in the sjlj function context following either by Jim Grosbach · 14 years ago
  81. 1261672 Use report_fatal_error, not llvm_unreachable. by Evan Cheng · 14 years ago
  82. a658502 back out 104862/104869. Can reuse stacksave after all. Very cool. by Jim Grosbach · 14 years ago
  83. 39f76bb Factor out the handler work from SignalHandler into a helper function, by Dan Gohman · 14 years ago
  84. 84f60b7 llvm can't correctly support 'H', 'Q' and 'R' modifiers. Just mark it an error. by Evan Cheng · 14 years ago
  85. bd65891 MC/X86: Add aliases for Jcc variants. by Kevin Enderby · 14 years ago
  86. d27047f Eliminate some unnessary Path::exists() calls. by Dan Gohman · 14 years ago
  87. 8983846 Make ParseIRFile and getLazyIRFileModule incoporate the underlying by Dan Gohman · 14 years ago
  88. c2f500a Don't flush the raw_ostream in llvm::WriteBitcodeToFile; it's at by Dan Gohman · 14 years ago
  89. d8720f4 Do not drop location info for inlined function args. by Devang Patel · 14 years ago
  90. d984eb6 Fix some bad fall-throughs in a switch statement. Both the 'Q' and 'R' cases by Bob Wilson · 14 years ago
  91. 4b7416b When handling raw_ostream errors manually, use clear_error() so that by Dan Gohman · 14 years ago
  92. 756a96a When handling raw_ostream errors manually, use clear_error() so that by Dan Gohman · 14 years ago
  93. 54feef2 Mark some math lib intrinsic nodes Legal on SSE4.1. by Dale Johannesen · 14 years ago
  94. d928fb6 Don't special-case stdout in llvm::WriteBitcodeToFile; just consider by Dan Gohman · 14 years ago
  95. 57041b6 Adjust test case for lexical block pruning. Follow-on to r104842 and Radar 7424645. by Stuart Hastings · 14 years ago
  96. 7f924a3 Don't create an output stream when output is disabled. by Dan Gohman · 14 years ago
  97. 9d2cbff Simplify raw_ostream usage. by Dan Gohman · 14 years ago
  98. 26a7074 Avoid calling outs() and fouts() when the stream isn't really needed. by Dan Gohman · 14 years ago
  99. 57bd643 Let's try one more time to match patterns. by Devang Patel · 14 years ago
  100. 1d9b973 Teach instCombine to remove malloc+free if malloc's only uses are comparisons by Duncan Sands · 14 years ago