aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen
AgeCommit message (Expand)Author
2012-03-05updated patch for the ARM fused multiply add/subSebastian Pop
2012-03-04Use <def,undef> operands when spilling NEON bundles.Jakob Stoklund Olesen
2012-03-04Do trivial CSE of dead BBs during codegen preparation.Bill Wendling
2012-03-03Fix RA-dependent test.Jakob Stoklund Olesen
2012-03-02Prevent obscure and incorrect tail-call optimization.Chad Rosier
2012-03-01Neuter the optimization I implemented with r107852 and r108258 which turn someEvan Cheng
2012-03-01Fix bugs which were introduced when support for base+index floating point loadsAkira Hatanaka
2012-03-01Trivial change to make the test use Use –mcpu=generic,Preston Gurd
2012-03-01Revert r151816 as Jim has the appropriate fix.Chad Rosier
2012-03-01Fix testcases from r151807.Chad Rosier
2012-03-01Add missing triple for tests.Jim Grosbach
2012-03-01Fix a codegen fault in which log2 or exp2 could be dead-code eliminated even ...James Molloy
2012-03-01Don't redundantly copy implicit operands when rematerializing.Lang Hames
2012-02-29LegalizeIntegerTypes: Reorder operations in the "big shift by small amount" o...Benjamin Kramer
2012-02-28LegalizeIntegerTypes: Reenable the large shift with small amount optimization.Benjamin Kramer
2012-02-28Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...Daniel Dunbar
2012-02-28Fix a bug in the code that builds SDNodes from vector GEPs.Nadav Rotem
2012-02-28Some ARM implementaions, e.g. A-series, does return stack prediction. That is,Evan Cheng
2012-02-28Add support for floating point base register + offset register addressing modeAkira Hatanaka
2012-02-28Handle regmasks in MachineCSE.Jakob Stoklund Olesen
2012-02-28Enable ARM base pointer when calling functions with large arguments.Jakob Stoklund Olesen
2012-02-27test commit.Preston Gurd
2012-02-27Test the section specification.Roman Divacky
2012-02-27Reapply r151278 with fixes.Roman Divacky
2012-02-25Revert r151278, breaks static linking.Hal Finkel
2012-02-25Target/X86: Fix assertion failures and warnings caused by r151382 _ftol2 lowe...NAKAMURA Takumi
2012-02-25Add definitions of floating point multiply add/sub and negative multiplyAkira Hatanaka
2012-02-24Add an option to use a virtual register as the global base register instead ofAkira Hatanaka
2012-02-24Add WIN_FTOL_* psudo-instructions to model the unique calling conventionMichael J. Spencer
2012-02-24X11/X2 loads around indirect calls on ppc64 should not be deleted.Hal Finkel
2012-02-24Don't crash when a glue node contains an internal CopyToRegHal Finkel
2012-02-24test commit. removing unnecessary whitespace.Kristof Beyls
2012-02-24test/CodeGen/X86/2012-02-23-mmx-inlineasm.ll: Fixup to add -march=x86.NAKAMURA Takumi
2012-02-24Turn avx insert intrinsic calls into INSERT_SUBVECTOR DAG nodes and remove du...Pete Cooper
2012-02-24Thumb2 size reduction fix for tied operands of tMUL.Jim Grosbach
2012-02-24When emitting a cmp with 0 for a lowered select, mask out the highDan Gohman
2012-02-23Allow an integer to be converted into an MMX type when it's used in an inlineBill Wendling
2012-02-23MCize function entry label emission on PowerPC64 properly.Roman Divacky
2012-02-23Make tests less sensitive to scheduling changes.Jakob Stoklund Olesen
2012-02-23Fix to make sure that a comdat group gets generated correctly for a static me...Anton Korobeynikov
2012-02-23Canonicalize (srl (bswap x), 16) to (rotr (bswap x), 16) if the high 16 bitsEvan Cheng
2012-02-23Optimize a couple of common patterns involving conditional moves where the falseEvan Cheng
2012-02-22MC: Fix the MCNullStreamer which was broken in r147763.Daniel Dunbar
2012-02-22Allow the use of an alternate symbol for calculating a function's size.Hal Finkel
2012-02-22Properly emit _fltused with FastISel. Refactor to share code with SDAG.Michael J. Spencer
2012-02-22Adding support for Microsoft's thiscall calling convention. LLVM side of the...Aaron Ballman
2012-02-21Remove a bad PowerPC test.Jakob Stoklund Olesen
2012-02-21Proper support for a bastardized darwin-eabi hybird ABI.Evan Cheng
2012-02-21test/CodeGen/X86/2012-02-20-MachineCPBug.ll: Fix on generic(non-x86) hosts to...NAKAMURA Takumi
2012-02-20Fix machine-cp by having it to check sub-register indicies. e.g.Evan Cheng