1. fc6d3a4 Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef. by Jay Foad · 13 years ago
  2. 5d4f990 Add some bits that I found useful when converting InsertValueInst and by Jay Foad · 13 years ago
  3. cf852dc Add to RuntimeDyld support different object formats by Danil Malyshev · 13 years ago
  4. c09ef37 stop leaking all named struct types with an empty name. Thanks by Chris Lattner · 13 years ago
  5. 3b73708 Add an entry. by Evan Cheng · 13 years ago
  6. 61905f0 AVX Codegen support for 256-bit versions of vandps, vandpd, vorps, vorpd, vxorps, vxorpd by Bruno Cardoso Lopes · 13 years ago
  7. 8440fe2 Don't emit the FDE end label if the last thing emitted was a compact unwind and by Bill Wendling · 13 years ago
  8. 5cf2ee1 Add an assert (which should never trigger) that triggers on a testcase I'm looking at. by Eli Friedman · 13 years ago
  9. e721f5c Improve codegen for select's: if (x != 0) x = 1 if (x == 1) x = 1 by Evan Cheng · 13 years ago
  10. 3641e81 Assign variable before we test it. by Bill Wendling · 13 years ago
  11. f4f53f0 Fix obvious think-o. by Bill Wendling · 13 years ago
  12. 595d745 Clean up the handling of an EBP/RBP unwind frame pointer. In particular, don't by Bill Wendling · 13 years ago
  13. d5efb1e There is a cyclic dependency between MC and Target if this method is out-of-line. by Bill Wendling · 13 years ago
  14. e8b323a Remove the const from Type after of Jay deconstify work. by Francois Pichet · 13 years ago
  15. a1f17f8 Delete StructType bodies when destroying a StructType. by Benjamin Kramer · 13 years ago
  16. dc89561 Add check for predicate w/o S bit. by Jim Grosbach · 13 years ago
  17. 92bf81d Improve test cases from r134746. by Jim Grosbach · 13 years ago
  18. c0f33cb Reverted 134901 because of 134959. Did not use svn merge -r but rather: by Garrison Venn · 13 years ago
  19. 5fdd6c8 Second attempt at de-constifying LLVM Types in FunctionType::get(), by Jay Foad · 13 years ago
  20. d475c10 VectorType is also a SequentialType by Tobias Grosser · 13 years ago
  21. e3f5ae7 Remove IntegerType constness from TargetData by Tobias Grosser · 13 years ago
  22. a3d57e6 Fix the BrainF build. by Francois Pichet · 13 years ago
  23. 4e47aad simplify assertions to not be completely redundant. by Chris Lattner · 13 years ago
  24. a17ce80 make the IRBuilder type methods return non-const types. by Chris Lattner · 13 years ago
  25. b9484ca Comment correction. by Andrew Trick · 13 years ago
  26. 2280ebd Revert r134893 and r134888 (and related patches in other trees). It was causing by Bill Wendling · 13 years ago
  27. 1852e21 TypeMap had a destructor that destroyed the types it held. DenseMap did not, so by Nick Lewycky · 13 years ago
  28. 1a54bb2 indvars: Code reorganization in preparation for by Andrew Trick · 13 years ago
  29. d568b3f Revert r134921, 134917, 134908 and 134907. They're causing failures by Eric Christopher · 13 years ago
  30. d1c2bd8 fix some examples by John Wiegley · 13 years ago
  31. bf843e6 Fix LTO after the recent MC subtarget refactoring. by Cameron Zwarich · 13 years ago
  32. af0a2e6 Most MCCodeEmitter's don't meed MCContext. by Evan Cheng · 13 years ago
  33. 5e3cb47 Use get(0 Instead of Create() by David Greene · 13 years ago
  34. c08936d Disassembler doesn't need TargetMachine anymore. by Evan Cheng · 13 years ago
  35. 9bcc399 struct Init -> class Init. by Evan Cheng · 13 years ago
  36. 1bb6e28 Fix Build by David Greene · 13 years ago
  37. d4a9066 [AVX] Make Inits Foldable by David Greene · 13 years ago
  38. 7ae0df4 Resynchronize EDInfo.h and EDEmitter.cpp. by Shantonu Sen · 13 years ago
  39. 3f00e31 Fix recognition of ARM 'adcs' mnemonic. by Jim Grosbach · 13 years ago
  40. 589130f Simplify printing of ARM shifted immediates. by Jim Grosbach · 13 years ago
  41. 6e6cdd0 Modified demo to work with non const Type parameters as is required by new by Garrison Venn · 13 years ago
  42. fecdc98 test/CodeGen/PowerPC/vector.ll: Tweak redirection >%t >%t to >%t >>%t. See also r134814 (test/CodeGen/X86/vector.ll). by NAKAMURA Takumi · 13 years ago
  43. eeb64ae De-constify Types in StructType::get() and TargetData::getIntPtrType(). by Jay Foad · 13 years ago
  44. ce3a9f5 Add a missing test for r134882. by Cameron Zwarich · 13 years ago
  45. f362aff De-constify Types in FunctionType::get(). by Jay Foad · 13 years ago
  46. 7f0ce34 Remove mentions of type planes. by Jay Foad · 13 years ago
  47. 59ee62d - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo by Evan Cheng · 13 years ago
  48. b5a12dd Don't duplicate the work done by a gep into a "bitcast" if the gep has by Rafael Espindola · 13 years ago
  49. f75ae4c Fix <rdar://problem/9751331>. by Cameron Zwarich · 13 years ago
  50. dc770fc Silence -Wunused-variable in release builds. by Chandler Carruth · 13 years ago
  51. ac7d295 Make the destructor virtual to silence GCC's -Wnon-virtual-dtor. Let me by Chandler Carruth · 13 years ago
  52. f81b7f6 Use BranchProbability instead of floating points in IfConverter. by Jakub Staszak · 13 years ago
  53. 687dc24 - Make BranchProbability constructor public. - Add getCompl() method. by Jakub Staszak · 13 years ago
  54. 2b33f4c Don't analyze block if it's not considered for ifcvt anymore. by Jakub Staszak · 13 years ago
  55. c0ca67f finish a thought. by Chris Lattner · 13 years ago
  56. aecfdd3 Move the loads after the calls so that the fix for by Rafael Espindola · 13 years ago
  57. 4fe5094 Use CHECK-NEXT. by Rafael Espindola · 13 years ago
  58. b4f6095 Remove tests for APIs that were removed. by Nick Lewycky · 13 years ago
  59. 7c72c92 Update OCaml bindings. Opaque types are gone, type holders are gone and the by Nick Lewycky · 13 years ago
  60. eaf7980 the various ConstantExpr::get*Ty methods existed to work with issues around by Chris Lattner · 13 years ago
  61. bda2065 don't load element before checking to see if it is valid. by Chris Lattner · 13 years ago
  62. 145ab10 Eliminate the WriteTypeSymbolic function. Now that types know by Chris Lattner · 13 years ago
  63. 368381e stop using WriteTypeSymbolic. by Chris Lattner · 13 years ago
  64. aca50a9 remove the DerivedType which isn't adding value anymore. by Chris Lattner · 13 years ago
  65. 1afcace Land the long talked about "type system rewrite" patch. This by Chris Lattner · 13 years ago
  66. c36ed70 add a #include by Chris Lattner · 13 years ago
  67. a668c9e fix a really bad bug that would cause nested cursors to break, by Chris Lattner · 13 years ago
  68. 5445ecd more tests not making the jump into the brave new world. by Chris Lattner · 13 years ago
  69. ca5470c remove some crufy old tests that aren't adding much value by Chris Lattner · 13 years ago
  70. 5fe319b remove a test that doesn't make sense in the new world. by Chris Lattner · 13 years ago
  71. 9eb3675 test/CodeGen/X86/vector.ll: Tweak temporary output to appease Win32 hosts. by NAKAMURA Takumi · 13 years ago
  72. 71c1066 Windows/DynamicLibrary.inc: Fix trivial warnings. Thanks to John Myers! by NAKAMURA Takumi · 13 years ago
  73. 6bb5fe3 lit/LitConfig.py: Demote Win32 message "Unable to find 'bash.exe'" from Warning to Note. by NAKAMURA Takumi · 13 years ago
  74. 1fe156f Revert accidental commit. by Evan Cheng · 13 years ago
  75. ffc0e73 Change createAsmParser to take a MCSubtargetInfo instead of triple, by Evan Cheng · 13 years ago
  76. 4f4a6fc Oops, didn't mean to commit that. by Jakob Stoklund Olesen · 13 years ago
  77. f86a547 Added test cases for GVN signed intrinsics recognition, r134777. by Lang Hames · 13 years ago
  78. bd1828c Added recognition for signed add/sub/mul with overflow intrinsics to GVN as per Chris and Frits suggestion. by Lang Hames · 13 years ago
  79. 56573cc1 Hoist spills within a basic block. by Jakob Stoklund Olesen · 13 years ago
  80. 439d05d Really force on 64bit for 64-bit targets. Should fix remaining failures on unknown x86/non-x86 targets. by Eli Friedman · 13 years ago
  81. 6dfef66 Revert earlier unnecessary hack. Make sure we correctly force on 64bit and cmov for 64-bit targets. by Eli Friedman · 13 years ago
  82. eb0caa1 Fix indentation. by Evan Cheng · 13 years ago
  83. 5c2eef6 Fix comment. by Evan Cheng · 13 years ago
  84. 97cd3cf Add an fma TableGen node. by Cameron Zwarich · 13 years ago
  85. 3286920 Add support for ARM / Thumb mode switching with .code 16 and .code 32. by Evan Cheng · 13 years ago
  86. 7c3a5ca Update comments for SandyBridge CPU identifiers. by Bob Wilson · 13 years ago
  87. 7e61a31 Mark tBRIND as predicable. by Jim Grosbach · 13 years ago
  88. 4d1a8dd Restore old behavior. Always auto-detect features unless cpu or features are specified. by Evan Cheng · 13 years ago
  89. f0b3c12 Fix broken x86_64 tests which specify non-64-bit cpu's. by Evan Cheng · 13 years ago
  90. aa8d1b8 Pseudo-ize tBRIND. by Jim Grosbach · 13 years ago
  91. f06ff4e Default 64-bit target features and SSE2 on when a triple specifies x86-64. Clean up all the other hacks which are now unnecessary. by Eli Friedman · 13 years ago
  92. abc43e6 Use add instead of accumulate. by Cameron Zwarich · 13 years ago
  93. 26fc025 Recognize Intel CPUs with Family=6 and Model=44. by Bob Wilson · 13 years ago
  94. e2e86f6 Reapply a fixed version of r133285. by Bob Wilson · 13 years ago
  95. 25e6d48 Make tBX_RET and tBX_RET_vararg predicable. by Jim Grosbach · 13 years ago
  96. f296082 Add _allrem, _aullrem and _allmul to the runtime for MSVC. by Julien Lerouge · 13 years ago
  97. 3339084 Add an intrinsic and codegen support for fused multiply-accumulate. The intent by Cameron Zwarich · 13 years ago
  98. cc0ddc7 For non-x86 host, used generic as CPU name. by Evan Cheng · 13 years ago
  99. d28ec08 Pseudo-ize tBX_RET and tBX_RET_vararg. by Jim Grosbach · 13 years ago
  100. 75ca4b9 Plug a leak by giving the AsmParser ownership of the MCSubtargetInfo. by Benjamin Kramer · 13 years ago