aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC
AgeCommit message (Expand)Author
2011-12-08Teach SelectionDAG to match more calls to libm functions onto existing SDNode...Owen Anderson
2011-12-08MTCTR needs to be glued to BCTR so that CTR is not marked dead in MTCTR (anot...Hal Finkel
2011-12-07Add bundle aware API for querying instruction properties and switch the codeEvan Cheng
2011-12-07make CR spill and restore 64-bit clean (no functional change), and fix some o...Hal Finkel
2011-12-07make base register selection used in eliminateFrameIndex 64-bit cleanHal Finkel
2011-12-07set mayStore and mayLoad on CR pseudosHal Finkel
2011-12-0764-bit LR8 load should use X11 not R11Hal Finkel
2011-12-06add RESTORE_CR and support CR unspillsHal Finkel
2011-12-06remove old FIXMEHal Finkel
2011-12-06MipsAsmBackend.cpp, PPCAsmBackend.cpp: Fix -Asserts build to appease msvc.NAKAMURA Takumi
2011-12-06Move target-specific logic out of generic MCAssembler.Jim Grosbach
2011-12-05enable PPC register scavenging by default (update tests and remove some FIXMEs)Hal Finkel
2011-12-05don't include CR bit subregs in callee-saved listHal Finkel
2011-12-05add register pressure for CR regsHal Finkel
2011-12-02Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky
2011-12-02remove unneeded FIXME commentHal Finkel
2011-12-02update PPC 940 hazard rec. to function in postRA modeHal Finkel
2011-12-01Small fix for assembler generation on Darwin PPC64. Patch by Michael Kostyle...Eli Friedman
2011-11-29build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar
2011-11-22add basic PPC register-pressure feedback; adjust the vaarg test to match the ...Hal Finkel
2011-11-16Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng
2011-11-15Make use of MachinePointerInfo::getFixedStack. This removes all mentionJay Foad
2011-11-15Remove some unnecessary includes of PseudoSourceValue.h.Jay Foad
2011-11-12build: Attempt to rectify inconsistencies between CMake and LLVMBuild version...Daniel Dunbar
2011-11-11LLVMBuild: Add explicit information on whether targets define an assembly pri...Daniel Dunbar
2011-11-10llvm-build: Add --native-target and --enable-targets options, and add logic toDaniel Dunbar
2011-11-10llvm-build: Add an explicit component type to represent targets.Daniel Dunbar
2011-11-09Remove unnecessary include.Devang Patel
2011-11-08Added invariant field to the DAG.getLoad method and changed all calls.Pete Cooper
2011-11-08PPCInstrInfo.cpp: Fix one "unused" warning.NAKAMURA Takumi
2011-11-04build/cmake: Use tblgen macro directly instead of llvm_tablegen, which justDaniel Dunbar
2011-11-03build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar
2011-10-29PPC: Disable moves for all CR subregisters.Benjamin Kramer
2011-10-26Rename NonScalarIntSafe to something more appropriate.Lang Hames
2011-10-21Fix unused variable warning.Richard Smith
2011-10-20Disable the PPC hazard recognizer. It currently only supportsDan Gohman
2011-10-17Revert change to function alignment b/c existing logic was fineHal Finkel
2011-10-17Remove >80-col line and unicodeHal Finkel
2011-10-17Instructions for Book E PPC should be word aligned, set function alignment to...Hal Finkel
2011-10-17Add PPC 440 scheduler and some associated tests (new files)Hal Finkel
2011-10-17Add PPC 440 scheduler and some associated testsHal Finkel
2011-10-14Add an implementation of the CanLowerReturn function to the PPC backendHal Finkel
2011-10-14initial test commit (remove whitespace)Hal Finkel
2011-10-06Build system infrastructure for multiple tblgens.Peter Collingbourne
2011-10-04Teach PPCInstrInfo to handle sub-classes.Jakob Stoklund Olesen
2011-09-21These do not need to be conditional on the presence of CommentStream, as they...Owen Anderson
2011-09-21In the disassembler C API, be careful not to confuse the comment streamer tha...Owen Anderson
2011-09-15Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson
2011-09-07Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy
2011-09-06Add codegen support for vector select (in the IR this means a selectDuncan Sands