aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Revert "Recommit r179497 after fixing uninitialized variable." untilEric Christopher2013-04-152-0/+6
* Recommit r179497 after fixing uninitialized variable.Eric Christopher2013-04-152-6/+0
* SLPVectorizer: Add support for vectorizing trees that start at compare instru...Nadav Rotem2013-04-151-0/+53
* Fix PPC64 CR spill location for callee-saved registersHal Finkel2013-04-151-19/+10
* Revert "Remove some unused triple and data layout."Eric Christopher2013-04-142-0/+6
* Remove some unused triple and data layout.Eric Christopher2013-04-142-6/+0
* Use object file specific section type for initial text sectionNico Rieck2013-04-1418-18/+0
* Reorders two transforms that collide with each otherDavid Majnemer2013-04-143-5/+17
* Make the command line triple match the module triple.Nadav Rotem2013-04-142-2/+2
* Use i32 for all SPARC shift amounts, even in 64-bit mode.Jakob Stoklund Olesen2013-04-141-0/+10
* Remove unused function attributes.Nadav Rotem2013-04-149-74/+46
* SLPVectorizer: Add support for trees that don't start at binary operators, an...Nadav Rotem2013-04-141-0/+37
* Add support for the abs64 SPARC v9 code model.Jakob Stoklund Olesen2013-04-142-0/+20
* Add support for the SPARC v9 abs44 code model.Jakob Stoklund Olesen2013-04-142-0/+16
* Also put target flags on SPARC constant pool references.Jakob Stoklund Olesen2013-04-141-0/+30
* SLPVectorizer: add initial support for reduction variable vectorization.Nadav Rotem2013-04-141-0/+52
* Fix patterns for 64-bit pointers.Jakob Stoklund Olesen2013-04-141-0/+9
* Define SPARC code models.Jakob Stoklund Olesen2013-04-131-0/+23
* GlobalDCE: Fix an oversight in my last commit that could lead to crashes.Benjamin Kramer2013-04-131-0/+18
* Fix a scalability issue with complex ConstantExprs.Benjamin Kramer2013-04-131-0/+97
* Spill and restore PPC CR registers using the FP when we have oneHal Finkel2013-04-131-1/+14
* Further generalize this scheduler test.Andrew Trick2013-04-131-2/+2
* Fix a dislexic regex.Andrew Trick2013-04-131-1/+1
* Add a missing REQUIRES: assertsAndrew Trick2013-04-131-0/+1
* MI-Sched: schedule physreg copies.Andrew Trick2013-04-131-0/+48
* Finish templating MachObjectFile over endianness.Rafael Espindola2013-04-135-0/+533
* [mips] Reapply r179420 and r179421.Akira Hatanaka2013-04-131-7/+106
* Revert r179420 and r179421.Akira Hatanaka2013-04-121-106/+7
* [mips] Instruction selection patterns for carry-setting and using addAkira Hatanaka2013-04-121-0/+11
* [mips] v4i8 and v2i16 add, sub and mul instruction selection patterns.Akira Hatanaka2013-04-121-7/+95
* Revert r179409 because it caused some warnings and some of the build bots fail.Nadav Rotem2013-04-125-173/+0
* InstCombine: Check the operand types before merging fcmp ord & fcmp ord.Benjamin Kramer2013-04-121-0/+21
* SLPVectorizer: add support for vectorization of diamond shaped trees. We now ...Nadav Rotem2013-04-121-0/+83
* CostModel: increase the default cost of supported floating point operations f...Nadav Rotem2013-04-123-6/+31
* Add support for additional vector instructions in the interpreter.Nadav Rotem2013-04-125-0/+173
* ARM: Correct printing of pre-indexed operands.Quentin Colombet2013-04-122-1/+43
* Simplify (A & ~B) in icmp if A is a power of 2David Majnemer2013-04-121-0/+26
* LoopVectorizer: integer division is not a reduction operationArnold Schwaighofer2013-04-121-0/+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
* Teach llvm-readobj to print ELF program headersNico Rieck2013-04-121-0/+74
* 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
* 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-121-0/+22
* Add 179294 back, but don't use bit fields so that it works on big endian hosts.Rafael Espindola2013-04-122-14/+14
* Aliasing rules for struct-path aware TBAA.Manman Ren2013-04-111-0/+392
* Use FileCheck instead of grep.Preston Gurd2013-04-112-17/+12
* Optimize icmp involving addition betterDavid Majnemer2013-04-111-0/+52