aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Canonicalize sizeof and alignof on pointer types to a canonicalDan Gohman2010-02-101-7/+51
* Now that ShrinkDemandedOps() is separated out from DAG combine. It sometimes ...Evan Cheng2010-02-101-0/+13
* Fix the encoding of the movntdqa X86 instruction. It was missing the 0x66Kevin Enderby2010-02-101-0/+2
* fix X86 encoder to output [disp] only addresses with no SIB byteChris Lattner2010-02-091-1/+4
* Move Intrinsic::objectsize lowering back to InstCombineCalls andEric Christopher2010-02-091-3/+3
* Re-disable for Darwin; I was mistaken to think this was fixed.Dale Johannesen2010-02-091-0/+3
* Pull these back out, they're a little too aggressive and timeEric Christopher2010-02-091-5/+5
* move tests that depend on the x86 backend out of codegen/generic,Chris Lattner2010-02-0910-202/+1
* make target independent.Chris Lattner2010-02-091-1/+0
* merge a target-specific add test into x86 directory.Chris Lattner2010-02-092-10/+20
* merge another test in, drop the trivially constant folded cases.Chris Lattner2010-02-092-75/+49
* consolidate and filecheckize two tests.Chris Lattner2010-02-093-26/+25
* merge two tests, make target independent.Chris Lattner2010-02-092-56/+40
* fix PR6193, only considering sign extensions *from i1* for thisChris Lattner2010-02-091-0/+11
* Implement x86 asm parsing support for %st and %st(4)Chris Lattner2010-02-091-0/+7
* Add a new pass to do llvm.objsize lowering using SCEV.Eric Christopher2010-02-091-5/+5
* convert to filecheck.Chris Lattner2010-02-081-3/+4
* test case for r95604.Devang Patel2010-02-082-1/+17
* add an x86 implementation of MCTargetExpr forChris Lattner2010-02-081-1/+1
* When CodeGen'ing unoptimized code, there may be unfolded constant expressionsDan Gohman2010-02-081-0/+6
* In guaranteed tailcall mode, don't decline the tailcall optimizationDan Gohman2010-02-081-1/+4
* Run codegen dce pass for all targets at all optimization levels. Previously it'sEvan Cheng2010-02-0612-257/+82
* Remove a large test case that (soon will) no longer make sense.Evan Cheng2010-02-061-491/+0
* Fix alignment on ppc linux. This fixes the build of crtend.oRafael Espindola2010-02-061-9/+40
* Do not emit callseq instructions around sibcalls. This eliminated some unnece...Evan Cheng2010-02-062-1/+14
* Function-local metadata whose operands had been optimized to no longer refer ...Victor Hernandez2010-02-061-0/+25
* Add a test for my change to disable reassociation for i1 types.Bob Wilson2010-02-061-0/+10
* Handle AddrMode6 (for NEON load/stores) in Thumb2's rewriteT2FrameIndex.Bob Wilson2010-02-061-2/+2
* Don't unroll loops containing function calls.Jakob Stoklund Olesen2010-02-051-6/+8
* fix incorrect encoding of SBB8mi that Kevin noticed.Chris Lattner2010-02-051-1/+4
* fix a case where we'd mis-encode fisttp because of an incorrect (andChris Lattner2010-02-051-0/+5
* remove fixmeChris Lattner2010-02-051-2/+0
* Teach SimplifyCFG about magic pointer constants.Jakob Stoklund Olesen2010-02-051-0/+76
* fix logical-select to invoke filecheck right, and fix hte instcombineChris Lattner2010-02-051-1/+3
* Remove this code for now. I have a better idea and will rewrite withEric Christopher2010-02-051-2/+13
* Make test more fucused eliminating extraneous bits.Bill Wendling2010-02-051-44/+5
* Fix test.Evan Cheng2010-02-051-2/+2
* Handle tail call with byval arguments.Evan Cheng2010-02-051-1/+46
* When the scheduler unfold a load folding instruction it move some of the pred...Evan Cheng2010-02-051-0/+28
* An empty global constant (one of size 0) may have a section immediatelyBill Wendling2010-02-051-0/+50
* Fix small bug in handling instructions with more than one implicitly defined ...Jakob Stoklund Olesen2010-02-041-0/+27
* Get the LLVMC tests working with clang++ by removing the problematic CXXFLAG ...Benjamin Kramer2010-02-041-0/+5
* fix a broken archive that was breaking dejagnu only (not lit)Chris Lattner2010-02-041-0/+0
* Re-enable x86 tail call optimization.Evan Cheng2010-02-041-3/+2
* Temporarily revert this since it appears to have caused a buildEric Christopher2010-02-041-12/+2
* add support for the sparcv9-*-* target triple to turn onChris Lattner2010-02-041-4/+2
* From PR6228:Chris Lattner2010-02-041-0/+0
* Rework constant expr and array handling for objectsize instcombining.Eric Christopher2010-02-041-2/+12
* Fix (and test) function-local metadata that occurs before the instruction tha...Victor Hernandez2010-02-041-0/+2
* If we're dealing with a zero-length array, don't lower to anyEric Christopher2010-02-031-0/+11