1. bbf9d3e Use MVT instead of EVT in LowerVECTOR_SHUFFLEtoBlend. by Craig Topper · 12 years ago
  2. 9b33ef7 Remove trailing whitespace. by Craig Topper · 12 years ago
  3. 07d5617 [Object] .bss sections have no content. PR15005. by Michael J. Spencer · 12 years ago
  4. b99bafe Fix some 80 column violations. by Craig Topper · 12 years ago
  5. b84b423 Make helper method static. by Craig Topper · 12 years ago
  6. 7babd25 [Support] Make test C++03. by Michael J. Spencer · 12 years ago
  7. c61aa59 Remove the comma from the last enumerator to fix -pedantic warnings. by Chandler Carruth · 12 years ago
  8. 1e05bd9 Introduce a generic interface for querying an operation's expected lowered cost. by Chandler Carruth · 12 years ago
  9. f3c437b Support/Compiler.h: MSC1600, aka VS2010, is not C++11-ready. by NAKAMURA Takumi · 12 years ago
  10. c052d5b Disable test that fails due to lack of std::true_type in C++03. by Benjamin Kramer · 12 years ago
  11. a080daf Convert more EVT's to MVT's in the lowering methods. by Craig Topper · 12 years ago
  12. 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
  13. 053a211 Revert CostTable algorithm, will re-write by Renato Golin · 12 years ago
  14. 01812be [Support] Port ErrorOr<T> from lld to C++03. by Michael J. Spencer · 12 years ago
  15. 5ff7a3f LoopVectorize: Fix a C++11 incompatibility. by Benjamin Kramer · 12 years ago
  16. b853c41 Add instruction encodings / disassembly support for l2rus instructions. by Richard Osborne · 12 years ago
  17. c78ec6b Add instruction encodings / disassembly support for l3r instructions. by Richard Osborne · 12 years ago
  18. a68c64f Add instruction encodings / disassembler support for 2rus instructions. by Richard Osborne · 12 years ago
  19. 62b8786 Add instruction encodings / disassembly support 3r instructions. by Richard Osborne · 12 years ago
  20. 1340833 llvm/test/CodeGen/X86/win_ftol2.ll: Add -cpu=generic to appease valgrind. by NAKAMURA Takumi · 12 years ago
  21. 30bb189 llvm/utils/valgrind/x86_64-pc-linux-gnu.supp: Add /usr/bin/cmp. by NAKAMURA Takumi · 12 years ago
  22. e6e7606 Fix a build error. by Nadav Rotem · 12 years ago
  23. ba87320 [docs] Update IRC information. by Michael J. Spencer · 12 years ago
  24. 26827f3 Make LowerVSETCC a static function and use MVT instead of EVT. by Craig Topper · 12 years ago
  25. 0c8607b by Nadav Rotem · 12 years ago
  26. ec98d2c Changed IRBuilder::CreateZExtOrTrunc and IRBuilder::CreateSExtOrTrunc so they also work with vectors. by Michael Gottesman · 12 years ago
  27. df76b38 Update the gcc-loops benchmark by Nadav Rotem · 12 years ago
  28. c2b96cb Update the linpack benchmark with different array sizes. by Nadav Rotem · 12 years ago
  29. 0bbbc52 LoopVectorizer: Implement a new heuristics for selecting the unroll factor. by Nadav Rotem · 12 years ago
  30. bcdabad Change the cpu type in the test. by Nadav Rotem · 12 years ago
  31. 0e1a9f2 More copy editing. by Michael Gottesman · 12 years ago
  32. a1456e1 Doxygenified and copy edited BasicBlock.h. by Michael Gottesman · 12 years ago
  33. b6b8ba62 Doxygenified Argument.h and performed some copy editing of the documentation. by Michael Gottesman · 12 years ago
  34. 864c2a2 Converted all method comments in IRBuilder.h to use doxygen style comments. by Michael Gottesman · 12 years ago
  35. bd12e22 Corrected assert messages for CreateZExtOrTrunc/CreateSExtOrTrunc. by Michael Gottesman · 12 years ago
  36. 8b28998 Added IRBuilder::CreateFPExtOrFPTrunc. by Michael Gottesman · 12 years ago
  37. 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
  38. 8a72eff ReleaseNotes: note Sphinx migration. by Sean Silva · 12 years ago
  39. 4a53562 docs: Nuke the old release notes. by Sean Silva · 12 years ago
  40. 1ca114a trivial micro-optimization: lazily call the virtual method instead of eagerly calling it. by Chris Lattner · 12 years ago
  41. 4156ca7 switch llvm-bcanalyzer onto the new cursor APIs, allowing deletion of by Chris Lattner · 12 years ago
  42. 52878db docs: Use proper markup. by Sean Silva · 12 years ago
  43. 31da439 docs: Inline documentation structure into homepage. by Sean Silva · 12 years ago
  44. 5a4251c convert the bitstream reader itself and the IR .bc file parser to use the new advance() APIs, by Chris Lattner · 12 years ago
  45. 099b636 add an option to not auto-process abbreviations in advance() by Chris Lattner · 12 years ago
  46. 1426841 The last of PR14471 - emission of constant floats by David Blaikie · 12 years ago
  47. 194ef24 stringref'ize readRecord and properly capitalize it. Add a compatibility method to easy by Chris Lattner · 12 years ago
  48. f84b750 Make some helper methods static. by Craig Topper · 12 years ago
  49. 3b2aba0 Remove DebugLoc argument from static function. It can easily be obtained from the SVOp passed in. by Craig Topper · 12 years ago
  50. 45e1c75 Use MVT instead of EVT in more instruction lowering code. by Craig Topper · 12 years ago
  51. f9147c4 move some private methods out of line, add a skipRecord() method. by Chris Lattner · 12 years ago
  52. 657a99c Use MVT instead of EVT in more of the shuffle lowering code. by Craig Topper · 12 years ago
  53. 344fc23 add some optional flags to affect the way advance works. by Chris Lattner · 12 years ago
  54. 00a312c Capitalize LowerVectorIntExtend to be consistent with all the other lower functions in this file. by Craig Topper · 12 years ago
  55. fe07db3 Fix a latent bug exposed by recent static member debug info changes. by David Blaikie · 12 years ago
  56. bc83720 fix method name. by Chris Lattner · 12 years ago
  57. 63246aa Add a new BitstreamEntry concept, and add two helper methods for walking by Chris Lattner · 12 years ago
  58. 35f63dd Documentation: remove more mentions of Tcl by Dmitri Gribenko · 12 years ago
  59. ae4a9ae Documentation: replace some non-ASCII characters by equivalent markup by Dmitri Gribenko · 12 years ago
  60. e37dd04 Include Support/ELF.h instead of Object/ELF.h. It is much lighter and completely by Jakub Staszak · 12 years ago
  61. 312c7d9 BitstreamReader hasn't aged well. It's been hacked on by various people and by Chris Lattner · 12 years ago
  62. 1af132d LoopVectorizer: Emit memory checks into their own basic block. by Benjamin Kramer · 12 years ago
  63. ba95865 On Sandybridge split unaligned 256bit stores into two xmm-sized stores. by Nadav Rotem · 12 years ago
  64. 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
  65. 90230c8 Sort all of the includes. Several files got checked in with mis-sorted includes. by Chandler Carruth · 12 years ago
  66. e11dda8 This is a resubmittal. For some reason it broke the bots yesterday by Jack Carter · 12 years ago
  67. 065db23 Fix 80-col and early exit in cost model by Renato Golin · 12 years ago
  68. d32eea9 Remove some register allocation order dependencies. by Jakob Stoklund Olesen · 12 years ago
  69. 6fff325 Fixing behavior of ELFObjectFile::getSymbolFileOffset(). by Andrew Kaylor · 12 years ago
  70. 9778d5c Pass NO_MISSING_FIELD_INITIALIZERS to Compiler Flags by David Greene · 12 years ago
  71. 48177ac On Sandybridge loading unaligned 256bits using two XMM loads (vmovups and vinsertf128) is faster than using a single vmovups instruction. by Nadav Rotem · 12 years ago
  72. 7336f7f Use hexDigitValue in LLLexer. by Jordan Rose · 12 years ago
  73. ffd5f9a Improved comment. by Michael Gottesman · 12 years ago
  74. 8a8cef7 Fixed typo in comment. by Michael Gottesman · 12 years ago
  75. 0969ddf Split out DW_OP_addr for the split debug info DWARF5 proposal. by Eric Christopher · 12 years ago
  76. aec7106 If the attributes don't exist, just bail for now. by Bill Wendling · 12 years ago
  77. 1b0c54f Use AttributeSet accessor methods instead of Attribute accessor methods. by Bill Wendling · 12 years ago
  78. 1a17bd2 Remove unused parameter. Also use the AttributeSet query methods instead of the Attribute query methods. by Bill Wendling · 12 years ago
  79. 8a53a83 Add llvm::hexDigitValue to convert single characters to hex. by Jordan Rose · 12 years ago
  80. c91cbb9 This is a resubmittal. For some reason it broke the bots yesterday by Jack Carter · 12 years ago
  81. 82d3d45 R600: Proper insert S_WAITCNT instructions by Tom Stellard · 12 years ago
  82. 935a915 R600: Optimize and cleanup KILL on SI by Tom Stellard · 12 years ago
  83. 956f134 Push some more methods down to hide the use of the Attribute class. by Bill Wendling · 12 years ago
  84. e72fac6 This is a resubmittal. For some reason it broke the bots yesterday by Jack Carter · 12 years ago
  85. 39dff21 [Linker] Zap a dead typedef. by Daniel Dunbar · 12 years ago
  86. b52677c Silence GCC warning about dropping off a non-void function. by Benjamin Kramer · 12 years ago
  87. 92d8cc6 [Linker] Kill Linker::LoadObject which is dead, and drop the BitReader dependency again. by Daniel Dunbar · 12 years ago
  88. 6d49b68 [MC/Mach-O] Implement integrated assembler support for linker options. by Daniel Dunbar · 12 years ago
  89. 55c6f0c Documentation: remove all mentions of DejaGNU and Tcl by Dmitri Gribenko · 12 years ago
  90. 3177949 Streamline the mentions of grep and FileCheck in TestingGuide.rst by Eli Bendersky · 12 years ago
  91. 8d3c901 The IR linker still depends on the bitcode reader. by Benjamin Kramer · 12 years ago
  92. ca81374 llvm/test/CodeGen/X86/Atomics-64.ll: Tweak for 2nd RUN not to overwrite %t. It sometimes causes spurious failure on lit win32. by NAKAMURA Takumi · 12 years ago
  93. fe7d2b6 80 columns by Alexey Samsonov · 12 years ago
  94. ae36ecc Move Blacklist.h to include/ to enable use from clang. by Will Dietz · 12 years ago
  95. deb3187 Add basic command line parsing to TestMain. by Manuel Klimek · 12 years ago
  96. 5141d97 Calculate vector element size more directly for VINSERTF128/VEXTRACTF128 immediate handling. Also use MVT since this only called on legal types during pattern matching. by Craig Topper · 12 years ago
  97. e6d8fa7 Minor formatting fix. No functional change. by Craig Topper · 12 years ago
  98. 41169f2 Remove support for Tcl test format since nobody uses it by Dmitri Gribenko · 12 years ago
  99. 0a38861 Spelling fix: extened->extended. Trailing whitespace in same function. by Craig Topper · 12 years ago
  100. 5a529e4 Make more use of is128BitVector/is256BitVector in place of getSizeInBits() == 128/256. by Craig Topper · 12 years ago