aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-15Reapply r139759. Disable IV rewriting by default. See PR10916.Andrew Trick
2011-09-15Thumb2 assembly parsing and encoding for SADD16/SADD8.Jim Grosbach
2011-09-15Thumb2 assembly parsing and encoding for RSB.Jim Grosbach
2011-09-15DWARF: Put all the pieces we have together and provide a single accessor to D...Benjamin Kramer
2011-09-15DWARF: Remove accessors that parse the whole line table section in one go, th...Benjamin Kramer
2011-09-15Thumb2 assembly parsing and encoding for RRX.Jim Grosbach
2011-09-15Thumb2 assembly parsing and encoding for ROR.Jim Grosbach
2011-09-15Thumb2 assembly parsing and encoding for REV16/REVSH.Jim Grosbach
2011-09-15The the MC disassembler C API to print in verbose mode. Perhaps there should...Owen Anderson
2011-09-15Add support for stored annotations to MCInst, and provide facilities for MC-b...Owen Anderson
2011-09-15VirtRegMap is counting spill slots, not register spills.Jakob Stoklund Olesen
2011-09-15Change all checks regarding the presence of any SSE level to alwaysBruno Cardoso Lopes
2011-09-15Enable SSEDomainFix pass for AVX mode.Bruno Cardoso Lopes
2011-09-15Count correctly when a COPY turns into a spill or reload.Jakob Stoklund Olesen
2011-09-15Thumb2 assembly parsing and encoding for REV.Jim Grosbach
2011-09-15Thumb2 assembly parsing and encoding for RBIT.Jim Grosbach
2011-09-15Thumb2 assembly parsing and encoding for signed saturating arithmetic insns.Jim Grosbach
2011-09-15DWARF: Print line tables per compile unit, so they get the right address size.Benjamin Kramer
2011-09-15Assmebler symbol attribute directives don't work on temporary symbols.Jim Grosbach
2011-09-15Count inserted spills and reloads more accurately.Jakob Stoklund Olesen
2011-09-15DWARF: wire up .debug_str dumping.Benjamin Kramer
2011-09-15Handle missing newline at EOF more gracefully in MC AsmLexer.Jim Grosbach
2011-09-15Trace through sibling PHIs in bulk.Jakob Stoklund Olesen
2011-09-15ARM support the pre-UAL mnemonic 'qsubaddx' for 'qsax.'Jim Grosbach
2011-09-15Re-order test.Jim Grosbach
2011-09-15Thumb2 push/pop mnemonic recognition.Jim Grosbach
2011-09-15Use getPrevSlot() instead of getPrevIndex().Jakob Stoklund Olesen
2011-09-15Speed up LiveIntervals::shrinkToUse with some caching.Jakob Stoklund Olesen
2011-09-15Revert r139782, "RemoveCopyByCommutingDef doesn't need hasPHIKill()."Jakob Stoklund Olesen
2011-09-15DWARF: Make DIE printing more bulletproof.Benjamin Kramer
2011-09-15Despite what the GCC wiki says, a quick search shows thatNick Lewycky
2011-09-15Add some more DWARF extensions from:Nick Lewycky
2011-09-15Stop verifying hasPHIKill() flags.Jakob Stoklund Olesen
2011-09-15RemoveCopyByCommutingDef doesn't need hasPHIKill().Jakob Stoklund Olesen
2011-09-15It is safe to remat a value killed by phis.Jakob Stoklund Olesen
2011-09-15Leave hasPHIKill flags alone in LiveInterval::RenumberValues.Jakob Stoklund Olesen
2011-09-15Update Dwarf enums list for DWARF 4.Nick Lewycky
2011-09-15DWARF: Print the number for unknown abbrev fields.Benjamin Kramer
2011-09-15DWARF: Fail gracefully when encountering unknown values in an abbrev.Benjamin Kramer
2011-09-15Give structs with virtual methods a virtual destructor.Nick Lewycky
2011-09-15DWARF: Silence GCC -Wsign-compare warning.Benjamin Kramer
2011-09-15DWARF: Fix indentation.Benjamin Kramer
2011-09-15DWARF: Include <algorithm> explicitly.Benjamin Kramer
2011-09-15DWARF: Add basic support for line tables.Benjamin Kramer
2011-09-15Make demanded-elt simplification for shufflevector slightly stronger. Spotte...Eli Friedman
2011-09-15[regcoalescing] bug fix for RegistersDefinedFromSameValue.Andrew Trick
2011-09-14Fix the code creating VZEXT_LOAD so that it creates the right memoperand. Is...Eli Friedman
2011-09-14Thumb2 assembly parsing and encoding for PLI.Jim Grosbach
2011-09-14Thumb2 assembly parsing and encoding for PLD.Jim Grosbach
2011-09-14Update the comment for system_temp_directory() to indicate when itDouglas Gregor