1. 30fcfc3 Minor cleanups. No functionality change. by Jakub Staszak · 12 years ago
  2. a293782 Add even more constatness in MachineDominators.h. by Jakub Staszak · 12 years ago
  3. f753480 Replace "check:" wth "CHECK:". by Jakub Staszak · 12 years ago
  4. ecc571f R600/SI: Add pattern to simplify i64 loading by Christian Konig · 12 years ago
  5. e9ba183 R600/SI: nuke SReg_1 v3 by Christian Konig · 12 years ago
  6. e25e490 R600/SI: cleanup literal handling v3 by Christian Konig · 12 years ago
  7. 8e4eebc R600/SI: replace AllReg_* with [SV]Src_* v2 by Christian Konig · 12 years ago
  8. 305fefb R600/SI: fix VOPC encoding v2 by Christian Konig · 12 years ago
  9. 7c52866 R600/SI: move *_Helper definitions to SIInstrFormat.td by Christian Konig · 12 years ago
  10. 0432d79 R600/SI: remove some more unused code by Christian Konig · 12 years ago
  11. ef6b248 R600/structurizer: improve inverting conditions by Christian Konig · 12 years ago
  12. 623977d R600/structurizer: improve loop handling by Christian Konig · 12 years ago
  13. 25bd884 R600/structurizer: improve finding condition values by Christian Konig · 12 years ago
  14. 4c79c71 R600/structurizer: improve PHI value finding by Christian Konig · 12 years ago
  15. f0e469b R600/structurizer: add class to find the Nearest Common Dominator by Christian Konig · 12 years ago
  16. 55ba691 Add some constantness in Machine Dominators. by Jakub Staszak · 12 years ago
  17. 7209987 Remove trailing spaces. by Jakub Staszak · 12 years ago
  18. 6a0da01 Use a different scheme to chose 16/32 variants. This scheme is more by Reed Kotler · 12 years ago
  19. 6d3a278 [ELF] Add STN_UNDEF. by Michael J. Spencer · 12 years ago
  20. 901d800 Reinitialize the ivars in the subtarget so that they can be reset with the new features. by Bill Wendling · 12 years ago
  21. b566062 [ms-inline asm] Do not omit the frame pointer if we have ms-inline assembly. by Chad Rosier · 12 years ago
  22. 42edeb1 Derive ELF section type from the name in some cases where GNU as does so. by Joerg Sonnenberger · 12 years ago
  23. abbf9df [mips] Remove SDNPWantParent from the list of SDNodeProperties. by Akira Hatanaka · 12 years ago
  24. b075ed3 Pacify -Wnon-virtual-dtor by Matt Beaumont-Gay · 12 years ago
  25. ba6867d Temporary revert of 175320. by Bill Wendling · 12 years ago
  26. 9be8b4f Reinitialize the ivars in the subtarget. by Bill Wendling · 12 years ago
  27. f787085 Suppress a GCC -Wunused-variable warning in -Asserts builds by Matt Beaumont-Gay · 12 years ago
  28. b54562b c[ms-inline asm] It's possible to have a SizeDirective rewrite and an by Chad Rosier · 12 years ago
  29. 67144e3 If bundle alignment is enabled, do not add data to a fragment with instructions by Derek Schuff · 12 years ago
  30. 4788d14 Support changing the subtarget features in ARM. by Bill Wendling · 12 years ago
  31. 789cb5d Use the 'target-features' and 'target-cpu' attributes to reset the subtarget features. by Bill Wendling · 12 years ago
  32. 4fb25b7 [ms-inline asm] Adjust the EndLoc to account for the ']'. by Chad Rosier · 12 years ago
  33. b3dedc2 Forgot to 'svn add' the LoopVectorizer tests for the new parallel loop metadata, sorry. by Pekka Jaaskelainen · 12 years ago
  34. ffd28a4 [mips] Clean up class MipsCCInfo. by Akira Hatanaka · 12 years ago
  35. 0deff9f capitalize SCEV to match the current naming convention by Sebastian Pop · 12 years ago
  36. dc2f792 [mips] Split SelectAddr, which was used to match address patterns, into two by Akira Hatanaka · 12 years ago
  37. 79cd411 Remove a final dependency on the form field in tablegen; which is a remnant by Reed Kotler · 12 years ago
  38. 5661fcd add ScevApplyRewriter by Sebastian Pop · 12 years ago
  39. a9e4d3f add SCEVParameterRewriter by Sebastian Pop · 12 years ago
  40. 7523437 AsmParser: Reformat the MS asm parser to reduce nesting. by Benjamin Kramer · 12 years ago
  41. 86cdbc9 enable SDISel sincos optimization for GNU environments by Paul Redmond · 12 years ago
  42. 55a98b0 Hexagon: Set appropriate TSFlags to the loads/stores with global address to by Jyotsna Verma · 12 years ago
  43. f64a7a8 BBVectorize: Call a DAG and DAG instead of a tree by Hal Finkel · 12 years ago
  44. ad079b2 Fix refactoring mistake in "Teach InstCombine to work with smaller legal types..." by Arnaud A. de Grandmaison · 12 years ago
  45. 7c5c9b3 Teach InstCombine to work with smaller legal types in icmp (shl %v, C1), C2 by Arnaud A. de Grandmaison · 12 years ago
  46. 85d2760 AArch64: add branch fixup pass. by Tim Northover · 12 years ago
  47. 8a8a2dc Give these callbacks hidden visibility. It is better to not export them more by Rafael Espindola · 12 years ago
  48. 9fa05f9 Don't make assumptions about the mangling of static functions in extern "C" by Rafael Espindola · 12 years ago
  49. 74ecd21 [asan] support long double on 64-bit. See https://code.google.com/p/address-sanitizer/issues/detail?id=151 by Kostya Serebryany · 12 years ago
  50. 74b3c8d Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C linkage. by Benjamin Kramer · 12 years ago
  51. 1e88393 AArch64: remove ConstantIsland pass & put literals in separate section. by Tim Northover · 12 years ago
  52. 148ac53 AArch64: refactor frame handling to use movz/movk for overlarge offsets. by Tim Northover · 12 years ago
  53. c4439c3 clang-formatize llvm-symbolizer code by Alexey Samsonov · 12 years ago
  54. 94328f4 Simplify the 'operator<' for the attribute object. by Bill Wendling · 12 years ago
  55. ab90084 BBVectorize: Cap the number of candidate pairs in each instruction group by Hal Finkel · 12 years ago
  56. a7e4409 Revert "Simplify the attributes '<' comparison function." by Anna Zaks · 12 years ago
  57. e721025 Revert "Fix testcase for attribute ordering." by Anna Zaks · 12 years ago
  58. 03192fe Revert "Fix testcase for attribute ordering." by Anna Zaks · 12 years ago
  59. 223b3fd Fix testcase for attribute ordering. by Bill Wendling · 12 years ago
  60. 5cf38fd Fix minor mips16 issues in directives for function prologue. Probably this does by Reed Kotler · 12 years ago
  61. 8fd4d23 Fix testcase for attribute ordering. by Bill Wendling · 12 years ago
  62. 0ec707a Simplify the attributes '<' comparison function. by Bill Wendling · 12 years ago
  63. d977aac [mips] Disallow moving load/store instructions past volatile instructions. by Akira Hatanaka · 12 years ago
  64. cd7319d [mips] Replace usage of SmallSet with BitVector, which is used to keep track of by Akira Hatanaka · 12 years ago
  65. 90db35a [mips] Fix comments and coding style violations. Declare functions to be const. by Akira Hatanaka · 12 years ago
  66. 48e841d The ARM NEON vector compare instructions take three arguments. However, the by Joel Jones · 12 years ago
  67. d6f19c7 The operand listing is very much outdated. by Eli Bendersky · 12 years ago
  68. eba97c5 [mips] Simplify code in function Filler::findDelayInstr. by Akira Hatanaka · 12 years ago
  69. e2e00df Mark getRawBits const. by Preston Gurd · 12 years ago
  70. 97a241b BBVectorize: Remove the remaining instances of std::multimap by Hal Finkel · 12 years ago
  71. 6ca6d3b BBVectorize: Don't store candidate pairs in a std::multimap by Hal Finkel · 12 years ago
  72. fe9b5a4 Simplify code. Remove "else after return". by Jakub Staszak · 12 years ago
  73. 27d844f Update comment. by Chad Rosier · 12 years ago
  74. 84a2c2b Hexagon: Change insn class to support instruction encoding. by Jyotsna Verma · 12 years ago
  75. aefd14b s/bool/LLVMBool/ by Bill Wendling · 12 years ago
  76. 296756a s/bool/LLVMBool/ by Bill Wendling · 12 years ago
  77. 951d361 death to extra whitespace by Kay Tiong Khoo · 12 years ago
  78. 31cfc70 Add two new functions to the C API: by Bill Wendling · 12 years ago
  79. 7b672ed added basic support for Intel ADX instructions by Kay Tiong Khoo · 12 years ago
  80. 01115b1 R600/SI: Fix int_SI_fs_interp_constant by Michel Danzer · 12 years ago
  81. 06121de include/llvm/Object/ELF.h: do debug checks only when NDEBUG by Dmitry Vyukov · 12 years ago
  82. 6cc4b8d Dont merge consecutive loads/stores into vectors when noimplicitfloat is used. by Nadav Rotem · 12 years ago
  83. b39a552 80-col by Nadav Rotem · 12 years ago
  84. 5e3100a Hexagon: Use multiclass for absolute addressing mode loads. by Jyotsna Verma · 12 years ago
  85. 7248451 Re-apply r175088 for bug fix 13622: Add paired register support for by Weiming Zhao · 12 years ago
  86. 1912c76 Fix for bug 15246 -- out-of-bound error in the TableGen backend, CodeGenMapTable.cpp. by Jyotsna Verma · 12 years ago
  87. 7867885 R600: Do not fold single instruction with more that 3 kcache read by Vincent Lejeune · 12 years ago
  88. f846add R600: Export instructions are no longer terminator by Vincent Lejeune · 12 years ago
  89. abfd5f6 R600: Fold zero/one in export instructions by Vincent Lejeune · 12 years ago
  90. df65b0f R600: Do not fold modifier/litterals in vector inst by Vincent Lejeune · 12 years ago
  91. 6872de9 Use correct host/target CMake variables to define lit variables. by Tim Northover · 12 years ago
  92. ad1b9dc AArch64: switch from neverHasSideEffects to hasSideEffects. by Tim Northover · 12 years ago
  93. ff9d058 Add deprecation of neverHasSideEffects to documentation comments. by Tim Northover · 12 years ago
  94. e186d71 Revert r15266. This fixes llvm.org/pr15266. by Rafael Espindola · 12 years ago
  95. 5464c30 AArch64: stop claiming that NEON registers are usable for now. by Tim Northover · 12 years ago
  96. 5bd6cb2 AArch64: add block comments where missing by Tim Northover · 12 years ago
  97. 51f6ba0 Add testcase for llvm-dwarfdump to test parsing of the pubnames data. by Krzysztof Parzyszek · 12 years ago
  98. 579ad50 On FreeBSD, we need to look in /usr/local/include so that libxml2 finds iconv.h by David Chisnall · 12 years ago
  99. b1d0812 Make ARMAsmParser accept the correct alignment specifier syntax in instructions. by Kristof Beyls · 12 years ago
  100. b181919 llvm-symbolizer: speedup symbol lookup by Dmitry Vyukov · 12 years ago