1. 4839d87 Update Readme and Makefiles for the new gtest. by Benjamin Kramer · 14 years ago
  2. 57240ff Merge gtest-1.5.0. by Benjamin Kramer · 14 years ago
  3. 190f8ee Merge gtest-1.4.0. by Benjamin Kramer · 14 years ago
  4. e4b9c93 Merge gtest-1.3.0. by Benjamin Kramer · 14 years ago
  5. 18f30e6 Clean up 80 column violations. No functional change. by Jim Grosbach · 14 years ago
  6. 7c8c883 arm_neon.h emitter now mostly complete for the purposes of initial testing. by Nate Begeman · 14 years ago
  7. 42d075c Remove the TargetRegisterClass member from CalleeSavedInfo by Rafael Espindola · 14 years ago
  8. 962f549 Fix comment so it doesn't include comments which are irrelevant to the x86 by Eli Friedman · 14 years ago
  9. 71c62a2 Use comments to document non-obvious code rather than mailing list archives. by Dan Gohman · 14 years ago
  10. 354eb7e Skip identical instruction while calculating DBG_VALUE range. by Devang Patel · 14 years ago
  11. 91a74da Rename canCombinedSubRegIndex method to something more grammatically correct by Bob Wilson · 14 years ago
  12. 20fae65 Replace ARM's getCalleeSavedRegClasses with a simpler solution by Rafael Espindola · 14 years ago
  13. 63ef367 remove trailing whitespace by Jim Grosbach · 14 years ago
  14. b9abe9f by Devang Patel · 14 years ago
  15. 691820a Remove unused function. by Rafael Espindola · 14 years ago
  16. 086723d Not all entries in the range will have an SUnit. Check for that when looking by Jim Grosbach · 14 years ago
  17. b26f279 Update the documentation, getCalleeSavedRegClasses is not required anymore. by Rafael Espindola · 14 years ago
  18. 6f07bd6 cleanup by Rafael Espindola · 14 years ago
  19. ce48c1d Remove uses of getCalleeSavedRegClasses from outside the by Rafael Espindola · 14 years ago
  20. 8dbbace Pacify recent gcc: remove a pointless const qualifier. by Duncan Sands · 14 years ago
  21. e66aab5 Checkpoint; handle 'int' and 'void' correctly by Nate Begeman · 14 years ago
  22. af905ef Emit full function prototypes. Definitions & typedefs to come. by Nate Begeman · 14 years ago
  23. 9d709a8 Enable machine cse of instructions which define physical registers. by Evan Cheng · 14 years ago
  24. 2223777 Checkpoint arm_neon.h generation with tablegen by Nate Begeman · 14 years ago
  25. a993f0a Don't try to custom-lower 64-bit add-with-overflow and friends on x86-32; the by Eli Friedman · 14 years ago
  26. b2c2a97 Fix an obvious mistake: don't change the operands until all of them have been by Bob Wilson · 14 years ago
  27. b242563 Remove outdated README entries. by Eli Friedman · 14 years ago
  28. 533934e Update debug information when breaking anti-dependencies. rdar://7759363 by Jim Grosbach · 14 years ago
  29. 891f273 Fix comment by Sean Hunt · 14 years ago
  30. 735419d DwarfWrite is now smart enough to drop debug value pointing to undefined register. Update this test to avoid this. by Devang Patel · 14 years ago
  31. a5135f6 Properly compose subregister indices when coalescing. by Jakob Stoklund Olesen · 14 years ago
  32. 23d3d45 Remove unused code by Jim Grosbach · 14 years ago
  33. f2e7767 Ignore line number of debug value in undefined register. by Devang Patel · 14 years ago
  34. 69081e9 fix think-o by Jim Grosbach · 14 years ago
  35. d8acddd Fix the allocation of shadow space for the Win64 calling convention by Dan Gohman · 14 years ago
  36. aeafb37 Simplify things a bit more. Fix prototype to use SmallVectorImpl and by Jim Grosbach · 14 years ago
  37. 10e7726 Fix the noalias checking so that it doesn't worry about by Dan Gohman · 14 years ago
  38. 9126c0d Keep track of incoming debug value of unused argument. Radar 7927666. by Devang Patel · 14 years ago
  39. 956b349 Fill in missing support for ISD::FEXP, ISD::FPOWI, and friends. by Dan Gohman · 14 years ago
  40. 2f3257e Add a FIXME by Jim Grosbach · 14 years ago
  41. 0fd8b62 mirror of r105280 changes for LowerInvoke, which uses the same basic logic here by Jim Grosbach · 14 years ago
  42. dc58b25 When processing function arguments when splitting live ranges across invokes, by Jim Grosbach · 14 years ago
  43. 601f9d6 Use SmallVector instead of std::vector. by Jim Grosbach · 14 years ago
  44. 426b06d Delete unused variables (that weren't even getting expanded). by Dan Gohman · 14 years ago
  45. f4ef72e Freebsd's sed doesn't support \< in regexps, and GNU sed doesn't by Dan Gohman · 14 years ago
  46. 7f5b0d8 Refactor some SSE 2 unpack instructions by Bruno Cardoso Lopes · 14 years ago
  47. 4b1000d Don't call flush() at a library level which isn't checking for errors by Dan Gohman · 14 years ago
  48. 943005e Fix a spello affecting platforms where the configure check fails. by Dan Gohman · 14 years ago
  49. d86e6ac Fix a typo in a comment. by Dan Gohman · 14 years ago
  50. da612d6 -retain-symbols-file is not what it seems. Update the makefiles by Dan Gohman · 14 years ago
  51. c6e1f67 Fix extra fread after EOF, non-wires-crossed version. by Dan Gohman · 14 years ago
  52. 11fe246 Fix handling of 'load' nodes. by Kalle Raiskila · 14 years ago
  53. 2133054 Debreak test for non-Darwin. by Bill Wendling · 14 years ago
  54. 2914ba6 Fix PR7272: when inlining through a callsite with byval arguments, by Duncan Sands · 14 years ago
  55. 89e7356 Add a test for the llvm-gcc commit in r90200. by Eric Christopher · 14 years ago
  56. 6c41ad8 fix PR6623: when optimizing for size, don't inline memcpy/memsets by Chris Lattner · 14 years ago
  57. 0ece9a1 upgrade and filecheckize this test. by Chris Lattner · 14 years ago
  58. 6b37861 the 'limit' argument to FindOptimalMemOpLowering is unsigned, not uint64_t. by Chris Lattner · 14 years ago
  59. caa3dcf revert r105223 which broke all my testing. by Chris Lattner · 14 years ago
  60. b6bd72e Fix count so that it doesn't make an extra fread call after EOF is detected. by Dan Gohman · 14 years ago
  61. c29df3c Avoid swap when a copy suffices. by Benjamin Kramer · 14 years ago
  62. a9d6680 The memcpy intrinsic only takes i8* for %src and %dst, so cast them to that by Nick Lewycky · 14 years ago
  63. 10e02a0 Use `llvm::next' instead of `next' to make VC++ 2010 happy. by Oscar Fuentes · 14 years ago
  64. c10a62b Allow for creation of clang DeclNodes tables. by Sean Hunt · 14 years ago
  65. 4ed81ec Some A9 load/store cleanups by Anton Korobeynikov · 14 years ago
  66. 8207fce Some rough approximations for load/stores on A9 by Anton Korobeynikov · 14 years ago
  67. 1098ef5 NEON/VFP stuff can be issued only via Pipe1 on A9 by Anton Korobeynikov · 14 years ago
  68. 1845a38 Add some integer instruction itineraries for A9 by Anton Korobeynikov · 14 years ago
  69. 462f6b5 Reorder some code in SelectionDAGBuilder. by Dan Gohman · 14 years ago
  70. 7451d3e SelectionDAG shouldn't have a FunctionLoweringInfo member. RegsForValue by Dan Gohman · 14 years ago
  71. 0f9c658 Remove unused function. by Benjamin Kramer · 14 years ago
  72. 9e130ce Document aggregate operation constant expressions. by Nick Lewycky · 14 years ago
  73. 6ed9d40 Fix typo. by Nick Lewycky · 14 years ago
  74. 701d4d3 Remove schedule-livein-copies. It's not being used. by Evan Cheng · 14 years ago
  75. 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
  76. 5a0d4fc Handle composed subreg indices when processing REQ_SEQUENCE instructions. by Jakob Stoklund Olesen · 14 years ago
  77. 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
  78. 7c9a6e3 Emit TargetRegisterInfo::composeSubRegIndices(). by Jakob Stoklund Olesen · 14 years ago
  79. 05ce489 Merge the SystemZ subreg_even32 SubRegIndex into subreg_32bit. The SubRegIndices by Jakob Stoklund Olesen · 14 years ago
  80. 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
  81. c10f543 Schedule high latency instructions for latency reduction even if they are not vfp / NEON instructions. by Evan Cheng · 14 years ago
  82. 2f05cc0 Fix comment typos. by Dale Johannesen · 14 years ago
  83. f39e0ce More SSE 1 & 2 merge, this time with logical instructions by Bruno Cardoso Lopes · 14 years ago
  84. dd05466 Fix AliasDebugger to be aware of operand values too. by Dan Gohman · 14 years ago
  85. aec2a0d Add lint checks for function attributes. by Dan Gohman · 14 years ago
  86. 2c048ea Split the logic behind CastInst::isNoopCast into a separate static function, by Dan Gohman · 14 years ago
  87. c6e02e4 Fix a comment; vectors are not a special case here. by Dan Gohman · 14 years ago
  88. 31cc965 MC/X86: Add alias for movzx. by Kevin Enderby · 14 years ago
  89. 5e39442 MC/X86: Add alias for fwait. by Kevin Enderby · 14 years ago
  90. 31b6c5b Fix the use of x86 control and debug registers so that the assertion failure in by Kevin Enderby · 14 years ago
  91. 9d8d221 Fix Data Layout description of floating point. by Dale Johannesen · 14 years ago
  92. 7722b08 Add missing space; works for me. by Dale Johannesen · 14 years ago
  93. 2da5337 Add a TargetRegisterInfo::composeSubRegIndices hook with a default by Jakob Stoklund Olesen · 14 years ago
  94. bc21320 correct retattr by Jim Grosbach · 14 years ago
  95. c9792a3 Cosmetic cleanup. No functional change. by Jim Grosbach · 14 years ago
  96. 13ec30b Fix lint's memcpy and memmove checks, and its basic block traversal. by Dan Gohman · 14 years ago
  97. 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
  98. fe47aae Fix more whitespace to be consistent with AsmPrinter. by Dan Gohman · 14 years ago
  99. 3dfb3cf Fix whitespace to be more consistent with AsmPrinter's style. by Dan Gohman · 14 years ago
  100. 90a2322 Fix more tests that depended on the default register allocator choice. by Jakob Stoklund Olesen · 14 years ago