aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add support for the SPARC v9 abs44 code model.Jakob Stoklund Olesen2013-04-141-6/+16
* Use target flags for printing SPARC asm operands.Jakob Stoklund Olesen2013-04-141-16/+34
* Also put target flags on SPARC constant pool references.Jakob Stoklund Olesen2013-04-142-26/+36
* SLPVectorizer: add initial support for reduction variable vectorization.Nadav Rotem2013-04-143-7/+95
* Fix patterns for 64-bit pointers.Jakob Stoklund Olesen2013-04-141-4/+2
* Add target flags to SPARC address operands.Jakob Stoklund Olesen2013-04-143-14/+95
* Mark all PPC CR registers to be spilled as live-in and tag MFCR appropriatelyHal Finkel2013-04-133-15/+16
* Define SPARC code models.Jakob Stoklund Olesen2013-04-132-4/+32
* Use the correct types when matching ADDRri patterns from frame indexes.Jakob Stoklund Olesen2013-04-131-3/+4
* GlobalDCE: Fix an oversight in my last commit that could lead to crashes.Benjamin Kramer2013-04-131-2/+2
* Fix a scalability issue with complex ConstantExprs.Benjamin Kramer2013-04-133-25/+52
* Spill and restore PPC CR registers using the FP when we have oneHal Finkel2013-04-131-6/+14
* MI-Sched: DEBUG formatting.Andrew Trick2013-04-131-14/+22
* MI-Sched cleanup. If an instruction has no valid sched class, do not attempt ...Andrew Trick2013-04-131-0/+2
* X86 machine model: reduce SandyBridge and Haswell ILPWindow.Andrew Trick2013-04-132-2/+2
* MI-Sched: schedule physreg copies.Andrew Trick2013-04-132-1/+76
* Catch another case where SD fails to propagate node order.Andrew Trick2013-04-131-1/+4
* [mips] Move MipsTargetLowering::lowerINTRINSIC_W_CHAIN andAkira Hatanaka2013-04-134-172/+174
* Finish templating MachObjectFile over endianness.Rafael Espindola2013-04-131-417/+15
* [mips] Reapply r179420 and r179421.Akira Hatanaka2013-04-134-11/+41
* [mips] Override TargetLoweringBase::isShuffleMaskLegal.Akira Hatanaka2013-04-131-0/+5
* [ms-inline asm] Simplify the logic by using parsePrimaryExpr. No functionalChad Rosier2013-04-121-1/+1
* Revert r179420 and r179421.Akira Hatanaka2013-04-124-41/+11
* [mips] Instruction selection patterns for carry-setting and using addAkira Hatanaka2013-04-123-6/+15
* [mips] v4i8 and v2i16 add, sub and mul instruction selection patterns.Akira Hatanaka2013-04-122-5/+26
* Revert r179409 because it caused some warnings and some of the build bots fail.Nadav Rotem2013-04-121-277/+44
* InstCombine: Check the operand types before merging fcmp ord & fcmp ord.Benjamin Kramer2013-04-121-0/+3
* SLPVectorizer: add support for vectorization of diamond shaped trees. We now ...Nadav Rotem2013-04-122-46/+254
* CostModel: increase the default cost of supported floating point operations f...Nadav Rotem2013-04-121-4/+7
* Add debug prints.Nadav Rotem2013-04-121-1/+5
* Add support for additional vector instructions in the interpreter.Nadav Rotem2013-04-121-44/+277
* [ms-inline asm] Move this logic into a static function as it's only applicableChad Rosier2013-04-121-63/+67
* [ms-inline asm] Address the FIXME for ImmDisp before brackets. ThisChad Rosier2013-04-121-18/+29
* [ms-inline asm] Have the [ Symbol ] case fall into the more general logic. ThisChad Rosier2013-04-121-46/+24
* ARM: Correct printing of pre-indexed operands.Quentin Colombet2013-04-124-26/+57
* [ms-inline asm] Add support for operands that include both a symbol and anChad Rosier2013-04-121-41/+103
* PPC: Remove (broken) nested implicit definition listsHal Finkel2013-04-122-94/+153
* Add a comment about the PPC Interpretation64Bit bitHal Finkel2013-04-121-0/+5
* Hexagon: Set isPredicatedNew flag on predicate new instructions.Jyotsna Verma2013-04-122-22/+21
* Hexagon: Set isPredicatedFlase flag for all the instructions with negated pre...Jyotsna Verma2013-04-122-21/+21
* Simplify (A & ~B) in icmp if A is a power of 2David Majnemer2013-04-121-0/+9
* [ms-inline asm] Add the implementation for the AOK_Delete kind, which was addedChad Rosier2013-04-121-3/+5
* LoopVectorizer: integer division is not a reduction operationArnold Schwaighofer2013-04-121-2/+0
* Revert broken pieces of r179373.Benjamin Kramer2013-04-121-16/+16
* Replace uses of the deprecated std::auto_ptr with OwningPtr.Andy Gibbs2013-04-123-20/+20
* Fix a disconcerting bug in Value::isUsedInBasicBlock, which gave wrong answer...Benjamin Kramer2013-04-121-1/+1
* Add PPC instruction record forms and associated query functionsHal Finkel2013-04-125-416/+670
* Don't disable block layout when forcing block alignment.Nadav Rotem2013-04-121-8/+6
* Add a flag to align all basic blocks in the function.Nadav Rotem2013-04-121-0/+14
* Add 179294 back, but don't use bit fields so that it works on big endian hosts.Rafael Espindola2013-04-121-8/+44