NEON VLD3(multiple 3-element structures) assembly parsing.
[oota-llvm.git] / lib / Target / PowerPC /
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.
2011-08-30 Roman DivackySet CR1EQ only when lowering vararg floating arguments...
2011-08-29 Eli FriedmanExpand ATOMIC_LOAD and ATOMIC_STORE for architectures...
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-08-23 Evan ChengSome refactoring so TargetRegistry.h no longer has...
2011-08-03 Eli FriedmanNew approach to r136737: insert the necessary fences...
2011-08-02 Roman DivackyRemove trailing semicolon.
2011-08-02 Roman DivackySketch out PowerPC ELF writer. This is enough to get...
2011-08-01 Chandler CarruthActually finish switching to the new system for Target...
2011-08-01 Evan ChengSet endianess and pointer size for PPC Linux. Bug notic...
2011-07-29 Chandler CarruthRewrite the CMake build to use explicit dependencies...
2011-07-28 Oscar FuentesExplicitly declare a library dependency of LLVM*Desc to
2011-07-27 Eli FriedmanCode generation for 'fence' instruction.
2011-07-26 Evan ChengRename createCodeEmitter to createMCCodeEmitter; create...
2011-07-26 Chandler CarruthRemove a file from CMakeLists.txt that Evan removed...
2011-07-26 Evan ChengRename TargetAsmParser to MCTargetAsmParser and TargetA...
2011-07-26 Chandler CarruthClean up a pile of hacks in our CMake build relating...
2011-07-25 Evan ChengRename TargetAsmBackend to MCAsmBackend; rename createA...
2011-07-25 Evan ChengSeparate MCInstPrinter registration from AsmPrinter...
2011-07-25 Evan ChengCode clean up.
2011-07-25 Evan ChengMissed a file.
2011-07-25 Evan ChengRefactor PPC target to separate MC routines from Target...
2011-07-24 Roman DivackySet PPCII::MO_DARWIN_STUB only on MacOSX < 10.5.
2011-07-23 Evan ChengMove TargetAsmParser.h TargetAsmBackend.h and TargetAsm...
2011-07-23 Evan ChengcreateXXXMCCodeGenInfo should be static.
2011-07-22 Evan ChengCombine all MC initialization routines into one. e...
2011-07-20 Evan Cheng- Move CodeModel from a TargetMachine global option...
2011-07-19 Evan ChengIntroduce MCCodeGenInfo, which keeps information that...
next