aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a fixme note!Bruno Cardoso Lopes2011-09-151-0/+2
* Thumb2 assembly parsing and encoding for SHADD16/SHADD8.Jim Grosbach2011-09-151-0/+16
* Thumb2 assembly parsing and encoding for SHASX/SHSAX.Jim Grosbach2011-09-152-0/+40
* Minor cleanup.Eli Friedman2011-09-151-3/+2
* Unbreak the build for compilers that don't include cstdint everywhere.Benjamin Kramer2011-09-151-0/+1
* Thumb2 assembly parsing and encoding for SEV.W.Jim Grosbach2011-09-151-0/+12
* Use a more efficient lowering for Unordered/Monotonic atomic load/store on Th...Eli Friedman2011-09-152-2/+43
* Add the remaining AVX versions of instructions to X86InstrInfo, thisBruno Cardoso Lopes2011-09-151-4/+33
* Thumb2 assembly parsing and encoding for SEL.Jim Grosbach2011-09-151-0/+12
* DWARF: Reset the state after parsing a line table prologue and remove an unne...Benjamin Kramer2011-09-153-5/+5
* Thumb2 assembly parsing and encoding for SBFX.Jim Grosbach2011-09-151-0/+12
* Factor out partial register update checks for some SSE instructions.Bruno Cardoso Lopes2011-09-151-32/+53
* Some legalization fixes for atomic load and store.Eli Friedman2011-09-154-1/+38
* llvm-dwarfdump: Add an option to print out line info for a specific addressBenjamin Kramer2011-09-151-5/+15
* Add some missing 'CHECK' lines and tidy up others.Jim Grosbach2011-09-152-84/+48
* CommandLine: Add support for 64 bit unsigned integer options.Benjamin Kramer2011-09-152-0/+35
* DWARF: Don't crash when looking up an invalid address.Benjamin Kramer2011-09-151-0/+6
* Add an option to disable spill hoisting.Jakob Stoklund Olesen2011-09-151-1/+5
* Thumb2 assembly parsing and encoding for SBC.Jim Grosbach2011-09-151-0/+46
* Thumb2 assembly parsing and encoding for SASX.Jim Grosbach2011-09-152-0/+20
* Reapply r139759. Disable IV rewriting by default. See PR10916.Andrew Trick2011-09-153-3/+3
* Thumb2 assembly parsing and encoding for SADD16/SADD8.Jim Grosbach2011-09-151-0/+24
* Thumb2 assembly parsing and encoding for RSB.Jim Grosbach2011-09-152-0/+40
* DWARF: Put all the pieces we have together and provide a single accessor to D...Benjamin Kramer2011-09-154-2/+74
* DWARF: Remove accessors that parse the whole line table section in one go, th...Benjamin Kramer2011-09-154-58/+39
* Thumb2 assembly parsing and encoding for RRX.Jim Grosbach2011-09-151-0/+16
* Thumb2 assembly parsing and encoding for ROR.Jim Grosbach2011-09-151-0/+38
* Thumb2 assembly parsing and encoding for REV16/REVSH.Jim Grosbach2011-09-152-1/+35
* The the MC disassembler C API to print in verbose mode. Perhaps there should...Owen Anderson2011-09-152-1/+31
* Add support for stored annotations to MCInst, and provide facilities for MC-b...Owen Anderson2011-09-157-4/+70
* VirtRegMap is counting spill slots, not register spills.Jakob Stoklund Olesen2011-09-152-4/+4
* Change all checks regarding the presence of any SSE level to alwaysBruno Cardoso Lopes2011-09-152-63/+76
* Enable SSEDomainFix pass for AVX mode.Bruno Cardoso Lopes2011-09-151-4/+7
* Count correctly when a COPY turns into a spill or reload.Jakob Stoklund Olesen2011-09-151-1/+7
* Thumb2 assembly parsing and encoding for REV.Jim Grosbach2011-09-152-0/+18
* Thumb2 assembly parsing and encoding for RBIT.Jim Grosbach2011-09-151-0/+12
* Thumb2 assembly parsing and encoding for signed saturating arithmetic insns.Jim Grosbach2011-09-151-0/+68
* DWARF: Print line tables per compile unit, so they get the right address size.Benjamin Kramer2011-09-153-5/+23
* Assmebler symbol attribute directives don't work on temporary symbols.Jim Grosbach2011-09-151-1/+6
* Count inserted spills and reloads more accurately.Jakob Stoklund Olesen2011-09-151-14/+22
* DWARF: wire up .debug_str dumping.Benjamin Kramer2011-09-155-18/+30
* Handle missing newline at EOF more gracefully in MC AsmLexer.Jim Grosbach2011-09-151-1/+8
* Trace through sibling PHIs in bulk.Jakob Stoklund Olesen2011-09-151-23/+50
* ARM support the pre-UAL mnemonic 'qsubaddx' for 'qsax.'Jim Grosbach2011-09-151-0/+3
* Re-order test.Jim Grosbach2011-09-151-17/+18
* Thumb2 push/pop mnemonic recognition.Jim Grosbach2011-09-151-0/+6
* Use getPrevSlot() instead of getPrevIndex().Jakob Stoklund Olesen2011-09-151-1/+1
* Speed up LiveIntervals::shrinkToUse with some caching.Jakob Stoklund Olesen2011-09-151-6/+8
* Revert r139782, "RemoveCopyByCommutingDef doesn't need hasPHIKill()."Jakob Stoklund Olesen2011-09-151-8/+8
* DWARF: Make DIE printing more bulletproof.Benjamin Kramer2011-09-151-5/+18