aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-06-01enhance the logic for looking through tailcalls to look through transparent c...Chris Lattner
2012-06-01enhance getNoopInput to know about vector<->vector bitcasts of legalChris Lattner
2012-06-01add some simple 64-bit tail call tests.Chris Lattner
2012-06-01merge some tests.Chris Lattner
2012-06-01rename testChris Lattner
2012-06-01Add support for enum forward declarations.Eric Christopher
2012-05-31add -bounds-checking-multiple-traps option to make one trap BB per checkNuno Lopes
2012-05-31revamp BoundsChecking considerably:Nuno Lopes
2012-05-31Make this testcase independent of register allocation.Owen Anderson
2012-05-31X86: replace SUB with CMP if possibleManman Ren
2012-05-31Fix typos noticed by Benjamin Kramer.Rafael Espindola
2012-05-31Require intervals in the range metadata to be in a canonical form: They mustRafael Espindola
2012-05-31Added FMA3 Intel instructions.Elena Demikhovsky
2012-05-31Enhance the sinking code to handle diamond patterns. Patch byDuncan Sands
2012-05-31Add intrinsic for pclmulqdq instruction.Craig Topper
2012-05-31Add lit.local.cfg to run the tests in test/MC/Disassembler/Mips.Akira Hatanaka
2012-05-30Prioritize smaller register classes for urgent evictions.Jakob Stoklund Olesen
2012-05-30Add support for the mips inline asm 'm' output modifier.Eric Christopher
2012-05-30Switch the canonical FMA term operand order to match both the comment I wrote...Owen Anderson
2012-05-30Teach DAGCombine to canonicalize the position of a constant in the term opera...Owen Anderson
2012-05-30Teach SCEV's icmp simplification logic that a-b == 0 is equivalent to a == b.Benjamin Kramer
2012-05-30it's pointed out that R11 can be used for magic things, and doing things just...Chris Lattner
2012-05-30Extend the (abi-irrelevant) return convention to be able to return more than ...Chris Lattner
2012-05-30[arm-fast-isel] Add support for the llvm.frameaddress() intrinsic.Chad Rosier
2012-05-30[asan] instrument cmpxchg and atomicrmwKostya Serebryany
2012-05-30SCEV: Handle a corner case reducing AddRecExpr * AddRecExprAndrew Trick
2012-05-30Teach taildup to update livein set. rdar://11538365Evan Cheng
2012-05-30Add an insertPass API to TargetPassConfig. <rdar://problem/11498613>Bob Wilson
2012-05-29Add intrinsics, code gen, assembler and disassembler support for the SSE4a ex...Benjamin Kramer
2012-05-28Add llvm.fabs intrinsic.Peter Collingbourne
2012-05-28InstCombine: Fix infinite loop when encountering switch on trivial icmp.Benjamin Kramer
2012-05-28PR12696: Attribute bits above 1<<30 are not encoded in bitcodeMeador Inge
2012-05-27rdar://11542750 - llvm.trap should be marked no return.Chris Lattner
2012-05-27PR12967: Don't crash when trying to fold a shift that's larger than the type'...Benjamin Kramer
2012-05-27These tests used intrinsics with the wrong prototype. They weren't caught be...Chris Lattner
2012-05-27remove two (useless) tests that use incorrect intrinsic prototypes, detected ...Chris Lattner
2012-05-27Have getOrCreateSubprogramDIE store the DIE for a subprogramPeter Collingbourne
2012-05-26SelectionDAGBuilder: When emitting small compare chains for switches order th...Benjamin Kramer
2012-05-26Since commit 157467, if reassociate isn't actually going to change an expressionDuncan Sands
2012-05-25bounds checking: add support for byval argumentsNuno Lopes
2012-05-25[NVPTX] Add a new test case for the newly-enabled call handlingJustin Holewinski
2012-05-25boundschecking:Nuno Lopes
2012-05-25test/CodeGen/X86/bigstructret.ll: Suppress one test. It is msvc-incompatible....NAKAMURA Takumi
2012-05-25test/CodeGen/X86/bigstructret.ll: Relax stack offsets for hosts of stack-alig...NAKAMURA Takumi
2012-05-25Make the reassociation pass more powerful so that it can handle expressionsDuncan Sands
2012-05-25Simplify code for calling a function where CanLowerReturn fails, fixing a sma...Eli Friedman
2012-05-24Add support for range expressions in TableGen foreach loops.Jakob Stoklund Olesen
2012-05-24Don't put TGParser scratch results in the output.Jakob Stoklund Olesen
2012-05-24Fix for CHECK-NOT misspelling.David Blaikie
2012-05-24Remove the PTX back-end and all of its artifacts (triple, etc.)Justin Holewinski