[ADT] Change the trivial FoldingSetNodeID::Add* methods to be inline.
[oota-llvm.git] / lib / Target /
2012-03-08 Akira HatanakaSwap the operands of a select node if the false (the...
2012-03-08 Akira HatanakaSet minimum function alignment to 3 if target is Mips64.
2012-03-08 Akira HatanakaThis patch eliminates redundant instructions that produ...
2012-03-08 Jim GrosbachARM don't use MCRelaxAll, as it's not safe on ARM.
2012-03-07 Chad Rosier[fast-isel] ARMEmitCmp generates FMSTAT, which transfer...
2012-03-07 Jim GrosbachARM pre-v6 assembly parsing for umull/smull.
2012-03-07 Jim GrosbachARM pre-v6 alias for 'nop' to 'mov r0, r0'
2012-03-07 Jim GrosbachTidy up. Remove dead code that slipped into previous...
2012-03-06 Jim GrosbachARM more NEON VLD/VST composite physical register refac...
2012-03-06 Jim GrosbachARM refactor more NEON VLD/VST instructions to use...
2012-03-06 Eli FriedmanFix the operand ordering on aliases for shld and shrd...
2012-03-06 Jim GrosbachTidy up. Kill some dead code.
2012-03-06 Jakob Stoklund OlesenAllow the same types in DPair as in QPR.
2012-03-06 Kevin EnderbyFix a bug in the ARM disassembly of the neon VLD2 all...
2012-03-06 Roman DivackyConvert PowerPC to register mask operands.
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 Jim GrosbachARM Refactor VLD/VST spaced pair instructions.
2012-03-05 Jim GrosbachARM Remove a bit of dead code.
2012-03-05 Jim GrosbachARM refactor away a bunch of VLD/VST pseudo instructions.
2012-03-05 Jim GrosbachMake MCRegisterInfo available to the the MCInstPrinter.
2012-03-05 Chad RosierAddress Evan's comments for r151877.
2012-03-05 Sebastian Popupdated patch for the ARM fused multiply add/sub
2012-03-05 Craig TopperConvert more GenRegisterInfo tables from unsigned to...
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 Craig TopperUse uint16_t to store register overlaps to reduce stati...
2012-03-04 Craig TopperUse uint16_t instead of unsigned to store registers...
2012-03-04 Craig TopperUse uint16_t to store registers in callee saved registe...
2012-03-04 Craig TopperUse uint8_t instead of enums to store values in X86...
2012-03-02 Chad RosierPrevent obscure and incorrect tail-call optimization.
2012-03-01 Evan ChengNeuter the optimization I implemented with r107852...
2012-03-01 Jakob Stoklund OlesenHandle regmasks in Thumb1RegisterInfo::saveScavengerReg...
2012-03-01 Jim GrosbachARM use the right opcode for FP<->Integer move in fast...
2012-03-01 Michael J. SpencerMinimal changes for LLVM to compile under VS11.
2012-03-01 Akira HatanakaChanges for migrating to using register mask operands.
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 Benjamin KramerMake TargetRegisterClasses non-virtual by making the...
2012-03-01 Benjamin KramerEmit the "is an intrinsic overloaded" table as a bitfield.
2012-03-01 Akira HatanakaPass endian information to constructors. Define separat...
2012-02-29 Kevin EnderbyAdded annotations for x86 pc relative loads to llvm...
2012-02-29 Andrew TrickIntel Atom instruction itineraries for mov sign extensi...
2012-02-29 Derek SchuffMake MemoryObject accessor members const again
2012-02-28 Jim GrosbachARM implement TargetInstrInfo::getNoopForMachoTarget()
2012-02-28 Jim GrosbachARM vbit/vbif/vbsl assembly optional size suffix.
2012-02-28 Evan ChengRe-commit r151623 with fix. Only issue special no-retur...
2012-02-28 Roman DivackyProperly MCize the section switch, removing a FIXME.
2012-02-28 Daniel DunbarRevert r151623 "Some ARM implementaions, e.g. A-series...
2012-02-28 Jia Liuremove blanks, and some code format
2012-02-28 Evan ChengSome ARM implementaions, e.g. A-series, does return...
2012-02-28 Akira HatanakaAdd comments.
2012-02-28 Akira HatanakaDo not reserve $gp as a dedicated global base register...
2012-02-28 Akira HatanakaAdd support for floating point base register + offset...
2012-02-28 Jakob Stoklund OlesenEnable ARM base pointer when calling functions with...
2012-02-27 Preston GurdThis patch adds instruction latencies for the SSE instr...
2012-02-27 Evandro MenezesDelete incorrect reference to inexistent Hexagon archit...
2012-02-27 Jim GrosbachARM BL/BLX instruction fixups should use relocations.
2012-02-27 Roman DivackyReapply r151278 with fixes.
2012-02-27 Chad RosierAdd q suffix aliases for the fistp and fisttp mnemonics.
2012-02-27 Akira HatanakaRemove unnecessary template parameters.
2012-02-27 Akira HatanakaFix instruction predicates that were not set correctly.
2012-02-27 Kevin EnderbyFix the symbolic operand added for the C disassmbler...
2012-02-27 Craig TopperRemove HexagonGenIntrinsics.inc from Hexagon cmake...
2012-02-27 Jia Liudelete useless comment&blank
2012-02-27 Craig TopperX86 disassembler support for jcxz, jecxz, and jrcxz...
2012-02-26 Hal FinkelDefault TargetData alignment information for 128-bit...
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 Benjamin KramerRemove unused cl::opt, make another opt static.
2012-02-24 Jim GrosbachThumb2 asm aliases for wide bitwise w/ immediate instru...
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 Richard OsborneRemove dead code.
2012-02-24 Pete CooperTurn avx insert intrinsic calls into INSERT_SUBVECTOR...
2012-02-24 Jia Liucomment fix
2012-02-24 Jia Liusome comment fix
2012-02-24 Jia Liucomment fix
2012-02-24 Jia Liureplace a balnk with -
2012-02-24 Jia Liu80 columns of Mips InstPrinter Makefile
2012-02-24 Jakob Stoklund OlesenSwitch ARM target to register masks.
2012-02-24 Jim GrosbachMake sure the regs are low regs for tMUL size reduction.
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 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 Brendon CahoonFix the numbering of some of the registers and reclassi...
2012-02-23 Duncan SandsRemove unused variable.
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 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 Chad RosierRemove extra semi-colons.
2012-02-22 Sirish PandeEfficient pattern for store truncate. Patch by Evandro...
2012-02-22 Craig TopperDeclare register classes as const. Fix a couple pointer...
2012-02-22 Craig TopperMake all pointers to TargetRegisterClass const since...
2012-02-22 Aaron BallmanAdding support for Microsoft's thiscall calling convent...
next