aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Print all 64bits for st_value and st_size. Adjust tests accordingly.Roman Divacky2010-12-2018-136/+136
* Teach the MBlaze asm parser how to parse special purpose register names.Wesley Peck2010-12-201-4/+124
* Cosmetic changes.Dale Johannesen2010-12-201-1/+1
* Teach InstCombine to merge (icmp ult (X + CA), C1) | (icmp eq X, C2) into (ic...Benjamin Kramer2010-12-201-0/+14
* Have SimplifyBinOp dispatch Xor, Add and Sub to the corresponding methodsDuncan Sands2010-12-201-2/+4
* fix PR8807 by making transformConstExprCastCall aware of byval arguments.Chris Lattner2010-12-201-0/+13
* when eliding a byval copy due to inlining a readonly function, we haveChris Lattner2010-12-201-0/+23
* pull byval processing out to its own helper function.Chris Lattner2010-12-201-3/+4
* fix PR8769, a miscompilation by inliner when inlining a function with a byvalChris Lattner2010-12-201-0/+24
* merge two tests.Chris Lattner2010-12-202-30/+29
* filecheckizeChris Lattner2010-12-201-2/+5
* temporarily disable this: PR8823.Chris Lattner2010-12-201-17/+11
* now that addc/adde are gone, "ADDC" in the X86 backend uses EFLAGS results,Chris Lattner2010-12-201-0/+19
* We lower setb to sbb with the hope that the and will go away, when it Chris Lattner2010-12-201-0/+9
* Test case for r122215 when InstCombine optimizes memsetMon P Wang2010-12-201-0/+15
* Add comment for testcase for 122206Mon P Wang2010-12-201-1/+2
* Prevents PerformShuffleCombine from creating a node with an illegal type afte...Mon P Wang2010-12-191-4/+24
* improve the setcc -> setcc_carry optimization to happen moreChris Lattner2010-12-193-23/+34
* now that generic vector types aren't selected onto MMX registers, theseChris Lattner2010-12-1938-38/+36
* X86 supports i8/i16 overflow ops (except i8 multiplies), we shouldChris Lattner2010-12-191-0/+9
* add a general coverage test for overflow intrinsics.Chris Lattner2010-12-191-0/+220
* recognize an unsigned add with overflow idiom into uadd.Chris Lattner2010-12-191-0/+34
* optimize uadd(x, cst) into a comparison when the normal Chris Lattner2010-12-191-0/+10
* generalize the sadd creation code to not require that theChris Lattner2010-12-191-4/+27
* fix another miscompile in the llvm.sadd formation logic: it wasn't Chris Lattner2010-12-191-1/+22
* fix a bug (possibly 8816) in the sadd forming xform: it isn'tChris Lattner2010-12-191-1/+29
* Enhance LICM to promote alias sets whose pointers themselves are stored,Chris Lattner2010-12-191-0/+30
* fix PR8602, a bug in an assertion: a volatile store *of* a pointerChris Lattner2010-12-191-0/+13
* fix PR8642: if a critical edge has a PHI value that can trap,Chris Lattner2010-12-191-0/+29
* revert r122164, I'm going to go with a different approach.Chris Lattner2010-12-191-31/+0
* first step to fixing PR8642: don't fold away empty basic blocksChris Lattner2010-12-191-0/+31
* move this test into the ARM test so that it is only run when the arm backendChris Lattner2010-12-191-0/+0
* Restore the behavior of frame lowering before my refactoring.Anton Korobeynikov2010-12-181-0/+22
* Just rename the functions, relying on matching a instruction that has the sam...Benjamin Kramer2010-12-181-4/+4
* Test more than just label names and make test work on non-x86 hosts.Benjamin Kramer2010-12-181-1/+5
* Add support for lexing single quotes like 'c'.Roman Divacky2010-12-181-0/+16
* Add a test that shows that we produce no fixups when computing the differenceRafael Espindola2010-12-181-0/+16
* Test for push being relaxed.Rafael Espindola2010-12-181-0/+7
* Fix result type of Neon floating-point comparisons against zero.Bob Wilson2010-12-181-0/+19
* Add vector versions of some existing scalar transforms to aid codegen in matc...Nate Begeman2010-12-171-0/+22
* During local stack slot allocation, the materializeFrameBaseRegister functionBill Wendling2010-12-171-0/+15
* Fix a DAGCombiner crash when folding binary vector operations with constantBob Wilson2010-12-171-0/+14
* Combine several vector-related DAGCombiner tests.Bob Wilson2010-12-175-61/+63
* Add support for matching psign & plendvb to the x86 targetNate Begeman2010-12-171-0/+26
* Add a transform to DAG Combiner. This improves theDale Johannesen2010-12-171-0/+9
* Reapply r121905 (automatic synthesis of @llvm.sadd.with.overflow) with a fix ...Owen Anderson2010-12-171-0/+27
* SimplifyCFG: Ranges can be larger than 64 bits. Fixes Release-selfhost build.Benjamin Kramer2010-12-171-0/+20
* Don't feed 19 bit immediates to ILA.Kalle Raiskila2010-12-171-2/+13
* improve switch formation to handle small range Chris Lattner2010-12-171-1/+70
* MC/Expr: Implemnt more aggressive folding during symbol evaluation usingDaniel Dunbar2010-12-171-0/+129