constize
[oota-llvm.git] / test /
2010-02-13 Eric ChristopherFix a problem where we had bitcasted operands that...
2010-02-13 Mikhail GlushenkovForward parameter options as '-option=parameter'.
2010-02-13 Chris Lattneradd encoder support and tests for rdtscp
2010-02-13 Jakob Stoklund OlesenFix PR6283.
2010-02-13 Daniel DunbarMC/AsmParser: Attempt to constant fold expressions...
2010-02-13 Chris Lattnerrip out the 'heinous' x86 MCCodeEmitter implementation.
2010-02-13 Chris Lattnerremove special cases for vmlaunch, vmresume, vmxoff...
2010-02-13 Bob WilsonBesides removing phi cycles that reduce to a single...
2010-02-13 Daniel DunbarMC/X86: Push immediate operands as immediates not expre...
2010-02-12 Chris Lattneradd some disassemble testcases for weird instructions
2010-02-12 Chris Lattnerimplement the rest of correct x86-64 encoder support for
2010-02-12 Dale JohannesenWhen save/restoring CR at prolog/epilog, in a large
2010-02-12 Chris LattnerAdd support for a union type in LLVM IR. Patch by...
2010-02-12 Chris Lattner1. modernize the constantmerge pass, using densemap...
2010-02-12 Chris Lattnerrename test
2010-02-12 Anton KorobeynikovTestcases for recent stdcall / fastcall mangling improv...
2010-02-12 Anton KorobeynikovCleanup stdcall / fastcall name mangling.
2010-02-12 Dan GohmanReapply the new LoopStrengthReduction code, with compil...
2010-02-12 Evan ChengUpdate test to match 95961.
2010-02-12 Evan ChengTest for 95961.
2010-02-12 Evan ChengTest case for 95958.
2010-02-12 Bob WilsonAdd a new pass on machine instructions to optimize...
2010-02-12 Chris Lattnerfix the encodings of monitor and mwait, which were...
2010-02-12 Charles DavisAdd a new function attribute, 'alignstack'. It will...
2010-02-11 Jakob Stoklund OlesenReapply coalescer fix for better cross-class coalescing.
2010-02-11 Eric ChristopherMake sure that ConstantExpr offsets also aren't off...
2010-02-11 Chris LattnerRename ValueRequiresCast to ShouldOptimizeCast, to...
2010-02-11 Chris Lattnerconvert to filecheck.
2010-02-11 Chris LattnerMake DSE only scan blocks that are reachable from the...
2010-02-11 Chris Lattnera testcase that doesn't crash GVN but could someday.
2010-02-11 Chris LattnerMake jump threading honor x|undef -> true and x&undef...
2010-02-11 Eric ChristopherAdd ConstantExpr handling to Intrinsic::objectsize...
2010-02-11 Devang Pateltest case for r95842.
2010-02-11 Kevin EnderbyRemove the few # TAILCALL comments that snuck in. ...
2010-02-11 Kevin EnderbyUpdate the X86 assembler matcher test case now that...
2010-02-10 Mon P WangThe previous fix of widening divides that trap was...
2010-02-10 Bob WilsonDelete dead PHI machine instructions. These can be...
2010-02-10 Daniel DunbarMC/X86 AsmMatcher: Fix a use after free spotted by...
2010-02-10 Daniel DunbarXFAIL this on linux until I figure out what is happening.
2010-02-10 Kevin EnderbyReplace this file containing 4 tests of x86 32-bit...
2010-02-10 Dan GohmanCanonicalize sizeof and alignof on pointer types to...
2010-02-10 Evan ChengNow that ShrinkDemandedOps() is separated out from...
2010-02-10 Kevin EnderbyFix the encoding of the movntdqa X86 instruction. ...
2010-02-09 Chris Lattnerfix X86 encoder to output [disp] only addresses with...
2010-02-09 Eric ChristopherMove Intrinsic::objectsize lowering back to InstCombine...
2010-02-09 Dale JohannesenRe-disable for Darwin; I was mistaken to think this...
2010-02-09 Eric ChristopherPull these back out, they're a little too aggressive...
2010-02-09 Chris Lattnermove tests that depend on the x86 backend out of codege...
2010-02-09 Chris Lattnermake target independent.
2010-02-09 Chris Lattnermerge a target-specific add test into x86 directory.
2010-02-09 Chris Lattnermerge another test in, drop the trivially constant...
2010-02-09 Chris Lattnerconsolidate and filecheckize two tests.
2010-02-09 Chris Lattnermerge two tests, make target independent.
2010-02-09 Chris Lattnerfix PR6193, only considering sign extensions *from...
2010-02-09 Chris LattnerImplement x86 asm parsing support for %st and %st(4)
2010-02-09 Eric ChristopherAdd a new pass to do llvm.objsize lowering using SCEV.
2010-02-08 Chris Lattnerconvert to filecheck.
2010-02-08 Devang Pateltest case for r95604.
2010-02-08 Chris Lattneradd an x86 implementation of MCTargetExpr for
2010-02-08 Dan GohmanWhen CodeGen'ing unoptimized code, there may be unfolde...
2010-02-08 Dan GohmanIn guaranteed tailcall mode, don't decline the tailcall...
2010-02-06 Evan ChengRun codegen dce pass for all targets at all optimizatio...
2010-02-06 Evan ChengRemove a large test case that (soon will) no longer...
2010-02-06 Rafael EspindolaFix alignment on ppc linux. This fixes the build of...
2010-02-06 Evan ChengDo not emit callseq instructions around sibcalls. This...
2010-02-06 Victor HernandezFunction-local metadata whose operands had been optimiz...
2010-02-06 Bob WilsonAdd a test for my change to disable reassociation for...
2010-02-06 Bob WilsonHandle AddrMode6 (for NEON load/stores) in Thumb2's...
2010-02-05 Jakob Stoklund OlesenDon't unroll loops containing function calls.
2010-02-05 Chris Lattnerfix incorrect encoding of SBB8mi that Kevin noticed.
2010-02-05 Chris Lattnerfix a case where we'd mis-encode fisttp because of...
2010-02-05 Chris Lattnerremove fixme
2010-02-05 Jakob Stoklund OlesenTeach SimplifyCFG about magic pointer constants.
2010-02-05 Chris Lattnerfix logical-select to invoke filecheck right, and fix...
2010-02-05 Eric ChristopherRemove this code for now. I have a better idea and...
2010-02-05 Bill WendlingMake test more fucused eliminating extraneous bits.
2010-02-05 Evan ChengFix test.
2010-02-05 Evan ChengHandle tail call with byval arguments.
2010-02-05 Evan ChengWhen the scheduler unfold a load folding instruction...
2010-02-05 Bill WendlingAn empty global constant (one of size 0) may have a...
2010-02-04 Jakob Stoklund OlesenFix small bug in handling instructions with more than...
2010-02-04 Benjamin KramerGet the LLVMC tests working with clang++ by removing...
2010-02-04 Chris Lattnerfix a broken archive that was breaking dejagnu only...
2010-02-04 Evan ChengRe-enable x86 tail call optimization.
2010-02-04 Eric ChristopherTemporarily revert this since it appears to have caused...
2010-02-04 Chris Lattneradd support for the sparcv9-*-* target triple to turn on
2010-02-04 Chris LattnerFrom PR6228:
2010-02-04 Eric ChristopherRework constant expr and array handling for objectsize...
2010-02-04 Victor HernandezFix (and test) function-local metadata that occurs...
2010-02-03 Eric ChristopherIf we're dealing with a zero-length array, don't lower...
2010-02-03 Dale JohannesenThis test passes now on ppc darwin; if it doesn't pass
2010-02-03 Dale JohannesenThis test passes now on ppc darwin, so reenable it.
2010-02-03 Dale JohannesenDebugging is now reenabled on PPC darwin, so reenable
2010-02-03 Evan ChengSpeculatively disable x86 automatic tail call optimizat...
2010-02-03 Evan ChengMake test less fragile
2010-02-03 Kevin EnderbyAdded support for X86 instruction prefixes so llvm...
2010-02-03 Daniel DunbarAdd llvm_supports_darwin_and_target to DejaGNU as well...
2010-02-03 Evan ChengRevert 94937 and move the noreturn check to codegen.
2010-02-03 Evan ChengAllow all types of callee's to be tail called. But...
2010-02-03 Dale JohannesenReapply 95050 with a tweak to check the register class.
next