aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mips specific inline asm memory operand modifier test caseJack Carter2013-04-111-0/+16
* Revert my last two commits while I debug what is wrong in a big endian host.Rafael Espindola2013-04-112-14/+14
* Print more information about relocations.Rafael Espindola2013-04-112-14/+14
* Fix for wrong instcombine on vector insert/extractBenjamin Kramer2013-04-111-0/+27
* Add a CHECK-NOT for a more faithful translation of the original grep | count 2.Eli Bendersky2013-04-111-0/+1
* Add missing colons to check lines.Benjamin Kramer2013-04-113-4/+4
* FileCheckize a bunch of tests.Benjamin Kramer2013-04-113-9/+44
* Optimize vector select from all 0s or all 1sMichael Liao2013-04-111-0/+72
* Add CLAC/STAC instruction encoding/decoding supportMichael Liao2013-04-112-0/+14
* Enhance bool simplifcation in X86 to handle more casesMichael Liao2013-04-113-2/+299
* Add MachO-x86-64 tests.Rafael Espindola2013-04-113-87/+213
* Rewrite some of the test/CodeGen/X86 tests to use FileCheck instead of grepEli Bendersky2013-04-1011-15/+31
* MC: Support COFF image-relative MCSymbolRefsNico Rieck2013-04-101-0/+29