1. b0b527b Bitcode/BitstreamReader.h: Tweak for big endian hosts. by NAKAMURA Takumi · 13 years ago
  2. 44ebf8b Fix comment-rulers. by Nick Lewycky · 13 years ago
  3. 45f4f2c Remove some unused functions. by Jakob Stoklund Olesen · 13 years ago
  4. ffa1ff1 System headers after llvm headers. by Nick Lewycky · 13 years ago
  5. 2ea9387 Enable streaming of bitcode by Derek Schuff · 13 years ago
  6. 7302d80 Remove some dead code and tidy things up now that vectors use ConstantDataVector by Chris Lattner · 13 years ago
  7. 705f481 [unwind removal] Remove a the obsolete 'unwind' enum value. by Bill Wendling · 13 years ago
  8. 8833ef0 [unwind removal] Remove all of the code for the dead 'unwind' instruction. There by Bill Wendling · 13 years ago
  9. 7d5a289 Introduce helpers to compute the 32-bit varaints and 64-bit variants of by Chandler Carruth · 13 years ago
  10. 6588abf DebugInfo: Provide a new hook to encode relationship between a property and an ivar. by Devang Patel · 13 years ago
  11. aae875c Move some llvm_unreachable's from r149849 out of switch statements to satisfy -Wcovered-switch-default by Craig Topper · 13 years ago
  12. c05277e SmallVector's construct_range is the same thing as std::uninitialized_fill, no need to reinvent it. by Benjamin Kramer · 13 years ago
  13. b25e44e Simplify code. No functionality change. by Benjamin Kramer · 13 years ago
  14. 50bee42 Convert assert(0) to llvm_unreachable by Craig Topper · 13 years ago
  15. 2cb395e Efficient Constant Uniquing. by Talin · 13 years ago
  16. 69f4469 Begin fleshing out more convenience predicates in llvm::Triple and by Chandler Carruth · 13 years ago
  17. 18c7f80 reapply the patches reverted in r149470 that reenable ConstantDataArray, by Chris Lattner · 13 years ago
  18. 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
  19. 0aad7d2 Drop the REDEF_BY_EC VNInfo flag. by Jakob Stoklund Olesen · 13 years ago
  20. 3b1088a Don't store COPY pointers in VNInfo. by Jakob Stoklund Olesen · 13 years ago
  21. 061efcf TargetPassConfig: confine the MC configuration to TargetMachine. by Andrew Trick · 13 years ago
  22. 7461334 Make TargetPassConfig an ImmutablePass so CodeGenPasses can query options by Andrew Trick · 13 years ago
  23. 0df8234 Update llvm debug version to support new structure and tag for Objective-C property's debug info. by Devang Patel · 13 years ago
  24. 1ea02d4 Introduce DIObjCProperty. This will be used to encode objective-c property. by Devang Patel · 13 years ago
  25. c4a2715 Drop ZeroIndex and InvalidIndex. by Jakob Stoklund Olesen · 13 years ago
  26. 36b24b0 Add new tag and an attribute to support debug info for objective-c property. by Devang Patel · 13 years ago
  27. d491da3 Delete some dead code. by Jakob Stoklund Olesen · 13 years ago
  28. 77180e0 Handle register mask operands in setPhysRegsDeadExcept(). by Jakob Stoklund Olesen · 13 years ago
  29. a37818d ArrayRef'ize MI::setPhysRegsDeadExcept(). by Jakob Stoklund Olesen · 13 years ago
  30. f1f78d5 Initialize all common codegen passes before configuration so we can use their PassIDs. by Andrew Trick · 13 years ago
  31. 843ee2e Added TargetPassConfig. The first little step toward configuring codegen passes. by Andrew Trick · 13 years ago
  32. 8247e0d whitespace by Andrew Trick · 13 years ago
  33. 6c2cf8b Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which is by Akira Hatanaka · 13 years ago
  34. 16717a7 Fix SSAUpdaterImpl's RecordMatchingPHI to record exactly the by Dan Gohman · 13 years ago
  35. 1aee22e Replace the old --with-cxx-* configure options with a single --with-gcc-toolchain by Rafael Espindola · 13 years ago
  36. 478a8a0 Require non-NULL register masks. by Jakob Stoklund Olesen · 13 years ago
  37. b5af2d9 Specify SubRegIndex components on the index itself. by Jakob Stoklund Olesen · 13 years ago
  38. ee498d3 VLIW specific scheduler framework that utilizes deterministic finite automaton (DFA). by Andrew Trick · 13 years ago
  39. 2447312 SwitchInst refactoring. by Stepan Dyatkovskiy · 13 years ago
  40. 11e4329 Add pass printer passes in the right place. by Andrew Trick · 13 years ago
  41. 19c51a9 whitespace by Andrew Trick · 13 years ago
  42. 7e004d1 A few of the changes suggested in code review (by Nick Lewycky) by Hal Finkel · 13 years ago
  43. 91766fe Revert Chris' commits up to r149348 that started causing VMCoreTests unit test to fail. by Argyrios Kyrtzidis · 13 years ago
  44. de5e5ec Add a basic-block autovectorization pass. by Hal Finkel · 13 years ago
  45. bda59fd Add Triple::getMacOSXVersion to replace crufty code in the clang driver. by Bob Wilson · 13 years ago
  46. 41aa108 RefCountedBaseVPTR needs the IntrusiveRefCntPtrInfo as friend, by Manuel Klimek · 13 years ago
  47. 57cae88 Tidy up. Trailing whitespace. by Jim Grosbach · 13 years ago
  48. 0db58bf Add assembler dialect attribute in asm parser which lets target specific asm parser change dialect on the fly. by Devang Patel · 13 years ago
  49. cac50c5 Remove pcmpgt/pcmpeq intrinsics as clang is not using them. by Craig Topper · 13 years ago
  50. 6a89228 eliminate the "string" form of ConstantArray::get, using by Chris Lattner · 13 years ago
  51. f98743a remove commented-out code. by Chris Lattner · 13 years ago
  52. 1b2f643 by Chris Lattner · 13 years ago
  53. f0e1053 remove the last vestiges of llvm::GetConstantStringInfo, in CodeGen. by Chris Lattner · 13 years ago
  54. 6f72ac4 Add various coarse bit-width architecture predicates to llvm::Triple. by Chandler Carruth · 13 years ago
  55. 3ef9cfe Change ConstantArray::get to form a ConstantDataArray when possible, by Chris Lattner · 13 years ago
  56. efd564f Remove the now-dead llvm.eh.exception and llvm.eh.selector intrinsics. by Bill Wendling · 13 years ago
  57. 9a5c0e8 Remove the eh.exception and eh.selector intrinsics. Also remove a hack to copy by Bill Wendling · 13 years ago
  58. 97cf71a Relax constructor for IntrusiveRefCntPtr to not be explicit. by Ted Kremenek · 13 years ago
  59. 0004d86 Use traits for IntrusiveRefCntPtr to determine how to increment/decrement a reference count. by Ted Kremenek · 13 years ago
  60. 7750c3f Add a constified getLandingPad() method. by Bill Wendling · 13 years ago
  61. 8cf27ef Various improvements suggested by Duncan by Chris Lattner · 13 years ago
  62. b9a2d6f Add GCCBuiltin declarations for cmpsd/cmpss/cmppd/cmpps to allow custom code to be removed from clang. by Craig Topper · 13 years ago
  63. babd598 DenseMap::find_as() and unit tests. by Talin · 13 years ago
  64. 57af41e initialize the Next field to null by Chris Lattner · 13 years ago
  65. d408f06 Add bitcode reader and writer support for ConstantDataAggregate, which by Chris Lattner · 13 years ago
  66. f95b2da Cleanup the organization of some methods in llvm::Triple and provide by Chandler Carruth · 13 years ago
  67. 95fa400 Move Clang's file-level locking facility over to LLVM's support by Douglas Gregor · 13 years ago
  68. 9f946a2 Fix some scavenger performance issues. by Jakob Stoklund Olesen · 13 years ago
  69. 19de016 Add a BitVector::reset(BitVector&) method. by Jakob Stoklund Olesen · 13 years ago
  70. 04594ae Add r149110 back with a fix for when the vector and the int have the same width. by Rafael Espindola · 13 years ago
  71. 907cc8f Add a "moveInstr" method to LiveIntervals. This can be used to move instructions by Lang Hames · 13 years ago
  72. a21bb20 Fix typo. by Jim Grosbach · 13 years ago
  73. ebd4c05 Better diagnostic for malformed .org assembly directive. by Jim Grosbach · 13 years ago
  74. 82f4ce5 Add simple support for keeping MCFixup source information. by Jim Grosbach · 13 years ago
  75. 3662e5c Add SourceMgr to MCContext for backend diagnostics. by Jim Grosbach · 13 years ago
  76. 6b0dc92 progress making the world safe to ConstantDataVector. While by Chris Lattner · 13 years ago
  77. 5b676ce tidy up forward declarations. by Chris Lattner · 13 years ago
  78. 1a96c91 Clear kill flags before propagating a copy. by Jakob Stoklund Olesen · 13 years ago
  79. 3498257 Add support for the R_ARM_TARGET1 relocation, which should be given to relocations applied to all C++ constructors and destructors. by James Molloy · 13 years ago
  80. 56243b8 eliminate the Constant::getVectorElements method. There are better (and by Chris Lattner · 13 years ago
  81. e150e2d Add a ConstantDataVector::getSplatValue() method, for parity with by Chris Lattner · 13 years ago
  82. 27984e6 add StructType helpers too. by Chris Lattner · 13 years ago
  83. 6e3abaa Ok, break down and add some cast<>'ing helper methods to the Type class by Chris Lattner · 13 years ago
  84. 83694a9 add some helper methods to ShuffleVectorInst and enhance its by Chris Lattner · 13 years ago
  85. 4a99f59 Properly emit ctors / dtors with priorities into desired sections by Anton Korobeynikov · 13 years ago
  86. 8f7fe08 Revert a tiny bit of r148553 which extended LLVM's function attributes by Chandler Carruth · 13 years ago
  87. a15c9d8 Update hasProperty comment. by Evan Cheng · 13 years ago
  88. 3d5ed22 constify some methods and add a new Constant::getAggregateElement by Chris Lattner · 13 years ago
  89. 3c2c954 reapply r148901 with a crucial fix. by Chris Lattner · 13 years ago
  90. bce73e0 Remove AVX 256-bit unaligned load intrinsics. 128-bit versions had been removed a while ago. by Craig Topper · 13 years ago
  91. 1ab525e Revert r148901 because it crashes llvm tests. by Argyrios Kyrtzidis · 13 years ago
  92. 82385c9 Introduce a new ConstantVector::getSplat constructor function to by Chris Lattner · 13 years ago
  93. af7b4fb Remove the Type::getNumElements() method, which is only called in 4 places, by Chris Lattner · 13 years ago
  94. 2527188 Additional methods for SmallString. by Talin · 13 years ago
  95. 5b52f6d Add an (interleave A, B, ...) SetTheory operator. by Jakob Stoklund Olesen · 13 years ago
  96. b2b3d7d Reword comment based on feedback by Duncan Sands. by David Blaikie · 13 years ago
  97. 3210060 Rearrange argument order of ::get methods so that LLVMContext comes first, by Chris Lattner · 13 years ago
  98. 1ee0ecf add more support for ConstantDataSequential by Chris Lattner · 13 years ago
  99. 9e631da Add AsmPrinter (aka MCLowering) support for ConstantDataSequential, by Chris Lattner · 13 years ago
  100. 6233907 Add various "string" methods to ConstantDataSequential, which have the by Chris Lattner · 13 years ago