1. 89eb5dc Revert "DebugInfo: Don't include the name of the CU file in the line table file list when it's unneeded" by Eric Christopher · 12 years ago
  2. f46135e llvm/test/DebugInfo/empty.ll: Mark it as XFAIL:win32 lacking of line table. by NAKAMURA Takumi · 12 years ago
  3. 255181f Enable AArch64 NEON by default. by Jiangning Liu · 12 years ago
  4. 5e8aa01 [PR18809] Remove XFAIL from DebugInfo/empty.ll. by NAKAMURA Takumi · 12 years ago
  5. 9c4127a [AArch64]Fix the assertion failure caused by "v1i1 SETCC" DAG node. by Hao Liu · 12 years ago
  6. 35d2f61 DebugInfo: Don't include the name of the CU file in the line table file list when it's unneeded by David Blaikie · 12 years ago
  7. 5483012 Disable emission of aranges by default and add a command line by Eric Christopher · 12 years ago
  8. 5cb9925 [X86] Don't mark movabsq as cheap-as-move - it isn't that cheap. by Juergen Ributzka · 12 years ago
  9. f222ebe Do more addrspacecast transforms that happen for bitcast. by Matt Arsenault · 12 years ago
  10. 0f2e653 R600/SI: Expand all v8[if]32 operations by Tom Stellard · 12 years ago
  11. 9757ba1 R600/SI: Add a pattern for i32 anyext by Tom Stellard · 12 years ago
  12. 130f271 R600/SI: Completely Disable TypeRewriter on compute by Tom Stellard · 12 years ago
  13. 1a52c2b R600/SI: Split global vector loads with more than 4 elements by Tom Stellard · 12 years ago
  14. c4fea35 R600/SI: Add ShaderType attribute to some tests by Tom Stellard · 12 years ago
  15. cac25de Use __literal16. It has been supported by the linker since 2005. by Rafael Espindola · 12 years ago
  16. c5887a2 MSBuild integration: get the LibraryPath right (PR18707) by Hans Wennborg · 12 years ago
  17. d60c43b Don't build DFSan functionality for Android. by Stephen Hines · 12 years ago
  18. 3e5fe14 Simplify checks in MC/AsmParser/directive_loc.s by Diego Novillo · 12 years ago
  19. 86dd0f9 Fix generation of 'isa' and 'discriminator' keywords. by Diego Novillo · 12 years ago
  20. f2df02b Tweak an _MSC_VER ifdef to use typename with clang in a unittest by Reid Kleckner · 12 years ago
  21. fa9ce5c Tweak llvm/test/DebugInfo/X86/generate-odr-hash.ll corresponding to r201351 (Revert r201187). by NAKAMURA Takumi · 12 years ago
  22. 573c050 Check that GlobalAliases don't have section or alignment. by Rafael Espindola · 12 years ago
  23. efe40a5 SCCIterator: Merge MinVisitNumStack and VisitStack by Duncan P. N. Exon Smith · 12 years ago
  24. 62356fc InstCombine: Replace custom constant folding code with ConstantExpr. by Benjamin Kramer · 12 years ago
  25. d8be721 [PR18809] Revert r201187, "DebugInfo: Don't include the name of the CU file in the line table file list when it's unneeded" by NAKAMURA Takumi · 12 years ago
  26. e08aac4 Use mkdir instead of stat+mkdir. by Rafael Espindola · 12 years ago
  27. 5645e5f Add triples to try to fix the windows bots. by Rafael Espindola · 12 years ago
  28. 8ed2c8e Reduce code duplication resulting from the ConstantVector/ConstantDataVector split. by Benjamin Kramer · 12 years ago
  29. 7fd806d .file is only available on ELF, use a triple instead of -march. by Rafael Espindola · 12 years ago
  30. ad15c9d "foo" is not a ppc instruction, don't try to parse it. by Rafael Espindola · 12 years ago
  31. 0f25a45 Specify a triple. MachO AArch64 support is missing. by Rafael Espindola · 12 years ago
  32. 38c6b58 Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextSupport() call by Daniel Sanders · 12 years ago
  33. 5d9d24d Remove dead code. by Rafael Espindola · 12 years ago
  34. 621c80f [CMake] Let llvm_add_library(MODULE) check capability of loadable module. by NAKAMURA Takumi · 12 years ago
  35. 069bd29 [CMake] Move the target property PREFIX from add_llvm_loadable_module() to llvm_add_library(). by NAKAMURA Takumi · 12 years ago
  36. 74c3f7d [CMake] llvm_add_library(MODULE) may use CMAKE_MODULE_LINKER_FLAGS instead of target property LINK_FLAGS. by NAKAMURA Takumi · 12 years ago
  37. 38a10d0 [CMake] LLVM_PLUGIN_EXT: Use CMAKE_SHARED_LIBRARY_SUFFIX rather than CMAKE_SHARED_MODULE_SUFFIX in llvm tree. by NAKAMURA Takumi · 12 years ago
  38. 92a24ec llvm/test/CodeGen/AArch64/cpus.ll: Tweak to use -mtriple=aarch64-unknown-unknown, or this would crash for targeting pecoff like *-mingw32. by NAKAMURA Takumi · 12 years ago
  39. a7181f2 ARM: remove floating-point patterns for @llvm.arm.neon.vabs by Tim Northover · 12 years ago
  40. b8c81b5 Add Cortex-A53 and Cortex-A57 cores to the AArch64 backend by Oliver Stannard · 12 years ago
  41. 611c2c3 Remove unused method declaration. by Craig Topper · 12 years ago
  42. 1ee7e39 Remove filtering concept from X86 disassembler table generation. It's no longer necessary. by Craig Topper · 12 years ago
  43. 7a6f5c7 [AArch64]Fix the problems that can't select mul/add/sub of v1i8/v1i16/v1i32 types. by Hao Liu · 12 years ago
  44. 126099e [RegAlloc] Fix the assertion in the last chance recoloring to match the by Quentin Colombet · 12 years ago
  45. 17c9169 Copy dll storage in copyAttributes. by Rafael Espindola · 12 years ago
  46. 5256375 [DAG] Fix the recognition of opaque constants in the SelectionDAGBuilder. by Juergen Ributzka · 12 years ago
  47. f79b906 Use simpler version of sys::fs::exists when possible. by Rafael Espindola · 12 years ago
  48. 4f22561 [AArch64]Add support for spilling FPR8/FPR16. by Hao Liu · 12 years ago
  49. 2798b77 GlobalOpt: Aliases don't have sections, don't copy them when replacing by Reid Kleckner · 12 years ago
  50. 571417b [CMake] llvm_add_library: Add handling of the parameter ADDITIONAL_HEADERS to pass through to process_source. by NAKAMURA Takumi · 12 years ago
  51. 81c7e18 Fix misleading comment. by Lang Hames · 12 years ago
  52. 04510e6 The new MCJIT C-API unit test is generating objects without constant data by Lang Hames · 12 years ago
  53. 3042a65 Remove a very old instcombine where we would turn sequences of selects into by Owen Anderson · 12 years ago
  54. 029a76b [Vectorizer] Add a new 'OperandValueKind' in TargetTransformInfo called by Andrea Di Biagio · 12 years ago
  55. 8887371 [X86] Teach the backend how to lower vector shift left into multiply rather than scalarizing it. by Andrea Di Biagio · 12 years ago
  56. 67ee127 VS Integration: install toolsets for x64 too (PR18738) by Hans Wennborg · 12 years ago
  57. e53b2ac DebugInfo: Demonstrate that we're not currently uniquing address table entries in fission by David Blaikie · 12 years ago
  58. 2964013 DebugInfo: Merge fission and non-fission (and 32 and 64 bit) tests for TLS support. by David Blaikie · 12 years ago
  59. 58f4aa4 Reformat a few lines with clang-format. by Eric Christopher · 12 years ago
  60. 3572627 80-col. by Eric Christopher · 12 years ago
  61. 53c9085 [Stackmaps] Improve the stackmap lowering code in the SelectionDAGBuilder. by Juergen Ributzka · 12 years ago
  62. 586004f [Stackmaps] Fix the ID type to be i64 also for stackmaps (as we claim in the documenation) by Juergen Ributzka · 12 years ago
  63. 4839a7d Don't try to build ExceptionDemo on ARM. by Rafael Espindola · 12 years ago
  64. 061a739 Extend RTDyld API to enable optionally precomputing the total amount of memory by Lang Hames · 12 years ago
  65. 29a60e6 Rename Windows.h to WindowsSupport.h to avoid ambiguity by Reid Kleckner · 12 years ago
  66. 17159cb _CS_DARWIN_USER macros available on darwin>=9. Thanks, Dave Odell! by David Fang · 12 years ago
  67. 4c1ea6b Debug info: Bugfix for r201190: DW_OP_piece takes bytes, not bits. by Adrian Prantl · 12 years ago
  68. 386fedd Pass edges weights to MachineBasicBlock::addSuccessor in TailDuplicatePass to by Akira Hatanaka · 12 years ago
  69. e4c62d1 PC-rel implemented in AArch64, test now pass by Renato Golin · 12 years ago
  70. a0ea8fa Move more self-contained functionality away from tools/opt/opt.cpp by Eli Bendersky · 12 years ago
  71. 7580df3 Revert r201237+r201238: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextSupport() call by Daniel Sanders · 12 years ago
  72. 57edb95 Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextSupport() call by Daniel Sanders · 12 years ago
  73. f51d6eb Windows/Path.inc: Move <shlobj.h> after "Windows.h" for some API available. by NAKAMURA Takumi · 12 years ago
  74. dd5ff1b Teach tablegen() macro to check needed variables by NAKAMURA Takumi · 12 years ago
  75. eee40f9 R600: Always implement both versions of isTruncateFree and add a sanity check. by Benjamin Kramer · 12 years ago
  76. cfd14e6 Remove special case filtering for instructions with lock prefix as they are all marked with isCodeGenOnly already. by Craig Topper · 12 years ago
  77. 56d749a Mark XACQUIRE_PREFIX/XRELEASE_PREFIX as isAsmParserOnly so they'll disappear from the disassembler table build without custom filtering code. by Craig Topper · 12 years ago
  78. 0d7106b [PR18809] Mark DebugInfo/empty.ll as XFAIL:cygming. by NAKAMURA Takumi · 12 years ago
  79. c7709a4 Test case I forgot to 'add' for r201126. by Craig Topper · 12 years ago
  80. c2a0dff Remove unneeded include by Matt Arsenault · 12 years ago
  81. 9a0eced DwarfUnit: Include type unit's file strings in the defining compile unit's file_names table by David Blaikie · 12 years ago
  82. f7943e5 Fix some formatting in my last commit (r201196) by David Blaikie · 12 years ago
  83. c6c93e9 DwarfUnit: Provide a reference to a defining DwarfCompileUnit from DwarfTypeUnit. by David Blaikie · 12 years ago
  84. a22a1bb DwarfUnit: Refactor DW_AT_file creation into a common function. by David Blaikie · 12 years ago
  85. 19cfb96 DwarfUnit: Replace unnecessary conditionals with asserts. by David Blaikie · 12 years ago
  86. 9f5baa3 Tweak ARM fastcc by adopting these two AAPCS rules: by Evan Cheng · 12 years ago
  87. e48e941 Reapply r201180 with an additional error path. by Adrian Prantl · 12 years ago
  88. 20d5e1b Revert "Debug info: Emit values in subregisters that do not have a separate" by Adrian Prantl · 12 years ago
  89. feb006f DebugInfo: Don't include the name of the CU file in the line table file list when it's unneeded by David Blaikie · 12 years ago
  90. 3f93eb5 DebugInfo: Remove dependence on file numbering in the line table. by David Blaikie · 12 years ago
  91. b015567 whitespace by Adrian Prantl · 12 years ago
  92. f4f80eb Debug info: Emit values in subregisters that do not have a separate by Adrian Prantl · 12 years ago
  93. d5468bf make llvm-dwarfdump a little more resilient when parsing .debug_loc by Adrian Prantl · 12 years ago
  94. 69bc4dd R600/SI: Fix assertion on infinite loops. by Matt Arsenault · 12 years ago
  95. 1e6240a InstCombine: Teach icmp merging about the equivalence of bit tests and UGE/ULT with a power of 2. by Benjamin Kramer · 12 years ago
  96. 75bf592 Tidy up a bit. Formatting only. by Jim Grosbach · 12 years ago
  97. 0c2ff8c ARM: Thumb2 LDR(literal) can target SP. by Jim Grosbach · 12 years ago
  98. 193c091 SCEV: Cast switched values to make -Wswitch more useful. by Benjamin Kramer · 12 years ago
  99. 6a089db Improve the declaration when LDPO_PIE is not available. by Sylvestre Ledru · 12 years ago
  100. 31575e7 If LDPO_PIE is not defined (before binutils 2.23 version), by Sylvestre Ledru · 12 years ago