1. 2c4507e Move yet another test that requires ARM to an ARM test directory. by NAKAMURA Takumi · 11 years ago
  2. ec8a856 Move tests that require ARM to an ARM test directory. by Jim Grosbach · 11 years ago
  3. 9ea770d Fix use_iterator crash in ObjCArc from r203364 by Duncan P. N. Exon Smith · 11 years ago
  4. 6d1980d C++ style comments by Jim Grosbach · 11 years ago
  5. c18837f Tidy up. Update per naming conventions. by Jim Grosbach · 11 years ago
  6. e133cd2 MachO: Emit a version-min load command when possible. by Jim Grosbach · 11 years ago
  7. d55fc3f Darwin: Add assembler directives to create version-min load commands. by Jim Grosbach · 11 years ago
  8. 802d815 MachO: Comment fields in the version_min load command. by Jim Grosbach · 11 years ago
  9. 3c1eb99 [LV] While I'm here, use range based for loops which are so much cleaner by Chandler Carruth · 11 years ago
  10. 633eb08 [LV] The actual change I intended to commit in r204148. Sorry for the noise. by Chandler Carruth · 11 years ago
  11. a22773c [LV] Replace some dead code with an assert. When I first ported this by Chandler Carruth · 11 years ago
  12. 18d3426 More header and forward declaration cleanup. by Eric Christopher · 11 years ago
  13. a673745 Add back the headers we're getting via (likely) transitive includes. by Eric Christopher · 11 years ago
  14. 4af106a Add back r203962, r204028 and r204059. by Rafael Espindola · 11 years ago
  15. 7f22dc9 Fix for coding style. by Eric Christopher · 11 years ago
  16. 994c303 Remove a bunch of unnecessary includes and forward declarations. by Eric Christopher · 11 years ago
  17. 523f800 X86 memcpy lowering: use "rep movs" even when esi is used as base pointer by Hans Wennborg · 11 years ago
  18. 172c318 Use early returns to reduce nesting. by Rui Ueyama · 11 years ago
  19. 50e4d56 Fix test lsr-normalization.ll broken in r204161. by Michael Zolotukhin · 11 years ago
  20. 370981a Add support for scalarizing/splitting vector bswap. by Raul E. Silvera · 11 years ago
  21. e1ea4fa Debug info: Remove OdrMemberMap from DwarfDebug, it's not necessary. by Adrian Prantl · 11 years ago
  22. 13ca05e Add stride normalization to SCEV Normalize/Denormalize transformation. by Michael Zolotukhin · 11 years ago
  23. 6077ca9 [DAGCombiner] teach how to simplify xor/and/or nodes according to the following rules: by Andrea Di Biagio · 11 years ago
  24. 7e18b99 X86: Use enums for memory operand decoding instead of integer literals. by Manuel Jacob · 11 years ago
  25. 3da5629 Enable CFI on Hexagon. by Krzysztof Parzyszek · 11 years ago
  26. d4585b9 Fix PR19144: Incorrect offset generated for int-to-fp conversion at -O0. by Bill Schmidt · 11 years ago
  27. 610469f [msan] Origin tracking with history. by Evgeniy Stepanov · 11 years ago
  28. c605296 Tolerate unmangled names in sample profiles. by Diego Novillo · 11 years ago
  29. 8a99824 Revert r203962 and two revisions depending on it: r204028 and r204059. by Alexander Kornienko · 11 years ago
  30. f48cfdd Add IAS/EHABI changes to release notes by Renato Golin · 11 years ago
  31. 99ffa5c DebugIRTests: Fixup for r204130. by NAKAMURA Takumi · 11 years ago
  32. f7a8108 [msan] Kill -msan-store-clean-origin flag. by Evgeniy Stepanov · 11 years ago
  33. 0864947 [C++11] Change DebugInfoFinder to use range-based loops by Alon Mishne · 11 years ago
  34. fabbbc9 [msan] Remove unused code. by Evgeniy Stepanov · 11 years ago
  35. a9d93e3 [C++11] Mark the target fast isel classes as 'final' so that the compiler can de-virtualize some of the internal calls. by Craig Topper · 11 years ago
  36. 5b64579 [C++11] Change the interface of getCOFF{Section,Relocation,Symbol} to make it work with range-based for loops. by Alexey Samsonov · 11 years ago
  37. 3bdef4b CodeGen/R600/v_cndmask.ll: Relax an expression to unbreak msvcrt. by NAKAMURA Takumi · 11 years ago
  38. 27c2eb2 DebugInfo/lto-comp-dir.ll: Tweak for dos path. by NAKAMURA Takumi · 11 years ago
  39. 96be424 ARM: add an assertion by Saleem Abdulrasool · 11 years ago
  40. ff5abbb DwarfDebug: Only unique retained types instead of all types. by Adrian Prantl · 11 years ago
  41. 5e8144d Switch the type field in DIVariable and DIGlobalVariable over to DITypeRefs. by Adrian Prantl · 11 years ago
  42. 4d82ca7 Replace unnecessary #include directive with forward declarations. by Adrian Prantl · 11 years ago
  43. 635ed6d Add explanatory comment. by Eric Christopher · 11 years ago
  44. b005e96 Shorten DotDebugLocEntry to just DebugLocEntry and reformat. by Eric Christopher · 11 years ago
  45. c5b39af DebugInfo: Avoid emitting standard opcode lengths in debug_line.dwo headers where opcodes are never used anyway by David Blaikie · 11 years ago
  46. 9c1e56a DebugInfo: Implement debug_line.dwo for file names used in type units during -gsplit-dwarf by David Blaikie · 11 years ago
  47. cdbfefb DebugInfo: Flag test as requiring object emission support by David Blaikie · 11 years ago
  48. 2a12c4e DebugInfo: Do not rely on the compilation dir (index 0) for files in line tables shared between compilation units by David Blaikie · 11 years ago
  49. 1881227 DebugInfo: Move getOrCreateSourceID from DwarfDebug to DwarfCompileUnit by David Blaikie · 11 years ago
  50. 2879a6c DebugInfo: Move line table zero-directory-index (compilation dir) handling into MCDwarf by David Blaikie · 11 years ago
  51. 9f44c11 Make methods static by Matt Arsenault · 11 years ago
  52. 43873d4 Use range metadata instead of introducing selects. by Dan Gohman · 11 years ago
  53. 92fca73 Switch a number of loops in lib/CodeGen over to range-based for-loops, now that by Owen Anderson · 11 years ago
  54. 7ad87e4 Really REALLY finish adding const to the MachineRegisterInfo iterator range methods. by Owen Anderson · 11 years ago
  55. c153e49 Making a guess to fix the test case with r204056 to get the build bot working. by Kevin Enderby · 11 years ago
  56. 2683baa R600: Match sign_extend_inreg to BFE instructions by Matt Arsenault · 11 years ago
  57. 94bdb45 Make DAGCombiner work on vector bitshifts with constant splat vectors. by Matt Arsenault · 11 years ago
  58. 63d93fa Add one more const marker that I missed. by Owen Anderson · 11 years ago
  59. daeeb37 DebugInfo: Use MC line table file entry uniquing for non-asm input as well. by David Blaikie · 11 years ago
  60. 03a3f64 Mark MachineRegisterInfo's iterator range methods as const. by Owen Anderson · 11 years ago
  61. 3645c32 Add iterator range definitions for the MachineRegisterInfo iterators. by Owen Anderson · 11 years ago
  62. 131ab02 [X86] Fix unused variable warning with NDEBUG from r204058 by Adam Nemet · 11 years ago
  63. 1e4d7d7 MC: change runtime check to an assertion by Saleem Abdulrasool · 11 years ago
  64. 5b5e5ab ARM IAS: support .thumb_set by Saleem Abdulrasool · 11 years ago
  65. 8c8fe42 [VectorLegalizer/X86] Don't unvectorize fp_to_uint for v8f32->v8i16 by Adam Nemet · 11 years ago
  66. ad52f4f R600/SI: Fix implementation of isInlineConstant() used by the verifier by Tom Stellard · 11 years ago
  67. eb78760 R600/SI: Use correct dest register class for V_READFIRSTLANE_B32 by Tom Stellard · 11 years ago
  68. 27b614f R600/SI: Add generic checks to SIInstrInfo::verifyInstruction() by Tom Stellard · 11 years ago
  69. bbbc2b1 Consistent use of the noduplicate attribute. by Eli Bendersky · 11 years ago
  70. 133aacf [C++11] Introduce ObjectFile::symbols() to use range-based loops. by Alexey Samsonov · 11 years ago
  71. 6e3acef llvm/test/MC/MachO/gen-dwarf-cpp.s: Relax an expression to match DOS pat. by NAKAMURA Takumi · 11 years ago
  72. 9fdf9d2 Consider the base pointer for setting the symbol type. by Rafael Espindola · 11 years ago
  73. fd69cf9 DebugInfo: Improve reuse of file table entries in asm debug info by David Blaikie · 11 years ago
  74. 6a6b6f5 Test case by David Blaikie · 11 years ago
  75. f6c2ab8 Deleted copy-constructor/copy-assignment broke a buildbot. Removing while I by Lang Hames · 11 years ago
  76. 717b36b llvm-readobj: Print referred symbol name for CLR token definition by Nico Rieck · 11 years ago
  77. 23653b1 llvm-readobj: Add test for COFF auxiliary symbols as used by C++/CLI by Nico Rieck · 11 years ago
  78. 960c80d Rename PBQP RegAllocSolver local variables to conform to LLVM coding style. by Lang Hames · 11 years ago
  79. 3dd951e [X86] New and improved VZeroUpperInserter optimization. by Lang Hames · 11 years ago
  80. 7f0871c Untabify. by NAKAMURA Takumi · 11 years ago
  81. 8142bc1 Add FIXMEs to use DIScopeRef instead of DIScope for LTO type uniqueing. by Manman Ren · 11 years ago
  82. 7d5c4cb [CMake][cygming] Disable --out-implib from executables. by NAKAMURA Takumi · 11 years ago
  83. 72ca6ef Remove named Twine. by David Blaikie · 11 years ago
  84. d5452e3 Use a fixed subtarget for test so atom scheduling can't change the addresses this test relies on. by Benjamin Kramer · 11 years ago
  85. 3c143dd Remove some dead assignements found by scan-build by Arnaud A. de Grandmaison · 11 years ago
  86. 571832b Make some assertions on constant expressions static. by Benjamin Kramer · 11 years ago
  87. 80d3b1e PointerIntPair: Avoid an (academic) case of undefined behavior in the DenseMapInfo specialization. by Benjamin Kramer · 11 years ago
  88. 1402941 LSR: Compress a pair (and get rid of the DenseMapInfo for it). by Benjamin Kramer · 11 years ago
  89. 8a8f5c3 Replace ValueTypes.h with MachineValueType.h if possible. by Patrik Hagglund · 12 years ago
  90. c0a42c2 Support: Make error_category's constructor public by Justin Bogner · 12 years ago
  91. 8e85e50 llvm/test/Transforms/SampleProfile/syntax.ll: Suppress checking the message catalog in ENOENT. It is locale-dependent on Windows. by NAKAMURA Takumi · 12 years ago
  92. 5d45272 SampleProfile.cpp: Fix take #2. The issue was abuse of StringRef here. by NAKAMURA Takumi · 12 years ago
  93. ba3fc12 SampleProfile.cpp: Quick fix to r203976 about abuse of Twine. The life of Twine was too short. by NAKAMURA Takumi · 12 years ago
  94. 2345166 R600: Remove unnecessary attempt to zext a pointer. by Matt Arsenault · 12 years ago
  95. 2cf43de R600: Code cleanup. by Matt Arsenault · 12 years ago
  96. 7aa478d Object/COFF: change data type of SymbolNumber from int16 to uint16. by Rui Ueyama · 12 years ago
  97. 1d8c02b Debug info: Unique types before emitting them to DWARF, where applicable. by Adrian Prantl · 12 years ago
  98. 7e1a383 Debug Info: Fix LTO type uniquing for C++ member declarations based on the ODR. by Adrian Prantl · 12 years ago
  99. 2110a0d Re-add checks that were in this testcase before it was converted to dwarfdump. by Adrian Prantl · 12 years ago
  100. be4056d typo by Adrian Prantl · 12 years ago