summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Fix typos in my prev commit, found by Tobi.Nadav Rotem2011-09-18
* setOperationAction should be done on the return value of the type, not the op...Nadav Rotem2011-09-18
* When promoting integer vectors we often create ext-loads. This patch adds aNadav Rotem2011-09-18
* white space cleanupsNadav Rotem2011-09-18
* Fix typo by changing Lower256IntVETCC to Lower256IntVSETCC.Craig Topper2011-09-18
* Synthesize x86 max/min instructions also for vectors (i.e. produceDuncan Sands2011-09-17
* Describe more AVX 128-bit convert instructions without patterns to haveBruno Cardoso Lopes2011-09-16
* Bitfield mask instructions are unpredictable if the encoded LSB is higher tha...Owen Anderson2011-09-16
* Fix bitfield decoding based on Eli's feedback.Owen Anderson2011-09-16
* 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