1. 9f7818d R600: rework handling of the constants by Tom Stellard · 12 years ago
  2. c7e1888 R600: Add a CONST_ADDRESS node to model constant buf read by Tom Stellard · 12 years ago
  3. 80537b9 R600: Factorise VTX_WORD0 and VTX_WORD1 in tblgen def by Tom Stellard · 12 years ago
  4. f148c66 by Nadav Rotem · 12 years ago
  5. 8246df6 Use the AttributeSet when removing multiple attributes. Use Attribute::AttrKind by Bill Wendling · 12 years ago
  6. 4d79724 [Support][ErrorOr] Don't use nullptr :( by Michael J. Spencer · 12 years ago
  7. 70d2ca0 Use the AttributeSet when adding multiple attributes and an Attribute::AttrKind by Bill Wendling · 12 years ago
  8. bdd4e13 [Support][ErrorOr] Add optimized specialization of ErrorOr<void>. by Michael J. Spencer · 12 years ago
  9. 0ec35ac Add instruction encodings / disassembly support for u10 / lu10 instructions. by Richard Osborne · 12 years ago
  10. 7ad70bf [Support][ErrorOr] Make old gcc happy. by Michael J. Spencer · 12 years ago
  11. e65d462 Fixed typo. by Michael Gottesman · 12 years ago
  12. 862d51f [ObjCARC] Refactored out the inner most 2-loops from PerformCodePlacement into the method ConnectTDBUTraversals. by Michael Gottesman · 12 years ago
  13. 13d08bf Fix an issue of pseudo atomic instruction DAG schedule by Michael Liao · 12 years ago
  14. 221514e Add a warning when there is a macro defintion that has named parameters but by Kevin Enderby · 12 years ago
  15. a88322c [mips] Implement MipsRegisterInfo::getRegPressureLimit. by Akira Hatanaka · 12 years ago
  16. defaca0 More encapsulation work. by Bill Wendling · 12 years ago
  17. 5de048e Have the integrated assembler give an error if $1 is used as an identifier in by Kevin Enderby · 12 years ago
  18. bf6a77b [mips] Clean up code in MipsTargetLowering::LowerCall. No functional change by Akira Hatanaka · 12 years ago
  19. aaf483f Add forgotten test case for the x32 commit by Eli Bendersky · 12 years ago
  20. 341c5fb X86: Make sure we account for the FMA4 register immediate value, otherwise rip-rel relocations will be off by one byte. by Benjamin Kramer · 12 years ago
  21. 9dd2a3b Initial patch for x32 ABI support. by Eli Bendersky · 12 years ago
  22. 91df03b Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID by Dmitri Gribenko · 12 years ago
  23. c4c7ea3 llvm-symbolizer: factor out bits of the tool into separate LLVMSymbolize.{h,cpp} files. No functionality change. by Alexey Samsonov · 12 years ago
  24. be0008a [msan] Export the value of msan-keep-going flag for the runtime. by Evgeniy Stepanov · 12 years ago
  25. 4247b13 [msan] Do not insert check on volatile store. by Evgeniy Stepanov · 12 years ago
  26. 318b2cc Fix truncation of relocation types in Support/ELF.h by Tim Northover · 12 years ago
  27. 13086a6 Begin fleshing out an interface in TTI for modelling the costs of by Chandler Carruth · 12 years ago
  28. 421db34 ADT/SparseMultiSetTest.cpp: Try to appease cygwin-clang on stage2, take two. [-Wsign-compare] by NAKAMURA Takumi · 12 years ago
  29. f65dc6e Fix missed out llvm-stress after APFloat change. by Tim Northover · 12 years ago
  30. 0a29cb0 Make APFloat constructor require explicit semantics. by Tim Northover · 12 years ago
  31. dc89ed7 SparseMultiSet.h: Add suggested parentheses. by NAKAMURA Takumi · 12 years ago
  32. 19f2445 ADT/SparseMultiSetTest.cpp: Try to appease cygwin-clang (libstdc++-4.5) on stage2. [-Wsign-compare] by NAKAMURA Takumi · 12 years ago
  33. fc8d1dd This test is only supposed to test that the objc-arc alias analysis by Michael Gottesman · 12 years ago
  34. 93d6137 ErrorOrTest.cpp: Check existence of EXPECT_DEBUG_DEATH. It is not always available. by NAKAMURA Takumi · 12 years ago
  35. 8492096 [MC/Mach-O] Load commands are supposed to 8-byte aligned on 64-bit. by Daniel Dunbar · 12 years ago
  36. 7511aab [CMake] bugpoint-passes should not be built in "all", when LLVM_BUILD_TOOLS is OFF. by NAKAMURA Takumi · 12 years ago
  37. ea0e78a Remove target triple from an LSR test. by Andrew Trick · 12 years ago
  38. e4e85f1 Add a new method that adds the AttributeSet at the given index. No functional change. by Bill Wendling · 12 years ago
  39. da6d562 Add the attributes that are passed in instead of the ones we're merging into. by Bill Wendling · 12 years ago
  40. 0d8c5fb Remove unused method. by Bill Wendling · 12 years ago
  41. 1d10898 Fix spelling by Joel Jones · 12 years ago
  42. bed8059 Use AttributeSet instead of Attribute to verify things. by Bill Wendling · 12 years ago
  43. 3fc4b96 Have AttributeSet::getRetAttributes() return an AttributeSet instead of Attribute. by Bill Wendling · 12 years ago
  44. c5f1bc8 Make AttributeSet::getFnAttributes() return an AttributeSet instead of an Attribute. by Bill Wendling · 12 years ago
  45. 8e52810 Transform (sub 0, (zext bool to A)) to (sext bool to A) and by Paul Redmond · 12 years ago
  46. e4b1efe Docs for SparseMultiSet by Michael Ilseman · 12 years ago
  47. 923cc3e Fix some incorrectly named u10 / lu10 instructions. by Richard Osborne · 12 years ago
  48. 3c8da31 Remove unneeded #include. by Jakub Staszak · 12 years ago
  49. d5ab457 Remove unused multiclass. by Richard Osborne · 12 years ago
  50. 8da5434 Add instruction encodings / disassembly support for u6 / lu6 instructions. by Richard Osborne · 12 years ago
  51. 9b709f8 Add instruction encoding / disassembly support for ru6 / lru6 instructions. by Richard Osborne · 12 years ago
  52. a345838 Use correct format for the LDAWCP instruction (u6). by Richard Osborne · 12 years ago
  53. dc60fc1 r173072 is causing some regressions on big endian hosts, I don't have time to debug it by Chris Lattner · 12 years ago
  54. 02b206f rework the Bitstream reader to actually work a machine word at a time, instead of 32-bits at a time. by Chris Lattner · 12 years ago
  55. 69582cf Fix a heinous inefficiency introduced in r149918, wherein reading each byte of a by Chris Lattner · 12 years ago
  56. afe77f3 Introduce a new data structure, the SparseMultiSet, and changes to the MI scheduler to use it. by Michael Ilseman · 12 years ago
  57. 47543a8 wean Blob handling logic off of banging on NextChar directly. Instead, make by Chris Lattner · 12 years ago
  58. fd0543d rename "SkipToWord" to "SkipToFourByteBoundary" since a word is not always 4 bytes. by Chris Lattner · 12 years ago
  59. dc0a5fd Fix a comment. Induction vars dont need to start at zero. by Nadav Rotem · 12 years ago
  60. 97ff618 R600/SI: Use unnormalized coordinates for sampling with the RECT target. by Tom Stellard · 12 years ago
  61. ca0e340 R600/SI: Take target parameter for sample intrinsics. by Tom Stellard · 12 years ago
  62. c0e01dd R600/SI: Derive all sample intrinsics from a single class. by Tom Stellard · 12 years ago
  63. 9262a64 R600/SILowerControlFlow.cpp: Fix a warning. [-Wunused-variable] by NAKAMURA Takumi · 12 years ago
  64. a5157e6 Switch CodeMetrics itself over to use TTI to determine if an instruction by Chandler Carruth · 12 years ago
  65. 6097e77 Fix indentation and formatting. by Chandler Carruth · 12 years ago
  66. 184e3ff Sink InlineCost.cpp into IPA -- it is now officially an interprocedural by Chandler Carruth · 12 years ago
  67. b5da8a4 Move the inline cost analysis's primary cost query to TTI instead of the by Chandler Carruth · 12 years ago
  68. 8d6c0f4 Now that the inline cost analysis is a pass, we can easily have it by Chandler Carruth · 12 years ago
  69. 86953b5 Make the inline cost a proper analysis pass. This remains essentially by Chandler Carruth · 12 years ago
  70. 0378e39 Formatting and comment fixes to the always inliner. by Chandler Carruth · 12 years ago
  71. 5a47127 Clean up the formatting and doxygen for the simple inliner a bit. No by Chandler Carruth · 12 years ago
  72. 78e1cda Fix an old-style doxygen comment. by Chandler Carruth · 12 years ago
  73. 4ef1324 Cleanup the formatting of this header. This removes the namespace indent by Chandler Carruth · 12 years ago
  74. 77c27f4 Revert "[Object] .bss sections have no content. PR15005." by Michael J. Spencer · 12 years ago
  75. 04f74a1 Use <0 checks in place of ==-1 because it results in simpler code. by Craig Topper · 12 years ago
  76. bbf9d3e Use MVT instead of EVT in LowerVECTOR_SHUFFLEtoBlend. by Craig Topper · 12 years ago
  77. 9b33ef7 Remove trailing whitespace. by Craig Topper · 12 years ago
  78. 07d5617 [Object] .bss sections have no content. PR15005. by Michael J. Spencer · 12 years ago
  79. b99bafe Fix some 80 column violations. by Craig Topper · 12 years ago
  80. b84b423 Make helper method static. by Craig Topper · 12 years ago
  81. 7babd25 [Support] Make test C++03. by Michael J. Spencer · 12 years ago
  82. c61aa59 Remove the comma from the last enumerator to fix -pedantic warnings. by Chandler Carruth · 12 years ago
  83. 1e05bd9 Introduce a generic interface for querying an operation's expected lowered cost. by Chandler Carruth · 12 years ago
  84. f3c437b Support/Compiler.h: MSC1600, aka VS2010, is not C++11-ready. by NAKAMURA Takumi · 12 years ago
  85. c052d5b Disable test that fails due to lack of std::true_type in C++03. by Benjamin Kramer · 12 years ago
  86. a080daf Convert more EVT's to MVT's in the lowering methods. by Craig Topper · 12 years ago
  87. d713c0f Capitalize lowerTRUNCATE so that it matches the other lower functions in this file despite it not matching coding standards. by Craig Topper · 12 years ago
  88. 053a211 Revert CostTable algorithm, will re-write by Renato Golin · 12 years ago
  89. 01812be [Support] Port ErrorOr<T> from lld to C++03. by Michael J. Spencer · 12 years ago
  90. 5ff7a3f LoopVectorize: Fix a C++11 incompatibility. by Benjamin Kramer · 12 years ago
  91. b853c41 Add instruction encodings / disassembly support for l2rus instructions. by Richard Osborne · 12 years ago
  92. c78ec6b Add instruction encodings / disassembly support for l3r instructions. by Richard Osborne · 12 years ago
  93. a68c64f Add instruction encodings / disassembler support for 2rus instructions. by Richard Osborne · 12 years ago
  94. 62b8786 Add instruction encodings / disassembly support 3r instructions. by Richard Osborne · 12 years ago
  95. 1340833 llvm/test/CodeGen/X86/win_ftol2.ll: Add -cpu=generic to appease valgrind. by NAKAMURA Takumi · 12 years ago
  96. 30bb189 llvm/utils/valgrind/x86_64-pc-linux-gnu.supp: Add /usr/bin/cmp. by NAKAMURA Takumi · 12 years ago
  97. e6e7606 Fix a build error. by Nadav Rotem · 12 years ago
  98. ba87320 [docs] Update IRC information. by Michael J. Spencer · 12 years ago
  99. 26827f3 Make LowerVSETCC a static function and use MVT instead of EVT. by Craig Topper · 12 years ago
  100. 0c8607b by Nadav Rotem · 12 years ago