aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* This is case is to uncover the bug in IntrinsicLowering.cpp,Zhou Sheng2009-01-301-0/+17
* Enable target tripple.Devang Patel2009-01-301-1/+1
* Linux and other target's encoding for DW_AT_declaration may not match.Devang Patel2009-01-301-0/+1
* Add DW_AT_declaration for class methods.Devang Patel2009-01-301-0/+31
* XFAIL this test. It only worked before because of a bug in the spill point s...Owen Anderson2009-01-291-0/+1
* Local register allocator shouldn't assume only the entry and landing pad basi...Evan Cheng2009-01-291-0/+38
* In the case of an extractelement on an insertelement value,Dan Gohman2009-01-291-0/+25
* Add a always_inline test case.Evan Cheng2009-01-291-0/+12
* Add a test case for Chris lvalue alignment fixes.Evan Cheng2009-01-291-0/+17
* Exit with nice warnings when register allocator run out of registers.Evan Cheng2009-01-291-0/+32
* Make x86's BT instruction matching more thorough, and add someDan Gohman2009-01-292-4/+433
* Fixed lowering of v816 shuffles.Mon P Wang2009-01-281-0/+14
* Make test platform agnostic.Bill Wendling2009-01-281-3/+1
* Give this test an explicit target, to make it host-independent.Dan Gohman2009-01-281-1/+1
* Do not forget to derived type while constructing an array type.Devang Patel2009-01-281-0/+93
* Fix some issues with volatility, move "CanConvertToScalar" check Chris Lattner2009-01-281-0/+12
* strengthen this test.Chris Lattner2009-01-281-3/+2
* The memory alignment requirement on some of the mov{h|l}p{d|s} patterns are 1...Evan Cheng2009-01-281-0/+19
* Added sse test patterns for r62979 and r63193.Mon P Wang2009-01-284-0/+254
* Add three new option properties.Mikhail Glushenkov2009-01-283-1/+45
* Add testcase for r63142.Bill Wendling2009-01-271-0/+40
* Implement multiple with overflow by 2 with an add instruction.Evan Cheng2009-01-271-0/+20
* Forgot this test case.Evan Cheng2009-01-271-0/+10
* Add a FrontendC testcase for the x86-64 Red Zone feature,Dan Gohman2009-01-271-0/+11
* Assorted debug info fixes.Devang Patel2009-01-271-1/+1
* Add a regression test for x86-64 red zone usage.Dan Gohman2009-01-271-0/+13
* Testcase for 6522054.Dale Johannesen2009-01-261-0/+14
* Fix PR3393, which amounts to a bug in the expensiveDuncan Sands2009-01-261-0/+16
* At Nick Lewycky's request, rename this test with a more informative name.Dan Gohman2009-01-261-0/+0
* Enhance logic in X86DAGToDAGISel::PreprocessForRMW which move load inside cal...Evan Cheng2009-01-261-0/+45
* Fixed optimization of combining two shuffles where the first shuffle inputsMon P Wang2009-01-261-0/+19
* CellSPU:Scott Michel2009-01-265-69/+84
* Handle single-entry phi nodes gracefully in condprop.Chris Lattner2009-01-261-0/+37
* Fix PR3408 by making a non-obvious assumption very obvious, and Chris Lattner2009-01-261-0/+21
* Map address space 256 to gs; similar mappings could be supported for theNate Begeman2009-01-261-0/+8
* revert this patch for now, because Codegen does still want to generate SSE code,Torok Edwin2009-01-252-0/+4
* testcase for llvm-gcc part of PR3402.Torok Edwin2009-01-251-0/+30
* If user explicitly asks not to use SSE, don't force it. This fixes LLVM part ...Torok Edwin2009-01-251-0/+20
* Actually run the test in this directory.Nick Lewycky2009-01-251-0/+3
* The function that does nothing but call malloc is noalias return.Nick Lewycky2009-01-251-0/+11
* Private linkage support for PPC / Darwin.Evan Cheng2009-01-251-0/+5
* Teach 2addr pass to be do more commuting. If both uses of a two-address instr...Evan Cheng2009-01-254-3/+28
* Add a PR comment to this test.Dan Gohman2009-01-241-0/+1
* testcase for PR3381.Torok Edwin2009-01-241-0/+18
* Make InstCombineStoreToCast handle aggregates more aggressively,Chris Lattner2009-01-241-0/+17
* Fix test case. Use valid file name and directory in global variable's debug i...Devang Patel2009-01-231-1/+1
* fix two more cases where we could let the NLPDI cache get unsorted.Chris Lattner2009-01-231-0/+100
* Update test to reflect command line option name change.Evan Cheng2009-01-231-1/+1
* Don't create ISD::FNEG nodes after legalize if they aren't legal.Dan Gohman2009-01-221-0/+1145
* Do not use buggy llvm-gcc to generate testcases.Devang Patel2009-01-222-12/+10