1. aa80037 ARM: Enforce decoding rules for VLDn instructions by Amaury de la Vieuville · 11 years ago
  2. 3862709 ARM: Fix STREX/LDREX reecoding by Amaury de la Vieuville · 11 years ago
  3. c139672 Tweak a couple of tests on win32 hosts with +Asserts. by NAKAMURA Takumi · 11 years ago
  4. 6915854 ARMAsmBackend.cpp: Use Triple::isOSBinFormatCOFF() instead of isOSWindows(). by NAKAMURA Takumi · 11 years ago
  5. 2266ef3 Whitespace. by NAKAMURA Takumi · 11 years ago
  6. 457c8eb Fix dubious type name similar to member name. by Sean Silva · 11 years ago
  7. 981aec8 Fix spurious semicolons. by Sean Silva · 11 years ago
  8. 5918b7a [yaml2obj] Initial ELF support. by Sean Silva · 11 years ago
  9. 9bdd785 ARM: diagnose ARM/Thumb assembly switches on CPUs only supporting one. by Tim Northover · 11 years ago
  10. 45dec48 Fix xemacs mode line, don't put them in .cpp files (just header files). No by Nick Lewycky · 11 years ago
  11. f0aefa8 Remove a few fixmes, the only work we're doing is getting the string by Eric Christopher · 11 years ago
  12. 0fbaa37 Fix up comment. by Eric Christopher · 11 years ago
  13. 175a780 Remove unused function. by Eric Christopher · 11 years ago
  14. d32d7a5 IndentCount is only used within NDEBUG code. by Eric Christopher · 11 years ago
  15. e5609f3 X86: Stop LEA64_32r doing unspeakable things to its arguments. by Tim Northover · 11 years ago
  16. 6d315c6 Add a missing 'e'. by Rafael Espindola · 11 years ago
  17. aca93cf tblgen: Assert that InstRWs doesn't grows when we don't expect it. by Benjamin Kramer · 11 years ago
  18. 2789165 by Ulrich Weigand · 11 years ago
  19. 7c6f90d by Ulrich Weigand · 11 years ago
  20. b838f9f by Ulrich Weigand · 11 years ago
  21. 6c1bd29 Silencing an MSVC warning about comparing signed and unsigned values. by Aaron Ballman · 11 years ago
  22. 27b7ade Remove the old IdentifyFileType now that lld was updated. by Rafael Espindola · 11 years ago
  23. f12745f Pass a StringRef to sys::identifyFileType. by Rafael Espindola · 11 years ago
  24. b972457 Fix an out of bounds array access. by Rafael Espindola · 11 years ago
  25. 91de80a Update for current naming conventions. by Rafael Espindola · 11 years ago
  26. 38946ca Fix misleading comments in ARMAsmParser by Amaury de la Vieuville · 11 years ago
  27. 4e9a96d ARM: ISB cannot be passed the same options as DMB by Amaury de la Vieuville · 11 years ago
  28. 7c32502 [NVPTX] Remove old CONST_NOT_GEN address space that is not being used anymore and causes constants to be emitted in the global address space by Justin Holewinski · 11 years ago
  29. 48d5e75 Avoid warnings about unused parameters that tend to come up a lot when by Duncan Sands · 11 years ago
  30. 366d94e Add test for ARM FastISel load/store register classes by JF Bastien · 11 years ago
  31. b0ee97a Fix a regression I introduced when I expanded the complex pseudos in by Reed Kotler · 11 years ago
  32. 068ecc1 tblgen: always lookup values from the original vector as it could be grown under our feet. by Benjamin Kramer · 11 years ago
  33. 3ade978 Add a const version of findNearestCommonDominator to PostDom for convenience. by Benjamin Kramer · 11 years ago
  34. c8ecf53 Refine the ARM EHABI test cases. by Logan Chien · 11 years ago
  35. 18cba56 Fix ARM unwind opcode assembler in several cases. by Logan Chien · 11 years ago
  36. 40e071c Removed PackedDouble domain from scalar instructions. Added more formats for the scalar stuff. by Elena Demikhovsky · 11 years ago
  37. d84b17e Make DeadArgumentElimination more conservative on variadic functions by Tim Northover · 11 years ago
  38. 1fe907e ARM FastISel fix load register classes by JF Bastien · 11 years ago
  39. a2f8d37 TargetLowering: Clean up method description comments by David Majnemer · 11 years ago
  40. 0c79301 sys::process::get_id() now returns the process ID instead of a process handle on Windows. Patch thanks to Kim Gräsman! by Aaron Ballman · 11 years ago
  41. 1799921 [Sparc] Delete FPMover Pass and remove Fp* Pseudo-instructions from Sparc backend. by Venkatraman Govindaraju · 11 years ago
  42. 9eefea0 ARM: fix VMOVvnf32 decoding when ambiguous with VCVT by Amaury de la Vieuville · 11 years ago
  43. ae50ddb ARM: enforce SRS decoding constraints by Amaury de la Vieuville · 11 years ago
  44. 46e136c ARM: fix CPS decoding when ambiguous with QADD by Amaury de la Vieuville · 11 years ago
  45. c64835b ARM: fix VCVT decoding by Amaury de la Vieuville · 11 years ago
  46. 2dce4f2 Update code listings in LLVM tutorial. by Logan Chien · 11 years ago
  47. 9792b64 Fix a potential bug in r183584. by Shuxin Yang · 11 years ago
  48. dbfb960 Don't artifically restrict input object size. by Sean Silva · 11 years ago
  49. 2c69e90 Fix unused variable warning from my previous patch. by JF Bastien · 11 years ago
  50. 7462a87 [mips] Use a helper function which compares the size of the source and by Akira Hatanaka · 11 years ago
  51. c0cc283 Reapply r183552. This time, use a standard type for the option to avoid template by Quentin Colombet · 11 years ago
  52. 843c6c2 R600: Use a refined heuristic to choose when switching clause by Vincent Lejeune · 11 years ago
  53. b01bdf8 R600: Anti dep better handled in tex clause by Vincent Lejeune · 11 years ago
  54. ec2aaad Remember the anyext patterns. by Jakob Stoklund Olesen · 11 years ago
  55. 7de1d32 Add missing zextloadi1 to i64 patterns. PR16721. by Jakob Stoklund Olesen · 11 years ago
  56. 1c2b03a Fix an assertion in MemCpyOpt pass. by Shuxin Yang · 11 years ago
  57. 40be73b Disallow i64 div/rem in PPC32 counter loops by Hal Finkel · 11 years ago
  58. 95f24fb Revert commits related to stack warning. by Quentin Colombet · 11 years ago
  59. 2e10e8e Explicit triple in warn stack size test cases to not depend on OS. by Quentin Colombet · 11 years ago
  60. e488b4e Don't cache the instruction and register info from the TargetMachine, because by Bill Wendling · 11 years ago
  61. a5e5ba6 Don't cache the instruction and register info from the TargetMachine, because by Bill Wendling · 11 years ago
  62. 1ce4985 Remove unused c'tor. by Bill Wendling · 11 years ago
  63. df74b86 R600: Fix calculation of stack offset in AMDGPUFrameLowering by Tom Stellard · 11 years ago
  64. fc61b6f Don't cache the instruction and register info from the TargetMachine, because by Bill Wendling · 11 years ago
  65. 3ff0abf R600: Rework subtarget info and remove AMDILDevice classes by Tom Stellard · 11 years ago
  66. c1dcb8d Don't cache the instruction and register info from the TargetMachine, because by Bill Wendling · 11 years ago
  67. 8b0f77b [docs] Add link to Microsoft PE/COFF Spec. by Rui Ueyama · 11 years ago
  68. b5632b5 Don't cache the instruction and register info from the TargetMachine, because by Bill Wendling · 11 years ago
  69. ce96147 R600: Fix the fetch limits for R600 generation GPUs by Tom Stellard · 11 years ago
  70. 630547a R600: Move Subtarget feature definitions into AMDGPU.td by Tom Stellard · 11 years ago
  71. 6f3b493 R600: Remove unnecessary include by Tom Stellard · 11 years ago
  72. 88fe682 Add more explicit link targets to headers in LangRef.rst by Eli Bendersky · 11 years ago
  73. 9a6b9bf Add a backend option to warn on a given stack size limit. by Quentin Colombet · 11 years ago
  74. 8fc760c ARM FastISel integer sext/zext improvements by JF Bastien · 11 years ago
  75. 1983a4c R600: Don't compare iterators of different maps. by Benjamin Kramer · 11 years ago
  76. 1de1410 Add explicit link targets to some headers in LangRef.rst by Eli Bendersky · 11 years ago
  77. eda4b8e No functionality change. by Manman Ren · 11 years ago
  78. fcca6c6 Teach AsmPrinter how to print odd constants. by Quentin Colombet · 11 years ago
  79. 576d49a DIBuilder: No functionality change. by Manman Ren · 11 years ago
  80. 2e0cebd Vincent says the element is at most once in the vector, so we don't need a full std::remove. by Benjamin Kramer · 11 years ago
  81. 149d1a1 Use isxdigit. by Rafael Espindola · 11 years ago
  82. 814b527 Make operator== non-member for greater symmetry. by Rafael Espindola · 11 years ago
  83. 6ca5fd3 Fix a typo in asm string of BP* family of instructions. With this fix by Roman Divacky · 11 years ago
  84. 2e2630b [Object/COFF] BaseOfData field should be absent in PE32+. by Rui Ueyama · 11 years ago
  85. 62ed8d3 Support OpenBSD's native frame protection conventions. by Rafael Espindola · 11 years ago
  86. 47b0c0a R600: Fix a potential iterator invalidation issue. by Benjamin Kramer · 11 years ago
  87. 74f0345 R600: Remove an extra break in R600OptimizeVectorRegisters.cpp by Vincent Lejeune · 11 years ago
  88. b656464 [llvm-symbolizer] rewrite r183213 in a more clear way by Alexey Samsonov · 11 years ago
  89. a77376d BitVector: Do the right thing in all() when Size is a multiple of BITWORD_SIZE. by Benjamin Kramer · 11 years ago
  90. 597253d Optimize BitVector::all(). by Benjamin Kramer · 11 years ago
  91. 041399a Fold variable that's only used in assert into the assert. by Benjamin Kramer · 11 years ago
  92. ab5ad9f Add a script to help us create source tar balls for the release. by Bill Wendling · 11 years ago
  93. 451ee21 Use proper exit code. by Bill Wendling · 11 years ago
  94. f4a66d2 Correct wrong register in this example, pointed out by Baoshan Pang. by Duncan Sands · 11 years ago
  95. 80ada58 Don't cache the instruction and register info from the TargetMachine, because by Bill Wendling · 11 years ago
  96. 41e632d Don't cache the instruction and register info from the TargetMachine, because by Bill Wendling · 11 years ago
  97. ed8b5b5 Don't cache the instruction and register info from the TargetMachine, because by Bill Wendling · 11 years ago
  98. 637eab6 Don't cache the instruction and register info from the TargetMachine, because by Bill Wendling · 11 years ago
  99. 54a56fa Don't cache the instruction and register info from the TargetMachine, because by Bill Wendling · 11 years ago
  100. 9eb856b [objc-arc] Ensure that the cfg path count does not overflow when we multiply TopDownPathCount/BottomUpPathCount. by Michael Gottesman · 11 years ago