Mark attributes of return insn correctly. It was being assumed safe to delete in...
[oota-llvm.git] / test / CodeGen /
2009-07-25 Evan ChengI've lost my mind. PR4572 has not been fixed.
2009-07-25 Evan ChengChange Thumb2 jumptable codegen to one that uses two...
2009-07-25 Evan ChengRemove a duplicated test.
2009-07-24 Evan ChengForgot this test earlier.
2009-07-24 Evan ChengFix these tests.
2009-07-24 Eric ChristopherMove insertps tests to sse41 combo test file, convert...
2009-07-24 Evan ChengConvert a test to FileCheck.
2009-07-24 Chris LattnerRemove SectionKind::Small*. This was only used on...
2009-07-24 Richard OsborneAdd tests for handling of globals and tls on the XCore...
2009-07-24 Dan GohmanRemove the IA-64 backend.
2009-07-23 Evan ChengThumb2 does not allow the use of "pc" register as part...
2009-07-23 Evan ChengFix up ARM constant island pass for Thumb2.
2009-07-23 Chris Lattnermerge one more sse41 test into sse41.ll
2009-07-23 Chris Lattnermerge another sse41 test into sse41.ll
2009-07-23 Chris Lattnermerge sse41-pmovx.ll into sse41.ll
2009-07-23 Chris Lattnerchange a test to run in filecheck style. Rename it...
2009-07-23 Eric ChristopherSupport insertps via the intrinsic and add a couple...
2009-07-23 Eric ChristopherAdd test for pinsrd and pinsrb instructions.
2009-07-23 Dan GohmanRevert r75663 (and r76805), as it is causing regression...
2009-07-22 Dan Gohmanx86 isel tweak: use lea (%reg,%reg) instead of lea...
2009-07-22 Dan GohmanAdd -march=ppc32 lines so that this test doesn't ever...
2009-07-22 Evan ChengUse getTargetConstant instead of getConstant since...
2009-07-22 Dan GohmanMake the grep line in this test more specific, to avoid
2009-07-22 Evan ChengIgnore undef uses.
2009-07-22 Duncan SandsRevert commit 76707, it was breaking the llvm-gcc build
2009-07-22 Chris Lattnerset the ELF "small" flag on objects that end up in...
2009-07-21 Evan ChengRemove a big test case.
2009-07-21 Evan ChengDo not select tSXTB / tSXTH in thumb2 mode.
2009-07-21 Chris Lattnerconvert this test to filecheck format, which is faster...
2009-07-21 Chris Lattneradd a testcase for the pic16 section handling stuff.
2009-07-21 Evan ChengAnother rewriter bug exposed by recent coalescer change...
2009-07-21 Chris Lattnerremove a very large testcase for now.
2009-07-21 Evan ChengFix a dagga combiner bug: avoid creating illegal constant.
2009-07-21 Evan ChengFix ARM isle code that optimize multiply by constants...
2009-07-21 Evan ChengCross RC coalescing is now on by default.
2009-07-20 David GreeneRe-apply 75490, 75806 and 76177 with fixes and tests...
2009-07-20 Evan ChengForgot this test earlier.
2009-07-20 Evan ChengUse TII->findCommutedOpIndices to find the commute...
2009-07-20 Evan ChengFix some sub-reg coalescing bugs where the coalescer...
2009-07-20 Dan GohmanRevert the addition of hasNoPointerOverflow to GEPOperator.
2009-07-20 Chris Lattnerimplement a new magic global "llvm.compiler.used" which...
2009-07-20 Evan ChengRestore AsmWriterEmitter.cpp back to 74742. The recent...
2009-07-19 Jakob Stoklund OlesenFix http://llvm.org/bugs/show_bug.cgi?id=4583
2009-07-18 Evan ChengCatch more coalescing opportunities.
2009-07-18 Evan ChengEnable cross register class coalescing.
2009-07-17 Evan ChengFix pr4552. Stack slot coloring with register must...
2009-07-17 Evan ChengFix x86 inline ams 'q' constraint support. In 32-bit...
2009-07-17 Chris Lattnerrename test.
2009-07-17 Eli FriedmanMake promotion in operation legalization for SETCC...
2009-07-16 Anton KorobeynikovEmit cross regclass register moves for thumb2.
2009-07-16 Dale JohannesenAssume an inline asm might be a call, so we get
2009-07-16 Jakob Stoklund OlesenTeach MachineInstr::isRegTiedToDefOperand() to correctl...
2009-07-16 Evan ChengChanged my mind. We now allow remat of instructions...
2009-07-16 Evan ChengWith recent MC changes, RIP base register is explicitly...
2009-07-16 Anton KorobeynikovMake xfail proper
2009-07-16 Anton KorobeynikovTemporary disable 16 bit bswap
2009-07-16 Anton KorobeynikovAdd bswap patterns
2009-07-16 Anton KorobeynikovFix logic inversion for RI-mode address selection
2009-07-16 Anton KorobeynikovUnbreak the test
2009-07-16 Anton KorobeynikovExpand 32-bit bitconverts via memory
2009-07-16 Anton KorobeynikovFix incomin arg stack frame offset in case we need...
2009-07-16 Anton KorobeynikovRevert the commit, it just hides the real bug
2009-07-16 Anton KorobeynikovLower anyext to zext, 32-bit stuff does not have any...
2009-07-16 Anton KorobeynikovProvide consistent subreg idx scheme. This (hopefully...
2009-07-16 Anton KorobeynikovImplement 'large' PIC model
2009-07-16 Anton KorobeynikovImplement shifts properly (hopefilly - finally!)
2009-07-16 Anton KorobeynikovProperly handle divides. As a bonus - implement memory...
2009-07-16 Anton Korobeynikov32 bit shifts have only 12 bit displacements
2009-07-16 Anton KorobeynikovConsolidate reg-imm / reg-reg-imm address mode selectio...
2009-07-16 Anton KorobeynikovAdd support for 12 bit displacements
2009-07-16 Anton KorobeynikovEmit proper lowering of load from arg stack slot
2009-07-16 Anton KorobeynikovImplement dynamic allocas
2009-07-16 Anton KorobeynikovAdd jump tables
2009-07-16 Anton KorobeynikovAdd rotates
2009-07-16 Anton KorobeynikovAdd patterns for integer negate
2009-07-16 Anton KorobeynikovProvide proper patterns for and with imm instructions...
2009-07-16 Anton KorobeynikovAdd 32 bit and reg-imm and disable invalid patterns...
2009-07-16 Anton KorobeynikovAdd z9 and z10 target processors. Mark z10-only instruc...
2009-07-16 Anton KorobeynikovProper lower 'small' results
2009-07-16 Anton KorobeynikovCompletel forgot about unconditional branches
2009-07-16 Anton KorobeynikovLower addresses of globals
2009-07-16 Anton KorobeynikovTest (incomplete) for easy muls
2009-07-16 Anton KorobeynikovProvide "wide" muls and divs/rems
2009-07-16 Anton KorobeynikovTests for cmp / br_cc / select_cc
2009-07-16 Anton KorobeynikovEmit callee-saved regs spills / restores
2009-07-16 Anton KorobeynikovSome preliminary call lowering
2009-07-16 Anton KorobeynikovPrologue / epilogue emission
2009-07-16 Anton KorobeynikovAdd simple frame index elimination
2009-07-16 Anton KorobeynikovProvide proper test :)
2009-07-16 Anton KorobeynikovAdd address computation stuff
2009-07-16 Anton KorobeynikovAdd mem-imm stores
2009-07-16 Anton KorobeynikovAdd stores and truncstores
2009-07-16 Anton KorobeynikovAdd patterns for various extloads
2009-07-16 Anton KorobeynikovAdd shifts and reg-imm address matching
2009-07-16 Anton KorobeynikovAdd bunch of 32-bit patterns... Uffff :)
2009-07-16 Anton KorobeynikovAdd bunch of reg-imm movs
2009-07-16 Anton KorobeynikovProvide masked reg-imm 'or' and 'and'
2009-07-16 Anton KorobeynikovFix test running lines
2009-07-16 Anton KorobeynikovAdd reg-reg and pattern
2009-07-16 Anton KorobeynikovAdd sub reg-reg pattern
next