[Object] Add {begin,end}_dynamic_symbols stubs and implementation for ELF.
[oota-llvm.git] / test / CodeGen /
2012-02-27 Preston Gurdtest commit.
2012-02-27 Roman DivackyTest the section specification.
2012-02-27 Roman DivackyReapply r151278 with fixes.
2012-02-25 Hal FinkelRevert r151278, breaks static linking.
2012-02-25 NAKAMURA TakumiTarget/X86: Fix assertion failures and warnings caused...
2012-02-25 Akira HatanakaAdd definitions of floating point multiply add/sub...
2012-02-24 Akira HatanakaAdd an option to use a virtual register as the global...
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 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 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 Roman DivackyMCize function entry label emission on PowerPC64 properly.
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 Aaron BallmanAdding support for Microsoft's thiscall calling convent...
2012-02-21 Jakob Stoklund OlesenRemove a bad PowerPC test.
2012-02-21 Evan ChengProper support for a bastardized darwin-eabi hybird...
2012-02-21 NAKAMURA Takumitest/CodeGen/X86/2012-02-20-MachineCPBug.ll: Fix on...
2012-02-20 Evan ChengFix machine-cp by having it to check sub-register indic...
2012-02-18 Eric ChristopherTestcase for the previous commit.
2012-02-17 David ChisnallIt turns out that putting an 8-byte symbol in a 4-byte...
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 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2012-02-15 Bill WendlingAdd a test for generating Objective-C metadata from...
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-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-10 Andrew TrickRegAlloc superpass: includes phi elimination, coalescin...
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 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-05 Duncan SandsTestcase for commit 149833 (use of an uninitialized...
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 Chad Rosier[fast-isel] HandlePHINodesInSuccessorBlocks() can promi...
2012-02-03 Chad Rosier[fast-isel] Add support for FPToUI. Also add test...
2012-02-03 Chad Rosier[fast-isel] Add support for selecting UIToFP.
2012-02-03 Nadav RotemThe type-legalizer often scalarizes code. One of the...
2012-02-03 Akira HatanakaAdd a new MachineJumpTableInfo entry type, EK_GPRel64Bl...
2012-02-02 Matt Beaumont-GayUnix line endings
2012-02-02 NAKAMURA TakumiMove test/CodeGen/Generic/2012-02-01-CoalescerBug.ll...
2012-02-02 Elena DemikhovskyOptimization for SIGN_EXTEND operation on AVX.
2012-02-02 Lang HamesSet EFLAGS correctly in EmitLoweredSelect on X86.
2012-02-02 Lang HamesPR11868. The previous loop in LiveIntervals::join would...
2012-02-01 Andrew TrickInstruction scheduling itinerary for Intel Atom.
2012-02-01 Mon P WangAvoid creating an extract element to an illegal type...
2012-02-01 Andrew TrickVLIW specific scheduler framework that utilizes determi...
2012-02-01 NAKAMURA Takumitest/CodeGen/X86/avx-minmax.ll: Relax expressions for...
2012-02-01 Elena DemikhovskyPassing AVX 256-bit structures in Win64 was wrong.
2012-02-01 Elena DemikhovskyOptimization for "truncate" operation on AVX.
2012-01-31 Craig TopperRemove pcmpgt/pcmpeq intrinsics as clang is not using...
2012-01-31 Bill WendlingRemove all references to the old EH.
2012-01-30 Chandler CarruthChris's constant data sequence refactoring actually...
2012-01-30 Craig TopperFix pattern for memory form of PSHUFD for use with...
2012-01-27 Rafael EspindolaAdd r149110 back with a fix for when the vector and...
2012-01-27 Rafael EspindolaRevert r149110 and add a testcase that was crashing...
2012-01-27 Matt Beaumont-GayUnix line endings
2012-01-27 Lang HamesRewrite instruction operands in AdjustCopiesBackFrom...
2012-01-26 Jakob Stoklund OlesenHandle call-clobbered ymm registers on Win64.
2012-01-26 Chad RosierReplace the use of isPredicable() with isPredicated...
2012-01-26 Jakob Stoklund OlesenClear kill flags before propagating a copy.
2012-01-26 Victor UmanskyFix for the following bug in AVX codegen for double...
2012-01-25 Jakob Stoklund OlesenImprove sub-register def handling in ProcessImplicitDefs.
2012-01-25 Anton KorobeynikovProperly emit ctors / dtors with priorities into desire...
2012-01-25 Akira HatanakaModify MipsFrameLowering::emitPrologue and emitEpilogue.
2012-01-25 Akira HatanakaLower 64-bit immediates using MipsAnalyzeImmediate...
2012-01-24 Jakob Stoklund OlesenSet correct <def,undef> flags when lowering REG_SEQUENCE.
2012-01-24 Akira HatanakaPattern for f32 to i64 conversion.
2012-01-24 Akira Hatanaka64-bit sign extension in register instructions.
2012-01-24 Elena DemikhovskyZERO_EXTEND operation is optimized for AVX.
2012-01-24 Evgeniy StepanovAn option to selectively enable part of ARM EHABI support.
2012-01-24 Chandler CarruthRevert r148686 (and r148694, a fix to it) due to a...
2012-01-23 Jakob Stoklund OlesenFix PR11829. PostRA LICM was too aggressive.
2012-01-23 Evgeniy StepanovAn option to selectively enable parts of ARM EHABI...
2012-01-22 Anton KorobeynikovAdd fused multiple+add instructions from VFPv4.
next