1. 19515b4 Add x86 fast-isel for calls returning first-class aggregates. rdar://9435872. by Eli Friedman · 13 years ago
  2. b8e0d34 Clean up the mess created by r131467+r131469. by Eli Friedman · 13 years ago
  3. 6db2c2f Revert 131467 due to buildbot complaint. by Stuart Hastings · 13 years ago
  4. 504421e Fix an obscure issue in X86_64 parameter passing: if a tiny byval is by Stuart Hastings · 13 years ago
  5. 6e3b3e2 Tweak cross-class coalescing to be more aggressive when the target class is small. by Jakob Stoklund Olesen · 13 years ago
  6. ab078f0 Don't include information about the build into the information returned by by Rafael Espindola · 13 years ago
  7. 8669429 by Nadav Rotem · 13 years ago
  8. 6abb7ba Update comment. by Eric Christopher · 13 years ago
  9. c324f72 Support XOR and AND optimization with no return value. by Eric Christopher · 13 years ago
  10. 811c2b7 Couple less magic numbers. by Eric Christopher · 13 years ago
  11. 8102bf0 Make this code a little less magic number laden. by Eric Christopher · 13 years ago
  12. 5d4718b add a note by Chris Lattner · 13 years ago
  13. 7175305 Drop lli, revise test. by Stuart Hastings · 13 years ago
  14. c93943b Back out r131444 and r131438; they're breaking nightly tests. I'll look into by Eli Friedman · 13 years ago
  15. b70eac4 Fix test. by Eli Friedman · 13 years ago
  16. 50ecb19 Add target triple so test doesn't fail on Windows machines. by Evan Cheng · 13 years ago
  17. cdc9a20 Add x86 fast-isel for calls returning first-class aggregates. rdar://9435872. by Eli Friedman · 13 years ago
  18. e1edb17 @llvm.lifetime.begin acts as a load, not @llvm.lifetime.end. by Owen Anderson · 13 years ago
  19. f5497fb Teach LiveInterval::isZeroLength about null SlotIndexes. by Jakob Stoklund Olesen · 13 years ago
  20. 0c72076 Kill some dead code. by Jim Grosbach · 13 years ago
  21. 975716a Delete unused variables. by Dan Gohman · 13 years ago
  22. b3dbd4a Trim #includes. by Dan Gohman · 13 years ago
  23. f316eb7 Fix whitespace and 80-column violations. by Dan Gohman · 13 years ago
  24. a8992b3 There is no need to force DebugLoc on a PHI at this point. by Devang Patel · 13 years ago
  25. 62427ae Track how many insns fast-isel successfully selects as well as how many it by Jim Grosbach · 13 years ago
  26. 57f4b03 Remove dead code. Fix associated test to use FileCheck. by Eli Friedman · 13 years ago
  27. 227dfdb Preserve debug info for unused zero extended boolean argument. Radar 9422775. by Devang Patel · 13 years ago
  28. cacdc4f Add a method I forgot in the last commit. Don't worry, this one passed by Charles Davis · 13 years ago
  29. 482feb3 Make fast-isel work correctly s/uadd.with.overflow intrinsics. by Eli Friedman · 13 years ago
  30. a4c920d Fix silly typo. by Eli Friedman · 13 years ago
  31. 2586b8f Basic fast-isel of extractvalue. Not too helpful on its own, given the IR clang generates for cases like this, but it should become more useful soon. by Eli Friedman · 13 years ago
  32. 64f9fb1 Fix errors in this llvm ir example. by Nick Lewycky · 13 years ago
  33. 97c07da Add a FIXME reminder to remove ForceARMElfPIC switch. by Jason W Kim · 13 years ago
  34. 6469540 sets bit 0 of the function address of thumb function in .symtab by Rafael Espindola · 13 years ago
  35. ac53b0a Extra refactoring noticed by Eli Friedman. by Rafael Espindola · 13 years ago
  36. aea7689 Remove redundant template partial specilization. by Zhongxing Xu · 13 years ago
  37. 0e00c6c Don't do tail calls in a function that call setjmp. The stack might be by Rafael Espindola · 13 years ago
  38. baaa320 Fix copy-pasto. by Charles Davis · 13 years ago
  39. ff96a12 Add stub methods to MCStreamer for emitting Win64 exception-handling by Charles Davis · 13 years ago
  40. 090a929 Get rid of extern "C" from the Win64 EH header. by Charles Davis · 13 years ago
  41. c36849c Add a header containing definitions used to implement Win64 exception handling. by Charles Davis · 13 years ago
  42. be1532e Declare this function here so that it doesn't get C++ mangling. by Nick Lewycky · 13 years ago
  43. dae3b57 Disable test harder. by Benjamin Kramer · 13 years ago
  44. 47242e8 Disable this test while I revise it. rdar://problem/9267970 by Stuart Hastings · 13 years ago
  45. 10fcfb5 SimplifyCFG: Use ComputeMaskedBits to prune dead cases from switch instructions. by Benjamin Kramer · 13 years ago
  46. 67f071e Avoid combining GEPs that might overflow at runtime. rdar://problem/9267970 by Stuart Hastings · 13 years ago
  47. d0118a2 Fix a FIXME by moving the fast-isel implementation of the objectsize intrinsic from the x86 code to the generic code. by Eli Friedman · 13 years ago
  48. a3f8814 Don't produce a vmovntdq if we don't have AVX support. by Rafael Espindola · 13 years ago
  49. d25d16c Zap useless code; this hasn't done anything useful since fast-isel switched to being bottom-up (a very long time ago). by Eli Friedman · 13 years ago
  50. 6765f78 Add an operator+= for appending StringRefs onto std::strings. by John McCall · 13 years ago
  51. 1c3c8ea Be a bit more permissive about symbols we don't understand. Just skip them by Jim Grosbach · 13 years ago
  52. f5895e9 ExecutionEngine: move createJIT() definition (v2) by Dylan Noblesmith · 13 years ago
  53. c5b2858 ExecutionEngine: push TargetMachine creation into clients (v2) by Dylan Noblesmith · 13 years ago
  54. 2ea29ba ExecutionEngine: fix JIT/MCJIT selectTarget() duplication (v2) by Dylan Noblesmith · 13 years ago
  55. 0cb3563 Move test. by Rafael Espindola · 13 years ago
  56. 8d9e1c2 Move test. by Rafael Espindola · 13 years ago
  57. ffa6250 Teach the RtDyld to tell the memory manager about how much space a function by Jim Grosbach · 13 years ago
  58. 6f0b5e4 Move platform-dependent test to appropriate directory. by Galina Kistanova · 13 years ago
  59. 3fa8283 Make codegen able to handle values of empty types. This is one way by Rafael Espindola · 13 years ago
  60. eea6c95 Fix a source of non determinism in FindUsedTypes, use a SetVector instead of a by Julien Lerouge · 13 years ago
  61. 7be3a60 Re-add the autoconf rule for the docs/doxygen.cfg file. by Peter Collingbourne · 13 years ago
  62. 14ba1ff Convert SimplifyIVUsers into a worklist instead of a single pass over the users. by Andrew Trick · 13 years ago
  63. 8888224 Since I can't reproduce the failures from 131261, re-trying with a by Stuart Hastings · 13 years ago
  64. 8ad145d Revert 131266 and 131261 due to buildbot complaints. rdar://problem/9298790 by Stuart Hastings · 13 years ago
  65. 4c576ca Tweak 131261 (thumb2-cbnz.ll) to generate the intended cbnz. by Stuart Hastings · 13 years ago
  66. 5adc646 Non-fast-isel followup to 129634; correctly handle branches controlled by Stuart Hastings · 13 years ago
  67. 6175e03 Update comment. by Evan Cheng · 13 years ago
  68. 60bf5c3 Correction. Use explicit target triple in the test. by Galina Kistanova · 13 years ago
  69. 201e6cd Doug convinced me that DW_AT_APPLE_objc_complete_type is more appropriate name. by Devang Patel · 13 years ago
  70. 757a142 MCJIT section loading should just skip non-text sections rather than by Jim Grosbach · 13 years ago
  71. 7139d35 Re-enable branchfolding common code hoisting optimization. Fixed a liveness test bug and also taught it to update liveins. by Evan Cheng · 13 years ago
  72. b11f80e Let Objective-C front-end identify class extension, in dwarf output, using an attribute DW_AT_APPLE_objc_class_extension. by Devang Patel · 13 years ago
  73. 30adced Temporarily disable the transformation. It's breaking 186.crafty in some configuration. by Evan Cheng · 13 years ago
  74. c154514 The MCJIT memory manager needs to initialize its Module member. by Jim Grosbach · 13 years ago
  75. 01765eb Fix setting of isCommutable flag. by Akira Hatanaka · 13 years ago
  76. 17b2153 reverting test commit by Jason W Kim · 13 years ago
  77. f297f5c Test commit from Mercurial by Jason W Kim · 13 years ago
  78. be5d9b0 CMake builds gold by default since revision 127466. This is by Oscar Fuentes · 13 years ago
  79. cbc988b Re-commit 131172 with fix. MachineInstr identity checks should check dead by Evan Cheng · 13 years ago
  80. aeee461 indvars: Added SimplifyIVUsers. by Andrew Trick · 13 years ago
  81. 6dcd413 Remove an unused variable and move a couple others inside DEBUG. by Matt Beaumont-Gay · 13 years ago
  82. e964d11 Address the last bit of relocation flag related divergence betweeen by Jason W Kim · 13 years ago
  83. c493a1f Turn this into a table, this will make more sense shortly. by Eric Christopher · 13 years ago
  84. 007cfce Move this test to CodeGen/Thumb. rdar://problem/9416774 by Stuart Hastings · 13 years ago
  85. 4243e67 Identify end of prologue (and beginning of function body) using DW_LNS_set_prologue_end line table opcode. by Devang Patel · 13 years ago
  86. 443443c Avoid hoisting spills when looking at a copy from another register that is also by Jakob Stoklund Olesen · 13 years ago
  87. e8b9f16 Reduced test case. rdar://problem/9416774 by Stuart Hastings · 13 years ago
  88. 18901d6 Fix encoding of Thumb BLX register instructions. Patch by Koan-Sin Tan. by Owen Anderson · 13 years ago
  89. 1680832 Typo and missing checkin from r131186. by Andrew Trick · 13 years ago
  90. 7c863eb Bugpoint support for miscompilations that result in a crash. by Andrew Trick · 13 years ago
  91. de5d5de And lo, I was given a testcase for 131152. rdar://problem/9416774 by Stuart Hastings · 13 years ago
  92. 42febc6 by Nadav Rotem · 13 years ago
  93. 104e992 Handle gcc-compatible compilers (such as clang) the same way we handle gcc. by Oscar Fuentes · 13 years ago
  94. 4301222 by Nadav Rotem · 13 years ago
  95. 41cdc16 Revert 131172 as it is causing clang to miscompile itself. I will try by Rafael Espindola · 13 years ago
  96. 61512ba Give the 'eh.sjlj.dispatchsetup' intrinsic call the value coming from the setjmp by Bill Wendling · 13 years ago
  97. 1cfac8c Fix comment. by Bill Wendling · 13 years ago
  98. 7e20a57 Add a late optimization to BranchFolding that hoist common instruction sequences by Evan Cheng · 13 years ago
  99. b38fe4b Optimize atomic lock or that doesn't use the result value. by Eric Christopher · 13 years ago
  100. 88a5fb8 Add triple. by Rafael Espindola · 13 years ago