summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* CR fixes per Bruno's request.Nadav Rotem2011-09-11
* r139454 activates an assert in a case where we were doing the right thing any...Eli Friedman2011-09-10
* Fix the asserts in lib/Target/X86/X86ELFWriterInfo.cpp andRichard Trieu2011-09-10
* Fixed an assert from:Richard Trieu2011-09-10
* [disable-iv-rewrite] Allow WidenIV to handle NSW/NUW operationsAndrew Trick2011-09-10
* Set NSW/NUW flags on SCEVAddExpr when the operation is flagged asAndrew Trick2011-09-10
* Fix asserts in CodeGen from:Richard Trieu2011-09-10
* Thumb2 parsing and encoding for MOV(immediate).Jim Grosbach2011-09-10
* LDM writeback is not allowed if Rn is in the target register list.Owen Anderson2011-09-09
* Fix an ambiguously nested if.Owen Anderson2011-09-09
* Fix buildbot breakage caused by r139415. I missed one instance of a manually...Owen Anderson2011-09-09
* Fix assembly/disassembly of Thumb2 ADR instructions with immediate operands.Owen Anderson2011-09-09
* O64 will not be supported.Akira Hatanaka2011-09-09
* Make F31 and D15 non-reserved registers.Akira Hatanaka2011-09-09
* tidy up a bitChris Lattner2011-09-09
* Thumb unconditional branches are allowed in IT blocks, and therefore should h...Owen Anderson2011-09-09
* Mips32 does not reserve even-numbered floating point registers.Akira Hatanaka2011-09-09
* Make the SelectionDAG verify that all the operands of BUILD_VECTOR have the s...Eli Friedman2011-09-09
* Drop support for Mips1 and Mips2.Akira Hatanaka2011-09-09
* Implement vector-select support for avx256. Refactor the vblend implementatio...Nadav Rotem2011-09-09
* Thumb2 assembly parsing and encoding for MLA and MLS.Jim Grosbach2011-09-09
* Don't tack "Instruction not interpretable yet!" onto the end ofDuncan Sands2011-09-09
* Thumb2 assembly parsing and encoding for LDRSB.Jim Grosbach2011-09-09
* Drop support for Allegrex. Allegrex implements a variant of Mips2.Akira Hatanaka2011-09-09
* Thumb2 assembly parsing and encoding for LDREX/LDREXB/LDREXD/LDREXH.Jim Grosbach2011-09-09
* Reapply r139247: Cache intermediate results during traceSiblingValue.Jakob Stoklund Olesen2011-09-09
* Comment formatting.Andrew Trick2011-09-09
* Fix handling of Intel syntax disassembling of movs and stos to stop being bla...Craig Topper2011-09-09
* Change default target architecture from Mips1 to Mips32r1 in preparation forAkira Hatanaka2011-09-09
* Remove dead code.Benjamin Kramer2011-09-09
* Fix release build:Nick Lewycky2011-09-09
* 80 columns.Akira Hatanaka2011-09-09
* Directly point debug info to the stack slot of the arugment, instead of tryin...Devang Patel2011-09-08
* All conditional branches are disallowed in IT blocks, not just CBZ/CBNZ.Owen Anderson2011-09-08
* Soft fail CBZ/CBNZ in the disassembler if they appear inside an IT block.Owen Anderson2011-09-08
* Formatting and typo.Eric Christopher2011-09-08
* Dix the 80-columns and remove unsupported v8i16 type from the list of legal v...Nadav Rotem2011-09-08
* Thumb2 assembly parsing and encoding for LDRD(immediate).Jim Grosbach2011-09-08
* Add a AVX version of a simple i64 -> f64 bitcast. This could beBruno Cardoso Lopes2011-09-08
* Fix a Darwin x86_64 special case of a jmp to a temporary symbol from an atomKevin Enderby2011-09-08
* Add support for relocations to ObjectFile.Benjamin Kramer2011-09-08
* * Combines Alignment, AuxInfo, and TB_NOT_REVERSABLE flag into aBruno Cardoso Lopes2011-09-08
* Add AVX versions of blend vector operations and fix some issues noticedBruno Cardoso Lopes2011-09-08
* Fix PR10844: Add patterns to cover non foldable versions of X86vzmovl.Bruno Cardoso Lopes2011-09-08
* Add X86-SSE4 codegen support for vector-select.Nadav Rotem2011-09-08
* A couple minor corrections to r139276.Eli Friedman2011-09-08
* Fix the logic in BasicAliasAnalysis::aliasGEP for comparing GEP's with variab...Eli Friedman2011-09-08
* Thumb2 assembly parsing and encoding for LDR post-indexed.Jim Grosbach2011-09-08
* Thumb2 assembly parsing and encoding for LDR pre-indexed w/ writeback.Jim Grosbach2011-09-08
* Remove the "common" set of instructions shared between ARM and Thumb2 modes. ...Owen Anderson2011-09-08