1. 7e4aeba Added new section to the git-svn getting started section that provides a by Michael Gottesman · 12 years ago
  2. 1275708 LoopVectorizer: Refactor more code to use the IRBuilder. by Nadav Rotem · 12 years ago
  3. fe67b4e Use xcrun to find the right compiler when building llvmCore. <rdar://12801151> by Bob Wilson · 12 years ago
  4. f8c2f90 Refactor some code to use the IRBuilder. by Nadav Rotem · 12 years ago
  5. 172d597 Rename variable to be more comprehensible and follow naming convention by Eli Bendersky · 12 years ago
  6. bd7561e APFloat: Make sure that we get a well-formed x87 NaN when converting from a smaller type. by Benjamin Kramer · 12 years ago
  7. 5b7c057 Disable MSVC's warning about noreturn destructors by Reid Kleckner · 12 years ago
  8. f86c932 Fix MSVC 2012 warning about a 32-bit shift that should be 64-bit by Reid Kleckner · 12 years ago
  9. 94d1f5b [msan] A comment on ICmp handling logic. by Evgeniy Stepanov · 12 years ago
  10. 351f65d [msan] Implement exact shadow propagation for relational ICmp. by Evgeniy Stepanov · 12 years ago
  11. ea387fc This patch aims to reduce compile time in LegalizeTypes by using SmallDenseMap, by Preston Gurd · 12 years ago
  12. 5928dea More cleanup of PPC register definitions. by Hal Finkel · 12 years ago
  13. d23a41c Add an addition operator to TableGen by Hal Finkel · 12 years ago
  14. 4a9256f Fixed the condition codes for the atomic64 min/umin code generation on ARM. If the sutraction of the higher 32 bit parts gives a 0 result, we need to do the store operation. by Silviu Baranga · 12 years ago
  15. a3bb665 Use the AttributeSet query instead of the Attribute query. by Bill Wendling · 12 years ago
  16. c855423 MIsched: Print block name. No functionality. by Andrew Trick · 12 years ago
  17. 3084979 MachineScheduler support for viewGraph. by Andrew Trick · 12 years ago
  18. c6ada8e ScheduleDAG: colorize the DOT graph and improve formatting. by Andrew Trick · 12 years ago
  19. a5a73ad ScheduleDAG: Added isBoundaryNode to conveniently detect a common corner case. by Andrew Trick · 12 years ago
  20. 988d06b SchedDFS: Complete support for nested subtrees. by Andrew Trick · 12 years ago
  21. 4e1fb18 MIsched: Improve the interface to SchedDFS analysis (subtrees). by Andrew Trick · 12 years ago
  22. 827de05 ArrayRef reverse iterators. by Andrew Trick · 12 years ago
  23. 2f0a4e1 whitespace by Andrew Trick · 12 years ago
  24. 52d4de9 lit/ShUtil.py: Deprecate '!' in shell expression. It is not sh-compatible. by NAKAMURA Takumi · 12 years ago
  25. bfb8223 SchedDFS: Initial support for nested subtrees. by Andrew Trick · 12 years ago
  26. baf868b Switch this code away from Value::isUsedInBasicBlock. That code either by Chandler Carruth · 12 years ago
  27. 178f7d0 MISched: Add SchedDFSResult to ScheduleDAGMI to formalize the by Andrew Trick · 12 years ago
  28. 801c583 This patch implements parsing the .word directive for the Mips assembler. by Jack Carter · 12 years ago
  29. d2047c6 [mips] Set flag neverHasSideEffects flag on some of the floating point instructions. by Akira Hatanaka · 12 years ago
  30. b12a771 SchedDFS: Refactor and tweak the subtree selection criteria. by Andrew Trick · 12 years ago
  31. 6d28299 SchedDFS: Constify interface. by Andrew Trick · 12 years ago
  32. dd4fc44 Avoid creating duplicate CFG edges in the IfConversion pass. by Jakob Stoklund Olesen · 12 years ago
  33. b3755e7 Moving Cost Tables up to share with other targets by Renato Golin · 12 years ago
  34. 7c24e61 Added comment to ObjCARC elaborating what is meant by the term 'Provenance' in 'Provenance Analysis'. by Michael Gottesman · 12 years ago
  35. 78e1057 Start cleanup of PPC register definitions using foreach loops. by Hal Finkel · 12 years ago
  36. ed7fcf4 [bugpoint] make tool selection messages unique by Saleem Abdulrasool · 12 years ago
  37. 78d3097 [bugpoint] set Message after tool configuration by Saleem Abdulrasool · 12 years ago
  38. d5a80c7 Reapply chandlerc's r173342 now that the miscompile it was triggering is fixed. by Benjamin Kramer · 12 years ago
  39. e574246 ConstantFolding: Add a missing folding that leads to a miscompile. by Benjamin Kramer · 12 years ago
  40. 41d35a3 unittests/SupportTests/Initialize.MultipleThreads: Enable pthread_attr_setstack(3) only on Linux. by NAKAMURA Takumi · 12 years ago
  41. 91e22b0 unittests/SupportTests/Initialize.MultipleThreads: Appease --vg-leak to allocate stack explicitly for glibc. by NAKAMURA Takumi · 12 years ago
  42. 5bac013 lli/RecordingMemoryManager: Free allocated sections in the destructor to satisfy --vg-leak! by NAKAMURA Takumi · 12 years ago
  43. eacef32 Revert r173342 temporarily. It appears to cause a very late miscompile by Chandler Carruth · 12 years ago
  44. 1f25541 Plug TTI into the speculation logic, giving it a real cost interface by Chandler Carruth · 12 years ago
  45. 47d8f6d Address a large chunk of this FIXME by accumulating the cost for by Chandler Carruth · 12 years ago
  46. 681add7 Switch the constant expression speculation cost evaluation away from by Chandler Carruth · 12 years ago
  47. 2c107a8 Rephrase the speculating scan of the conditional BB to be phrased in by Chandler Carruth · 12 years ago
  48. 29f975f [asan] fix 32-bit builds by Kostya Serebryany · 12 years ago
  49. 0afa331 Simplify the PHI node operand rewriting. by Chandler Carruth · 12 years ago
  50. 63f0846 [asan] adaptive redzones for globals (the larger the global the larger is the redzone) by Kostya Serebryany · 12 years ago
  51. 6cf7a91 Give the basic block variables here names based on the if-then-end by Chandler Carruth · 12 years ago
  52. 9e62095 Lift a cheap early exit test above loops and other complex early exit by Chandler Carruth · 12 years ago
  53. c61bc7a Spiff up the comment on this method, making the example a bit more by Chandler Carruth · 12 years ago
  54. b3105b9 MipsISelLowering.cpp: Fill unreachable paths to fix warnings. [-Wsometimes-uninitialized] by NAKAMURA Takumi · 12 years ago
  55. 00cdf60 MipsISelLowering.cpp: Fix a warning, take two. [-Wunused-variable] by NAKAMURA Takumi · 12 years ago
  56. d5a336c MipsISelLowering.cpp: Fix a warning. [-Wunused-variable] by NAKAMURA Takumi · 12 years ago
  57. b57c292 Remove trailing whitespace. by Craig Topper · 12 years ago
  58. 0ac7e6f Add asserts to SmallVector so that calls to front() and back() only succeed by Richard Trieu · 12 years ago
  59. 8453b3f The next phase of Mips16 hard float implementation. by Reed Kotler · 12 years ago
  60. db41706 MachineScheduler: enable biasCriticalPath for all DAGs. by Andrew Trick · 12 years ago
  61. 66658dd MIsched: Added biasCriticalPath. by Andrew Trick · 12 years ago
  62. e35bada [ELF] Add R_X86_64_IRELATIVE. by Michael J. Spencer · 12 years ago
  63. bb08593 Add a profile for uniquifying the AttributeSet with the AttributeSetNodes. by Bill Wendling · 12 years ago
  64. 8b1f2f3 Cleanup the AttributeSetNodes that we create. by Bill Wendling · 12 years ago
  65. 3467e30 Create a new class: AttributeSetNode. by Bill Wendling · 12 years ago
  66. a8ab5fc Push down the conversion of the alignment from the bit mask to a real number into the attribute implementation class. by Bill Wendling · 12 years ago
  67. 2915a69 Remove dead methods. by Bill Wendling · 12 years ago
  68. 98202c0 Fix small typo by Eli Bendersky · 12 years ago
  69. 254a83e R600: Add a llvm.R600.store.swizzle intrinsics by Tom Stellard · 12 years ago
  70. 2a3e0d7 R600: Simplify stream outputs intrinsic by Tom Stellard · 12 years ago
  71. 1094b41 ConstantFolding: Tweak r173289, it should evaluate in the intptr type, not the index type. by Benjamin Kramer · 12 years ago
  72. b4d201ec ConstantFolding: Evaluate GEP indices in the index type. by Benjamin Kramer · 12 years ago
  73. 9e6a5a3 Add instruction encodings / disassembly support for l6r instructions. by Richard Osborne · 12 years ago
  74. b09350d Initialize SSPBufferSize. PR14999. Patch by Vinson Lee. by Chad Rosier · 12 years ago
  75. 5ed3ac1 Remove unused methods and ivars. by Bill Wendling · 12 years ago
  76. 028dba3 Revert "InstCombine: Clean up weird code that talks about a modulus that's long gone." by Benjamin Kramer · 12 years ago
  77. 9381dd1 InstCombine: Clean up weird code that talks about a modulus that's long gone. by Benjamin Kramer · 12 years ago
  78. e807d1e Fix powerpc test failure - forgot to initialize stack slot size for PPCLinuxMCAsmInfo by Eli Bendersky · 12 years ago
  79. e752fee Clean up assignment of CalleeSaveStackSlotSize: get rid of the default and explicitly set this in every target that needs to change it from the default. by Eli Bendersky · 12 years ago
  80. e735945 NVPTX: Stop leaking memory by using a managed constant instead of a new Argument. by Benjamin Kramer · 12 years ago
  81. 03f7e72 Make sure metarenamer won't rename special stuff (intrinsics and explicitly renamed stuff). by Anton Korobeynikov · 12 years ago
  82. 48a615f [asan] use ADD instead of OR when applying shadow offset of PowerPC. See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55975 for details by Kostya Serebryany · 12 years ago
  83. 7046561 Initialize the components of this class. Otherwise GCC thinks that Array may be by Duncan Sands · 12 years ago
  84. 023d97d llvm/unittests: Use OwningPtr to fix --vg-leak. by NAKAMURA Takumi · 12 years ago
  85. d422e9f IRTests/WaymarkTest.cpp: Fix in --vg-leak. by NAKAMURA Takumi · 12 years ago
  86. e82a5fa IRTests/IRBuilderTest.cpp: GetIntTy: Delete DL at yourself since it is not linked. by NAKAMURA Takumi · 12 years ago
  87. f25b003 IRTests/IRBuilderTest.cpp: Let GV added to the module. by NAKAMURA Takumi · 12 years ago
  88. 6bf3e46 IRTests/ConstantsTest.cpp: AsInstructionsTest: Delete each instruction immediately if it is not linked. by NAKAMURA Takumi · 12 years ago
  89. bde0f0f Untabify. by NAKAMURA Takumi · 12 years ago
  90. 3fe36d0 Whitespace. by NAKAMURA Takumi · 12 years ago
  91. 1a5812d DominatorTreeTest.cpp: Add the file header. by NAKAMURA Takumi · 12 years ago
  92. e4957fb Add the heuristic to differentiate SSPStrong from SSPRequired. by Bill Wendling · 12 years ago
  93. 114baee Add the IR attribute 'sspstrong'. by Bill Wendling · 12 years ago
  94. 28d6572 Remove the last of uses that use the Attribute object as a collection of attributes. by Bill Wendling · 12 years ago
  95. d3afa9b docs: Update title of external tutorial. by Sean Silva · 12 years ago
  96. 9f7818d R600: rework handling of the constants by Tom Stellard · 12 years ago
  97. c7e1888 R600: Add a CONST_ADDRESS node to model constant buf read by Tom Stellard · 12 years ago
  98. 80537b9 R600: Factorise VTX_WORD0 and VTX_WORD1 in tblgen def by Tom Stellard · 12 years ago
  99. f148c66 by Nadav Rotem · 12 years ago
  100. 8246df6 Use the AttributeSet when removing multiple attributes. Use Attribute::AttrKind by Bill Wendling · 12 years ago