Restore the behavior of frame lowering before my refactoring.
[oota-llvm.git] / test /
2010-12-18 Anton KorobeynikovRestore the behavior of frame lowering before my refact...
2010-12-18 Benjamin KramerJust rename the functions, relying on matching a instru...
2010-12-18 Benjamin KramerTest more than just label names and make test work...
2010-12-18 Roman DivackyAdd support for lexing single quotes like 'c'.
2010-12-18 Rafael EspindolaAdd a test that shows that we produce no fixups when...
2010-12-18 Rafael EspindolaTest for push being relaxed.
2010-12-18 Bob WilsonFix result type of Neon floating-point comparisons...
2010-12-17 Nate BegemanAdd vector versions of some existing scalar transforms...
2010-12-17 Bill WendlingDuring local stack slot allocation, the materializeFram...
2010-12-17 Bob WilsonFix a DAGCombiner crash when folding binary vector...
2010-12-17 Bob WilsonCombine several vector-related DAGCombiner tests.
2010-12-17 Nate BegemanAdd support for matching psign & plendvb to the x86...
2010-12-17 Dale JohannesenAdd a transform to DAG Combiner. This improves the
2010-12-17 Owen AndersonReapply r121905 (automatic synthesis of @llvm.sadd...
2010-12-17 Benjamin KramerSimplifyCFG: Ranges can be larger than 64 bits. Fixes...
2010-12-17 Kalle RaiskilaDon't feed 19 bit immediates to ILA.
2010-12-17 Chris Lattnerimprove switch formation to handle small range
2010-12-17 Daniel DunbarMC/Expr: Implemnt more aggressive folding during symbol...
2010-12-17 Bob WilsonFix crash compiling a QQQQ REG_SEQUENCE for a Neon...
2010-12-17 Dan GohmanRevert r64460. strtol and friends cannot be marked...
2010-12-17 Rafael Espindola"Fix" FDE alignment to match what gas does.
2010-12-16 Rafael EspindolaMake pushq produce signed relocations.
2010-12-16 Duncan SandsSpeculatively revert commit 121905 since it looks like...
2010-12-16 Jason W Kim1. ARM/MC/ELF: A few more ELF relocs for .o
2010-12-16 Dan Gohman-enable-tbaa is on by default now.
2010-12-16 Dan GohmanMake memcpyopt TBAA-aware.
2010-12-16 Jason W KimFix elf-dump --dump-section-data for .bss section
2010-12-15 Dan GohmanPreserve TBAA tags when doing load PRE.
2010-12-15 Jim GrosbachThumb1 had two patterns for the same load-from-constant...
2010-12-15 Eric ChristopherDon't handle -arm-long-calls in fast isel for now.
2010-12-15 Owen AndersonAdd an InstCombine transform to recognize instances...
2010-12-15 Evan ChengTeach machine cse to commute instructions.
2010-12-15 Bob WilsonAdd Neon VCVT instructions for f32 <-> f16 conversions.
2010-12-15 Bob WilsonFix misspelled target triples in MC/ARM test commands.
2010-12-15 Wesley PeckLower the MBlaze target specific calling conventions...
2010-12-15 Duncan SandsMove Sub simplifications and additional Add simplificat...
2010-12-15 Frits van BommelTeach jump threading to "look through" a select when...
2010-12-15 Rafael EspindolaRelax alignment fragments.
2010-12-15 Rafael EspindolaPatch by David Meyer to avoid a O(N^2) behaviour when...
2010-12-15 Chris Lattnertake care of some todos, transforming [us]mul_lohi...
2010-12-15 Chris Lattnermerge two tests
2010-12-15 Kevin EnderbyAdd some more MC tests for ARM arithmetic instructions...
2010-12-15 Owen AndersonFix PR8790, another instance where unreachable code...
2010-12-14 Evan ChengFix a minor bug in two-address pass. It was missing...
2010-12-14 Daniel DunbarMC/ARM: Fix-up fixup offset for fixup_arm_branch target...
2010-12-14 Chris Lattner - Insert new instructions before DomBlock's terminator,
2010-12-14 Chris Lattnerfix two significant issues with FoldTwoEntryPHINode:
2010-12-14 Chris Lattnerfix yet anohter broken line
2010-12-14 Chris Lattnerreapply my recent change that disables a piece of the...
2010-12-14 Evan Chengbfi A, (and B, C1), C2) -> bfi A, B, C2 iff C1 & C2...
2010-12-14 Jason W Kimfix fixme case typo :-)
2010-12-13 Owen AndersonFix recent buildbot breakage by pulling SimplifyCFG...
2010-12-13 Jason W KimFirst cut of ARM/MC/ELF PIC relocations.
2010-12-13 Bob WilsonRemove the rest of the *_sfp Neon instruction patterns.
2010-12-13 Chris Lattnertemporarily disable part of my previous patch, which...
2010-12-13 Dan GohmanReapply r121520, PartialAlias implementation for BasicA...
2010-12-13 Benjamin KramerFix sort predicate. qsort(3)'s predicate semantics...
2010-12-13 Chris Lattnerrename test
2010-12-13 Chris LattnerAdd a couple dag combines to transform mulhi/mullo...
2010-12-13 Chris Lattnerreinstate my patch: the miscompile was caused by an...
2010-12-13 Chris LattnerCompletely disable the optimization I added in r121680...
2010-12-13 Chris LattnerMake simplifycfg reprocess newly formed "br (cond1...
2010-12-13 Chris Lattnerfix a bug in r121680 that upset the various buildbots.
2010-12-13 Chris Lattnermake these tests a bit less fragile
2010-12-13 Chris Lattnerenhance the "change or icmp's into switch" xform to...
2010-12-13 Chris Lattnermerge two tests
2010-12-13 Chris LattnerFix my previous patch to handle a degenerate case that...
2010-12-13 Chris Lattnerfix a fairly serious oversight with switch formation...
2010-12-13 Bill WendlingAdd support for using the `!if' operator when initializ...
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...
next