Add freed memory poisoning in !NDEBUG mode for DenseMap.
[oota-llvm.git] / test /
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 Dan GohmanAdd a testcase for PR2831.
2009-07-21 Dan GohmanAdd a testcase for PR4569, which is now fixed.
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 Dan GohmanThe upper argument of ConstantRange is exclusive, not...
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 Dan GohmanAssembly and Bitcode support for unsigned/signed overfl...
2009-07-20 Evan ChengUse TII->findCommutedOpIndices to find the commute...
2009-07-20 Kevin EnderbyRemoved the DumpSymbolsandMacros and LoadSymbolsandMacr...
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 Evan Chengxfail for now.
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 Daniel DunbarThis test should be run with -m32.
2009-07-19 Jakob Stoklund OlesenFix http://llvm.org/bugs/show_bug.cgi?id=4583
2009-07-18 Eli FriedmanCanonicalize bitcasts between types like <1 x i64>...
2009-07-18 Eli FriedmanBack out 76300; apparently the preference is to canonic...
2009-07-18 Eli FriedmanAdd combine: X sdiv (1 << Y) -> X udiv (1 << Y) when...
2009-07-18 Eli FriedmanCanonicalize insert/extractelement from single-element...
2009-07-18 Eli FriedmanFix simplifylibcalls memset recognition to work on...
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 Daniel Dunbarllvm-mc: Add -triple, and start fetching the target...
2009-07-17 Evan ChengFix x86 inline ams 'q' constraint support. In 32-bit...
2009-07-17 Chris Lattnerrename test.
2009-07-17 Duncan SandsTestcase for PR4214.
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 David GreeneEmit line numbers in asm comments when available.
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 Chris Lattnerthis should be xfailed on darwin. Darwin doesn't use...
2009-07-16 Evan ChengWith recent MC changes, RIP base register is explicitly...
2009-07-16 Dan GohmanFill in some holes in ScalarEvolution's loop iteration...
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 Rafael EspindolaAdd tests for fixes I committed earlier to the C++ FE.
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
2009-07-16 Anton KorobeynikovAdd xor reg-reg pattern
2009-07-16 Anton KorobeynikovAdd or reg-reg pattern.
2009-07-16 Anton KorobeynikovAdd add reg-reg and reg-imm patterns
2009-07-16 Anton KorobeynikovAdd simple reg-reg and reg-imm moves
2009-07-16 Anton KorobeynikovMinimal lowering for formal_arguments / ret
2009-07-16 Anton KorobeynikovAdd testsuite dir for systemz stuff
2009-07-16 Richard OsborneCombine an unaligned store of unaligned load into a...
2009-07-16 Richard OsborneExpand unaligned 32 bit loads from an address which...
2009-07-16 Richard OsborneCustom lower unaligned 32 bit stores and loads into...
2009-07-16 Evan ChengLet callers decide the sub-register index on the def...
next