Have llvm-mc --version print the list of registered targets like llc does.
[oota-llvm.git] / test /
2012-03-08 Akira HatanakaTest case for r152280, r152285 and r152290.
2012-03-07 Rafael EspindolaUse llvm-mc instead of llc. Patch by Jack Carter.
2012-03-07 Jakob Stoklund OlesenFix infinite loop in nested multiclasses.
2012-03-07 Eric ChristopherAdd the DW_AT_APPLE_runtime_class attribute to forward...
2012-03-06 Evan ChengExtend r148086 to check for [r +/- reg] address mode...
2012-03-06 Eli FriedmanFix the operand ordering on aliases for shld and shrd...
2012-03-06 Kevin EnderbyFix a bug in the ARM disassembly of the neon VLD2 all...
2012-03-06 Jakob Stoklund OlesenAdd <imp-def> operands when reloading into physregs.
2012-03-06 Lang HamesSplit fpscr into two registers: FPSCR and FPSCR_NZCV.
2012-03-05 Jim GrosbachARM vpush/vpop assembler mnemonics accept an optional...
2012-03-05 Eli FriedmanMake sure we don't return bits outside the mask in...
2012-03-05 Jakob Stoklund OlesenRemove a test case that no longer makes sense.
2012-03-05 Sebastian Popupdated patch for the ARM fused multiply add/sub
2012-03-05 Eli FriedmanMake aliases for shld and shrd match gas. PR12173.
2012-03-04 Jakob Stoklund OlesenUse <def,undef> operands when spilling NEON bundles.
2012-03-04 Duncan SandsNick pointed out on IRC that GVN's propagateEquality...
2012-03-04 Bill WendlingDo trivial CSE of dead BBs during codegen preparation.
2012-03-03 Jakob Stoklund OlesenFix RA-dependent test.
2012-03-02 Benjamin KramerLVI: Recognize the form instcombine canonicalizes range...
2012-03-02 Chad RosierPrevent obscure and incorrect tail-call optimization.
2012-03-02 Eric ChristopherRevert "Reorder the sections being output to reduce...
2012-03-01 Evan ChengNeuter the optimization I implemented with r107852...
2012-03-01 Eric ChristopherReorder the sections being output to reduce the number...
2012-03-01 David Meyer[Object]
2012-03-01 Kevin EnderbyChange ARMInstPrinter::printPredicateOperand() so it...
2012-03-01 Akira HatanakaFix bugs which were introduced when support for base...
2012-03-01 Preston GurdTrivial change to make the test use Use –mcpu=generic,
2012-03-01 Chad RosierRevert r151816 as Jim has the appropriate fix.
2012-03-01 Chad RosierFix testcases from r151807.
2012-03-01 Jim GrosbachAdd missing triple for tests.
2012-03-01 James MolloyFix a codegen fault in which log2 or exp2 could be...
2012-03-01 NAKAMURA Takumillvm/test/CMakeLists.txt: Update dependencies to add...
2012-03-01 David Meyer[Object]
2012-03-01 Lang HamesDon't redundantly copy implicit operands when remateria...
2012-03-01 Richard TrieuFix flags for test in MC/MachO/ARM/empty-function-nop.ll
2012-02-29 Benjamin KramerLegalizeIntegerTypes: Reorder operations in the "big...
2012-02-29 Duncan SandsHave GVN also do condition propagation when the right...
2012-02-29 Bill WendlingTestcase for r151691.
2012-02-28 Jim GrosbachARM implement TargetInstrInfo::getNoopForMachoTarget()
2012-02-28 David MeyerIn the ObjectFile interface, replace isInternal(),...
2012-02-28 Rafael EspindolaOn ELF, create relocations to the abbreviation and...
2012-02-28 Benjamin KramerLegalizeIntegerTypes: Reenable the large shift with...
2012-02-28 Daniel DunbarRevert r151623 "Some ARM implementaions, e.g. A-series...
2012-02-28 Nadav RotemFix a bug in the code that builds SDNodes from vector...
2012-02-28 Evan ChengSome ARM implementaions, e.g. A-series, does return...
2012-02-28 Pete CooperReverted r152620 - DSE: Shorten memset when a later...
2012-02-28 Pete CooperDSE: Shorten memset when a later store overwrites the...
2012-02-28 Akira HatanakaAdd support for floating point base register + offset...
2012-02-28 Jakob Stoklund OlesenHandle regmasks in MachineCSE.
2012-02-28 Jakob Stoklund OlesenEnable ARM base pointer when calling functions with...
2012-02-28 Michael J. Spencer[Object] Add {begin,end}_dynamic_symbols stubs and...
2012-02-27 Bill WendlingAdd back removed code. It still causes LLVM to miscompi...
2012-02-27 Preston Gurdtest commit.
2012-02-27 Eli FriedmanDuncan pointed out that if the alignment isn't explicit...
2012-02-27 Bill WendlingXFAIL test until <rdar://problem/10913281> is fixed.
2012-02-27 Jim GrosbachARM BL/BLX instruction fixups should use relocations.
2012-02-27 Eli FriedmanTeach BasicAA about the LLVM IR rules that allow readin...
2012-02-27 Roman DivackyTest the section specification.
2012-02-27 Roman DivackyReapply r151278 with fixes.
2012-02-27 Duncan SandsWhen performing a conditional branch depending on the...
2012-02-27 Rafael EspindolaFix this assert. IP can point to an instruction with...
2012-02-27 Craig TopperX86 disassembler support for jcxz, jecxz, and jrcxz...
2012-02-26 Rafael EspindolaAdd testcase for the previous commit.
2012-02-26 Rafael EspindolaChange the implementation of dominates(inst, inst)...
2012-02-26 Nick LewyckyReinstate the optimization from r151449 with a fix...
2012-02-25 Nick LewyckyRoll these back to r151448 until I figure out how they...
2012-02-25 Nick LewyckyAn argument and a local identified object (eg. a noalia...
2012-02-25 Nick LewyckyTeach instsimplify to be more aggressive when analyzing...
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 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.
next