1. 705f481 [unwind removal] Remove a the obsolete 'unwind' enum value. by Bill Wendling · 13 years ago
  2. 602cb9d Make sure a reserved register has a live interval before merging. by Jakob Stoklund Olesen · 13 years ago
  3. 8833ef0 [unwind removal] Remove all of the code for the dead 'unwind' instruction. There by Bill Wendling · 13 years ago
  4. 3e9719e [unwind removal] Don't write out the dead 'unwind' instruction. by Bill Wendling · 13 years ago
  5. aa5abe8 [unwind removal] We no longer have 'unwind' instructions being generated, so by Bill Wendling · 13 years ago
  6. 0f96817 'unwind' is a keyword, not an instruction. by Bill Wendling · 13 years ago
  7. e185fad [unwind removal] Remove the 'unwind' instruction parsing bits. by Bill Wendling · 13 years ago
  8. 7d5a289 Introduce helpers to compute the 32-bit varaints and 64-bit variants of by Chandler Carruth · 13 years ago
  9. fccf062 Test commit; also removes some trailing whitespace by Derek Schuff · 13 years ago
  10. b595c48 The 'unwind' instruction is deprecated and will be removed, making this test by Bill Wendling · 13 years ago
  11. ba98b6b Update docs describing objective-c property encoding. This includes support for properties that are not backed by an ivar. by Devang Patel · 13 years ago
  12. 5a65864 Mention that the 'unwind' instruction is now deprecated. by Bill Wendling · 13 years ago
  13. 6588abf DebugInfo: Provide a new hook to encode relationship between a property and an ivar. by Devang Patel · 13 years ago
  14. 793a32d Update ExceptionDemo to use ConstantDataArray. by Peter Collingbourne · 13 years ago
  15. 699ddcb X86: Don't call malloc for 4 bits. No functionality change. by Benjamin Kramer · 13 years ago
  16. 7ba962f Make helper static. by Benjamin Kramer · 13 years ago
  17. f3fd7ee Hexagon: Remove forbidden iostream includes (it introduces static initializers) by Benjamin Kramer · 13 years ago
  18. da82fd4 Split part of EvaluateFunction into a new EvaluateBlock method. No functionality by Nick Lewycky · 13 years ago
  19. aae875c Move some llvm_unreachable's from r149849 out of switch statements to satisfy -Wcovered-switch-default by Craig Topper · 13 years ago
  20. d156dc1 Add shuffle decoding support for 256-bit pshufd. Merge vpermilp* and pshufd decoding. by Craig Topper · 13 years ago
  21. 1230ad6 fix indentation by Sebastian Pop · 13 years ago
  22. 41a2600 fix typo by Sebastian Pop · 13 years ago
  23. c05277e SmallVector's construct_range is the same thing as std::uninitialized_fill, no need to reinvent it. by Benjamin Kramer · 13 years ago
  24. b25e44e Simplify code. No functionality change. by Benjamin Kramer · 13 years ago
  25. 50bee42 Convert assert(0) to llvm_unreachable by Craig Topper · 13 years ago
  26. 2cb395e Efficient Constant Uniquing. by Talin · 13 years ago
  27. fad4d40 Teach GlobalOpt to handle atomic accesses to globals. by Nick Lewycky · 13 years ago
  28. dc7c716 DefinesPredicate should only look for def operands. Patch by Ludwig Meier. by Evan Cheng · 13 years ago
  29. bc384a1 Clean up some whitespace and comments. No functionality change. by Nick Lewycky · 13 years ago
  30. 17da6e7 Fixing a warning in MSVC (this is also a test commit) by Aaron Ballman · 13 years ago
  31. c4fd448 Neaten up this method. Check that if there is only one by Duncan Sands · 13 years ago
  32. 23f6121 Remove dead test: this was already checked and handled a few lines above. by Duncan Sands · 13 years ago
  33. 7abf924 Testcase for commit 149833 (use of an uninitialized variable noticed by GCC). by Duncan Sands · 13 years ago
  34. 87ba3f1 Fix a thinko pointed out by Eli and the buildbots. by Duncan Sands · 13 years ago
  35. 33756f9 Reduce the number of dom queries made by GVN's conditional propagation by Duncan Sands · 13 years ago
  36. 68e2022 Reduce the number of non-trivial domtree queries by about 1% when by Duncan Sands · 13 years ago
  37. 5b8a1db Persuade GCC that there is nothing worth warning about here (there isn't). by Duncan Sands · 13 years ago
  38. 853066a Don't initialize CV in terms of itself! Spotted by GCC. by Duncan Sands · 13 years ago
  39. 408a25c Explain to the compiler why TargetAddr is not used uninitialized later. by Duncan Sands · 13 years ago
  40. cc870a8 Add additional documentation to the extract-and-trunc dagcombine optimization. by Nadav Rotem · 13 years ago
  41. d52d9cd Testing vector code without sse doesn't make much sense. by Benjamin Kramer · 13 years ago
  42. 3d6b64a Fix typo and broken link by Eli Bendersky · 13 years ago
  43. 371d7b0 Add missing paren by Eli Bendersky · 13 years ago
  44. 5e25ee8 Convert assert(0) to llvm_unreachable by Craig Topper · 13 years ago
  45. 69f4469 Begin fleshing out more convenience predicates in llvm::Triple and by Chandler Carruth · 13 years ago
  46. 655b8de Convert assert(0) to llvm_unreachable by Craig Topper · 13 years ago
  47. 0b2500c Simplify contains tests using 'count'. by David Blaikie · 13 years ago
  48. 5c05f2b BBVectorize.cpp: Get rid of comparision to bool to fix a warning. by NAKAMURA Takumi · 13 years ago
  49. 6d1263a Convert assert(0) to llvm_unreachable in X86 Target directory. by Craig Topper · 13 years ago
  50. abb94d0 Convert some assert(0) in default of switch statements to llvm_unreachable. by Craig Topper · 13 years ago
  51. 5b209e8 Add target specific node for PMULUDQ. Change patterns to use it and custom lower intrinsics to it. Use it instead of intrinsic to handle 64-bit vector multiplies. by Craig Topper · 13 years ago
  52. 2237f84 Improve the bitcode reader's handling of constant strings to use by Chris Lattner · 13 years ago
  53. 521a255 Add a test for the miscompilation my recent ConstantDataArray patches introduced, to make sure by Chris Lattner · 13 years ago
  54. 18c7f80 reapply the patches reverted in r149470 that reenable ConstantDataArray, by Chris Lattner · 13 years ago
  55. eea723f Remove most of the intrinsics for XOP VPCMOV instruction. They all aliased to the same instruction with different types. This would be better accomplished with casts in the not yet created xopintrin.h header file. by Craig Topper · 13 years ago
  56. 3f4f34c Modified the Enhanced Disassembler to create and by Sean Callanan · 13 years ago
  57. 0aad7d2 Drop the REDEF_BY_EC VNInfo flag. by Jakob Stoklund Olesen · 13 years ago
  58. 7e899cb Correctly terminate a physreg redefined by an early clobber. by Jakob Stoklund Olesen · 13 years ago
  59. c0dc1b7 Fix a leak! by Nick Lewycky · 13 years ago
  60. 3b1088a Don't store COPY pointers in VNInfo. by Jakob Stoklund Olesen · 13 years ago
  61. edc8db8 Boost the effective chain depth of loads and stores. by Hal Finkel · 13 years ago
  62. fd4b8e2 remove the blank line from previous ci. by Qirun Zhang · 13 years ago
  63. 940fbd6 test commit. add a blank line. by Qirun Zhang · 13 years ago
  64. 965a166 autoconf: put generated clang files in build dir by Dylan Noblesmith · 13 years ago
  65. 061efcf TargetPassConfig: confine the MC configuration to TargetMachine. by Andrew Trick · 13 years ago
  66. d542265 Move TargetPassConfig implementation into Passes.cpp by Andrew Trick · 13 years ago
  67. 7461334 Make TargetPassConfig an ImmutablePass so CodeGenPasses can query options by Andrew Trick · 13 years ago
  68. 2b2c7b9 cmake: update outdated CPack version info by Dylan Noblesmith · 13 years ago
  69. 069df95 Object: avoid undefined behavior when bounds-checking by Dylan Noblesmith · 13 years ago
  70. 3e82b4a autoconf: fix clang detection by Dylan Noblesmith · 13 years ago
  71. 9e11eb1 Emit new property tag. by Devang Patel · 13 years ago
  72. 0df8234 Update llvm debug version to support new structure and tag for Objective-C property's debug info. by Devang Patel · 13 years ago
  73. 1ea02d4 Introduce DIObjCProperty. This will be used to encode objective-c property. by Devang Patel · 13 years ago
  74. 2f2d1d7 [fast-isel] HandlePHINodesInSuccessorBlocks() can promite i8 and i16 types too. by Chad Rosier · 13 years ago
  75. 08e8db4 Update to the new EH system...remove OLD EH code. by Bill Wendling · 13 years ago
  76. c4a2715 Drop ZeroIndex and InvalidIndex. by Jakob Stoklund Olesen · 13 years ago
  77. 36b24b0 Add new tag and an attribute to support debug info for objective-c property. by Devang Patel · 13 years ago
  78. 9119b03 Trim headers. by Jakob Stoklund Olesen · 13 years ago
  79. d491da3 Delete some dead code. by Jakob Stoklund Olesen · 13 years ago
  80. 769422f [fast-isel] Add support for URem. by Chad Rosier · 13 years ago
  81. 77180e0 Handle register mask operands in setPhysRegsDeadExcept(). by Jakob Stoklund Olesen · 13 years ago
  82. ae46a33 [fast-isel] Rename isZExt to isSigned. No functional change intended. by Chad Rosier · 13 years ago
  83. ffbd071 Increment DFAStateEntryTable index for sentinel entry. by Brendon Cahoon · 13 years ago
  84. 7ccb30b [fast-isel] Add support for UDIV. by Chad Rosier · 13 years ago
  85. a37818d ArrayRef'ize MI::setPhysRegsDeadExcept(). by Jakob Stoklund Olesen · 13 years ago
  86. 59cb77f Handle all live physreg defs in the same place. by Jakob Stoklund Olesen · 13 years ago
  87. ee8901c [fast-isel] Add support for FPToUI. Also add test cases for FPToSI. by Chad Rosier · 13 years ago
  88. f1f78d5 Initialize all common codegen passes before configuration so we can use their PassIDs. by Andrew Trick · 13 years ago
  89. 36b7beb [fast-isel] Add support for selecting UIToFP. by Chad Rosier · 13 years ago
  90. b95d1ff Simplify some GEP checks in the verifier. by Duncan Sands · 13 years ago
  91. 7e413e9c by Nadav Rotem · 13 years ago
  92. a025566 Remove getShuffleVPERMILPImmediate function, getShuffleSHUFImmediate performs the same calculation. by Craig Topper · 13 years ago
  93. a993505 Allow command-line overrides of the target triple with the Mach-O by Cameron Zwarich · 13 years ago
  94. fa5b70e Remove unnecessary qualification on 256-bit vector handling in LowerBUILD_VECTOR. Condition was already guaranteed by earlier code. by Craig Topper · 13 years ago
  95. e058d27 Add auto upgrade support for x86 pcmpgt/pcmpeq intrinics removed in r149367. by Craig Topper · 13 years ago
  96. ec8eac6 Do the same fix as r149667, but for the Mach-O disassembler. by Cameron Zwarich · 13 years ago
  97. 843ee2e Added TargetPassConfig. The first little step toward configuring codegen passes. by Andrew Trick · 13 years ago
  98. 8247e0d whitespace by Andrew Trick · 13 years ago
  99. 6c2cf8b Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which is by Akira Hatanaka · 13 years ago
  100. aab2191 Fix llvm-objdump disassembly for interesting Mach-O binaries, e.g. any MacOS by Cameron Zwarich · 13 years ago