summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* now that generic vector types aren't selected onto MMX registers, theseChris Lattner2010-12-19
* X86 supports i8/i16 overflow ops (except i8 multiplies), we shouldChris Lattner2010-12-19
* add a general coverage test for overflow intrinsics.Chris Lattner2010-12-19
* recognize an unsigned add with overflow idiom into uadd.Chris Lattner2010-12-19
* optimize uadd(x, cst) into a comparison when the normal Chris Lattner2010-12-19
* generalize the sadd creation code to not require that theChris Lattner2010-12-19
* fix another miscompile in the llvm.sadd formation logic: it wasn't Chris Lattner2010-12-19
* fix a bug (possibly 8816) in the sadd forming xform: it isn'tChris Lattner2010-12-19
* Enhance LICM to promote alias sets whose pointers themselves are stored,Chris Lattner2010-12-19
* fix PR8602, a bug in an assertion: a volatile store *of* a pointerChris Lattner2010-12-19
* fix PR8642: if a critical edge has a PHI value that can trap,Chris Lattner2010-12-19
* revert r122164, I'm going to go with a different approach.Chris Lattner2010-12-19
* first step to fixing PR8642: don't fold away empty basic blocksChris Lattner2010-12-19
* move this test into the ARM test so that it is only run when the arm backendChris Lattner2010-12-19
* Restore the behavior of frame lowering before my refactoring.Anton Korobeynikov2010-12-18
* Just rename the functions, relying on matching a instruction that has the sam...Benjamin Kramer2010-12-18
* Test more than just label names and make test work on non-x86 hosts.Benjamin Kramer2010-12-18
* Add support for lexing single quotes like 'c'.Roman Divacky2010-12-18
* Add a test that shows that we produce no fixups when computing the differenceRafael Espindola2010-12-18
* Test for push being relaxed.Rafael Espindola2010-12-18
* Fix result type of Neon floating-point comparisons against zero.Bob Wilson2010-12-18
* Add vector versions of some existing scalar transforms to aid codegen in matc...Nate Begeman2010-12-17
* During local stack slot allocation, the materializeFrameBaseRegister functionBill Wendling2010-12-17
* Fix a DAGCombiner crash when folding binary vector operations with constantBob Wilson2010-12-17
* Combine several vector-related DAGCombiner tests.Bob Wilson2010-12-17
* Add support for matching psign & plendvb to the x86 targetNate Begeman2010-12-17
* Add a transform to DAG Combiner. This improves theDale Johannesen2010-12-17
* Reapply r121905 (automatic synthesis of @llvm.sadd.with.overflow) with a fix ...Owen Anderson2010-12-17
* SimplifyCFG: Ranges can be larger than 64 bits. Fixes Release-selfhost build.Benjamin Kramer2010-12-17
* Don't feed 19 bit immediates to ILA.Kalle Raiskila2010-12-17
* improve switch formation to handle small range Chris Lattner2010-12-17
* MC/Expr: Implemnt more aggressive folding during symbol evaluation usingDaniel Dunbar2010-12-17
* Fix crash compiling a QQQQ REG_SEQUENCE for a Neon vld3_lane operation.Bob Wilson2010-12-17
* Revert r64460. strtol and friends cannot be marked readonly, even withDan Gohman2010-12-17
* "Fix" FDE alignment to match what gas does.Rafael Espindola2010-12-17
* Make pushq produce signed relocations.Rafael Espindola2010-12-16
* Speculatively revert commit 121905 since it looks like it might have broken theDuncan Sands2010-12-16
* 1. ARM/MC/ELF: A few more ELF relocs for .oJason W Kim2010-12-16
* -enable-tbaa is on by default now.Dan Gohman2010-12-16
* Make memcpyopt TBAA-aware.Dan Gohman2010-12-16
* Fix elf-dump --dump-section-data for .bss sectionJason W Kim2010-12-16
* Preserve TBAA tags when doing load PRE.Dan Gohman2010-12-15
* Thumb1 had two patterns for the same load-from-constant-pool instruction.Jim Grosbach2010-12-15
* Don't handle -arm-long-calls in fast isel for now.Eric Christopher2010-12-15
* Add an InstCombine transform to recognize instances of manual overflow-safe a...Owen Anderson2010-12-15
* Teach machine cse to commute instructions.Evan Cheng2010-12-15
* Add Neon VCVT instructions for f32 <-> f16 conversions.Bob Wilson2010-12-15
* Fix misspelled target triples in MC/ARM test commands.Bob Wilson2010-12-15
* Lower the MBlaze target specific calling conventions for "interrupt_handler"Wesley Peck2010-12-15
* Move Sub simplifications and additional Add simplifications out ofDuncan Sands2010-12-15