Thumb2 asm aliases for wide bitwise w/ immediate instructions.
[oota-llvm.git] / test /
2012-02-24 Chris Lattnerfix PR12075, a regression in a recent transform I added...
2012-02-24 Michael J. SpencerAdd WIN_FTOL_* psudo-instructions to model the unique...
2012-02-24 Hal FinkelX11/X2 loads around indirect calls on ppc64 should...
2012-02-24 Hal FinkelDon't crash when a glue node contains an internal CopyToReg
2012-02-24 Duncan SandsTeach GVN that x+y is the same as y+x and that x<y...
2012-02-24 Kristof Beylstest commit. removing unnecessary whitespace.
2012-02-24 NAKAMURA Takumitest/CodeGen/X86/2012-02-23-mmx-inlineasm.ll: Fixup...
2012-02-24 Pete CooperTurn avx insert intrinsic calls into INSERT_SUBVECTOR...
2012-02-24 Eric ChristopherIf the Address of a variable is an argument then treat...
2012-02-24 Jim GrosbachThumb2 size reduction fix for tied operands of tMUL.
2012-02-24 Dan GohmanWhen emitting a cmp with 0 for a lowered select, mask...
2012-02-23 Bill WendlingAllow an integer to be converted into an MMX type when...
2012-02-23 Michael J. SpencerEmit global ctors into .CRT$XCU instead of .ctors on...
2012-02-23 Roman DivackyMCize function entry label emission on PowerPC64 properly.
2012-02-23 Kevin EnderbyUpdated the llvm-mc disassembler C API to support for...
2012-02-23 Jakob Stoklund OlesenMake tests less sensitive to scheduling changes.
2012-02-23 Anton KorobeynikovFix to make sure that a comdat group gets generated...
2012-02-23 Evan ChengCanonicalize (srl (bswap x), 16) to (rotr (bswap x...
2012-02-23 Evan ChengOptimize a couple of common patterns involving conditio...
2012-02-22 Daniel DunbarMC: Fix the MCNullStreamer which was broken in r147763.
2012-02-22 Hal FinkelAllow the use of an alternate symbol for calculating...
2012-02-22 Michael J. SpencerProperly emit _fltused with FastISel. Refactor to share...
2012-02-22 David GreeneAdd Foreach Loop
2012-02-22 Eric ChristopherOnly add DW_AT_prototyped if we're working with a C...
2012-02-22 Rafael EspindolaSemantically revert 151015. Add a comment on why we...
2012-02-22 Aaron BallmanAdding support for Microsoft's thiscall calling convent...
2012-02-21 Jakob Stoklund OlesenRemove a bad PowerPC test.
2012-02-21 Eric ChristopherTestcase for previous commit.
2012-02-21 Eric ChristopherThere's no need for a DW_AT_byte_size on a pointer...
2012-02-21 Nick LewyckyUse the target-aware constant folder on expressions...
2012-02-21 Evan ChengProper support for a bastardized darwin-eabi hybird...
2012-02-21 Benjamin KramerInstCombine: Don't transform a signed icmp of two GEPs...
2012-02-21 NAKAMURA Takumitest/CodeGen/X86/2012-02-20-MachineCPBug.ll: Fix on...
2012-02-20 Nick LewyckyCheck for the correct size in the invariant marker.
2012-02-20 Evan ChengFix machine-cp by having it to check sub-register indic...
2012-02-20 Benjamin KramerTest case for r150978.
2012-02-20 Benjamin KramerInstCombine: When comparing two GEPs that were derived...
2012-02-20 Benjamin KramerInstCombine: Make OptimizePointerDifference more aggres...
2012-02-20 Chris Lattnerfold comparisons of gep'd alloca points with null to...
2012-02-19 Craig TopperAdd vmfunc instruction to X86 assembler and disassembler.
2012-02-18 Rafael EspindolaDon't skip debug instructions when looking for the...
2012-02-18 Craig TopperAdd X86 assembler and disassembler support for AMD...
2012-02-18 Eli FriedmanFix a rather nasty regression from r150690: LHS !=...
2012-02-18 Eric ChristopherTestcase for the previous commit.
2012-02-17 Dan GohmanCalls and invokes with the new clang.arc.no_objc_arc_ex...
2012-02-17 David ChisnallIt turns out that putting an 8-byte symbol in a 4-byte...
2012-02-17 Nick LewyckyRemove question.
2012-02-17 Nick LewyckyAdd support for invariant.start inside the static const...
2012-02-17 Chad Rosier[fast-isel] Add support for returning non-legal types...
2012-02-16 Bill WendlingUse –mcpu=generic, so that the test will not fail when...
2012-02-16 Benjamin KramerDisable machine copy propagation for now. It's known...
2012-02-16 Benjamin KramerInstSimplify: Ignore pointer casts when constant foldin...
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2012-02-16 Eli Friedmanloop-rotate shouldn't hoist alloca instructions out...
2012-02-15 Bill WendlingRemove extraneous tests.
2012-02-15 Bill WendlingAdd a test for generating Objective-C metadata from...
2012-02-15 Bill WendlingAdd a test for the Objective-C garbage collection metad...
2012-02-15 David MeyerFor ELF, also call fixSymbolsInTLSFixups() on expressio...
2012-02-15 Pete CooperStop custom lowering forr x86 DEC64m from happening...
2012-02-14 Lang HamesTighten physical register invariants: Allocatable physi...
2012-02-14 Nadav RotemFix PR12000. Some vector operations may use scalar...
2012-02-14 Bill WendlingChange error tests to coincide with message changes.
2012-02-14 Kostya Serebryany[asan] fix asan-vs-gvn.ll test (it did not actually...
2012-02-14 Andrew TrickAdd simplifyLoopLatch to LoopRotate pass.
2012-02-13 Devang PatelCheck against umin while converting fcmp into an icmp.
2012-02-13 Dan GohmanJust like in regular escape analysis, loads and stores...
2012-02-13 Kostya SerebryanyThreadSanitizer, a race detector. First LLVM commit.
2012-02-13 Nadav RotemFix a bug in DAGCombine for the optimization of BUILD_V...
2012-02-13 Craig TopperRevert accidental commit of a pruned testcase from...
2012-02-13 Craig TopperUpdate CanXFormVExtractWithShuffleIntoLoad to ensure...
2012-02-13 Pete CooperFixed bug when custom lowering DEC64m on x86.
2012-02-12 Nadav RotemThis patch addresses the problem of poor code generatio...
2012-02-11 Anton KorobeynikovAdd support for implicit TLS model used with MS VC...
2012-02-11 Bill Wendling[WIP] Initial code for module flags.
2012-02-10 Hal FinkelUpdate BBVectorize to use aliasesUnknownInst.
2012-02-10 Duncan SandsFix PR11948: the result type of an icmp may be a vector...
2012-02-10 Duncan SandsRevert commit 149912 (lattner) and add a testcase that...
2012-02-10 Andrew TrickRegAlloc superpass: includes phi elimination, coalescin...
2012-02-09 Benjamin KramerGlobalOpt: Be more aggressive about elminating side...
2012-02-09 James MolloyTeach the MC and disassembler about SoftFail, and hook...
2012-02-09 NAKAMURA Takumitest/CodeGen/X86/atom-lea-sp.ll: Add explicit -mtriple...
2012-02-08 Evan ChengCommit Andy Zhang's test for the lea patch.
2012-02-08 Kostya Serebryany[asan] unpoison the stack before every noreturn call...
2012-02-08 Elena DemikhovskyFixed a bug in printing "cmp" pseudo ops.
2012-02-08 Chad Rosier[fast-isel] Add support for SUBs with non-legal types.
2012-02-08 Chad RosierAdd comment to test case.
2012-02-08 Chad Rosier[fast-isel] Add support for ORs with non-legal types.
2012-02-07 Chad Rosier[fast-isel] Add support for indirect branches.
2012-02-07 Craig TopperAdd instruction selection for 256-bit VPSHUFD and 128...
2012-02-06 Chad Rosier[fast-isel] Add support for ADDs with non-legal types.
2012-02-06 Kostya SerebryanyThe patch resolves the conflict between AddressSanitize...
2012-02-06 Bill WendlingThe 'unwind' instruction is deprecated and will be...
2012-02-05 Nick LewyckyTeach GlobalOpt to handle atomic accesses to globals.
2012-02-05 Duncan SandsTestcase for commit 149833 (use of an uninitialized...
2012-02-05 Duncan SandsReduce the number of dom queries made by GVN's conditio...
2012-02-05 Benjamin KramerTesting vector code without sse doesn't make much sense.
2012-02-05 Chris LattnerAdd a test for the miscompilation my recent ConstantDat...
2012-02-05 Craig TopperRemove most of the intrinsics for XOP VPCMOV instructio...
2012-02-04 Hal FinkelBoost the effective chain depth of loads and stores.
2012-02-04 Chad Rosier[fast-isel] HandlePHINodesInSuccessorBlocks() can promi...
next