aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Convert llvmc tests to FileCheck.Mikhail Glushenkov2009-12-1513-24/+41
* Support hook invocation from 'append_cmd'.Mikhail Glushenkov2009-12-152-0/+52
* For fastcc on x86, let ECX be used as a return register after EAX and EDXKenneth Uildriks2009-12-151-0/+15
* Disable 91381 for now. It's miscompiling ARMISelDAG2DAG.cpp.Evan Cheng2009-12-151-0/+1
* Validate the generated C++ code in llvmc tests.Mikhail Glushenkov2009-12-1516-9/+25
* Pipe 'grep' output to 'count'.Mikhail Glushenkov2009-12-151-2/+2
* Allow $CALL(Hook, '$INFILE') for non-join tools.Mikhail Glushenkov2009-12-151-0/+13
* Make 91378 more conservative.Evan Cheng2009-12-151-13/+0
* Use sbb x, x to materialize carry bit in a GPR. The result is all one's or al...Evan Cheng2009-12-151-0/+23
* Fold (zext (and x, cst)) -> (and (zext x), cst).Evan Cheng2009-12-151-4/+4
* Propagate zest through logical shift.Evan Cheng2009-12-152-0/+51
* Fix integer cast code to handle vector types.Dan Gohman2009-12-141-0/+13
* Add radar fixed in comment.Eric Christopher2009-12-141-5/+6
* Remove empty file completelyShantonu Sen2009-12-141-0/+0
* revert r91184, because it causes a crash on a .bc file I justChris Lattner2009-12-141-68/+0
* Add a test for the 'init' option property.Mikhail Glushenkov2009-12-141-0/+22
* Disable r91104 for x86. It causes partial register stall which pessimize code...Evan Cheng2009-12-121-1/+3
* Fix some CHECK lines which were ignored by accident.Benjamin Kramer2009-12-122-8/+8
* Revise scalar replacement to be more flexible about handle bitcasts and GEPs.Bob Wilson2009-12-111-0/+68
* Lower setcc branchless, if this is profitable.Anton Korobeynikov2009-12-111-0/+116
* Implement vector widening, splitting, and scalarizing for SIGN_EXTEND_INREG.Dan Gohman2009-12-111-0/+37
* Change this to the correct PR number.Dan Gohman2009-12-111-1/+1
* Make getUniqueExitBlocks's precondition assert more precise, toDan Gohman2009-12-111-0/+22
* Fix the result type of SELECT nodes lowered from Select instructions withDan Gohman2009-12-111-0/+15
* Honour setHasCalls() set from isel.Anton Korobeynikov2009-12-111-0/+63
* Tests for 91103 and 91104.Evan Cheng2009-12-111-0/+93
* Add a test for the fix in revision 91009.Eric Christopher2009-12-101-0/+20
* It's not safe to coalesce a move where src and dst registers have different s...Evan Cheng2009-12-101-0/+40
* Fix PR5744, a case where we were getting the pointer size instead of theChris Lattner2009-12-101-0/+16
* Fix test.Evan Cheng2009-12-091-1/+1
* Optimize splat of a scalar load into a shuffle of a vector load when it's leg...Evan Cheng2009-12-091-0/+43
* fix hte last remaining known (by me) phi translation bug. When we reanalyzeChris Lattner2009-12-091-4/+16
* Add a minor optimization: if we haven't changed the operands of anChris Lattner2009-12-091-66/+0
* fix PR5733, a case where we'd replace an add with a lexically identical Chris Lattner2009-12-091-0/+66
* merge crash-2.ll into crash.llChris Lattner2009-12-092-43/+43
* the code in GVN that tries to forward large loads to small Chris Lattner2009-12-091-0/+54
* Switch GVN and memdep to use PHITransAddr, which correctly handlesChris Lattner2009-12-091-1/+50
* Teach InferPtrAlignment to infer GV+cst alignment and use it to simplify x86 ...Evan Cheng2009-12-091-3/+3
* Remove tests that are not suitable anymore. Plus they are not testing the ori...Devang Patel2009-12-098-1035/+0
* Revert 90858 90875 and 90805 for now.Devang Patel2009-12-081-18/+0
* - Support inline asm 'w' constraint for 128-bit vector types.Evan Cheng2009-12-081-0/+13
* CMake/lit: Add llvm_{unit_,}site_config parameters, and always pass them when...Daniel Dunbar2009-12-083-0/+14
* Do not try to push dead variable's debug info into namespace info.Devang Patel2009-12-081-0/+18
* Teach GlobalOpt to delete aliases with internal linkage (afterDuncan Sands2009-12-081-1/+13
* Reduce (cmp 0, and_su (foo, bar)) into (bit foo, bar). This saves extra instr...Anton Korobeynikov2009-12-081-0/+166
* Test case for 90787.Evan Cheng2009-12-071-0/+15
* Use FileCheck and set nounwind on calls.David Greene2009-12-071-6/+7
* Don't enable the post-RA scheduler on x86 except at -O3. In itsDan Gohman2009-12-078-8/+8
* Implement 'forward_value' and 'forward_transformed_value'.Mikhail Glushenkov2009-12-072-0/+42
* Dynamic stack realignment use of sp register as source/dest registerAnton Korobeynikov2009-12-062-2/+2