This code should never fire on non-darwin subtargets.
[oota-llvm.git] / test / CodeGen /
2010-09-25 Che-Liang ChiouAdd test case for PTX ret instruction
2010-09-25 Che-Liang ChiouAdd ret instruction to PTX backend
2010-09-24 Evan ChengEnable code placement optimization pass for ARM.
2010-09-23 Bob WilsonSet alignment operand for NEON VST instructions.
2010-09-23 Bob WilsonSet alignment operand for NEON VLD instructions.
2010-09-23 Evan ChengDisable codegen prepare critical edge splitting. Machin...
2010-09-22 Owen AndersonA select between a constant and zero, when fed by a...
2010-09-22 Cameron EsfahaniFix PR8201: Update the code to call via X86::CALL64pcre...
2010-09-22 Chris LattnerFix an inconsistency in the x86 backend that led it...
2010-09-22 Chris Lattnerreimplement elf TLS support in terms of addressing...
2010-09-22 Chris Lattnerlinux has a different stack alignment than the mac...
2010-09-22 Chris Lattnergive VZEXT_LOAD a memory operand, it now works with...
2010-09-22 Chris Lattnerrevert r114386 now that address modes work correctly...
2010-09-21 Chris Lattnergive LCMPXCHG_DAG[8] a memory operand, allowing it...
2010-09-21 Chris Lattnerfilecheckize
2010-09-21 Evan ChengOptimizeCompareInstr should avoid iterating pass the...
2010-09-21 Owen AndersonEnable target-specific mul-lowering on ARM, even at...
2010-09-21 Devang PatelUse FileCheck
2010-09-21 Owen AndersonWhen adding the carry bit to another value on X86,...
2010-09-21 Chris Lattnerfix rdar://8453210, a crash handling a call through...
2010-09-20 Evan ChengEnable machine sinking critical edge splitting. e.g.
2010-09-20 Owen AndersonCombinerAA is now reordering these stores.
2010-09-20 Owen AndersonWhen TCO is turned on, it is possible to end up with...
2010-09-20 Jim GrosbachSimplify ARM callee-saved register handling by removing...
2010-09-19 NAKAMURA Takumitest/CodeGen/X86: Add explicit triplet -mtriple=i686...
2010-09-18 Eric ChristopherAdd the exit instruction to the PTX target.
2010-09-18 Owen AndersonInvert the logic of reachesChainWithoutSideEffects...
2010-09-17 Bob WilsonAdd target-specific DAG combiner for BUILD_VECTOR and...
2010-09-17 Jim GrosbachTeach the (non-MC) instruction printer to use the canno...
2010-09-17 Evan ChengTeach machine sink to
2010-09-17 Jim GrosbachUpdate tests to handle MC-inst instruction printing...
2010-09-17 Jim GrosbachFileCheck-ize
2010-09-17 Jim GrosbachMove thumb2 tests to the thumb2 directory
2010-09-17 Jim Grosbachtweak test to check instructions rather than relying...
2010-09-17 Dan GohmanAvoid emitting a PIC base register if no PIC addresses...
2010-09-17 Jim Grosbachtweak test to check instructions rather than relying...
2010-09-17 Jim Grosbachtweak test to check instructions rather than relying...
2010-09-16 Dale JohannesenWhen substituting sunkaddrs into indirect arguments...
2010-09-16 Kalle RaiskilaChange SPU register re-interpretations from OR to COPY_...
2010-09-15 Bob WilsonReapply Gabor's 113839, 113840, and 113876 with a fix...
2010-09-15 Gabor Greifthe darwin9-powerpc buildbot keeps consistently crashing,
2010-09-14 Gabor Greifforgot the testcase change for r113839
2010-09-14 Gabor Greiftest for and-tst peephole optimization
2010-09-13 Owen AndersonRe-apply r113679, which was reverted in r113720, which...
2010-09-12 Eric ChristopherRevert 113679, it was causing an infinite loop in a...
2010-09-10 Evan ChengFix test so it passes on non-Darwin hosts.
2010-09-10 Bob WilsonFix merging base-updates for VLDM/VSTM: Before I switch...
2010-09-10 Evan ChengTeach if-converter to be more careful with predicating...
2010-09-09 Bruno Cardoso LopesAdd one more pattern to fallback movddup
2010-09-09 Bob WilsonFix NEON VLD pseudo instruction itineraries that were...
2010-09-08 Jim GrosbachRe-enable usage of the ARM base pointer. r113394 fixed...
2010-09-08 Eric ChristopherRemove ssp from this test.
2010-09-08 Kalle RaiskilaFix CellSPU vector shuffles, again.
2010-09-08 Jim Grosbachdisable for the moment while tracking down a few Thumb2...
2010-09-07 Devang Patelremove these tests for now.
2010-09-07 Devang PatelThere is no need to force target if the test is going...
2010-09-07 Devang PatelFix command line used to link these test cases.
2010-09-07 Devang PatelReintroduce dbg-declare tests.
2010-09-07 Devang PatelRemove last three tests. I need to make them independen...
2010-09-07 Devang PatelAdd a test case to check handling of dbg-declare durin...
2010-09-07 Devang PatelAdd a test case to check handling of dbg-declare by...
2010-09-07 Devang PatelAdd a test case to check handling of dbg-declare by...
2010-09-05 Chris Lattnerimplement rdar://6653118 - fastisel should fold loads...
2010-09-03 Dale JohannesenRemove the rest of the nonexistent 64-bit AVX instructions.
2010-09-03 Jim GrosbachRe-apply r112883:
2010-09-03 Daniel DunbarRevert "For ARM stack frames that utilize variable...
2010-09-03 NAKAMURA Takumitest/CodeGen/X86: Add explicit -mtriple=(i686|x86_64...
2010-09-03 Bruno Cardoso LopesAVX doesn't support mm operations neither its instrinsics.
2010-09-03 Bob WilsonReplace NEON vabdl, vaba, and vabal intrinsics with...
2010-09-02 Anton KorobeynikovProperly emit __chkstk call instead of __alloca on...
2010-09-02 Jim GrosbachFor ARM stack frames that utilize variable sized object...
2010-09-02 Dan GohmanDon't narrow the load and store in a load+twiddle+store...
2010-09-02 Sandeep PatelFix an unnecessary XFAIL
2010-09-02 Jim GrosbachNow that register allocation properly considers reserve...
2010-09-02 Bob WilsonConvert VLD1 and VLD2 instructions to use pseudo-instru...
2010-09-02 NAKAMURA Takumitest/loop-strength-reduce4: Add explicit triplet for...
2010-09-02 NAKAMURA Takumitest/twoaddr-coalesce: Do not use @main.
2010-09-01 Bob WilsonRemove NEON vmull, vmlal, and vmlsl intrinsics, replaci...
2010-09-01 Bruno Cardoso LopesUsing target specific nodes for shuffle nodes makes...
2010-09-01 Jakob Stoklund OlesenTeach RemoveCopyByCommutingDef to check all aliases...
2010-09-01 Chris Lattnertemporarily revert r112664, it is causing a decoding...
2010-09-01 Dan GohmanRevert 112442 and 112440 until the compile time problem...
2010-08-31 Bill WendlingWe have a chance for an optimization. Consider this...
2010-08-31 Jim GrosbachUpdate test for 112609
2010-08-30 Anton KorobeynikovFix borken test
2010-08-30 Bob WilsonRemove NEON vmovn intrinsic, replacing it with vector...
2010-08-30 Chris Lattnertwo changes:
2010-08-30 Duncan SandsCorrect bogus module triple specifications.
2010-08-29 Dan GohmanMake IVUsers iterative instead of recursive.
2010-08-29 Dan GohmanMake this test less dependent on register allocation...
2010-08-29 Kalle RaiskilaFix lowering of INSERT_VECTOR_ELT in SPU.
2010-08-29 Bob WilsonRemove NEON vaddl, vaddw, vsubl, and vsubw intrinsics...
2010-08-29 Chris Lattnermerge a bunch of shuffle tests into sse2.ll
2010-08-29 Chris Lattneradd some nounwind's
2010-08-28 Chris Lattnerfix the buildvector->insertp[sd] logic to not always...
2010-08-28 Chris Lattnerfix the BuildVector -> unpcklps logic to not do pointle...
2010-08-28 Dan GohmanCompletely disable tail calls when fast-isel is enabled...
2010-08-27 Bob WilsonChange ARM VFP VLDM/VSTM instructions to use addressing...
2010-08-27 Chris Lattnerget this test passing on linux builders.
2010-08-27 Bob WilsonAdd alignment arguments to all the NEON load/store...
next