1. 1bb6e28 Fix Build by David Greene · 14 years ago
  2. d4a9066 [AVX] Make Inits Foldable by David Greene · 14 years ago
  3. 7ae0df4 Resynchronize EDInfo.h and EDEmitter.cpp. by Shantonu Sen · 14 years ago
  4. 3f00e31 Fix recognition of ARM 'adcs' mnemonic. by Jim Grosbach · 14 years ago
  5. 589130f Simplify printing of ARM shifted immediates. by Jim Grosbach · 14 years ago
  6. 6e6cdd0 Modified demo to work with non const Type parameters as is required by new by Garrison Venn · 14 years ago
  7. fecdc98 test/CodeGen/PowerPC/vector.ll: Tweak redirection >%t >%t to >%t >>%t. See also r134814 (test/CodeGen/X86/vector.ll). by NAKAMURA Takumi · 14 years ago
  8. eeb64ae De-constify Types in StructType::get() and TargetData::getIntPtrType(). by Jay Foad · 14 years ago
  9. ce3a9f5 Add a missing test for r134882. by Cameron Zwarich · 14 years ago
  10. f362aff De-constify Types in FunctionType::get(). by Jay Foad · 14 years ago
  11. 7f0ce34 Remove mentions of type planes. by Jay Foad · 14 years ago
  12. 59ee62d - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo by Evan Cheng · 14 years ago
  13. b5a12dd Don't duplicate the work done by a gep into a "bitcast" if the gep has by Rafael Espindola · 14 years ago
  14. f75ae4c Fix <rdar://problem/9751331>. by Cameron Zwarich · 14 years ago
  15. dc770fc Silence -Wunused-variable in release builds. by Chandler Carruth · 14 years ago
  16. ac7d295 Make the destructor virtual to silence GCC's -Wnon-virtual-dtor. Let me by Chandler Carruth · 14 years ago
  17. f81b7f6 Use BranchProbability instead of floating points in IfConverter. by Jakub Staszak · 14 years ago
  18. 687dc24 - Make BranchProbability constructor public. - Add getCompl() method. by Jakub Staszak · 14 years ago
  19. 2b33f4c Don't analyze block if it's not considered for ifcvt anymore. by Jakub Staszak · 14 years ago
  20. c0ca67f finish a thought. by Chris Lattner · 14 years ago
  21. aecfdd3 Move the loads after the calls so that the fix for by Rafael Espindola · 14 years ago
  22. 4fe5094 Use CHECK-NEXT. by Rafael Espindola · 14 years ago
  23. b4f6095 Remove tests for APIs that were removed. by Nick Lewycky · 14 years ago
  24. 7c72c92 Update OCaml bindings. Opaque types are gone, type holders are gone and the by Nick Lewycky · 14 years ago
  25. eaf7980 the various ConstantExpr::get*Ty methods existed to work with issues around by Chris Lattner · 14 years ago
  26. bda2065 don't load element before checking to see if it is valid. by Chris Lattner · 14 years ago
  27. 145ab10 Eliminate the WriteTypeSymbolic function. Now that types know by Chris Lattner · 14 years ago
  28. 368381e stop using WriteTypeSymbolic. by Chris Lattner · 14 years ago
  29. aca50a9 remove the DerivedType which isn't adding value anymore. by Chris Lattner · 14 years ago
  30. 1afcace Land the long talked about "type system rewrite" patch. This by Chris Lattner · 14 years ago
  31. c36ed70 add a #include by Chris Lattner · 14 years ago
  32. a668c9e fix a really bad bug that would cause nested cursors to break, by Chris Lattner · 14 years ago
  33. 5445ecd more tests not making the jump into the brave new world. by Chris Lattner · 14 years ago
  34. ca5470c remove some crufy old tests that aren't adding much value by Chris Lattner · 14 years ago
  35. 5fe319b remove a test that doesn't make sense in the new world. by Chris Lattner · 14 years ago
  36. 9eb3675 test/CodeGen/X86/vector.ll: Tweak temporary output to appease Win32 hosts. by NAKAMURA Takumi · 14 years ago
  37. 71c1066 Windows/DynamicLibrary.inc: Fix trivial warnings. Thanks to John Myers! by NAKAMURA Takumi · 14 years ago
  38. 6bb5fe3 lit/LitConfig.py: Demote Win32 message "Unable to find 'bash.exe'" from Warning to Note. by NAKAMURA Takumi · 14 years ago
  39. 1fe156f Revert accidental commit. by Evan Cheng · 14 years ago
  40. ffc0e73 Change createAsmParser to take a MCSubtargetInfo instead of triple, by Evan Cheng · 14 years ago
  41. 4f4a6fc Oops, didn't mean to commit that. by Jakob Stoklund Olesen · 14 years ago
  42. f86a547 Added test cases for GVN signed intrinsics recognition, r134777. by Lang Hames · 14 years ago
  43. bd1828c Added recognition for signed add/sub/mul with overflow intrinsics to GVN as per Chris and Frits suggestion. by Lang Hames · 14 years ago
  44. 56573cc1 Hoist spills within a basic block. by Jakob Stoklund Olesen · 14 years ago
  45. 439d05d Really force on 64bit for 64-bit targets. Should fix remaining failures on unknown x86/non-x86 targets. by Eli Friedman · 14 years ago
  46. 6dfef66 Revert earlier unnecessary hack. Make sure we correctly force on 64bit and cmov for 64-bit targets. by Eli Friedman · 14 years ago
  47. eb0caa1 Fix indentation. by Evan Cheng · 14 years ago
  48. 5c2eef6 Fix comment. by Evan Cheng · 14 years ago
  49. 97cd3cf Add an fma TableGen node. by Cameron Zwarich · 14 years ago
  50. 3286920 Add support for ARM / Thumb mode switching with .code 16 and .code 32. by Evan Cheng · 14 years ago
  51. 7c3a5ca Update comments for SandyBridge CPU identifiers. by Bob Wilson · 14 years ago
  52. 7e61a31 Mark tBRIND as predicable. by Jim Grosbach · 14 years ago
  53. 4d1a8dd Restore old behavior. Always auto-detect features unless cpu or features are specified. by Evan Cheng · 14 years ago
  54. f0b3c12 Fix broken x86_64 tests which specify non-64-bit cpu's. by Evan Cheng · 14 years ago
  55. aa8d1b8 Pseudo-ize tBRIND. by Jim Grosbach · 14 years ago
  56. 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 · 14 years ago
  57. abc43e6 Use add instead of accumulate. by Cameron Zwarich · 14 years ago
  58. 26fc025 Recognize Intel CPUs with Family=6 and Model=44. by Bob Wilson · 14 years ago
  59. e2e86f6 Reapply a fixed version of r133285. by Bob Wilson · 14 years ago
  60. 25e6d48 Make tBX_RET and tBX_RET_vararg predicable. by Jim Grosbach · 14 years ago
  61. f296082 Add _allrem, _aullrem and _allmul to the runtime for MSVC. by Julien Lerouge · 14 years ago
  62. 3339084 Add an intrinsic and codegen support for fused multiply-accumulate. The intent by Cameron Zwarich · 14 years ago
  63. cc0ddc7 For non-x86 host, used generic as CPU name. by Evan Cheng · 14 years ago
  64. d28ec08 Pseudo-ize tBX_RET and tBX_RET_vararg. by Jim Grosbach · 14 years ago
  65. 75ca4b9 Plug a leak by giving the AsmParser ownership of the MCSubtargetInfo. by Benjamin Kramer · 14 years ago
  66. ead77cd Shuffle productions around a bit. by Jim Grosbach · 14 years ago
  67. 51458ed Be more aggressive about following hints. by Jakob Stoklund Olesen · 14 years ago
  68. 0b44aea Use tPseudoExpand for tTAILJMPrND and tTAILJMPr. by Jim Grosbach · 14 years ago
  69. af7f2d6 Use tPseudoExpand for tTAILJMPd and tTAILJMPdND. by Jim Grosbach · 14 years ago
  70. 70629ab Silence compiler warning. by Benjamin Kramer · 14 years ago
  71. 8dc41f3 Add more info to FIXME. by Jim Grosbach · 14 years ago
  72. e36e21e Move Thumb tail call pseudos to Thumb.td file. by Jim Grosbach · 14 years ago
  73. 6043548 Fix dangling pointer. by Eli Friedman · 14 years ago
  74. 480cee5 TargetAsmParser doesn't need reference to Target. by Evan Cheng · 14 years ago
  75. 11b4c95 Remove unused copy of UpdateInlinedAtInfo. by Benjamin Kramer · 14 years ago
  76. 245f5e8 Use ARMPseudoExpand for ARM tail calls. by Jim Grosbach · 14 years ago
  77. 9ca2a77 Shuffle productions around a bit. by Jim Grosbach · 14 years ago
  78. 4559a7b Use ARMPseudoExpand for BLr9, BLr9_pred, BXr9, and BXr9_pred. by Jim Grosbach · 14 years ago
  79. fbc38d2 Fix a dangling reference. Patch by Dave Abrahams. pr10311 by Evan Cheng · 14 years ago
  80. 2cf158e Refactor. It is inliner's responsibility to update line number information. by Devang Patel · 14 years ago
  81. 549a851 Add CMake support for the new TableGen file introduced in r134705. by Chandler Carruth · 14 years ago
  82. 53e3fc4 Use TableGen'erated pseudo lowering for ARM. by Jim Grosbach · 14 years ago
  83. 86f9adb TableGen'erated MC lowering for simple pseudo-instructions. by Jim Grosbach · 14 years ago
  84. 90b4041 Refactor. by Devang Patel · 14 years ago
  85. 80efd4e Make provision to have floating point constants in .debug_loc expressions. by Devang Patel · 14 years ago
  86. 3492a4a Apparently we can't expect a BinaryOperator here. by Benjamin Kramer · 14 years ago
  87. 4455397 cmake/modules/LLVMLibDeps.cmake: Update to appease cmake builds. by NAKAMURA Takumi · 14 years ago
  88. 9c64030 Emit a more efficient magic number multiplication for exact sdivs. by Benjamin Kramer · 14 years ago
  89. ebdeeab Eliminate asm parser's dependency on TargetMachine: by Evan Cheng · 14 years ago
  90. 1fb0955 Make GVN look through extractvalues for recognised intrinsics. GVN can then CSE ops that match values produced by the intrinsics. by Lang Hames · 14 years ago
  91. 0184336 Raise assertion when MachineOperand has unexpected target flag. by Akira Hatanaka · 14 years ago
  92. 18dfcb8 Make sure variable Kind is assigned a value to suppress warning. by Akira Hatanaka · 14 years ago
  93. 2aa6b4c Fix more register allocation sensitive tests. by Jakob Stoklund Olesen · 14 years ago
  94. caab279 Remove a test that no longer makes sense. by Jakob Stoklund Olesen · 14 years ago
  95. 9bf45d0 Let the inline asm 'q' constraint match float, and on 64-bit double too. by Nick Lewycky · 14 years ago
  96. 77ed135 Go ahead and emit the barrier on x86-64 even without sse2. The by Eric Christopher · 14 years ago
  97. 794bf17 Lower MachineInstr to MC Inst and print to .s files. by Akira Hatanaka · 14 years ago
  98. b2760f8 Fix CMake build's library dependencies. by Chandler Carruth · 14 years ago
  99. d8cca66 Handle fpcr register. by Eric Christopher · 14 years ago
  100. 31b5f00 Add support for the X86 'l' constraint. by Eric Christopher · 14 years ago