summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2011-09-16Tidy up. 80 columns.Jim Grosbach1-6/+12
2011-09-16Fix disassembly of Thumb2 LDRSH with a #-0 offset.Owen Anderson2-2/+7
2011-09-16Thumb2 assembly parsing and encoding for STR(immediate).Jim Grosbach1-0/+16
2011-09-16Fix PR10884.Bruno Cardoso Lopes2-9/+1
2011-09-16Thumb2 assembly parsing and encoding for STMIA.Jim Grosbach2-1/+17
2011-09-16Thumb2 assembly parsing and encoding for SSAX.Jim Grosbach1-0/+2
2011-09-16Fix a minor bug in fs::create_directories. Patch by Albert Wong.Eli Friedman1-1/+1
2011-09-16Thumb2 assembly parsing and encoding for SSAT.Jim Grosbach1-2/+9
2011-09-16Thumb2 assembly parsing and encoding for SRS.Jim Grosbach1-20/+18
2011-09-16Thumb2 assembly parsing and encoding for SMMULL.Jim Grosbach1-3/+3
2011-09-16Thumb2 assembly parsing and encoding for SMLSLD/SMLSLDX.Jim Grosbach1-3/+3
2011-09-16Thumb2 assembly parsing and encoding for SMLALD/SMLALDX.Jim Grosbach1-4/+4
2011-09-16Kill some dead code.Jim Grosbach1-45/+0
2011-09-16Tidy up a bit.Jim Grosbach1-5/+4
2011-09-16Thumb2 assembly parsing and encoding for SMLAL.Jim Grosbach1-3/+4
2011-09-16Namespacify.Benjamin Kramer2-8/+12
2011-09-16Spill mode: Hoist back-copies locally.Jakob Stoklund Olesen1-6/+17
2011-09-16Disable local spill hoisting for non-killing copies.Jakob Stoklund Olesen1-5/+15
2011-09-15Remove incorrect comments.Jim Grosbach1-3/+1
2011-09-15Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson25-88/+71
2011-09-15use 64-bit types instead of off_t/size_t to avoid the issue whenIvan Krasin1-4/+4
2011-09-15Add a fixme note!Bruno Cardoso Lopes1-0/+2
2011-09-15Thumb2 assembly parsing and encoding for SHASX/SHSAX.Jim Grosbach1-0/+4
2011-09-15Minor cleanup.Eli Friedman1-3/+2
2011-09-15Use a more efficient lowering for Unordered/Monotonic atomic load/store on Th...Eli Friedman2-2/+43
2011-09-15Add the remaining AVX versions of instructions to X86InstrInfo, thisBruno Cardoso Lopes1-4/+33
2011-09-15DWARF: Reset the state after parsing a line table prologue and remove an unne...Benjamin Kramer3-5/+5
2011-09-15Factor out partial register update checks for some SSE instructions.Bruno Cardoso Lopes1-32/+53
2011-09-15Some legalization fixes for atomic load and store.Eli Friedman3-1/+29
2011-09-15CommandLine: Add support for 64 bit unsigned integer options.Benjamin Kramer1-0/+13
2011-09-15DWARF: Don't crash when looking up an invalid address.Benjamin Kramer1-0/+6
2011-09-15Add an option to disable spill hoisting.Jakob Stoklund Olesen1-1/+5
2011-09-15Thumb2 assembly parsing and encoding for SASX.Jim Grosbach1-0/+2
2011-09-15Reapply r139759. Disable IV rewriting by default. See PR10916.Andrew Trick1-1/+1
2011-09-15Thumb2 assembly parsing and encoding for RSB.Jim Grosbach1-0/+13
2011-09-15DWARF: Put all the pieces we have together and provide a single accessor to D...Benjamin Kramer3-1/+57
2011-09-15DWARF: Remove accessors that parse the whole line table section in one go, th...Benjamin Kramer4-58/+39
2011-09-15Thumb2 assembly parsing and encoding for REV16/REVSH.Jim Grosbach1-1/+3
2011-09-15The the MC disassembler C API to print in verbose mode. Perhaps there should...Owen Anderson2-1/+31
2011-09-15Add support for stored annotations to MCInst, and provide facilities for MC-b...Owen Anderson5-3/+53
2011-09-15VirtRegMap is counting spill slots, not register spills.Jakob Stoklund Olesen1-3/+3
2011-09-15Change all checks regarding the presence of any SSE level to alwaysBruno Cardoso Lopes1-62/+75
2011-09-15Enable SSEDomainFix pass for AVX mode.Bruno Cardoso Lopes1-4/+7
2011-09-15Count correctly when a COPY turns into a spill or reload.Jakob Stoklund Olesen1-1/+7
2011-09-15Thumb2 assembly parsing and encoding for REV.Jim Grosbach1-0/+2
2011-09-15DWARF: Print line tables per compile unit, so they get the right address size.Benjamin Kramer3-5/+23
2011-09-15Assmebler symbol attribute directives don't work on temporary symbols.Jim Grosbach1-1/+6
2011-09-15Count inserted spills and reloads more accurately.Jakob Stoklund Olesen1-14/+22
2011-09-15DWARF: wire up .debug_str dumping.Benjamin Kramer4-17/+25
2011-09-15Handle missing newline at EOF more gracefully in MC AsmLexer.Jim Grosbach1-1/+8