summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* DWARF: Don't crash when looking up an invalid address.Benjamin Kramer2011-09-15
* Add an option to disable spill hoisting.Jakob Stoklund Olesen2011-09-15
* Thumb2 assembly parsing and encoding for SASX.Jim Grosbach2011-09-15
* Reapply r139759. Disable IV rewriting by default. See PR10916.Andrew Trick2011-09-15
* Thumb2 assembly parsing and encoding for RSB.Jim Grosbach2011-09-15
* DWARF: Put all the pieces we have together and provide a single accessor to D...Benjamin Kramer2011-09-15
* DWARF: Remove accessors that parse the whole line table section in one go, th...Benjamin Kramer2011-09-15
* Thumb2 assembly parsing and encoding for REV16/REVSH.Jim Grosbach2011-09-15
* The the MC disassembler C API to print in verbose mode. Perhaps there should...Owen Anderson2011-09-15
* Add support for stored annotations to MCInst, and provide facilities for MC-b...Owen Anderson2011-09-15
* VirtRegMap is counting spill slots, not register spills.Jakob Stoklund Olesen2011-09-15
* Change all checks regarding the presence of any SSE level to alwaysBruno Cardoso Lopes2011-09-15
* Enable SSEDomainFix pass for AVX mode.Bruno Cardoso Lopes2011-09-15
* Count correctly when a COPY turns into a spill or reload.Jakob Stoklund Olesen2011-09-15
* Thumb2 assembly parsing and encoding for REV.Jim Grosbach2011-09-15
* DWARF: Print line tables per compile unit, so they get the right address size.Benjamin Kramer2011-09-15
* Assmebler symbol attribute directives don't work on temporary symbols.Jim Grosbach2011-09-15
* Count inserted spills and reloads more accurately.Jakob Stoklund Olesen2011-09-15
* DWARF: wire up .debug_str dumping.Benjamin Kramer2011-09-15
* Handle missing newline at EOF more gracefully in MC AsmLexer.Jim Grosbach2011-09-15
* Trace through sibling PHIs in bulk.Jakob Stoklund Olesen2011-09-15
* ARM support the pre-UAL mnemonic 'qsubaddx' for 'qsax.'Jim Grosbach2011-09-15
* Thumb2 push/pop mnemonic recognition.Jim Grosbach2011-09-15
* Speed up LiveIntervals::shrinkToUse with some caching.Jakob Stoklund Olesen2011-09-15
* Revert r139782, "RemoveCopyByCommutingDef doesn't need hasPHIKill()."Jakob Stoklund Olesen2011-09-15
* DWARF: Make DIE printing more bulletproof.Benjamin Kramer2011-09-15
* Add some more DWARF extensions from:Nick Lewycky2011-09-15
* Stop verifying hasPHIKill() flags.Jakob Stoklund Olesen2011-09-15
* RemoveCopyByCommutingDef doesn't need hasPHIKill().Jakob Stoklund Olesen2011-09-15
* It is safe to remat a value killed by phis.Jakob Stoklund Olesen2011-09-15
* Leave hasPHIKill flags alone in LiveInterval::RenumberValues.Jakob Stoklund Olesen2011-09-15
* Update Dwarf enums list for DWARF 4.Nick Lewycky2011-09-15
* DWARF: Print the number for unknown abbrev fields.Benjamin Kramer2011-09-15
* DWARF: Fail gracefully when encountering unknown values in an abbrev.Benjamin Kramer2011-09-15
* Give structs with virtual methods a virtual destructor.Nick Lewycky2011-09-15
* DWARF: Silence GCC -Wsign-compare warning.Benjamin Kramer2011-09-15
* DWARF: Fix indentation.Benjamin Kramer2011-09-15
* DWARF: Include <algorithm> explicitly.Benjamin Kramer2011-09-15
* DWARF: Add basic support for line tables.Benjamin Kramer2011-09-15
* Make demanded-elt simplification for shufflevector slightly stronger. Spotte...Eli Friedman2011-09-15
* [regcoalescing] bug fix for RegistersDefinedFromSameValue.Andrew Trick2011-09-15
* Fix the code creating VZEXT_LOAD so that it creates the right memoperand. Is...Eli Friedman2011-09-14
* Update the comment for system_temp_directory() to indicate when itDouglas Gregor2011-09-14
* Thumb2 assembly parsing and encoding for PKH.Jim Grosbach2011-09-14
* ARMv7a has the PKH instructions.Jim Grosbach2011-09-14
* Add support to emit debug info for C++0x nullptr type.Devang Patel2011-09-14
* ARM tighten up the register classes for the PKH instructions.Jim Grosbach2011-09-14
* Fix a crasher in Thumb2 MOV-immediate encoding for certain inputs.Owen Anderson2011-09-14
* Include limits.h to make sure PATH_MAX is known on Solaris 10.Bill Wendling2011-09-14
* Thumb2 assembly parsing and encoding for MVN.Jim Grosbach2011-09-14