aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [mips] v4i8 and v2i16 add, sub and mul instruction selection patterns.Akira Hatanaka2013-04-123-12/+121
* Revert r179409 because it caused some warnings and some of the build bots fail.Nadav Rotem2013-04-126-450/+44
* InstCombine: Check the operand types before merging fcmp ord & fcmp ord.Benjamin Kramer2013-04-122-0/+24
* SLPVectorizer: add support for vectorization of diamond shaped trees. We now ...Nadav Rotem2013-04-123-46/+337
* CostModel: increase the default cost of supported floating point operations f...Nadav Rotem2013-04-124-10/+38
* Add debug prints.Nadav Rotem2013-04-121-1/+5
* Add support for additional vector instructions in the interpreter.Nadav Rotem2013-04-126-44/+450
* [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
* lit: Fix infinite recursion when an out-of-tree test root is located inside t...Daniel Dunbar2013-04-125-9/+47
* lit: Add a test for discovery w/ test_exec_root (out-of-tree test root).Daniel Dunbar2013-04-123-9/+60
* [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-126-27/+100
* [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-122-0/+35
* [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-122-2/+24
* AArch64: use full triple for ELF testsTim Northover2013-04-1211-12/+12
* AArch64: remove over-zealous use of CHECK-NEXTTim Northover2013-04-121-38/+38
* Revert broken pieces of r179373.Benjamin Kramer2013-04-123-35/+37
* Replace uses of the deprecated std::auto_ptr with OwningPtr.Andy Gibbs2013-04-1212-50/+48
* Fix a disconcerting bug in Value::isUsedInBasicBlock, which gave wrong answer...Benjamin Kramer2013-04-123-1/+48
* Don't explicitly provide -pie in MSan bootstrap of LLVM, as it's now implied ...Alexey Samsonov2013-04-121-2/+0
* Teach llvm-readobj to print ELF program headersNico Rieck2013-04-125-5/+136
* Remove obsolete object file dumpersNico Rieck2013-04-1211-1261/+2
* Replace coff-/elf-dump with llvm-readobjNico Rieck2013-04-12150-5043/+4581
* Add extensive relocation tests for llvm-readobjNico Rieck2013-04-1214-0/+1749
* Add -expand-relocs to llvm-readobjNico Rieck2013-04-126-23/+64
* Add missing relocation namesNico Rieck2013-04-122-0/+68
* Support MIPS64EL relocation type namesNico Rieck2013-04-121-41/+60
* 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
* Fix the test on linux by setting the triple and the align formatNadav Rotem2013-04-121-4/+4
* Add a flag to align all basic blocks in the function.Nadav Rotem2013-04-122-0/+36
* Add 179294 back, but don't use bit fields so that it works on big endian hosts.Rafael Espindola2013-04-125-90/+151
* [ms-inline asm] Add support for using the LENGTH, TYPE, and SIZE operators withChad Rosier2013-04-111-2/+11
* [ms-inline asm] Add support for using offsetof operator with variables that useChad Rosier2013-04-111-3/+6
* Aliasing rules for struct-path aware TBAA.Manman Ren2013-04-112-0/+528
* [ms-inline asm] Pass a StringRef reference to ParseIntelVarWithQualifier so weChad Rosier2013-04-111-15/+15
* TBAA: add utility to create a TBAA scalar type nodeManman Ren2013-04-111-1/+13
* [ms-inline asm] Add a new AsmRewriteKind, AOK_Delete. To be used in a futureChad Rosier2013-04-111-10/+12
* [ms-inline asm] Remove brackets from around a symbol reference in the targetChad Rosier2013-04-112-10/+11
* Use FileCheck instead of grep.Preston Gurd2013-04-112-17/+12
* Fix undefined behavior in AArch64David Majnemer2013-04-111-7/+11
* Optimize icmp involving addition betterDavid Majnemer2013-04-112-0/+101
* Mips specific inline asm memory operand modifier test caseJack Carter2013-04-111-0/+16