1. c5f1bc8 Make AttributeSet::getFnAttributes() return an AttributeSet instead of an Attribute. by Bill Wendling · 12 years ago
  2. 8e52810 Transform (sub 0, (zext bool to A)) to (sext bool to A) and by Paul Redmond · 12 years ago
  3. e4b1efe Docs for SparseMultiSet by Michael Ilseman · 12 years ago
  4. 923cc3e Fix some incorrectly named u10 / lu10 instructions. by Richard Osborne · 12 years ago
  5. 3c8da31 Remove unneeded #include. by Jakub Staszak · 12 years ago
  6. d5ab457 Remove unused multiclass. by Richard Osborne · 12 years ago
  7. 8da5434 Add instruction encodings / disassembly support for u6 / lu6 instructions. by Richard Osborne · 12 years ago
  8. 9b709f8 Add instruction encoding / disassembly support for ru6 / lru6 instructions. by Richard Osborne · 12 years ago
  9. a345838 Use correct format for the LDAWCP instruction (u6). by Richard Osborne · 12 years ago
  10. dc60fc1 r173072 is causing some regressions on big endian hosts, I don't have time to debug it by Chris Lattner · 12 years ago
  11. 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
  12. 69582cf Fix a heinous inefficiency introduced in r149918, wherein reading each byte of a by Chris Lattner · 12 years ago
  13. afe77f3 Introduce a new data structure, the SparseMultiSet, and changes to the MI scheduler to use it. by Michael Ilseman · 12 years ago
  14. 47543a8 wean Blob handling logic off of banging on NextChar directly. Instead, make by Chris Lattner · 12 years ago
  15. fd0543d rename "SkipToWord" to "SkipToFourByteBoundary" since a word is not always 4 bytes. by Chris Lattner · 12 years ago
  16. dc0a5fd Fix a comment. Induction vars dont need to start at zero. by Nadav Rotem · 12 years ago
  17. 97ff618 R600/SI: Use unnormalized coordinates for sampling with the RECT target. by Tom Stellard · 12 years ago
  18. ca0e340 R600/SI: Take target parameter for sample intrinsics. by Tom Stellard · 12 years ago
  19. c0e01dd R600/SI: Derive all sample intrinsics from a single class. by Tom Stellard · 12 years ago
  20. 9262a64 R600/SILowerControlFlow.cpp: Fix a warning. [-Wunused-variable] by NAKAMURA Takumi · 12 years ago
  21. a5157e6 Switch CodeMetrics itself over to use TTI to determine if an instruction by Chandler Carruth · 12 years ago
  22. 6097e77 Fix indentation and formatting. by Chandler Carruth · 12 years ago
  23. 184e3ff Sink InlineCost.cpp into IPA -- it is now officially an interprocedural by Chandler Carruth · 12 years ago
  24. b5da8a4 Move the inline cost analysis's primary cost query to TTI instead of the by Chandler Carruth · 12 years ago
  25. 8d6c0f4 Now that the inline cost analysis is a pass, we can easily have it by Chandler Carruth · 12 years ago
  26. 86953b5 Make the inline cost a proper analysis pass. This remains essentially by Chandler Carruth · 12 years ago
  27. 0378e39 Formatting and comment fixes to the always inliner. by Chandler Carruth · 12 years ago
  28. 5a47127 Clean up the formatting and doxygen for the simple inliner a bit. No by Chandler Carruth · 12 years ago
  29. 78e1cda Fix an old-style doxygen comment. by Chandler Carruth · 12 years ago
  30. 4ef1324 Cleanup the formatting of this header. This removes the namespace indent by Chandler Carruth · 12 years ago
  31. 77c27f4 Revert "[Object] .bss sections have no content. PR15005." by Michael J. Spencer · 12 years ago
  32. 04f74a1 Use <0 checks in place of ==-1 because it results in simpler code. by Craig Topper · 12 years ago
  33. bbf9d3e Use MVT instead of EVT in LowerVECTOR_SHUFFLEtoBlend. by Craig Topper · 12 years ago
  34. 9b33ef7 Remove trailing whitespace. by Craig Topper · 12 years ago
  35. 07d5617 [Object] .bss sections have no content. PR15005. by Michael J. Spencer · 12 years ago
  36. b99bafe Fix some 80 column violations. by Craig Topper · 12 years ago
  37. b84b423 Make helper method static. by Craig Topper · 12 years ago
  38. 7babd25 [Support] Make test C++03. by Michael J. Spencer · 12 years ago
  39. c61aa59 Remove the comma from the last enumerator to fix -pedantic warnings. by Chandler Carruth · 12 years ago
  40. 1e05bd9 Introduce a generic interface for querying an operation's expected lowered cost. by Chandler Carruth · 12 years ago
  41. f3c437b Support/Compiler.h: MSC1600, aka VS2010, is not C++11-ready. by NAKAMURA Takumi · 12 years ago
  42. c052d5b Disable test that fails due to lack of std::true_type in C++03. by Benjamin Kramer · 12 years ago
  43. a080daf Convert more EVT's to MVT's in the lowering methods. by Craig Topper · 12 years ago
  44. 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
  45. 053a211 Revert CostTable algorithm, will re-write by Renato Golin · 12 years ago
  46. 01812be [Support] Port ErrorOr<T> from lld to C++03. by Michael J. Spencer · 12 years ago
  47. 5ff7a3f LoopVectorize: Fix a C++11 incompatibility. by Benjamin Kramer · 12 years ago
  48. b853c41 Add instruction encodings / disassembly support for l2rus instructions. by Richard Osborne · 12 years ago
  49. c78ec6b Add instruction encodings / disassembly support for l3r instructions. by Richard Osborne · 12 years ago
  50. a68c64f Add instruction encodings / disassembler support for 2rus instructions. by Richard Osborne · 12 years ago
  51. 62b8786 Add instruction encodings / disassembly support 3r instructions. by Richard Osborne · 12 years ago
  52. 1340833 llvm/test/CodeGen/X86/win_ftol2.ll: Add -cpu=generic to appease valgrind. by NAKAMURA Takumi · 12 years ago
  53. 30bb189 llvm/utils/valgrind/x86_64-pc-linux-gnu.supp: Add /usr/bin/cmp. by NAKAMURA Takumi · 12 years ago
  54. e6e7606 Fix a build error. by Nadav Rotem · 12 years ago
  55. ba87320 [docs] Update IRC information. by Michael J. Spencer · 12 years ago
  56. 26827f3 Make LowerVSETCC a static function and use MVT instead of EVT. by Craig Topper · 12 years ago
  57. 0c8607b by Nadav Rotem · 12 years ago
  58. ec98d2c Changed IRBuilder::CreateZExtOrTrunc and IRBuilder::CreateSExtOrTrunc so they also work with vectors. by Michael Gottesman · 12 years ago
  59. df76b38 Update the gcc-loops benchmark by Nadav Rotem · 12 years ago
  60. c2b96cb Update the linpack benchmark with different array sizes. by Nadav Rotem · 12 years ago
  61. 0bbbc52 LoopVectorizer: Implement a new heuristics for selecting the unroll factor. by Nadav Rotem · 12 years ago
  62. bcdabad Change the cpu type in the test. by Nadav Rotem · 12 years ago
  63. 0e1a9f2 More copy editing. by Michael Gottesman · 12 years ago
  64. a1456e1 Doxygenified and copy edited BasicBlock.h. by Michael Gottesman · 12 years ago
  65. b6b8ba62 Doxygenified Argument.h and performed some copy editing of the documentation. by Michael Gottesman · 12 years ago
  66. 864c2a2 Converted all method comments in IRBuilder.h to use doxygen style comments. by Michael Gottesman · 12 years ago
  67. bd12e22 Corrected assert messages for CreateZExtOrTrunc/CreateSExtOrTrunc. by Michael Gottesman · 12 years ago
  68. 8b28998 Added IRBuilder::CreateFPExtOrFPTrunc. by Michael Gottesman · 12 years ago
  69. fe311db llvm/test/Other/close-stderr.ll: Mark this as XFAIL:valgrind. We got 127 instead of 1 here. by NAKAMURA Takumi · 12 years ago
  70. 8a72eff ReleaseNotes: note Sphinx migration. by Sean Silva · 12 years ago
  71. 4a53562 docs: Nuke the old release notes. by Sean Silva · 12 years ago
  72. 1ca114a trivial micro-optimization: lazily call the virtual method instead of eagerly calling it. by Chris Lattner · 12 years ago
  73. 4156ca7 switch llvm-bcanalyzer onto the new cursor APIs, allowing deletion of by Chris Lattner · 12 years ago
  74. 52878db docs: Use proper markup. by Sean Silva · 12 years ago
  75. 31da439 docs: Inline documentation structure into homepage. by Sean Silva · 12 years ago
  76. 5a4251c convert the bitstream reader itself and the IR .bc file parser to use the new advance() APIs, by Chris Lattner · 12 years ago
  77. 099b636 add an option to not auto-process abbreviations in advance() by Chris Lattner · 12 years ago
  78. 1426841 The last of PR14471 - emission of constant floats by David Blaikie · 12 years ago
  79. 194ef24 stringref'ize readRecord and properly capitalize it. Add a compatibility method to easy by Chris Lattner · 12 years ago
  80. f84b750 Make some helper methods static. by Craig Topper · 12 years ago
  81. 3b2aba0 Remove DebugLoc argument from static function. It can easily be obtained from the SVOp passed in. by Craig Topper · 12 years ago
  82. 45e1c75 Use MVT instead of EVT in more instruction lowering code. by Craig Topper · 12 years ago
  83. f9147c4 move some private methods out of line, add a skipRecord() method. by Chris Lattner · 12 years ago
  84. 657a99c Use MVT instead of EVT in more of the shuffle lowering code. by Craig Topper · 12 years ago
  85. 344fc23 add some optional flags to affect the way advance works. by Chris Lattner · 12 years ago
  86. 00a312c Capitalize LowerVectorIntExtend to be consistent with all the other lower functions in this file. by Craig Topper · 12 years ago
  87. fe07db3 Fix a latent bug exposed by recent static member debug info changes. by David Blaikie · 12 years ago
  88. bc83720 fix method name. by Chris Lattner · 12 years ago
  89. 63246aa Add a new BitstreamEntry concept, and add two helper methods for walking by Chris Lattner · 12 years ago
  90. 35f63dd Documentation: remove more mentions of Tcl by Dmitri Gribenko · 12 years ago
  91. ae4a9ae Documentation: replace some non-ASCII characters by equivalent markup by Dmitri Gribenko · 12 years ago
  92. e37dd04 Include Support/ELF.h instead of Object/ELF.h. It is much lighter and completely by Jakub Staszak · 12 years ago
  93. 312c7d9 BitstreamReader hasn't aged well. It's been hacked on by various people and by Chris Lattner · 12 years ago
  94. 1af132d LoopVectorizer: Emit memory checks into their own basic block. by Benjamin Kramer · 12 years ago
  95. ba95865 On Sandybridge split unaligned 256bit stores into two xmm-sized stores. by Nadav Rotem · 12 years ago
  96. cfcab21 Use MVT instead of EVT when computing shuffle immediates since they can only be for legal types. Keeps compiler from generating unneeded checks and handling for extended types. by Craig Topper · 12 years ago
  97. 90230c8 Sort all of the includes. Several files got checked in with mis-sorted includes. by Chandler Carruth · 12 years ago
  98. e11dda8 This is a resubmittal. For some reason it broke the bots yesterday by Jack Carter · 12 years ago
  99. 065db23 Fix 80-col and early exit in cost model by Renato Golin · 12 years ago
  100. d32eea9 Remove some register allocation order dependencies. by Jakob Stoklund Olesen · 12 years ago