summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* The previous fix of widening divides that trap was too fragile as it depends ...Mon P Wang2010-02-10
* Delete dead PHI machine instructions. These can be created due to typeBob Wilson2010-02-10
* MC/X86 AsmMatcher: Fix a use after free spotted by d0k, and de-XFAILDaniel Dunbar2010-02-10
* XFAIL this on linux until I figure out what is happening.Daniel Dunbar2010-02-10
* Replace this file containing 4 tests of x86 32-bit encodings with a fileKevin Enderby2010-02-10
* Canonicalize sizeof and alignof on pointer types to a canonicalDan Gohman2010-02-10
* Now that ShrinkDemandedOps() is separated out from DAG combine. It sometimes ...Evan Cheng2010-02-10
* Fix the encoding of the movntdqa X86 instruction. It was missing the 0x66Kevin Enderby2010-02-10
* fix X86 encoder to output [disp] only addresses with no SIB byteChris Lattner2010-02-09
* Move Intrinsic::objectsize lowering back to InstCombineCalls andEric Christopher2010-02-09
* Re-disable for Darwin; I was mistaken to think this was fixed.Dale Johannesen2010-02-09
* Pull these back out, they're a little too aggressive and timeEric Christopher2010-02-09
* move tests that depend on the x86 backend out of codegen/generic,Chris Lattner2010-02-09
* make target independent.Chris Lattner2010-02-09
* merge a target-specific add test into x86 directory.Chris Lattner2010-02-09
* merge another test in, drop the trivially constant folded cases.Chris Lattner2010-02-09
* consolidate and filecheckize two tests.Chris Lattner2010-02-09
* merge two tests, make target independent.Chris Lattner2010-02-09
* fix PR6193, only considering sign extensions *from i1* for thisChris Lattner2010-02-09
* Implement x86 asm parsing support for %st and %st(4)Chris Lattner2010-02-09
* Add a new pass to do llvm.objsize lowering using SCEV.Eric Christopher2010-02-09
* convert to filecheck.Chris Lattner2010-02-08
* test case for r95604.Devang Patel2010-02-08
* add an x86 implementation of MCTargetExpr forChris Lattner2010-02-08
* When CodeGen'ing unoptimized code, there may be unfolded constant expressionsDan Gohman2010-02-08
* In guaranteed tailcall mode, don't decline the tailcall optimizationDan Gohman2010-02-08
* Run codegen dce pass for all targets at all optimization levels. Previously it'sEvan Cheng2010-02-06
* Remove a large test case that (soon will) no longer make sense.Evan Cheng2010-02-06
* Fix alignment on ppc linux. This fixes the build of crtend.oRafael Espindola2010-02-06
* Do not emit callseq instructions around sibcalls. This eliminated some unnece...Evan Cheng2010-02-06
* Function-local metadata whose operands had been optimized to no longer refer ...Victor Hernandez2010-02-06
* Add a test for my change to disable reassociation for i1 types.Bob Wilson2010-02-06
* Handle AddrMode6 (for NEON load/stores) in Thumb2's rewriteT2FrameIndex.Bob Wilson2010-02-06
* Don't unroll loops containing function calls.Jakob Stoklund Olesen2010-02-05
* fix incorrect encoding of SBB8mi that Kevin noticed.Chris Lattner2010-02-05
* fix a case where we'd mis-encode fisttp because of an incorrect (andChris Lattner2010-02-05
* remove fixmeChris Lattner2010-02-05
* Teach SimplifyCFG about magic pointer constants.Jakob Stoklund Olesen2010-02-05
* fix logical-select to invoke filecheck right, and fix hte instcombineChris Lattner2010-02-05
* Remove this code for now. I have a better idea and will rewrite withEric Christopher2010-02-05
* Make test more fucused eliminating extraneous bits.Bill Wendling2010-02-05
* Fix test.Evan Cheng2010-02-05
* Handle tail call with byval arguments.Evan Cheng2010-02-05
* When the scheduler unfold a load folding instruction it move some of the pred...Evan Cheng2010-02-05
* An empty global constant (one of size 0) may have a section immediatelyBill Wendling2010-02-05
* Fix small bug in handling instructions with more than one implicitly defined ...Jakob Stoklund Olesen2010-02-04
* Get the LLVMC tests working with clang++ by removing the problematic CXXFLAG ...Benjamin Kramer2010-02-04
* fix a broken archive that was breaking dejagnu only (not lit)Chris Lattner2010-02-04
* Re-enable x86 tail call optimization.Evan Cheng2010-02-04
* Temporarily revert this since it appears to have caused a buildEric Christopher2010-02-04