Merge DEBUG statements.
[oota-llvm.git] / test /
2010-12-12 Wesley PeckMissed some ADDI <-> ADDIK conversions in 121649.
2010-12-11 Benjamin KramerGeneralize the and-icmp-select instcombine further...
2010-12-11 Benjamin KramerFactor the (x & 2^n) ? 2^m : 0 instcombine into its...
2010-12-11 Evan Cheng(or (and (shl A, #shamt), mask), B) => ARMbfi B, A...
2010-12-10 Bob WilsonAdd float patterns for Neon vld1-lane/dup and vst1...
2010-12-10 Dan GohmanRevert r121520, which may have introduced miscompilations.
2010-12-10 Dan GohmanImplement PartialAlias checking in BasicAA.
2010-12-10 Bob WilsonFix some invalid alignments for Neon vld-dup and vld...
2010-12-10 NAKAMURA Takumimacho-dump: Fix CMake build, following up to r121466.
2010-12-10 Rafael EspindolaFixed version of 121434 with no new memory leaks.
2010-12-10 Daniel Dunbarmacho-dump: Switch to C++ macho-dump tool.
2010-12-10 Rafael EspindolaRevert my previous patch to make the valgrind bots...
2010-12-10 NAKAMURA TakumiAdd dependency to "make check".
2010-12-10 Nate BegemanFormalize the notion that AVX and SSE are non-overlappi...
2010-12-09 Rafael EspindolaInitial support for the cfi directives. This is just...
2010-12-09 Kevin EnderbyAdd support for parsing ARM arithmetic instructions...
2010-12-09 Jim GrosbachARM stm/ldm instructions require more than one register...
2010-12-09 Bruno Cardoso LopesAdd ROTR and ROTRV mips32 instructions. Patch by Akira...
2010-12-09 Chris Lattnerenhance memcpyopt to zap memcpy's that have the same...
2010-12-09 Chris Lattnerfix PR8753, eliminating a case where we'd infinitely...
2010-12-09 Eric ChristopherRewrite the darwin tlv support to use a chain and retur...
2010-12-09 Dan GohmanReally check that the bits that will become zero are...
2010-12-09 Eric ChristopherRemove extraneous copy from DAG conversion for darwin...
2010-12-08 Kevin EnderbyAllow a slash, '/', as a prefix separator for X86....
2010-12-08 Eric ChristopherMove this test to tlv* to make it easier to notice...
2010-12-08 Jason W KimARM/MC/ELF TPsoft is now a proper pseudo inst.
2010-12-07 Evan ChengFix a bad prologue / epilogue codegen bug where the...
2010-12-07 Bruno Cardoso LopesMatch a pattern generated by a dag combiner opt where:
2010-12-07 Rafael EspindolaFix absolute recording of differences of symbols in...
2010-12-07 Rafael EspindolaFix relocations with weak definitions.
2010-12-07 NAKAMURA TakumiRevert test/Archive/check_binary_output.ll". It fails...
2010-12-07 Chris Lattnerreapply r121100 with a tweak to constant fold ConstExpr...
2010-12-07 Rafael EspindolaFix pcrel relocations that cross sections.
2010-12-07 NAKAMURA Takumitest/Archive/check_binary_output.ll: Add a new test...
2010-12-07 NAKAMURA Takumitest/Other/close-stderr.ll: Require the feature 'shell...
2010-12-07 NAKAMURA Takumitest: Add the feature 'shell' on LLVM_ON_UNIX.
2010-12-07 Eric ChristopherTemporarily revert r121100 as it's causing clang to...
2010-12-07 Chris Lattnerfix PR8710 - teach global opt that some constantexprs...
2010-12-07 Michael J. SpencerTest: Fix Support.Path and _all_ of the unittest death...
2010-12-07 Rafael EspindolaFix a crash reduced from gcc produced assembly.
2010-12-07 Owen AndersonSecond attempt at converting Thumb2's LDRpci, including...
2010-12-06 Frits van BommelImplement jump threading of 'indirectbr' by keeping...
2010-12-06 Devang PatelIf dbg_declare() or dbg_value() is not lowered by isel...
2010-12-06 Wesley PeckFixed reversed operands for IDIV and CMP instructions...
2010-12-06 Wesley PeckFix a 16-bit immediate value detection bug in the MBlaz...
2010-12-06 Rafael EspindolaSecond try at making direct object emission produce...
2010-12-06 Rafael EspindolaRevert previous two patches while I try to find out...
2010-12-06 Rafael EspindolaUpdate test for the extra =.
2010-12-06 Che-Liang Chiouptx: add shift instructions
2010-12-06 Rafael EspindolaDon't use PadSectionToAlignment on windows.
2010-12-06 Chris LattnerFix PR8728, a miscompilation I recently introduced...
2010-12-05 Evan ChengMaking use of VFP / NEON floating point multiply-accumu...
2010-12-05 Frits van BommelFix PR 4170 by having ExtractValueInst::getIndexedType...
2010-12-05 Frits van BommelTeach SimplifyCFG to turn
2010-12-05 Chris LattnerTeach X86ISelLowering that the second result of X86ISD...
2010-12-05 Chris Lattnerit turns out that when ".with.overflow" intrinsics...
2010-12-05 Chris Lattnerfix the rest of the linux miscompares :)
2010-12-05 Chris Lattnergeneralize the previous check to handle -1 on either...
2010-12-05 Chris Lattnerrelax this to handle linux defaulting to -static.
2010-12-05 Chris LattnerImprove an integer select optimization in two ways:
2010-12-05 Chris Lattnermerge some tests into select.ll and make them more...
2010-12-05 Chris Lattnerrename test
2010-12-05 Chris Lattnerremove two tests that aren't really testing anything.
2010-12-04 Benjamin KramerAdd patterns for the x86 popcnt instruction.
2010-12-04 Bob WilsonThe Thumb tADDrSPi instruction is not valid when the...
2010-12-04 Rafael EspindolaThere are two reasons why we might want to use
2010-12-04 Rafael EspindolaNext step: Only pad debug_line when the target is darwi...
2010-12-03 Jim GrosbachEncode the 32-bit wide Thumb (and Thumb2) instructions...
2010-12-03 Jim GrosbachWhen using the 'push' mnemonic for Thumb2 stmdb, be...
2010-12-02 Devang PatelHide tests, that check .loc, .file in output assembly...
2010-12-02 Devang PatelUse set directive for StartMinusEndExpr.
2010-12-02 Stuart HastingsTest case for r120740. Radar 8712503.
2010-12-02 Duncan SandsAdjust this test for the fact that the stores are no...
2010-12-02 Jim GrosbachXFAIL for now. If someone with access to an ARM/Linux...
2010-12-02 Evan ChengFix test.
2010-12-02 Duncan SandsThis test dates from the time when llvm-gcc had problem...
2010-12-02 NAKAMURA Takumitest/Archive/extract.ll: Use cmp instead of diff. Thank...
2010-12-01 Evan ChengFix and re-enable tail call optimization of expanded...
2010-12-01 Rafael EspindolaRename temporary symbols if they conflict with artifici...
2010-12-01 Owen AndersonAdd correct encodings for STRD and LDRD, including...
2010-12-01 Evan ChengSpeculatively disable x86 portion of r120501 to appease...
2010-12-01 Jason W KimARM/MC/ELF relocation "hello world" for movw/movt.
2010-12-01 Chris Lattnerfix a bozo bug I introduced in r119930, causing a misco...
2010-12-01 NAKAMURA Takumitest/Archive: FileCheck-ize, and remove *.toc. These...
2010-11-30 Evan ChengEnable sibling call optimization of libcalls which...
2010-11-30 Chris LattnerEnhance DSE to handle the variable index case in PR8657.
2010-11-30 Chris Lattnerremove fixme comment too.
2010-11-30 Chris Lattnercheck in *all* files. This is now handled by my previo...
2010-11-30 Chris Lattnerteach DSE to use GetPointerBaseWithConstantOffset to...
2010-11-30 Chris Lattnerenhance isRemovable to refuse to delete volatile mem...
2010-11-30 Owen AndersonAdd tests for more forms of Thumb2 loads and stores.
2010-11-30 Che-Liang Chiouptx: add command-line options for gpu target and ptx...
2010-11-30 Eric ChristopherNot all platforms use _<func>. Duh.
2010-11-30 Bill WendlingAdd parsing for the Thumb t_addrmode_s4 addressing...
2010-11-30 Chris LattnerRewrite the main DSE loop to be written in terms of...
2010-11-30 Eric ChristopherRewrite mwait and monitor support and custom lower...
2010-11-30 Anders CarlssonAdd a puts optimization that converts puts() to putchar...
2010-11-30 Anders CarlssonFix a typo.
2010-11-30 Anders CarlssonRename this test to FPuts.ll since it actually tests...
2010-11-30 Chris Lattnerremove a use of llvm-dis
next