summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* use 64-bit types instead of off_t/size_t to avoid the issue whenIvan Krasin2011-09-15
* Add a fixme note!Bruno Cardoso Lopes2011-09-15
* Thumb2 assembly parsing and encoding for SHASX/SHSAX.Jim Grosbach2011-09-15
* Minor cleanup.Eli Friedman2011-09-15
* Use a more efficient lowering for Unordered/Monotonic atomic load/store on Th...Eli Friedman2011-09-15
* Add the remaining AVX versions of instructions to X86InstrInfo, thisBruno Cardoso Lopes2011-09-15
* DWARF: Reset the state after parsing a line table prologue and remove an unne...Benjamin Kramer2011-09-15
* Factor out partial register update checks for some SSE instructions.Bruno Cardoso Lopes2011-09-15
* Some legalization fixes for atomic load and store.Eli Friedman2011-09-15
* CommandLine: Add support for 64 bit unsigned integer options.Benjamin Kramer2011-09-15
* 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