1. 0b50368 Remove redundant test. by Rafael Espindola · 11 years ago
  2. c0f3b72 ProfileData: Introduce the InstrProfReader interface and a text reader by Justin Bogner · 11 years ago
  3. 6c22b04 Split out the MC part of this test. by Rafael Espindola · 11 years ago
  4. e85dd7c [mips] Correct lowering of VECTOR_SHUFFLE to VSHF. by Daniel Sanders · 11 years ago
  5. ec15d70 Add overall description, file comments, some structure by Renato Golin · 11 years ago
  6. a1d28f6 R600/SI: Handle MUBUF instructions in SIInstrInfo::moveToVALU() by Tom Stellard · 11 years ago
  7. 1f1c049 R600/SI: Handle S_MOV_B64 in SIInstrInfo::moveToVALU() by Tom Stellard · 11 years ago
  8. af4c7da R600/SI: Use SGPR_(32|64) reg clases when lowering SI_ADDR64_RSRC by Tom Stellard · 11 years ago
  9. 1b05bb2 Sink: Don't sink static allocas from the entry block by Tom Stellard · 11 years ago
  10. 20115c6 [SystemZ] Use "let Predicates =" for blocks of new instructions by Richard Sandiford · 11 years ago
  11. 6b6889d [SystemZ] Add support for z196 float<->unsigned conversions by Richard Sandiford · 11 years ago
  12. d098630 [mips] Update namespace. by Matheus Almeida · 11 years ago
  13. 4923eea [RuntimeDyld] Allow processRelocationRef to process more than one relocation entry at a time. by Juergen Ributzka · 11 years ago
  14. fc029f2 Fix test command line to avoid generating output file. by Kevin Qin · 11 years ago
  15. d3cf783 [Constant Hoisting] Make the constant materialization cost operand dependent by Juergen Ributzka · 11 years ago
  16. 337eb3a [Constant Hoisting] Lazily compute the idom and cache the result. by Juergen Ributzka · 11 years ago
  17. 8ebaf63 [Constant Hoisting] Change the algorithm to only track constants for instructions. by Juergen Ributzka · 11 years ago
  18. 032dafd [Constant Hoisting] Fix capitalization of function names. by Juergen Ributzka · 11 years ago
  19. 4cd2152 [Constant Hoisting] Replace the MapVector with a separate Map and Vector to keep track of constant candidates. by Juergen Ributzka · 11 years ago
  20. 6785cf0 MCParser: add an assertion by Saleem Abdulrasool · 11 years ago
  21. 705e53e This reverts commit r203762, "ARM: support emission of complex SO expressions". by Jiangning Liu · 11 years ago
  22. fb307be [Support] Make sure LockFileManager works correctly with relative paths. by Argyrios Kyrtzidis · 11 years ago
  23. c53b3db Fix an assertion caused by using inline asm with indirect register inputs. by Kevin Qin · 11 years ago
  24. 287cc35 [AArch64] Remove .data_region directive from AArch64. by Kevin Qin · 11 years ago
  25. 2c8cd9a [Support] Make sure sys::fs::remove can remove symbolic links and make sure LockFileManager can handle a symbolic link that points nowhere. by Argyrios Kyrtzidis · 11 years ago
  26. 5b460ed Convert a CodeGen test into a MC test. by Rafael Espindola · 11 years ago
  27. 9999526 Object/COFF: Support large relocation table. by Rui Ueyama · 11 years ago
  28. fab1a40 Port test to cfi. by Rafael Espindola · 11 years ago
  29. aeb12e9 Convert another CodeGen test into a MC test. by Rafael Espindola · 11 years ago
  30. 4eb2d22 Fix PR19136: [ARM] Fix Folding SP Update into vpush/vpop by Weiming Zhao · 11 years ago
  31. aff0ab4 llvm-objdump output hex to match binutils' objdump by Greg Fitzgerald · 11 years ago
  32. f59d05c Convert CodeGen test into a more specific MC test. by Rafael Espindola · 11 years ago
  33. a591368 Remove llvm-mc's disable-cfi option. by Rafael Espindola · 11 years ago
  34. e316e00 Remove unused options from test. by Rafael Espindola · 11 years ago
  35. ec5fd32 Don't use EmitAbsValue with symbol references. by Rafael Espindola · 11 years ago
  36. 20425d9 Add an option to MCJIT to have it forward all sections to the by Lang Hames · 11 years ago
  37. ee3242e Revert "[Constant Hoisting] Extend coverage of the constant hoisting pass." by Juergen Ributzka · 11 years ago
  38. 228c72a [Constant Hoisting] Extend coverage of the constant hoisting pass. by Juergen Ributzka · 11 years ago
  39. 9bb9615 Remove LowerInvoke's obsolete "-enable-correct-eh-support" option by Mark Seaborn · 11 years ago
  40. 56210e6 Typo. by Eric Christopher · 11 years ago
  41. 8b97f00 Reapply DW_AT_low/high_pc patch: by Eric Christopher · 11 years ago
  42. 0b08718 llvm-profdata: Remove an empty comment by Justin Bogner · 11 years ago
  43. 0722280 Fix a few more grammatic errors in docs/TableGen/index.rst by Eli Bendersky · 11 years ago
  44. f631e0b Fix a couple of typos and an inaccurate description in the new TableGen doc by Eli Bendersky · 11 years ago
  45. faec753 Remove dead and incorrect code. by Rafael Espindola · 11 years ago
  46. b5a1fcc Add comments from Eric's review of r204094. by David Blaikie · 11 years ago
  47. 31bd14f R600: Remove unused method declaration. by Matt Arsenault · 11 years ago
  48. 1625937 Re-factor TableGen docs by Renato Golin · 11 years ago
  49. 25efa8a Add a test for LowerInvoke that doesn't use "-enable-correct-eh-support" by Mark Seaborn · 11 years ago
  50. ebf9f0c [MIPS] Add cpu octeon and some instructions by Kai Nacke · 11 years ago
  51. 90844c4 [ASan] Add -asan-module to the ASan .ll tests. by Alexander Potapenko · 11 years ago
  52. d68ef1a [ASan] Do not instrument globals from the llvm.metadata section. by Alexander Potapenko · 11 years ago
  53. 37fb9b9 Provide an operand for microMIPS wait instruction. by Zoran Jovanovic · 11 years ago
  54. 3ac3e74 Implementation of microMIPS 16-bit instructions MOVE and JALR. by Zoran Jovanovic · 11 years ago
  55. b71fd20 Mark alias symbols as microMIPS if necessary. Differential Revision: http://llvm-reviews.chandlerc.com/D3080 by Zoran Jovanovic · 11 years ago
  56. affc53d [mips] Splitting up class definition from implementation. by Matheus Almeida · 11 years ago
  57. 471e0ba Add llvm_unreachable after fully-covered switches to appease GCC by Alexey Samsonov · 11 years ago
  58. 6ee83c0 Test case for r204305. by Craig Topper · 11 years ago
  59. d9a0abc Object: Output .file symbols properly by David Majnemer · 11 years ago
  60. b000c17 Object: Abstract out the determination of function line symbols by David Majnemer · 11 years ago
  61. 8bd2799 Object: Don't double-escape empty hexdata by David Majnemer · 11 years ago
  62. 9320b80 Reapply 'ARM IAS: support .thumb_set' by Saleem Abdulrasool · 11 years ago
  63. badf4cb [X86] Check return value of readSIB in disassembler so errors propagate. In particular this makes a too short instruction with a missing SIB byte fail. by Craig Topper · 11 years ago
  64. 19a3e9a [ARM]Fix an assertion failure in A15SDOptimizer about DPair reg class by treating DPair as QPR. by Hao Liu · 11 years ago
  65. 0a70f9b Look through variables when computing relocations. by Rafael Espindola · 11 years ago
  66. 5a8743e Revert "Use the range machinery for DW_AT_ranges and DW_AT_high/lo_pc." by Eric Christopher · 11 years ago
  67. eb7dcd7 Support: Add postincrement and include guards to LineIterator by Justin Bogner · 11 years ago
  68. f2a52c3 Use the range machinery for DW_AT_ranges and DW_AT_high/lo_pc. by Eric Christopher · 11 years ago
  69. 925147c R600/SI: Add unused LDS 2 form instructions. by Matt Arsenault · 11 years ago
  70. e3620da R600/SI: Add support for 64-bit LDS writes by Matt Arsenault · 11 years ago
  71. 62b3e22 R600/SI: Add support for 64-bit LDS loads. by Matt Arsenault · 11 years ago
  72. 6eaa492 R600/SI: Match i16 immediate offset of LDS instructions. by Matt Arsenault · 11 years ago
  73. adf5141 R600/SI: Fix test checking wrong instruction operand. by Matt Arsenault · 11 years ago
  74. 9c0b2d0 R600/SI: Don't display the GDS bit. by Matt Arsenault · 11 years ago
  75. 6d17817 R600/SI: Merge offset0 and offset1 fields for single address DS instructions v2 by Matt Arsenault · 11 years ago
  76. 875b3c9 COFF: Fix a typo by David Majnemer · 11 years ago
  77. a2ff1c5 Fix comment (PR19188) by Hans Wennborg · 11 years ago
  78. e7f8a0b [mips] 80-column. by Matheus Almeida · 11 years ago
  79. 947fa5b [mips] Making sure that a '.set noreorder' directive is correctly parsed by Matheus Almeida · 11 years ago
  80. eef411a Set debug info for instructions inserted in SplitBlockAndInsertIfThen. by Evgeniy Stepanov · 11 years ago
  81. 59ae729 Prune includes in X86 target. by Craig Topper · 11 years ago
  82. 6d19153 Object: Provide a richer means of describing auxiliary symbols by David Majnemer · 11 years ago
  83. 92c5a19 Object: Move auxiliary symbol definitions from llvm-readobj by David Majnemer · 11 years ago
  84. 75141e6 Object: Clean up COFF.h by David Majnemer · 11 years ago
  85. 695043f llvm-profdata: Make "merge" into a subcommand. by Justin Bogner · 11 years ago
  86. fb007bb llvm-profdata: Update to use the naive text format with function hash by Justin Bogner · 11 years ago
  87. 94ec09a Make the test harder by using a non-zero offset. by Rafael Espindola · 11 years ago
  88. f7efbb1 When destroying a StringMap, just iterate over the map and destroy the contained elements. Don't reset them back to 0 as their values aren't needed any more. This results in ~StringMap() being mostly empty for POD types in BumpPtrAllocators by Pete Cooper · 11 years ago
  89. 025e94d Revert "Add back r203962, r204028 and r204059." by Rafael Espindola · 11 years ago
  90. 56ce2f5 DebugInfo: Use the comp_dir of the referencing type units when building debug_line.dwo by David Blaikie · 11 years ago
  91. 21354ec Expose "noduplicate" attribute as a property for intrinsics. by Eli Bendersky · 11 years ago
  92. cae25dc Object/COFF: Add function to check if section number is reserved one. by Rui Ueyama · 11 years ago
  93. 2c4507e Move yet another test that requires ARM to an ARM test directory. by NAKAMURA Takumi · 11 years ago
  94. ec8a856 Move tests that require ARM to an ARM test directory. by Jim Grosbach · 11 years ago
  95. 9ea770d Fix use_iterator crash in ObjCArc from r203364 by Duncan P. N. Exon Smith · 11 years ago
  96. 6d1980d C++ style comments by Jim Grosbach · 11 years ago
  97. c18837f Tidy up. Update per naming conventions. by Jim Grosbach · 11 years ago
  98. e133cd2 MachO: Emit a version-min load command when possible. by Jim Grosbach · 11 years ago
  99. d55fc3f Darwin: Add assembler directives to create version-min load commands. by Jim Grosbach · 11 years ago
  100. 802d815 MachO: Comment fields in the version_min load command. by Jim Grosbach · 11 years ago