Prune some includes and forward declarations.
[oota-llvm.git] / lib / Target / PowerPC /
2012-03-26 Craig TopperPrune some includes and forward declarations.
2012-03-24 Hal FinkelFix small-integer VAARG on SVR4 ABI PPC64.
2012-03-22 Hal FinkelPPC::DBG_VALUE must use Reg+Imm frame-index elimination...
2012-03-17 Craig TopperReorder includes in Target backends to following coding...
2012-03-11 Craig TopperConvert more static tables of registers used by calling...
2012-03-11 Craig TopperUse uint16_t to store registers and opcode in static...
2012-03-06 Roman DivackyConvert PowerPC to register mask operands.
2012-03-05 Jim GrosbachMake MCRegisterInfo available to the the MCInstPrinter.
2012-03-04 Craig TopperUse uint16_t to store registers in callee saved registe...
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 Evan ChengSome ARM implementaions, e.g. A-series, does return...
2012-02-27 Roman DivackyReapply r151278 with fixes.
2012-02-25 Hal FinkelRevert r151278, breaks static linking.
2012-02-24 Hal FinkelX11/X2 loads around indirect calls on ppc64 should...
2012-02-23 Roman DivackyMCize function entry label emission on PowerPC64 properly.
2012-02-22 Hal FinkelAllow the use of an alternate symbol for calculating...
2012-02-22 Craig TopperMake all pointers to TargetRegisterClass const since...
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2012-02-08 Andrew TrickMove pass configuration out of pass constructors: Branc...
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2012-02-04 Andrew TrickTargetPassConfig: confine the MC configuration to Targe...
2012-02-03 Andrew TrickAdded TargetPassConfig. The first little step toward...
2012-02-03 Andrew Trickwhitespace
2012-01-24 Owen AndersonWiden the instruction encoder that TblGen emits to...
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2012-01-20 Benjamin KramerRemove a bunch of unused variable assignments.
2012-01-18 Jakob Stoklund OlesenIgnore register mask operands when lowering instruction...
2012-01-18 Jim GrosbachTidy up. 80 columns.
2012-01-18 Jim GrosbachTidy up. MCAsmBackend naming conventions.
2012-01-16 Hal FinkelCleanup PPC RLWINM8 vs RLWINM
2012-01-15 Benjamin KramerReturn an ArrayRef from ShuffleVectorSDNode::getMask...
2012-01-10 David BlaikieRemove unnecessary default cases in switches that cover...
2012-01-07 Benjamin KramerRemove VectorExtras. This unused helper was written...
2011-12-30 Hal FinkelCleanup stack/frame register define/kill states. This...
2011-12-22 Rafael EspindolaFix an incomplete refactoring of the ppc backend. Thank...
2011-12-22 Rafael EspindolaFix cmake.
2011-12-22 Rafael EspindolaMove PPC bits to lib/Target/PowerPC.
2011-12-21 Rafael EspindolaReduce the exposure of Triple::OSType in the ELF object...
2011-12-20 Chandler CarruthFix up the CMake build for the new files added in r1469...
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-12-15 Hal FinkelEnsure that the nop that should follow a bl call in...
2011-12-13 Chandler CarruthInitial CodeGen support for CTTZ/CTLZ where a zero...
2011-12-12 Daniel DunbarLLVMBuild: Introduce a common section which currently...
2011-12-12 Daniel DunbarLLVMBuild: Remove trailing newline, which irked me.
2011-12-10 Hal FinkelMake CR spill and restore use a reserved register....
2011-12-08 Owen AndersonTeach SelectionDAG to match more calls to libm function...
2011-12-08 Hal FinkelMTCTR needs to be glued to BCTR so that CTR is not...
2011-12-07 Evan ChengAdd bundle aware API for querying instruction propertie...
2011-12-07 Hal Finkelmake CR spill and restore 64-bit clean (no functional...
2011-12-07 Hal Finkelmake base register selection used in eliminateFrameInde...
2011-12-07 Hal Finkelset mayStore and mayLoad on CR pseudos
2011-12-07 Hal Finkel64-bit LR8 load should use X11 not R11
2011-12-06 Hal Finkeladd RESTORE_CR and support CR unspills
2011-12-06 Hal Finkelremove old FIXME
2011-12-06 NAKAMURA TakumiMipsAsmBackend.cpp, PPCAsmBackend.cpp: Fix -Asserts...
2011-12-06 Jim GrosbachMove target-specific logic out of generic MCAssembler.
2011-12-05 Hal Finkelenable PPC register scavenging by default (update tests...
2011-12-05 Hal Finkeldon't include CR bit subregs in callee-saved list
2011-12-05 Hal Finkeladd register pressure for CR regs
2011-12-02 Nick LewyckyMove global variables in TargetMachine into new TargetO...
2011-12-02 Hal Finkelremove unneeded FIXME comment
2011-12-02 Hal Finkelupdate PPC 940 hazard rec. to function in postRA mode
2011-12-01 Eli FriedmanSmall fix for assembler generation on Darwin PPC64...
2011-11-29 Daniel Dunbarbuild/CMake: Finish removal of add_llvm_library_depende...
2011-11-22 Hal Finkeladd basic PPC register-pressure feedback; adjust the...
2011-11-16 Evan ChengSink codegen optimization level into MCCodeGenInfo...
2011-11-15 Jay FoadMake use of MachinePointerInfo::getFixedStack. This...
2011-11-15 Jay FoadRemove some unnecessary includes of PseudoSourceValue.h.
2011-11-12 Daniel Dunbarbuild: Attempt to rectify inconsistencies between CMake...
2011-11-11 Daniel DunbarLLVMBuild: Add explicit information on whether targets...
2011-11-10 Daniel Dunbarllvm-build: Add --native-target and --enable-targets...
2011-11-10 Daniel Dunbarllvm-build: Add an explicit component type to represent...
2011-11-09 Devang PatelRemove unnecessary include.
2011-11-08 Pete CooperAdded invariant field to the DAG.getLoad method and...
2011-11-08 NAKAMURA TakumiPPCInstrInfo.cpp: Fix one "unused" warning.
2011-11-04 Daniel Dunbarbuild/cmake: Use tblgen macro directly instead of llvm_...
2011-11-03 Daniel Dunbarbuild: Add initial cut at LLVMBuild.txt files.
2011-10-29 Benjamin KramerPPC: Disable moves for all CR subregisters.
2011-10-26 Lang HamesRename NonScalarIntSafe to something more appropriate.
2011-10-21 Richard SmithFix unused variable warning.
2011-10-20 Dan GohmanDisable the PPC hazard recognizer. It currently only...
2011-10-17 Hal FinkelRevert change to function alignment b/c existing logic...
2011-10-17 Hal FinkelRemove >80-col line and unicode
2011-10-17 Hal FinkelInstructions for Book E PPC should be word aligned...
2011-10-17 Hal FinkelAdd PPC 440 scheduler and some associated tests (new...
2011-10-17 Hal FinkelAdd PPC 440 scheduler and some associated tests
2011-10-14 Hal FinkelAdd an implementation of the CanLowerReturn function...
2011-10-14 Hal Finkelinitial test commit (remove whitespace)
2011-10-06 Peter CollingbourneBuild system infrastructure for multiple tblgens.
2011-10-04 Jakob Stoklund OlesenTeach PPCInstrInfo to handle sub-classes.
2011-09-21 Owen AndersonThese do not need to be conditional on the presence...
2011-09-21 Owen AndersonIn the disassembler C API, be careful not to confuse...
2011-09-15 Owen AndersonDon't attach annotations to MCInst's. Instead, have...
2011-09-07 James MolloyRefactor instprinter and mcdisassembler to take a Subta...
2011-09-06 Duncan SandsAdd codegen support for vector select (in the IR this...
2011-09-06 Duncan SandsSplit the init.trampoline intrinsic, which currently...
2011-09-01 Benjamin KramerDon't drop alignment info on local common symbols.
next