summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Thumb2 assembly parsing and encoding for SUB(immediate).Jim Grosbach2011-09-16
* Thumb2 pre-indexed loads/stores use the restricted GPR set for Rt.Owen Anderson2011-09-16
* Fix disassembly of Thumb2 BFI instructions with bit range of [0, 32).Owen Anderson2011-09-16
* Add fixed bits to correctly distinguish Thumb2 SSAT/SSAT16's.Owen Anderson2011-09-16
* Add mayLoad attribute to AVX convert instructions, since non of themBruno Cardoso Lopes2011-09-16
* Thumb2 assembly parsing and encoding for STR.Jim Grosbach2011-09-16
* Tidy up. 80 columns.Jim Grosbach2011-09-16
* Fix disassembly of Thumb2 LDRSH with a #-0 offset.Owen Anderson2011-09-16
* Thumb2 assembly parsing and encoding for STR(immediate).Jim Grosbach2011-09-16
* Fix PR10884.Bruno Cardoso Lopes2011-09-16
* Thumb2 assembly parsing and encoding for STMIA.Jim Grosbach2011-09-16
* Thumb2 assembly parsing and encoding for SSAX.Jim Grosbach2011-09-16
* Fix a minor bug in fs::create_directories. Patch by Albert Wong.Eli Friedman2011-09-16
* Thumb2 assembly parsing and encoding for SSAT.Jim Grosbach2011-09-16
* Thumb2 assembly parsing and encoding for SRS.Jim Grosbach2011-09-16
* Thumb2 assembly parsing and encoding for SMMULL.Jim Grosbach2011-09-16
* Thumb2 assembly parsing and encoding for SMLSLD/SMLSLDX.Jim Grosbach2011-09-16
* Thumb2 assembly parsing and encoding for SMLALD/SMLALDX.Jim Grosbach2011-09-16
* Kill some dead code.Jim Grosbach2011-09-16
* Tidy up a bit.Jim Grosbach2011-09-16
* Thumb2 assembly parsing and encoding for SMLAL.Jim Grosbach2011-09-16
* Namespacify.Benjamin Kramer2011-09-16
* Spill mode: Hoist back-copies locally.Jakob Stoklund Olesen2011-09-16
* Disable local spill hoisting for non-killing copies.Jakob Stoklund Olesen2011-09-16
* Remove incorrect comments.Jim Grosbach2011-09-15
* Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson2011-09-15
* 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