aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2009-12-15Validate the generated C++ code in llvmc tests.Mikhail Glushenkov
2009-12-15Pipe 'grep' output to 'count'.Mikhail Glushenkov
2009-12-15Allow $CALL(Hook, '$INFILE') for non-join tools.Mikhail Glushenkov
2009-12-15Make 91378 more conservative.Evan Cheng
2009-12-15Use sbb x, x to materialize carry bit in a GPR. The result is all one's or al...Evan Cheng
2009-12-15Fold (zext (and x, cst)) -> (and (zext x), cst).Evan Cheng
2009-12-15Propagate zest through logical shift.Evan Cheng
2009-12-14Fix integer cast code to handle vector types.Dan Gohman
2009-12-14Add radar fixed in comment.Eric Christopher
2009-12-14Remove empty file completelyShantonu Sen
2009-12-14revert r91184, because it causes a crash on a .bc file I justChris Lattner
2009-12-14Add a test for the 'init' option property.Mikhail Glushenkov
2009-12-12Disable r91104 for x86. It causes partial register stall which pessimize code...Evan Cheng
2009-12-12Fix some CHECK lines which were ignored by accident.Benjamin Kramer
2009-12-11Revise scalar replacement to be more flexible about handle bitcasts and GEPs.Bob Wilson
2009-12-11Lower setcc branchless, if this is profitable.Anton Korobeynikov
2009-12-11Implement vector widening, splitting, and scalarizing for SIGN_EXTEND_INREG.Dan Gohman
2009-12-11Change this to the correct PR number.Dan Gohman
2009-12-11Make getUniqueExitBlocks's precondition assert more precise, toDan Gohman
2009-12-11Fix the result type of SELECT nodes lowered from Select instructions withDan Gohman
2009-12-11Honour setHasCalls() set from isel.Anton Korobeynikov
2009-12-11Tests for 91103 and 91104.Evan Cheng
2009-12-10Add a test for the fix in revision 91009.Eric Christopher
2009-12-10It's not safe to coalesce a move where src and dst registers have different s...Evan Cheng
2009-12-10Fix PR5744, a case where we were getting the pointer size instead of theChris Lattner
2009-12-09Fix test.Evan Cheng
2009-12-09Optimize splat of a scalar load into a shuffle of a vector load when it's leg...Evan Cheng
2009-12-09fix hte last remaining known (by me) phi translation bug. When we reanalyzeChris Lattner
2009-12-09Add a minor optimization: if we haven't changed the operands of anChris Lattner
2009-12-09fix PR5733, a case where we'd replace an add with a lexically identical Chris Lattner
2009-12-09merge crash-2.ll into crash.llChris Lattner
2009-12-09the code in GVN that tries to forward large loads to small Chris Lattner
2009-12-09Switch GVN and memdep to use PHITransAddr, which correctly handlesChris Lattner
2009-12-09Teach InferPtrAlignment to infer GV+cst alignment and use it to simplify x86 ...Evan Cheng
2009-12-09Remove tests that are not suitable anymore. Plus they are not testing the ori...Devang Patel
2009-12-08Revert 90858 90875 and 90805 for now.Devang Patel
2009-12-08- Support inline asm 'w' constraint for 128-bit vector types.Evan Cheng
2009-12-08CMake/lit: Add llvm_{unit_,}site_config parameters, and always pass them when...Daniel Dunbar
2009-12-08Do not try to push dead variable's debug info into namespace info.Devang Patel
2009-12-08Teach GlobalOpt to delete aliases with internal linkage (afterDuncan Sands
2009-12-08Reduce (cmp 0, and_su (foo, bar)) into (bit foo, bar). This saves extra instr...Anton Korobeynikov
2009-12-07Test case for 90787.Evan Cheng
2009-12-07Use FileCheck and set nounwind on calls.David Greene
2009-12-07Don't enable the post-RA scheduler on x86 except at -O3. In itsDan Gohman
2009-12-07Implement 'forward_value' and 'forward_transformed_value'.Mikhail Glushenkov
2009-12-06Dynamic stack realignment use of sp register as source/dest registerAnton Korobeynikov
2009-12-06fix PR5698Chris Lattner
2009-12-06constant fold loads from memcpy's from global constants. This is importantChris Lattner
2009-12-06add support for forwarding mem intrinsic values to non-local loads.Chris Lattner
2009-12-06gvn is optimizing this better now.Chris Lattner