1. 5a4251c convert the bitstream reader itself and the IR .bc file parser to use the new advance() APIs, by Chris Lattner · 12 years ago
  2. 099b636 add an option to not auto-process abbreviations in advance() by Chris Lattner · 12 years ago
  3. 1426841 The last of PR14471 - emission of constant floats by David Blaikie · 12 years ago
  4. 194ef24 stringref'ize readRecord and properly capitalize it. Add a compatibility method to easy by Chris Lattner · 12 years ago
  5. f84b750 Make some helper methods static. by Craig Topper · 12 years ago
  6. 3b2aba0 Remove DebugLoc argument from static function. It can easily be obtained from the SVOp passed in. by Craig Topper · 12 years ago
  7. 45e1c75 Use MVT instead of EVT in more instruction lowering code. by Craig Topper · 12 years ago
  8. f9147c4 move some private methods out of line, add a skipRecord() method. by Chris Lattner · 12 years ago
  9. 657a99c Use MVT instead of EVT in more of the shuffle lowering code. by Craig Topper · 12 years ago
  10. 344fc23 add some optional flags to affect the way advance works. by Chris Lattner · 12 years ago
  11. 00a312c Capitalize LowerVectorIntExtend to be consistent with all the other lower functions in this file. by Craig Topper · 12 years ago
  12. fe07db3 Fix a latent bug exposed by recent static member debug info changes. by David Blaikie · 12 years ago
  13. bc83720 fix method name. by Chris Lattner · 12 years ago
  14. 63246aa Add a new BitstreamEntry concept, and add two helper methods for walking by Chris Lattner · 12 years ago
  15. 35f63dd Documentation: remove more mentions of Tcl by Dmitri Gribenko · 12 years ago
  16. ae4a9ae Documentation: replace some non-ASCII characters by equivalent markup by Dmitri Gribenko · 12 years ago
  17. e37dd04 Include Support/ELF.h instead of Object/ELF.h. It is much lighter and completely by Jakub Staszak · 12 years ago
  18. 312c7d9 BitstreamReader hasn't aged well. It's been hacked on by various people and by Chris Lattner · 12 years ago
  19. 1af132d LoopVectorizer: Emit memory checks into their own basic block. by Benjamin Kramer · 12 years ago
  20. ba95865 On Sandybridge split unaligned 256bit stores into two xmm-sized stores. by Nadav Rotem · 12 years ago
  21. 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
  22. 90230c8 Sort all of the includes. Several files got checked in with mis-sorted includes. by Chandler Carruth · 12 years ago
  23. e11dda8 This is a resubmittal. For some reason it broke the bots yesterday by Jack Carter · 12 years ago
  24. 065db23 Fix 80-col and early exit in cost model by Renato Golin · 12 years ago
  25. d32eea9 Remove some register allocation order dependencies. by Jakob Stoklund Olesen · 12 years ago
  26. 6fff325 Fixing behavior of ELFObjectFile::getSymbolFileOffset(). by Andrew Kaylor · 12 years ago
  27. 9778d5c Pass NO_MISSING_FIELD_INITIALIZERS to Compiler Flags by David Greene · 12 years ago
  28. 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
  29. 7336f7f Use hexDigitValue in LLLexer. by Jordan Rose · 12 years ago
  30. ffd5f9a Improved comment. by Michael Gottesman · 12 years ago
  31. 8a8cef7 Fixed typo in comment. by Michael Gottesman · 12 years ago
  32. 0969ddf Split out DW_OP_addr for the split debug info DWARF5 proposal. by Eric Christopher · 12 years ago
  33. aec7106 If the attributes don't exist, just bail for now. by Bill Wendling · 12 years ago
  34. 1b0c54f Use AttributeSet accessor methods instead of Attribute accessor methods. by Bill Wendling · 12 years ago
  35. 1a17bd2 Remove unused parameter. Also use the AttributeSet query methods instead of the Attribute query methods. by Bill Wendling · 12 years ago
  36. 8a53a83 Add llvm::hexDigitValue to convert single characters to hex. by Jordan Rose · 12 years ago
  37. c91cbb9 This is a resubmittal. For some reason it broke the bots yesterday by Jack Carter · 12 years ago
  38. 82d3d45 R600: Proper insert S_WAITCNT instructions by Tom Stellard · 12 years ago
  39. 935a915 R600: Optimize and cleanup KILL on SI by Tom Stellard · 12 years ago
  40. 956f134 Push some more methods down to hide the use of the Attribute class. by Bill Wendling · 12 years ago
  41. e72fac6 This is a resubmittal. For some reason it broke the bots yesterday by Jack Carter · 12 years ago
  42. 39dff21 [Linker] Zap a dead typedef. by Daniel Dunbar · 12 years ago
  43. b52677c Silence GCC warning about dropping off a non-void function. by Benjamin Kramer · 12 years ago
  44. 92d8cc6 [Linker] Kill Linker::LoadObject which is dead, and drop the BitReader dependency again. by Daniel Dunbar · 12 years ago
  45. 6d49b68 [MC/Mach-O] Implement integrated assembler support for linker options. by Daniel Dunbar · 12 years ago
  46. 55c6f0c Documentation: remove all mentions of DejaGNU and Tcl by Dmitri Gribenko · 12 years ago
  47. 3177949 Streamline the mentions of grep and FileCheck in TestingGuide.rst by Eli Bendersky · 12 years ago
  48. 8d3c901 The IR linker still depends on the bitcode reader. by Benjamin Kramer · 12 years ago
  49. 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
  50. fe7d2b6 80 columns by Alexey Samsonov · 12 years ago
  51. ae36ecc Move Blacklist.h to include/ to enable use from clang. by Will Dietz · 12 years ago
  52. deb3187 Add basic command line parsing to TestMain. by Manuel Klimek · 12 years ago
  53. 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
  54. e6d8fa7 Minor formatting fix. No functional change. by Craig Topper · 12 years ago
  55. 41169f2 Remove support for Tcl test format since nobody uses it by Dmitri Gribenko · 12 years ago
  56. 0a38861 Spelling fix: extened->extended. Trailing whitespace in same function. by Craig Topper · 12 years ago
  57. 5a529e4 Make more use of is128BitVector/is256BitVector in place of getSizeInBits() == 128/256. by Craig Topper · 12 years ago
  58. 081c29b Check for less than 0 in shuffle mask instead of -1. It's more consistent with other code related to shuffles and easier to implement in compiled code. by Craig Topper · 12 years ago
  59. 37d093f Remove trailing whitespace. Remove new lines between closing brace and 'else' by Craig Topper · 12 years ago
  60. 268e0ff Fixed 80+ violation. by Michael Gottesman · 12 years ago
  61. a94c339 [MC/Mach-O] Add support for linker options in Mach-O files. by Daniel Dunbar · 12 years ago
  62. cddd236 [MC/Mach-O] Add AsmParser support for .linker_option directive. by Daniel Dunbar · 12 years ago
  63. bfdcc70 [MC] Expose ParseEscapedString to target AsmParser implementations. by Daniel Dunbar · 12 years ago
  64. 9b6a447 [MC] Fix 80-col violas. by Daniel Dunbar · 12 years ago
  65. 3da67ca [ms-inline asm] Make the error message more generic now that we support the by Chad Rosier · 12 years ago
  66. 1381b9b [Linker] Drop some now-dead component dependencies. by Daniel Dunbar · 12 years ago
  67. 167ede8 Reverting r171325 & r172363. This was causing a mis-compile on the self-hosted LTO build bots. by Bill Wendling · 12 years ago
  68. cb4830c Reverting back to the fallback instead of using the 64-bit popcnt instruction as it doesn't exist on all x64 CPU architectures. by Aaron Ballman · 12 years ago
  69. 634bd85 [Linker] Drop support for IR-level extended linking support (archives, etc.). by Daniel Dunbar · 12 years ago
  70. d69a43a Restore reverted test case, this time with REQUIRES: asserts by Bill Schmidt · 12 years ago
  71. c087dcf Remove bad test case by Bill Schmidt · 12 years ago
  72. 8f4ee4b This patch fixes PR13626 by providing i128 support in the return by Bill Schmidt · 12 years ago
  73. 505bca3 [ms-inline asm] Add support for the 'SIZE' and 'LENGTH' operators. by Chad Rosier · 12 years ago
  74. 3389dbc [docs] Get rid of some UTF8 characters (non-breaking space maybe). by Daniel Dunbar · 12 years ago
  75. f6893dd [utils] Update find-rev utility to take a branch argument (name of the git-svn by Daniel Dunbar · 12 years ago
  76. a454ffd Add indexed load/store instructions for offset validation check. by Jyotsna Verma · 12 years ago
  77. 222f02f Added missing const from my last commit. by Michael Gottesman · 12 years ago
  78. 88ceb18 [ObjCARC] Implemented operator<< for InstructionClass and changed a ``Visited'' Debug message to use it. by Michael Gottesman · 12 years ago
  79. 6782805 Reverting back to the fallback instead of using popcnt; this instruction doesn't exist on all CPU architectures. Fixes PR14982 by Aaron Ballman · 12 years ago
  80. 792b123 This patch fixes the PPC calling convention to handle returns of by Bill Schmidt · 12 years ago
  81. 11af9a8 ASan: add optional 'zero-based shadow' option to ASan passes. Always tell the values of shadow scale and offset to the runtime by Alexey Samsonov · 12 years ago
  82. 6c327f9 Optimization for the following SIGN_EXTEND pairs: by Elena Demikhovsky · 12 years ago
  83. c2cbcc3 Combine AVX and SSE forms of MOVSS and MOVSD into the same multiclasses so they get instantiated together. by Craig Topper · 12 years ago
  84. 446b88f Fix the assembly and dissassembly of DW_FORM_sec_offset. Found this by by Eric Christopher · 12 years ago
  85. d96c72a Add the DW_AT_GNU_addr_base for the skeleton cu. Add support for by Eric Christopher · 12 years ago
  86. 5ed625c Move MachineTraceMetrics.h into include/llvm/CodeGen. by Jakob Stoklund Olesen · 12 years ago
  87. 02c6325 Provide a place for targets to insert ILP optimization passes. by Jakob Stoklund Olesen · 12 years ago
  88. c147b67 This is a resubmittal. For some reason it broke the bots yesterday by Jack Carter · 12 years ago
  89. e06bfe8 [IR] Reserve/define the purpose for the "Linker Options" metadata flags. by Daniel Dunbar · 12 years ago
  90. b0ec16b Update the description of the llvm.fmuladd.* intrinsics to avoid use of the by Lang Hames · 12 years ago
  91. c3c8d2a Documentation: fix a typo 'IEE754' by Dmitri Gribenko · 12 years ago
  92. 69877d6 Wrapping __popcnt64 for MSVC so that it's only used on 64-bit builds. by Aaron Ballman · 12 years ago
  93. 5db391c [IR] Add 'Append' and 'AppendUnique' module flag behaviors. by Daniel Dunbar · 12 years ago
  94. d3c965d Change CostTable model to be global to all targets by Renato Golin · 12 years ago
  95. ac47c1b Added test for r172599 which fixes bugzilla://14584,rdar://11744105. by Michael Gottesman · 12 years ago
  96. c8b909a [Support] Include the intrisics header and check for definition properly. by Michael J. Spencer · 12 years ago
  97. 4f3b323 Make this test X86 only. by Eric Christopher · 12 years ago
  98. 65605d8 Move this to X86. by Eric Christopher · 12 years ago
  99. 2c2bcbd Add testcase missed yesterday from Paul Robinson. by Eric Christopher · 12 years ago
  100. 2dcc273 [Support] Add MSVC intrinsic for CountPopulation. by Michael J. Spencer · 12 years ago