1. b875acd [ms-inline asm] Remove a redundant call to the setHasMSInlineAsm function. by Chad Rosier · 12 years ago
  2. fbed855 Use llvm::cast instead of reinterpret_cast. by Jakub Staszak · 12 years ago
  3. 888fae7 Add front/back/erase to MapVector. by Douglas Gregor · 12 years ago
  4. e311196 R600/SI: Use MULADD_IEEE/V_MAD_F32 instruction for mad pattern by Vincent Lejeune · 12 years ago
  5. bbbef49 R600: Support for TBO by Vincent Lejeune · 12 years ago
  6. 628f6d5 R600: Increase number of ArrayBase Reg to 32 by Vincent Lejeune · 12 years ago
  7. 605ff66 [asan] revert r175266 as it breaks code with packed structures. supporting long double will require a more general solution by Kostya Serebryany · 12 years ago
  8. 3f213e7 Futureproof AttrBuild if we ever have more than 64 attr enum values. by Benjamin Kramer · 12 years ago
  9. 32d0b2a Revert CMake version bump since we don't actually need 2.8.6 any more. by Tim Northover · 12 years ago
  10. e741c65 Note minimum required version of CMake by Tim Northover · 12 years ago
  11. f13a7e2 AArch64: adjust tests which rely on a default JIT by Tim Northover · 12 years ago
  12. e2952f9 Add `unsigned DISubprogram::getFlags() const` for DragonEgg. by David Blaikie · 12 years ago
  13. 4293f4e Add `DIFile DISubprogram::getFile() const` for DragonEgg. by David Blaikie · 12 years ago
  14. d4f92fd DIBuilder: Correct the null/0 type of trailing fields in struct debug info. by David Blaikie · 12 years ago
  15. 139f7e5 DIBuilder: Add function and method definitions to the list of all subprograms by David Blaikie · 12 years ago
  16. 3ef669c [ms-inline asm] Fix undefined behavior to reset hasMSInlineAsm in advance of SelectAllBasicBlocks(). by NAKAMURA Takumi · 12 years ago
  17. d67c5ca Narrow the return types of a few DIBuilder utility functions. by David Blaikie · 12 years ago
  18. bb01b3c Expand macro/pseudo instructions BtnezT8SltX16 and BtnezT8SltuX16. by Reed Kotler · 12 years ago
  19. 139748f Expand pseudo/macro BteqzT8SltuX16 . There is no test case because by Reed Kotler · 12 years ago
  20. dabfebb Expand pseudo/macro BteqzT8SltX16. by Reed Kotler · 12 years ago
  21. a8601bb Expand macro/pseudo BteqzT8CmpX16. by Reed Kotler · 12 years ago
  22. becdd3a Spelling corrections by Alex Rosenberg · 12 years ago
  23. da4afa7 Beginning of expanding all current mips16 macro/pseudo instruction sequences. by Reed Kotler · 12 years ago
  24. 774ec7b X86: Add a note. by Benjamin Kramer · 12 years ago
  25. 8dc741e [XCore] Add missing 2r instructions. by Richard Osborne · 12 years ago
  26. 763c858 [XCore] Add TSETR instruction. by Richard Osborne · 12 years ago
  27. a970dde [XCore] Add missing u10 / lu10 instructions. by Richard Osborne · 12 years ago
  28. cbe6c88 [XCore] Add missing u6 / lu6 instructions. by Richard Osborne · 12 years ago
  29. d61932b Return false instead of 0. by Jakub Staszak · 12 years ago
  30. 5d0c794 Force a cpu for test. It failed on atom due to different scheduling decisions. by Benjamin Kramer · 12 years ago
  31. 9831bf0 AArch64: Avoid shifts by 64, that's undefined behavior. by Benjamin Kramer · 12 years ago
  32. 906727d Add multithreading functions and shutdown to the C API. Patch by Moritz by Duncan Sands · 12 years ago
  33. f79f136 BBVectorize: Fix an invalid reference bug by Hal Finkel · 12 years ago
  34. a79cbb1 Make the visibility of LLVMPPCCompilationCallback work with GCC. by Benjamin Kramer · 12 years ago
  35. 680c98f Remove use of reverse iterators in repairIntervalsInRange(). While they were by Cameron Zwarich · 12 years ago
  36. 7324d4e Use ArrayRef instead of a reference to a SmallVectorImpl. by Cameron Zwarich · 12 years ago
  37. 0c22283 Fix a conversion from a forward iterator to a reverse iterator in by Cameron Zwarich · 12 years ago
  38. f0b2535 Add support for updating the LiveIntervals of registers used by 'exotic' by Cameron Zwarich · 12 years ago
  39. cc54889 The transform is: by Bill Wendling · 12 years ago
  40. 5be5fa4 Clean up mips16 td file in preparation for massive pseudo lowering work. by Reed Kotler · 12 years ago
  41. 4913680 Documentation: correct syntax (one missing comma, one extra comma) by Dmitri Gribenko · 12 years ago
  42. 7c14612 GCC doesn't like ++ on enums. by Benjamin Kramer · 12 years ago
  43. 886a766 Remove comma at the end of enum. Still my favourite C++11 feature. by Benjamin Kramer · 12 years ago
  44. b26f98f Typo by Renato Golin · 12 years ago
  45. c835b8c Turn the enum attributes DenseSet in AttrBuilder into a set of bits. by Benjamin Kramer · 12 years ago
  46. 2de8932 One more try to make this look nice. I have lots of pseudo lowering by Reed Kotler · 12 years ago
  47. eb4774a Replace erase loop with std::remove_if. by Benjamin Kramer · 12 years ago
  48. 81474e9 Replace loop with std::find. by Benjamin Kramer · 12 years ago
  49. 631dd86 LegalizeDAG.cpp doesn't need DenseMap. by Jakub Staszak · 12 years ago
  50. 71d6a79 Reduce indents in LSRInstance::NarrowSearchSpaceByCollapsingUnrolledCode method. by Jakub Staszak · 12 years ago
  51. 3d6417d [msvc x64] Update X86CompilationCallback_Win64.asm corresponding to r175267. by NAKAMURA Takumi · 12 years ago
  52. b717a50 Use const reference instead of vector object when passing an argument to by Jakub Staszak · 12 years ago
  53. c213366 Target/R600/CMakeLists.txt: Prune SILowerLiteralConstants.cpp corresponding to r175354. by NAKAMURA Takumi · 12 years ago
  54. 8a89cf2 MCParser: Reject .balign with non-pow2 alignments. by Benjamin Kramer · 12 years ago
  55. 30fcfc3 Minor cleanups. No functionality change. by Jakub Staszak · 12 years ago
  56. a293782 Add even more constatness in MachineDominators.h. by Jakub Staszak · 12 years ago
  57. f753480 Replace "check:" wth "CHECK:". by Jakub Staszak · 12 years ago
  58. ecc571f R600/SI: Add pattern to simplify i64 loading by Christian Konig · 12 years ago
  59. e9ba183 R600/SI: nuke SReg_1 v3 by Christian Konig · 12 years ago
  60. e25e490 R600/SI: cleanup literal handling v3 by Christian Konig · 12 years ago
  61. 8e4eebc R600/SI: replace AllReg_* with [SV]Src_* v2 by Christian Konig · 12 years ago
  62. 305fefb R600/SI: fix VOPC encoding v2 by Christian Konig · 12 years ago
  63. 7c52866 R600/SI: move *_Helper definitions to SIInstrFormat.td by Christian Konig · 12 years ago
  64. 0432d79 R600/SI: remove some more unused code by Christian Konig · 12 years ago
  65. ef6b248 R600/structurizer: improve inverting conditions by Christian Konig · 12 years ago
  66. 623977d R600/structurizer: improve loop handling by Christian Konig · 12 years ago
  67. 25bd884 R600/structurizer: improve finding condition values by Christian Konig · 12 years ago
  68. 4c79c71 R600/structurizer: improve PHI value finding by Christian Konig · 12 years ago
  69. f0e469b R600/structurizer: add class to find the Nearest Common Dominator by Christian Konig · 12 years ago
  70. 55ba691 Add some constantness in Machine Dominators. by Jakub Staszak · 12 years ago
  71. 7209987 Remove trailing spaces. by Jakub Staszak · 12 years ago
  72. 6a0da01 Use a different scheme to chose 16/32 variants. This scheme is more by Reed Kotler · 12 years ago
  73. 6d3a278 [ELF] Add STN_UNDEF. by Michael J. Spencer · 12 years ago
  74. 901d800 Reinitialize the ivars in the subtarget so that they can be reset with the new features. by Bill Wendling · 12 years ago
  75. b566062 [ms-inline asm] Do not omit the frame pointer if we have ms-inline assembly. by Chad Rosier · 12 years ago
  76. 42edeb1 Derive ELF section type from the name in some cases where GNU as does so. by Joerg Sonnenberger · 12 years ago
  77. abbf9df [mips] Remove SDNPWantParent from the list of SDNodeProperties. by Akira Hatanaka · 12 years ago
  78. b075ed3 Pacify -Wnon-virtual-dtor by Matt Beaumont-Gay · 12 years ago
  79. ba6867d Temporary revert of 175320. by Bill Wendling · 12 years ago
  80. 9be8b4f Reinitialize the ivars in the subtarget. by Bill Wendling · 12 years ago
  81. f787085 Suppress a GCC -Wunused-variable warning in -Asserts builds by Matt Beaumont-Gay · 12 years ago
  82. b54562b c[ms-inline asm] It's possible to have a SizeDirective rewrite and an by Chad Rosier · 12 years ago
  83. 67144e3 If bundle alignment is enabled, do not add data to a fragment with instructions by Derek Schuff · 12 years ago
  84. 4788d14 Support changing the subtarget features in ARM. by Bill Wendling · 12 years ago
  85. 789cb5d Use the 'target-features' and 'target-cpu' attributes to reset the subtarget features. by Bill Wendling · 12 years ago
  86. 4fb25b7 [ms-inline asm] Adjust the EndLoc to account for the ']'. by Chad Rosier · 12 years ago
  87. b3dedc2 Forgot to 'svn add' the LoopVectorizer tests for the new parallel loop metadata, sorry. by Pekka Jaaskelainen · 12 years ago
  88. ffd28a4 [mips] Clean up class MipsCCInfo. by Akira Hatanaka · 12 years ago
  89. 0deff9f capitalize SCEV to match the current naming convention by Sebastian Pop · 12 years ago
  90. dc2f792 [mips] Split SelectAddr, which was used to match address patterns, into two by Akira Hatanaka · 12 years ago
  91. 79cd411 Remove a final dependency on the form field in tablegen; which is a remnant by Reed Kotler · 12 years ago
  92. 5661fcd add ScevApplyRewriter by Sebastian Pop · 12 years ago
  93. a9e4d3f add SCEVParameterRewriter by Sebastian Pop · 12 years ago
  94. 7523437 AsmParser: Reformat the MS asm parser to reduce nesting. by Benjamin Kramer · 12 years ago
  95. 86cdbc9 enable SDISel sincos optimization for GNU environments by Paul Redmond · 12 years ago
  96. 55a98b0 Hexagon: Set appropriate TSFlags to the loads/stores with global address to by Jyotsna Verma · 12 years ago
  97. f64a7a8 BBVectorize: Call a DAG and DAG instead of a tree by Hal Finkel · 12 years ago
  98. ad079b2 Fix refactoring mistake in "Teach InstCombine to work with smaller legal types..." by Arnaud A. de Grandmaison · 12 years ago
  99. 7c5c9b3 Teach InstCombine to work with smaller legal types in icmp (shl %v, C1), C2 by Arnaud A. de Grandmaison · 12 years ago
  100. 85d2760 AArch64: add branch fixup pass. by Tim Northover · 12 years ago