summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Add versions 256-bit versions of alignedstore and alignedload, to beBruno Cardoso Lopes2011-09-13
* Revert the remaining part of r139528. According to PR10907 the bug seemsBruno Cardoso Lopes2011-09-13
* Add vselect target support for targets that do not support blend but do supportNadav Rotem2011-09-13
* Support for PSP is gone too.Akira Hatanaka2011-09-13
* Use a cache to maintain list of machine basic blocks for a given UserValue.Devang Patel2011-09-13
* Add SplitEditor::markOverlappedComplement().Jakob Stoklund Olesen2011-09-13
* Teach the Thumb ASM parser that BKPT is allowed in IT blocks, even though it ...Owen Anderson2011-09-13
* Eliminate the extendRange() wrapper.Jakob Stoklund Olesen2011-09-13
* It is not necessary to search for mipsallegrex in target triple string.Akira Hatanaka2011-09-13
* Fix encoding of Thumb2 shifted register operands with RRX shifts.Owen Anderson2011-09-13
* Switch extendInBlock() to take a kill slot instead of the last use slot.Jakob Stoklund Olesen2011-09-13
* Use a separate LiveRangeCalc for the complement in spill modes.Jakob Stoklund Olesen2011-09-13
* Only disassembler instructions with vvvv != 1111 if the instruction actually ...Craig Topper2011-09-13
* Remove filter that was preventing MOVDQU/MOVDQA and their VEX forms from bein...Craig Topper2011-09-13
* Fix encoding of VMOVDQU to not simultaneously be 'TB OpSize' and 'XS'. 'XS' i...Craig Topper2011-09-13
* [indvars] Revert r139579 until 401.bzip -arch i386 miscompilation is fixed. P...Andrew Trick2011-09-13
* Unbreak msvc.NAKAMURA Takumi2011-09-13
* Disable IV rewriting by default. See PR10916.Andrew Trick2011-09-13
* Zap some junk from the ARM instruction descriptions.Eli Friedman2011-09-13
* [indvars] Fix bugs in floating point IV range checks noticed by inspection.Andrew Trick2011-09-13
* Silence false positive uninitialized variable warnings from GCC.Benjamin Kramer2011-09-13
* Extract live range calculations from SplitKit.Jakob Stoklund Olesen2011-09-13
* Add comment to clarify the behavior of a helper in DSE.Eli Friedman2011-09-13
* Correct grammar.Eli Friedman2011-09-13
* Fix the assembler strings for a couple of atomic instructions. Doesn't reall...Eli Friedman2011-09-13
* Tidy up a bit.Jim Grosbach2011-09-12
* Fix PR10845. SUBREG_TO_REG shouldn't be used when the input andBruno Cardoso Lopes2011-09-12
* Introduce a bit of a hack.Bill Wendling2011-09-12
* Thumb2 POP's don't allow the PC as an operand, and PUSH's don't allow the SP ...Owen Anderson2011-09-12
* Revert the wrong part of r139528, and fix testcases.Bruno Cardoso Lopes2011-09-12
* Fix encoding of PC-relative LDRSHW with an immediate offset.Owen Anderson2011-09-12
* Change a bunch of isVolatile() checks to check for atomic load/store as well.Eli Friedman2011-09-12
* There's no need to add additional predicate operands when converting a tB to ...Owen Anderson2011-09-12
* Fix typo.Eric Christopher2011-09-12
* Not sure how CMPPS and CMPPD had already ever worked, I guess it didn't.Bruno Cardoso Lopes2011-09-12
* Organize a bit the operand names for CMPPS and CMPPDBruno Cardoso Lopes2011-09-12
* Realign BLEND patterns to match the general style for patterns in .td file.Bruno Cardoso Lopes2011-09-12
* Fix 80-columnsBruno Cardoso Lopes2011-09-12
* Port more encoding tests to decoding tests, and correct an improper Thumb2 pr...Owen Anderson2011-09-12
* Rename -disable-iv-rewrite to -enable-iv-rewrite=false in preparation for def...Andrew Trick2011-09-12
* Add asserts to keep front-ends honest while encoding debug info into LLVM IR ...Devang Patel2011-09-12
* Add DW_ATE_UTF, which clang started using in my previous commit!Devang Patel2011-09-12
* Remove the -compact-regions flag.Jakob Stoklund Olesen2011-09-12
* Add an interface for SplitKit complement spill modes.Jakob Stoklund Olesen2011-09-12
* Update comments to reflect some (not so) recent changes.Jakob Stoklund Olesen2011-09-12
* Associate a MemOperand with LDWCP nodes introduced during ISel.Richard Osborne2011-09-12
* Mark LDWCP as having no side effects.Richard Osborne2011-09-12
* Format patterns, remove unused X86blend patternsNadav Rotem2011-09-12
* Fix disassembling of one of the register/register forms of MOVUPS/MOVUPD/MOVA...Craig Topper2011-09-11
* Fix disassembling of reverse register/register forms of ADD/SUB/XOR/OR/AND/SB...Craig Topper2011-09-11