1. e87dadc Fix Addend computation for non external relocations on Macho. by Rafael Espindola · 11 years ago
  2. 1872730 R600: fix loop-address.ll test by Vincent Lejeune · 11 years ago
  3. 62d7785 s tightens up the encoding description for ARM post-indexed ldr instructions. All instructions in this class have bit 4 cleared. It turns out that there is a test case for this, but it was marked XFAIL. by Mihai Popa · 11 years ago
  4. defce4c Fix "Combine bit test + conditional or into simple math" by David Majnemer · 11 years ago
  5. 8838410 Rewrite X86 codegen regression test with FileCheck by Michael Liao · 11 years ago
  6. 8e6e02a Collect the Addend for external relocs. by Rafael Espindola · 11 years ago
  7. 2c836f8 R600: use native for alu by Vincent Lejeune · 11 years ago
  8. 631591e R600: Add FetchInst bit to instruction defs to denote vertex/tex instructions by Vincent Lejeune · 11 years ago
  9. 7d8ea50 Rewrite test in FileCheck instead of grep in X86 codegen by Michael Liao · 11 years ago
  10. ff6222e TBAA: remove !tbaa from testing cases if not used. by Manman Ren · 11 years ago
  11. ad96c64 Duplicate a testcase. by Bill Wendling · 11 years ago
  12. e78d832 TBAA: remove !tbaa from testing cases if not used. by Manman Ren · 11 years ago
  13. 26ebdd1 Rewrite some tests with FileCHeck in X86 codegen by Michael Liao · 11 years ago
  14. 3e3456b Improve documentation. by Adrian Prantl · 11 years ago
  15. 59a0e79 Add getSymbolAlignment to the ObjectFile interface. by Rafael Espindola · 11 years ago
  16. d8b2da1 R600: Use correct CF_END instruction on Northern Island GPUs by Tom Stellard · 11 years ago
  17. 015f586 R600: Fix encoding of CF_END_{EG, R600} instructions by Tom Stellard · 11 years ago
  18. 8228ffe SimplifyCFG: If convert single conditional stores by Arnold Schwaighofer · 11 years ago
  19. 8a905e7 Disable the MCJIT tests on 32 bit darwin. by Rafael Espindola · 11 years ago
  20. 87b5017 Propagate relocation info to resolveRelocation. by Rafael Espindola · 11 years ago
  21. f11a685 [objc-arc] Apply the RV optimization to retains next to calls in ObjCARCContract instead of ObjCARCOpts. by Michael Gottesman · 11 years ago
  22. 4d4c54d Fix a XOR reassociation bug. by Shuxin Yang · 11 years ago
  23. d573421 AArch64: convert MC-layer test to .s file by Tim Northover · 11 years ago
  24. 2c2e855 [objc-arc] Test cleanups. by Michael Gottesman · 11 years ago
  25. 00297ba Use the target triple from the target machine rather than the module by Eric Christopher · 11 years ago
  26. 85c16ef Move the XFAIL out of the middle of a comment. by Eric Christopher · 11 years ago
  27. 5b0ce35 Make all darwin ppc stubs local. by Rafael Espindola · 11 years ago
  28. a5b314c Struct-path aware TBAA: change the format of TBAAStructType node. by Manman Ren · 11 years ago
  29. fdfdd4c Make CHECK lines a bit less strict so they also match code generated for win64. by Benjamin Kramer · 11 years ago
  30. 0d840bb Teach the interpreter to handle vector compares and additional vector arithmetic operations. by Nadav Rotem · 11 years ago
  31. 99d8179 R600: Initialize AMDGPUMachineFunction::ShaderType to ShaderType::COMPUTE by Tom Stellard · 11 years ago
  32. 2cab9ba cleanup testcase some more rdar://problem/13056109 by Adrian Prantl · 11 years ago
  33. 1ad3a41 ARM: Fix encoding of hint instruction for Thumb. by Quentin Colombet · 11 years ago
  34. 140536b Add missing ':'. by Rafael Espindola · 11 years ago
  35. 163da93 Bugfix for the debug intrinsic handling in InstCombiner: by Adrian Prantl · 11 years ago
  36. 4e8590c ARM/NEON: Pattern match vector integer abs to vabs. by Benjamin Kramer · 11 years ago
  37. 7539817 X86: Now that we have a canonical form for vector integer abs, match it into pabs. by Benjamin Kramer · 11 years ago
  38. 6242fda DAGCombiner: Canonicalize vector integer abs in the same way we do it for scalars. by Benjamin Kramer · 11 years ago
  39. 7557e52 LoopVectorizer: Calculate the number of pointers to disambiguate at runtime based on the numbers of reads and writes. by Nadav Rotem · 11 years ago
  40. 97265a4 Mips assembler: .set reorder support by Jack Carter · 11 years ago
  41. 0fc7137 Remove SMLoc paired with CHECK-NOT patterns. Not functionality change. by Michael Liao · 11 years ago
  42. 45c9e0b ARM cost model: Integer div and rem is lowered to a function call by Arnold Schwaighofer · 11 years ago
  43. d6ac8e9 This patch adds the X86FixupLEAs pass, which will reduce instruction by Preston Gurd · 11 years ago
  44. 975b1dd LoopVectorizer: No need to generate pointer disambiguation checks between readonly pointers. by Nadav Rotem · 11 years ago
  45. 4b55815 [mc-coff] Forward Linker Option flags into the .drectve section by Reid Kleckner · 11 years ago
  46. 93d0b06 Fix section relocation for SECTIONREL32 with immediate offset. by Rafael Espindola · 11 years ago
  47. 5df2e16 [inline asm] Add a test case for r180226. The specific issue is that the inline by Chad Rosier · 11 years ago
  48. 956ca72 Clarify getRelocationAddress x getRelocationOffset a bit. by Rafael Espindola · 11 years ago
  49. 0206683 Fix constant folding for one lane vector types. Constant folding one lane vector types not returns a vector instead of a scalar. by Silviu Baranga · 11 years ago
  50. 24b56e9 Test case for r180241. by Akira Hatanaka · 11 years ago
  51. 4cc3d1b Test case for r180238. by Akira Hatanaka · 11 years ago
  52. 87cba4a R600: Use SHT_PROGBITS for the .AMDGPU.config section by Tom Stellard · 11 years ago
  53. a2b9d3d Mips assembler: Add 64 bit testing for JAL by Jack Carter · 11 years ago
  54. 802fe93 Use pointers to iterate over symbols. by Rafael Espindola · 11 years ago
  55. a4b8b4c LoopVectorize: Scalarize padded types by Arnold Schwaighofer · 11 years ago
  56. b03ad17 LoopVectorizer: Bail out if we don't have datalayout we need it by Arnold Schwaighofer · 11 years ago
  57. e38afe1 MI Sched: eliminate local vreg copies. by Andrew Trick · 11 years ago
  58. 857eeec Cleanup testcase and ensure we actually exercise the inliner. by Adrian Prantl · 11 years ago
  59. 42ba77d Hexagon: Use multiclass for combine and STri[bhwd]_shl_V4 instructions. by Jyotsna Verma · 11 years ago
  60. f485097 Make sure the instruction right after an inlined function has a by Adrian Prantl · 11 years ago
  61. 81fef02 Add more tests for r179925 to verify correct handling of signext/zeroext; strengthen condition check to require actual MVT::i32 virtual register types, just in case (no actual functionality change) by Stephen Lin · 11 years ago
  62. a0840c4 Fix typo. by Rafael Espindola · 11 years ago
  63. 47089c9 Hexagon: Remove assembler mapped instruction definitions. by Jyotsna Verma · 11 years ago
  64. 2a74639 R600: Use .AMDGPU.config section to emit stacksize by Vincent Lejeune · 11 years ago
  65. 7a28d8a R600: Add CF_END by Vincent Lejeune · 11 years ago
  66. a7d9a6e LoopVectorizer: Fix 15830. When scalarizing and unrolling stores make sure that the order in which the elements are scalarized is the same as the original order. by Nadav Rotem · 11 years ago
  67. 3d7b39e Hexagon: Remove duplicate instructions to handle global/immediate values by Jyotsna Verma · 11 years ago
  68. 2e59a12 Call the potentially costly isAnnotatedParallel() only once. by Pekka Jaaskelainen · 11 years ago
  69. 120cf57 Write relocations in yaml2obj. by Rafael Espindola · 11 years ago
  70. 2848ff0 Move test from grep to FileCheck. by Rafael Espindola · 11 years ago
  71. 005159e Use zlib to uncompress debug sections in DWARF parser. by Alexey Samsonov · 11 years ago
  72. a895876 Refuse to (even try to) vectorize loops which have uniform writes, by Pekka Jaaskelainen · 11 years ago
  73. f74d82d Add test case for PR15779, which has previously been fixed. by Chad Rosier · 11 years ago
  74. c9090b0 Changed back (relative to commit 179786) the operations executed when extract(cast) is transformed to cast(extract). It uses the Builder class as before. In addition the result node is added to the Worklist, so all the previous extract users will become the new scalar cast users. by Anat Shemer · 11 years ago
  75. d597263 [mips] In performDSPShiftCombine, check that all elements in the vector are by Akira Hatanaka · 11 years ago
  76. 4974b97 COFF: Fix weak external aliases. by Peter Collingbourne · 11 years ago
  77. 2fdbbe3 Extra paranoid test for r179925 (verify that tail calls are not generated to 'this'-returning constructors of objects with different 'this' pointers than the caller) by Stephen Lin · 11 years ago
  78. 97bf57d Also verify llvm.compiler_used. by Rafael Espindola · 11 years ago
  79. cde25b4 Clarify that llvm.used can contain aliases. by Rafael Espindola · 11 years ago
  80. 78e3c90 Fix for 5.5 Parameter Passing --> Stage C: by Stepan Dyatkovskiy · 11 years ago
  81. 4f40fa3 Add .ll as a valid test suffix for Object, this allows .ll -> object by Eric Christopher · 11 years ago
  82. d9e7087 Cleanup: test source files do not need to be executable by Arnaud A. de Grandmaison · 11 years ago
  83. c462db6 Revert "Revert "PR14606: debug info imported_module support"" by David Blaikie · 11 years ago
  84. 0cb1019 Legalize vector truncates by parts rather than just splitting. by Jim Grosbach · 11 years ago
  85. 5eabdf2 ARM: Split out cost model vcvt testcases. by Jim Grosbach · 11 years ago
  86. ddb14ce Passing arguments to varags functions under the SPARC v9 ABI. by Jakob Stoklund Olesen · 11 years ago
  87. 2c6b5a8 Fix the SETHIimm pattern for 64-bit code. by Jakob Stoklund Olesen · 11 years ago
  88. d81a0de SROA: Don't crash on a select with two identical operands. by Benjamin Kramer · 11 years ago
  89. 54d9a3e Revert "SimplifyCFG: If convert single conditional stores" by Arnold Schwaighofer · 11 years ago
  90. c3a9301 ARM: fix part of test which actually needed an asserts build by Tim Northover · 11 years ago
  91. 4cc1407 ARM: Use ldrd/strd to spill 64-bit pairs when available. by Tim Northover · 11 years ago
  92. b86dff8 SLPVectorize: Add support for vectorization of casts. by Nadav Rotem · 11 years ago
  93. 899b2f9 [objc-arc] Cleaned up tail-call-invariant-enforcement.ll. by Michael Gottesman · 11 years ago
  94. bf9cac7 [objc-arc] Check that objc-arc-expand properly handles all strictly forwarding calls and does not touch calls which are not strictly forwarding (i.e. objc_retainBlock). by Michael Gottesman · 11 years ago
  95. 755aabc [objc-arc] Renamed the test file clang-arc-used-intrinsic-removed-if-isolated.ll -> intrinsic-use-isolated.ll to match the other test file intrinsic-use.ll. by Michael Gottesman · 11 years ago
  96. d868af7 Remove tbaa metadata. by Bill Wendling · 11 years ago
  97. da8768b Compile varargs functions for SPARCv9. by Jakob Stoklund Olesen · 11 years ago
  98. 4f38e16 Fix PR15800. Do not try to vectorize vectors and structs. by Nadav Rotem · 11 years ago
  99. f7af198 SimplifyCFG: If convert single conditional stores by Arnold Schwaighofer · 11 years ago
  100. 335dd0d ARM: don't add FrameIndex offset for LDMIA (has no immediate) by Tim Northover · 11 years ago