1. 48dbeec We now look for clang, then llvm-gcc, then gcc as our compiler. We don't need by Eric Christopher · 14 years ago
  2. 4263483 Have the llvm configure process look for clang, then llvm-gcc, and then gcc by Eric Christopher · 14 years ago
  3. 3335029 Thumb2 assembly parsing and encoding for SSUB16/SSUB8. by Jim Grosbach · 14 years ago
  4. 50bd470 Thumb2 assembly parsing and encoding for SSAX. by Jim Grosbach · 14 years ago
  5. ecc9b5e Fix a minor bug in fs::create_directories. Patch by Albert Wong. by Eli Friedman · 14 years ago
  6. 9f4ddb3 Thumb2 assembly parsing and encoding for SSAT16. by Jim Grosbach · 14 years ago
  7. b105b99 Thumb2 assembly parsing and encoding for SSAT. by Jim Grosbach · 14 years ago
  8. 05ec8f7 Thumb2 assembly parsing and encoding for SRS. by Jim Grosbach · 14 years ago
  9. dea8412 Thumb2 assembly parsing and encoding for SMMUSD/SMUSDX. by Jim Grosbach · 14 years ago
  10. 41ca75b Thumb2 assembly parsing and encoding for SMMULWB/SMULWT. by Jim Grosbach · 14 years ago
  11. 3443ed5 Thumb2 assembly parsing and encoding for SMMULL. by Jim Grosbach · 14 years ago
  12. 3c4c879 Fix comment. by Jim Grosbach · 14 years ago
  13. d727148 Thumb2 assembly parsing and encoding for SMULBB/SMULBT/SMULTB/SMULTT. by Jim Grosbach · 14 years ago
  14. c9592cb Thumb2 assembly parsing and encoding for SMMUAD'dib. by Jim Grosbach · 14 years ago
  15. f3578a8 Thumb2 assembly parsing and encoding for SMMUL/SMMULR. by Jim Grosbach · 14 years ago
  16. a610d61 Port over more Thumb2 assembly tests to disassembly tests. by Owen Anderson · 14 years ago
  17. 1070278 Port over more Thumb2 assembly tests to disassembly tests. by Owen Anderson · 14 years ago
  18. cb574bb Thumb2 assembly parsing and encoding for SMMLS/SMMLSR. by Jim Grosbach · 14 years ago
  19. 3b61d23 Thumb2 assembly parsing and encoding for SMMLA/SMMLAR. by Jim Grosbach · 14 years ago
  20. 7ff2472 Thumb2 assembly parsing and encoding for SMLSLD/SMLSLDX. by Jim Grosbach · 14 years ago
  21. 920ad2b Thumb2 assembly parsing and encoding for SMLSD/SMLSDX. by Jim Grosbach · 14 years ago
  22. f566ca7 Thumb2 assembly parsing and encoding for SMLAWB/SMLAWT. by Jim Grosbach · 14 years ago
  23. 231948f Thumb2 assembly parsing and encoding for SMLALD/SMLALDX. by Jim Grosbach · 14 years ago
  24. 4f2999b Thumb2 assembly parsing and encoding for SMLALBB/SMLALBT/SMLALTB/SMLALTT. by Jim Grosbach · 14 years ago
  25. db7e2e5 Kill some dead code. by Jim Grosbach · 14 years ago
  26. fb9cffe Tidy up a bit. by Jim Grosbach · 14 years ago
  27. 837fc5e Thumb2 assembly parsing and encoding for SMLAL. by Jim Grosbach · 14 years ago
  28. cc32efd Test case trial and error. Not sure the proper way to check MBB names. by Andrew Trick · 14 years ago
  29. 17bd2c5 Reduced a stronger test case for coalescer bug PR10920. by Andrew Trick · 14 years ago
  30. 76f58d2 Namespacify. by Benjamin Kramer · 14 years ago
  31. e74711b Thumb2 assembly parsing and encoding for SMLAD/SMLADX. by Jim Grosbach · 14 years ago
  32. ebac0c1 Spill mode: Hoist back-copies locally. by Jakob Stoklund Olesen · 14 years ago
  33. 69cf1ca Disable local spill hoisting for non-killing copies. by Jakob Stoklund Olesen · 14 years ago
  34. 246ae02 Thumb2 assembly parsing and encoding for SMLABB/SMLABT/SMLATB/SMLATT. by Jim Grosbach · 14 years ago
  35. f08084b Thumb2 assembly parsing and encoding for SHSUB16/SHSUB8. by Jim Grosbach · 14 years ago
  36. eeca758 Remove incorrect comments. by Jim Grosbach · 14 years ago
  37. 98c5dda Don't attach annotations to MCInst's. Instead, have the disassembler return, and the printer accept, an annotation string which can be passed through if the client cares about annotations. by Owen Anderson · 14 years ago
  38. 71280b5 use 64-bit types instead of off_t/size_t to avoid the issue when by Ivan Krasin · 14 years ago
  39. 6b5b79c Add a fixme note! by Bruno Cardoso Lopes · 14 years ago
  40. 5a6370f Thumb2 assembly parsing and encoding for SHADD16/SHADD8. by Jim Grosbach · 14 years ago
  41. c075d45 Thumb2 assembly parsing and encoding for SHASX/SHSAX. by Jim Grosbach · 14 years ago
  42. 74bf18c Minor cleanup. by Eli Friedman · 14 years ago
  43. c9935f3 Unbreak the build for compilers that don't include cstdint everywhere. by Benjamin Kramer · 14 years ago
  44. d16160f Thumb2 assembly parsing and encoding for SEV.W. by Jim Grosbach · 14 years ago
  45. 7cc1566 Use a more efficient lowering for Unordered/Monotonic atomic load/store on Thumb1. by Eli Friedman · 14 years ago
  46. b4e905d Add the remaining AVX versions of instructions to X86InstrInfo, this by Bruno Cardoso Lopes · 14 years ago
  47. 56019a3 Thumb2 assembly parsing and encoding for SEL. by Jim Grosbach · 14 years ago
  48. 9013db3 DWARF: Reset the state after parsing a line table prologue and remove an unnecessary lookup. by Benjamin Kramer · 14 years ago
  49. 7ecedac Thumb2 assembly parsing and encoding for SBFX. by Jim Grosbach · 14 years ago
  50. cd2857e Factor out partial register update checks for some SSE instructions. by Bruno Cardoso Lopes · 14 years ago
  51. 331120b Some legalization fixes for atomic load and store. by Eli Friedman · 14 years ago
  52. 6b3ae46 llvm-dwarfdump: Add an option to print out line info for a specific address by Benjamin Kramer · 14 years ago
  53. 356c759 Add some missing 'CHECK' lines and tidy up others. by Jim Grosbach · 14 years ago
  54. b351456 CommandLine: Add support for 64 bit unsigned integer options. by Benjamin Kramer · 14 years ago
  55. f5b0acc DWARF: Don't crash when looking up an invalid address. by Benjamin Kramer · 14 years ago
  56. b9edad0 Add an option to disable spill hoisting. by Jakob Stoklund Olesen · 14 years ago
  57. fd8b851 Thumb2 assembly parsing and encoding for SBC. by Jim Grosbach · 14 years ago
  58. e4e4a93 Thumb2 assembly parsing and encoding for SASX. by Jim Grosbach · 14 years ago
  59. b0598b1 Reapply r139759. Disable IV rewriting by default. See PR10916. by Andrew Trick · 14 years ago
  60. ed15ab1 Thumb2 assembly parsing and encoding for SADD16/SADD8. by Jim Grosbach · 14 years ago
  61. 191d33f Thumb2 assembly parsing and encoding for RSB. by Jim Grosbach · 14 years ago
  62. 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 · 14 years ago
  63. c26ed9b DWARF: Remove accessors that parse the whole line table section in one go, this can't possibly work. by Benjamin Kramer · 14 years ago
  64. aba8015 Thumb2 assembly parsing and encoding for RRX. by Jim Grosbach · 14 years ago
  65. 5260be1 Thumb2 assembly parsing and encoding for ROR. by Jim Grosbach · 14 years ago
  66. 689b86e Thumb2 assembly parsing and encoding for REV16/REVSH. by Jim Grosbach · 14 years ago
  67. 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 · 14 years ago
  68. 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 · 14 years ago
  69. 01afdb3 VirtRegMap is counting spill slots, not register spills. by Jakob Stoklund Olesen · 14 years ago
  70. 0c4b9ff Change all checks regarding the presence of any SSE level to always by Bruno Cardoso Lopes · 14 years ago
  71. 41a9635 Enable SSEDomainFix pass for AVX mode. by Bruno Cardoso Lopes · 14 years ago
  72. d205f7a Count correctly when a COPY turns into a spill or reload. by Jakob Stoklund Olesen · 14 years ago
  73. 1b69a12 Thumb2 assembly parsing and encoding for REV. by Jim Grosbach · 14 years ago
  74. 4bab3c7 Thumb2 assembly parsing and encoding for RBIT. by Jim Grosbach · 14 years ago
  75. 3e3a9c7 Thumb2 assembly parsing and encoding for signed saturating arithmetic insns. by Jim Grosbach · 14 years ago
  76. fe80f1d DWARF: Print line tables per compile unit, so they get the right address size. by Benjamin Kramer · 14 years ago
  77. 10ec650 Assmebler symbol attribute directives don't work on temporary symbols. by Jim Grosbach · 14 years ago
  78. 79c40a0 Count inserted spills and reloads more accurately. by Jakob Stoklund Olesen · 14 years ago
  79. 34f864f DWARF: wire up .debug_str dumping. by Benjamin Kramer · 14 years ago
  80. 70796ca Handle missing newline at EOF more gracefully in MC AsmLexer. by Jim Grosbach · 14 years ago
  81. 6b6e32d Trace through sibling PHIs in bulk. by Jakob Stoklund Olesen · 14 years ago
  82. b6e9a83 ARM support the pre-UAL mnemonic 'qsubaddx' for 'qsax.' by Jim Grosbach · 14 years ago
  83. 07d7f3d Re-order test. by Jim Grosbach · 14 years ago
  84. 57b21e4 Thumb2 push/pop mnemonic recognition. by Jim Grosbach · 14 years ago
  85. a1dd305 Use getPrevSlot() instead of getPrevIndex(). by Jakob Stoklund Olesen · 14 years ago
  86. 031432f Speed up LiveIntervals::shrinkToUse with some caching. by Jakob Stoklund Olesen · 14 years ago
  87. 9b82d50 Revert r139782, "RemoveCopyByCommutingDef doesn't need hasPHIKill()." by Jakob Stoklund Olesen · 14 years ago
  88. 75c6308 DWARF: Make DIE printing more bulletproof. by Benjamin Kramer · 14 years ago
  89. 2460f32 Despite what the GCC wiki says, a quick search shows that by Nick Lewycky · 14 years ago
  90. 3a4178e Add some more DWARF extensions from: by Nick Lewycky · 14 years ago
  91. df8412c Stop verifying hasPHIKill() flags. by Jakob Stoklund Olesen · 14 years ago
  92. de07abe RemoveCopyByCommutingDef doesn't need hasPHIKill(). by Jakob Stoklund Olesen · 14 years ago
  93. 4ea24e9 It is safe to remat a value killed by phis. by Jakob Stoklund Olesen · 14 years ago
  94. 573a32d Leave hasPHIKill flags alone in LiveInterval::RenumberValues. by Jakob Stoklund Olesen · 14 years ago
  95. f59c532 Update Dwarf enums list for DWARF 4. by Nick Lewycky · 14 years ago
  96. 7b97442 DWARF: Print the number for unknown abbrev fields. by Benjamin Kramer · 14 years ago
  97. 42180e8 DWARF: Fail gracefully when encountering unknown values in an abbrev. by Benjamin Kramer · 14 years ago
  98. 6bc4e71 Give structs with virtual methods a virtual destructor. by Nick Lewycky · 14 years ago
  99. 068d9a5 DWARF: Silence GCC -Wsign-compare warning. by Benjamin Kramer · 14 years ago
  100. 89aedba DWARF: Fix indentation. by Benjamin Kramer · 14 years ago