1. 023bb15 Add support for dumping section headers to llvm-objdump. This uses the same by Nick Lewycky · 13 years ago
  2. 735fe0f Give targets a chance to expand even standard pseudos. by Jakob Stoklund Olesen · 13 years ago
  3. 6b50bc9 If loop header is also loop exiting block then it may not be safe to hoist instructions. by Devang Patel · 13 years ago
  4. 819a2ab Emit full ED initializers even for pseudo-instructions. by Jakob Stoklund Olesen · 13 years ago
  5. 8cc4769 Allow stat += 0 without activating the stat. by Andrew Trick · 13 years ago
  6. b35e4e8 whitespace by Andrew Trick · 13 years ago
  7. 717073c X86: Add a subtarget definition for core-avx-i, which is GCC's name for ivy bridge. by Benjamin Kramer · 13 years ago
  8. a7934dd Fix 10892 - When lowering SIGN_EXTEND_INREG do not lower v2i64 because the by Nadav Rotem · 13 years ago
  9. 9ac743a Add dominance check for the instruction being hoisted. by Devang Patel · 13 years ago
  10. 5a57168 Mark the standard pseudos as isPseudo = 1. by Jakob Stoklund Olesen · 13 years ago
  11. 9d2fa87 The Mips specific function for instruction cache invalidation cannot be by Bruno Cardoso Lopes · 13 years ago
  12. a86a586 X86: Add patterns for the movbe instruction (mov + bswap, only available on atom) by Benjamin Kramer · 13 years ago
  13. a0ed0c0 Insert dummy ED table entries for pseudo-instructions. by Jakob Stoklund Olesen · 13 years ago
  14. eba564c Revert r141365. It was causing MultiSource/Benchmarks/MiBench/consumer-lame to by Bill Wendling · 13 years ago
  15. 042aadd MCAtom extending methods need to extend the range of the atom as well. by Owen Anderson · 13 years ago
  16. 475fa26 Mark the llvm.eh.sjlj.functioncontext intrinsic as reading memory so that fast by Bill Wendling · 13 years ago
  17. d226ed71 llvm-objdump: Take ownership of MCInstrInfos. by Benjamin Kramer · 13 years ago
  18. 1a9908d llvm-nm: Don't leak bitcode buffers. by Benjamin Kramer · 13 years ago
  19. 5d53ff5 XFAIL tblgen tests on leak checkers. by Benjamin Kramer · 13 years ago
  20. 8129d21 When getting the number of bits necessary for addressing mode by Bill Wendling · 13 years ago
  21. 1f10480 Put a bunch of calls to ToggleFeature behind proper if statements. by Craig Topper · 13 years ago
  22. 29b9d7e Fix a regression from r138445. If we're loading from the frame/base pointer by Chad Rosier · 13 years ago
  23. 68226a4 PTX: Print .ptr kernel attributes if PTX version >= 2.2 by Justin Holewinski · 13 years ago
  24. da39404 Add Ivy Bridge 16-bit floating point conversion instructions for the X86 disassembler. by Craig Topper · 13 years ago
  25. b7994fe Prevent potential NOREX bug. by Jakob Stoklund Olesen · 13 years ago
  26. ed74482 Add TEST8ri_NOREX pseudo to constrain sub_8bit_hi copies. by Jakob Stoklund Olesen · 13 years ago
  27. a55f657 Add missing test case for r141410. by Jakob Stoklund Olesen · 13 years ago
  28. 70b582a Include direct.h for _mkdir on mingw32 too. by Benjamin Kramer · 13 years ago
  29. 3ae9cf5 Revert r141079: tblgen: add preprocessor as a separate mode by Che-Liang Chiou · 13 years ago
  30. f855795 Always check if a method or a type exist before trying to create it. by Nicolas Geoffray · 13 years ago
  31. 48f248a lib/Object: Suppress warnings on gcc-4.3.4 cygwin by NAKAMURA Takumi · 13 years ago
  32. 017449d lib/DebugInfo/DWARFDebugLine.cpp: De-Unicode-ify. by NAKAMURA Takumi · 13 years ago
  33. 3a79eac Whitespace by NAKAMURA Takumi · 13 years ago
  34. 2d4b60f Disable ABS optimization for Thumb1 target, we don't have necessary instructions there. by Anton Korobeynikov · 13 years ago
  35. 4391bb7 Simplify definition of FP move instructions. by Akira Hatanaka · 13 years ago
  36. c9289f6 Define classes and multiclasses for FP binary instructions. by Akira Hatanaka · 13 years ago
  37. bfca079 Define multiclasses for FP-to-FP instructions. by Akira Hatanaka · 13 years ago
  38. a8de1c1 Define classes for FP unary instructions and multiclasses for FP-to-fixed point by Akira Hatanaka · 13 years ago
  39. 861a410 Unit test for LSR phi reuse in r141442. by Andrew Trick · 13 years ago
  40. cb518ee Add patterns for unaligned load and store instructions and enable the by Akira Hatanaka · 13 years ago
  41. 94794dd Add an extra safety check in front of the optimization in r141442. by Andrew Trick · 13 years ago
  42. d5d1700 Use the code that lowers the arguments and spills any values which are alive by Bill Wendling · 13 years ago
  43. 0be07d3 Add clang-tblgen to OPTIONAL_DIRS when building native tools for the by Peter Collingbourne · 13 years ago
  44. 27781b7 llvm-objdump: Add relocation and archive support. by Michael J. Spencer · 13 years ago
  45. 880545e PathV2: Add simplified version of exists that returns false on error. by Michael J. Spencer · 13 years ago
  46. c6500a5 Object: Add support for opening stdin. by Michael J. Spencer · 13 years ago
  47. 5861893 Object: constize Archive. by Michael J. Spencer · 13 years ago
  48. 051fee0 Enable ARM mode VDUP(scalar) tests. by Jim Grosbach · 13 years ago
  49. 460a905 ARM NEON assembly parsing and encoding for VDUP(scalar). by Jim Grosbach · 13 years ago
  50. c570191 LSR should only reuse phis that match its formula. by Andrew Trick · 13 years ago
  51. 9eb6b4d Fix APInt::operator*= so that it computes the correct result for large integers where there is unsigned overflow. Fix APFloat::toString so that it doesn't depend on the incorrect behavior in common cases (and computes the correct result in some rare cases). Fixes PR11086. by Eli Friedman · 13 years ago
  52. d2fdb4a Don't emit the symbol table entry for the .symtab_shndx section either. by Nick Lewycky · 13 years ago
  53. 4a8d43e Remove extraneous curlies. No functionality change. by Nick Lewycky · 13 years ago
  54. 21ff17c ARM prefix asmparser operand kind enums for readability. by Jim Grosbach · 13 years ago
  55. 2acf638 Take all of the invoke basic blocks and make the dispatch basic block their new by Bill Wendling · 13 years ago
  56. fbf5f1b Add a bool value to set the IsLandingPad flag to. by Bill Wendling · 13 years ago
  57. f1083d4 Take the code that was emitted for the llvm.eh.dispatch.setup intrinsic and emit by Bill Wendling · 13 years ago
  58. ce370cf Thread the chain through the eh.sjlj.setjmp intrinsic, like it's documented to by Bill Wendling · 13 years ago
  59. b3429d3 Don't emit a shstrtabindex in the reserved range. Spotted by inspection and by Nick Lewycky · 13 years ago
  60. aaae3f6 Clarify/fix typo. No functionality change. by Nick Lewycky · 13 years ago
  61. b66f184 Constrain both operands on MOVZX32_NOREXrr8. by Jakob Stoklund Olesen · 13 years ago
  62. 2099039 Fix a few changes I missed. by Michael J. Spencer · 13 years ago
  63. 01a4db3 Fix GCC again. by Michael J. Spencer · 13 years ago
  64. 3773fb4 Fix spelling in comment. by Michael J. Spencer · 13 years ago
  65. 4344b1e Change relocation API to be per section. This time without breaking GCC. by Michael J. Spencer · 13 years ago
  66. 186ffac Improve ARM assembly parser diagnostic for unexpected tokens. by Jim Grosbach · 13 years ago
  67. a48ad13 Revert 141376 and 141377 due to breaking the build. by Bill Wendling · 13 years ago
  68. a1b1b79 Remove Multidefs by David Greene · 13 years ago
  69. 67370ef Fix spelling in comment. by Michael J. Spencer · 13 years ago
  70. f1164a2 Change relocation API to be per section. by Michael J. Spencer · 13 years ago
  71. b767613 Jakob is the code owner of register allocation and TableGen. by Evan Cheng · 13 years ago
  72. 7c1780c High bits of movmskp{s|d} and pmovmskb are known zero. rdar://10247336 by Evan Cheng · 13 years ago
  73. 6d2f9ce Reenable tail calls for iOS 5.0 and later. by Bob Wilson · 13 years ago
  74. 2fef457 Reenable use of divmod compiler_rt functions for iOS 5.0 and later. by Bob Wilson · 13 years ago
  75. 7761948 Move default to top of switch by Matt Beaumont-Gay · 13 years ago
  76. 244455e Peephole optimization for ABS on ARM. Patch by Ana Pazos! by Anton Korobeynikov · 13 years ago
  77. 3f329cb Teach GVN to also propagate switch cases. For example, in this code by Duncan Sands · 13 years ago
  78. 75fe5f3 Add X86 disassembler support for RDFSBASE, RDGSBASE, WRFSBASE, and WRGSBASE. by Craig Topper · 13 years ago
  79. e8deca8 PostRA scheduler fix. Clear stale loop dependencies. by Andrew Trick · 13 years ago
  80. 4563bba whitespace by Andrew Trick · 13 years ago
  81. 1b526a9 Add X86 disassembler support for XSAVE, XRSTOR, and XSAVEOPT. by Craig Topper · 13 years ago
  82. 25f6dfd Revert part of r141274. Only need to change encoding for xchg %eax, %eax in 64-bit mode. This is because in 64-bit mode xchg %eax, %eax implies zeroing the upper 32-bits of RAX which makes it not a NOP. In 32-bit mode using NOP encoding is fine. by Craig Topper · 13 years ago
  83. 217f0e9 Use the correct vreg here. by Bill Wendling · 13 years ago
  84. 083a8eb Generate the dispatch code for a 'thumb' function. This is very similar to the by Bill Wendling · 13 years ago
  85. 7011eee Fix the check for nested IT instructions in the disassembler. We need to perform the check before adding the Thumb predicate, which pops on entry off the ITBlock queue. by Owen Anderson · 13 years ago
  86. 8540101 Remove the old atomic instrinsics. autoupgrade functionality is included with this patch. by Eli Friedman · 13 years ago
  87. 95ce2e9 Generate the dispatch table for ARM mode. by Bill Wendling · 13 years ago
  88. e29fa1d Refactor some of the code that sets up the entry block for SjLj EH. No functionality change. by Bill Wendling · 13 years ago
  89. bee5d2f Tidy up tests. Un-XFAIL file and mark individual tests as FIXME instead. by Jim Grosbach · 13 years ago
  90. 5e2cbc1 Use a thumb ORR instead of thumb2 ORR when in thumb-only mode. (Picky! Picky!) by Bill Wendling · 13 years ago
  91. 7abb795 Fix and clean up tests. Un-XFAIL. by Jim Grosbach · 13 years ago
  92. 04f15b4 * Set the low bit of the return address when we are in thumb mode. by Bill Wendling · 13 years ago
  93. d6f8509 Fix and clean up tests. Un-XFAIL. by Jim Grosbach · 13 years ago
  94. d2b9f20 Fix List-of-List Processing by David Greene · 13 years ago
  95. 2f0722c Make Test More Thorough by David Greene · 13 years ago
  96. 3ef1234 Fix -asserts build by Matt Beaumont-Gay · 13 years ago
  97. 9a6eba6 PTX: Implement signed division by Justin Holewinski · 13 years ago
  98. ee57318 Use StringSwitch. by Benjamin Kramer · 13 years ago
  99. 37d42af Simplify code. No functionality change. by Benjamin Kramer · 13 years ago
  100. c2d18f8 Fix Typo by David Greene · 13 years ago