1. f5b0acc DWARF: Don't crash when looking up an invalid address. by Benjamin Kramer · 13 years ago
  2. b9edad0 Add an option to disable spill hoisting. by Jakob Stoklund Olesen · 13 years ago
  3. fd8b851 Thumb2 assembly parsing and encoding for SBC. by Jim Grosbach · 13 years ago
  4. e4e4a93 Thumb2 assembly parsing and encoding for SASX. by Jim Grosbach · 13 years ago
  5. b0598b1 Reapply r139759. Disable IV rewriting by default. See PR10916. by Andrew Trick · 13 years ago
  6. ed15ab1 Thumb2 assembly parsing and encoding for SADD16/SADD8. by Jim Grosbach · 13 years ago
  7. 191d33f Thumb2 assembly parsing and encoding for RSB. by Jim Grosbach · 13 years ago
  8. 101b1c5 DWARF: Put all the pieces we have together and provide a single accessor to DIContext that provides line information when given an address. by Benjamin Kramer · 13 years ago
  9. c26ed9b DWARF: Remove accessors that parse the whole line table section in one go, this can't possibly work. by Benjamin Kramer · 13 years ago
  10. aba8015 Thumb2 assembly parsing and encoding for RRX. by Jim Grosbach · 13 years ago
  11. 5260be1 Thumb2 assembly parsing and encoding for ROR. by Jim Grosbach · 13 years ago
  12. 689b86e Thumb2 assembly parsing and encoding for REV16/REVSH. by Jim Grosbach · 13 years ago
  13. 8f29e69 The the MC disassembler C API to print in verbose mode. Perhaps there should be a parameter to request verbose mode? by Owen Anderson · 13 years ago
  14. ede042d Add support for stored annotations to MCInst, and provide facilities for MC-based InstPrinters to print them out. Enhance the ARM and X86 InstPrinter's to do so in verbose mode. by Owen Anderson · 13 years ago
  15. 01afdb3 VirtRegMap is counting spill slots, not register spills. by Jakob Stoklund Olesen · 13 years ago
  16. 0c4b9ff Change all checks regarding the presence of any SSE level to always by Bruno Cardoso Lopes · 13 years ago
  17. 41a9635 Enable SSEDomainFix pass for AVX mode. by Bruno Cardoso Lopes · 13 years ago
  18. d205f7a Count correctly when a COPY turns into a spill or reload. by Jakob Stoklund Olesen · 13 years ago
  19. 1b69a12 Thumb2 assembly parsing and encoding for REV. by Jim Grosbach · 13 years ago
  20. 4bab3c7 Thumb2 assembly parsing and encoding for RBIT. by Jim Grosbach · 13 years ago
  21. 3e3a9c7 Thumb2 assembly parsing and encoding for signed saturating arithmetic insns. by Jim Grosbach · 13 years ago
  22. fe80f1d DWARF: Print line tables per compile unit, so they get the right address size. by Benjamin Kramer · 13 years ago
  23. 10ec650 Assmebler symbol attribute directives don't work on temporary symbols. by Jim Grosbach · 13 years ago
  24. 79c40a0 Count inserted spills and reloads more accurately. by Jakob Stoklund Olesen · 13 years ago
  25. 34f864f DWARF: wire up .debug_str dumping. by Benjamin Kramer · 13 years ago
  26. 70796ca Handle missing newline at EOF more gracefully in MC AsmLexer. by Jim Grosbach · 13 years ago
  27. 6b6e32d Trace through sibling PHIs in bulk. by Jakob Stoklund Olesen · 13 years ago
  28. b6e9a83 ARM support the pre-UAL mnemonic 'qsubaddx' for 'qsax.' by Jim Grosbach · 13 years ago
  29. 07d7f3d Re-order test. by Jim Grosbach · 13 years ago
  30. 57b21e4 Thumb2 push/pop mnemonic recognition. by Jim Grosbach · 13 years ago
  31. a1dd305 Use getPrevSlot() instead of getPrevIndex(). by Jakob Stoklund Olesen · 13 years ago
  32. 031432f Speed up LiveIntervals::shrinkToUse with some caching. by Jakob Stoklund Olesen · 13 years ago
  33. 9b82d50 Revert r139782, "RemoveCopyByCommutingDef doesn't need hasPHIKill()." by Jakob Stoklund Olesen · 13 years ago
  34. 75c6308 DWARF: Make DIE printing more bulletproof. by Benjamin Kramer · 13 years ago
  35. 2460f32 Despite what the GCC wiki says, a quick search shows that by Nick Lewycky · 13 years ago
  36. 3a4178e Add some more DWARF extensions from: by Nick Lewycky · 13 years ago
  37. df8412c Stop verifying hasPHIKill() flags. by Jakob Stoklund Olesen · 13 years ago
  38. de07abe RemoveCopyByCommutingDef doesn't need hasPHIKill(). by Jakob Stoklund Olesen · 13 years ago
  39. 4ea24e9 It is safe to remat a value killed by phis. by Jakob Stoklund Olesen · 13 years ago
  40. 573a32d Leave hasPHIKill flags alone in LiveInterval::RenumberValues. by Jakob Stoklund Olesen · 13 years ago
  41. f59c532 Update Dwarf enums list for DWARF 4. by Nick Lewycky · 13 years ago
  42. 7b97442 DWARF: Print the number for unknown abbrev fields. by Benjamin Kramer · 13 years ago
  43. 42180e8 DWARF: Fail gracefully when encountering unknown values in an abbrev. by Benjamin Kramer · 13 years ago
  44. 6bc4e71 Give structs with virtual methods a virtual destructor. by Nick Lewycky · 13 years ago
  45. 068d9a5 DWARF: Silence GCC -Wsign-compare warning. by Benjamin Kramer · 13 years ago
  46. 89aedba DWARF: Fix indentation. by Benjamin Kramer · 13 years ago
  47. 7393c7f DWARF: Include <algorithm> explicitly. by Benjamin Kramer · 13 years ago
  48. b848e97 DWARF: Add basic support for line tables. by Benjamin Kramer · 13 years ago
  49. c82751d Make demanded-elt simplification for shufflevector slightly stronger. Spotted by inspection. by Eli Friedman · 13 years ago
  50. b1afbac [regcoalescing] bug fix for RegistersDefinedFromSameValue. by Andrew Trick · 13 years ago
  51. 322ea08 Fix the code creating VZEXT_LOAD so that it creates the right memoperand. Issue spotted in -debug output. I can't think of any practical effects at the moment, but it might matter if we start doing more aggressive alias analysis in CodeGen. by Eli Friedman · 13 years ago
  52. f18544d Thumb2 assembly parsing and encoding for PLI. by Jim Grosbach · 13 years ago
  53. f83e297 Thumb2 assembly parsing and encoding for PLD. by Jim Grosbach · 13 years ago
  54. d26d6b6 Update the comment for system_temp_directory() to indicate when it by Douglas Gregor · 13 years ago
  55. 0b69247 Thumb2 assembly parsing and encoding for PKH. by Jim Grosbach · 13 years ago
  56. 21a05e7 ARMv7a has the PKH instructions. by Jim Grosbach · 13 years ago
  57. 734a67c Add support to emit debug info for C++0x nullptr type. by Devang Patel · 13 years ago
  58. e1d58a6 ARM tighten up the register classes for the PKH instructions. by Jim Grosbach · 13 years ago
  59. 8adf620 Fix a crasher in Thumb2 MOV-immediate encoding for certain inputs. by Owen Anderson · 13 years ago
  60. 544e412 Include limits.h to make sure PATH_MAX is known on Solaris 10. by Bill Wendling · 13 years ago
  61. 0b3ed6d Thumb2 assembly parsing and encoding for ORR. by Jim Grosbach · 13 years ago
  62. b72504b Thumb2 assembly parsing and encoding for ORN. by Jim Grosbach · 13 years ago
  63. 5c5eca3 Thumb2 assembly parsing and encoding for NOP.W. by Jim Grosbach · 13 years ago
  64. d32872f Thumb2 assembly parsing and encoding for MVN. by Jim Grosbach · 13 years ago
  65. 34626ac Nested IT blocks are UNPREDICTABLE. Mark them as such when disassembling them. by Owen Anderson · 13 years ago
  66. 64944f4 Thumb2 assembly parsing and encoding for MUL. by Jim Grosbach · 13 years ago
  67. 10df806 DWARF: Generate the address lookup table from the DIE tree if .debug_aranges is not available. by Benjamin Kramer · 13 years ago
  68. 55cf815 Add a simple routine to determine the typical system directory for by Douglas Gregor · 13 years ago
  69. bf841cf Thumb2 assembly parsing and encoding for MSR/MRS. by Jim Grosbach · 13 years ago
  70. 97f50f3 Thumb2 assembly parsing and encoding for MRC/MRC2/MRRC/MRRC2. by Jim Grosbach · 13 years ago
  71. 95be01a Thumb2 assembly parsing and encoding for MOVT. by Jim Grosbach · 13 years ago
  72. c2d3164 Thumb2 assembly parsing for MOV in IT block. by Jim Grosbach · 13 years ago
  73. d6361c0 DWARF: Reorder fields to reduce padding. by Benjamin Kramer · 13 years ago
  74. 1d2fd75 Don't mark objc_retainBlock as nounwind. It calls user copy constructors by Dan Gohman · 13 years ago
  75. 2110482 objc_retainBlock is not NoModRef because it can update forwarding pointers by Dan Gohman · 13 years ago
  76. d0588e2 ARM fix assembly parser handling of ranges in register lists. by Jim Grosbach · 13 years ago
  77. 0942255 DWARF: Improve indentation of DIE dumping so it's easier to see the structure. by Benjamin Kramer · 13 years ago
  78. 0d4fea7 Ignore the cloning of unknown registers. by Jakob Stoklund Olesen · 13 years ago
  79. 1c0b24f llvm-dwarfdump: Make the "is debug info section" heuristic stricter so it doesn't accidentaly picks up the wrong section. by Benjamin Kramer · 13 years ago
  80. 0b7b6a0 Add comment. by Akira Hatanaka · 13 years ago
  81. c4c6338 Hoist back-copies to the least busy dominator. by Jakob Stoklund Olesen · 13 years ago
  82. 6148225 Move state var to private class member. by Jim Grosbach · 13 years ago
  83. dcd9996 Add APInt support for converting to/from hexatridecimal strings by Douglas Gregor · 13 years ago
  84. 436fe84 Add integer promotion support for vselect by Nadav Rotem · 13 years ago
  85. a08e255 Fix mem type for VEX.128 form of VROUNDP*. Remove filter preventing VROUND from being recognized by disassembler. by Craig Topper · 13 years ago
  86. 3bb43a8 Make disassembling of VBLEND* print immediate as a XMM/YMM register name. Fixes PR10917. by Craig Topper · 13 years ago
  87. 6a9795a Add test case for PR10851. by Craig Topper · 13 years ago
  88. c4cc40c One more patch towards JIT support for Mips. by Bruno Cardoso Lopes · 13 years ago
  89. 484ddf5 Teach the foldable tables about 128-bit AVX instructions and make the by Bruno Cardoso Lopes · 13 years ago
  90. 5ca0d14 Vector shuffle mask <i32 4, i32 5, i32 2, i32 3> should yield "movsd", not "movss". by Bruno Cardoso Lopes · 13 years ago
  91. 553f933 Don't rely in <algorithm> being pulled in transitively. by Benjamin Kramer · 13 years ago
  92. ac241fe Object: make the following changes into SymbolRef by Benjamin Kramer · 13 years ago
  93. 357b571 Remove unimplemented function prototypes from PathV2. They can be readded when someone cares enough. by Benjamin Kramer · 13 years ago
  94. 358f4fd DWARF: Port support for parsing .debug_aranges section from LLDB and wire it up to llvm-dwarfdump. by Benjamin Kramer · 13 years ago
  95. 8366234 ObjectFile: Add support for mach-o-style dSYM companion files. by Benjamin Kramer · 13 years ago
  96. d2aaaf3 Remove ancient debug info constructs from test cases, they are not relevant to test case's main objective. by Devang Patel · 13 years ago
  97. 64789c5 Remove unnecessary old test. by Devang Patel · 13 years ago
  98. 15ec085 DebugInfo: Don't print DIEs multiple times. by Benjamin Kramer · 13 years ago
  99. e640a22 Fix indenting. by Eric Christopher · 13 years ago
  100. f1c21a8 First step in supporting #line directives in assembler. This step parses the by Kevin Enderby · 13 years ago