aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC
AgeCommit message (Expand)Author
2012-02-03whitespaceAndrew Trick
2012-01-24Widen the instruction encoder that TblGen emits to a 64 bits, which should ac...Owen Anderson
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie
2012-01-20Remove a bunch of unused variable assignments.Benjamin Kramer
2012-01-18Ignore register mask operands when lowering instructions to MC.Jakob Stoklund Olesen
2012-01-18Tidy up. 80 columns.Jim Grosbach
2012-01-18Tidy up. MCAsmBackend naming conventions.Jim Grosbach
2012-01-16Cleanup PPC RLWINM8 vs RLWINMHal Finkel
2012-01-15Return an ArrayRef from ShuffleVectorSDNode::getMask and push it through Code...Benjamin Kramer
2012-01-10Remove unnecessary default cases in switches that cover all enum values.David Blaikie
2012-01-07Remove VectorExtras. This unused helper was written for a type of API that is...Benjamin Kramer
2011-12-30Cleanup stack/frame register define/kill states. This fixes two bugs:Hal Finkel
2011-12-22Fix an incomplete refactoring of the ppc backend. Thanks to rdivacky for repo...Rafael Espindola
2011-12-22Fix cmake.Rafael Espindola
2011-12-22Move PPC bits to lib/Target/PowerPC.Rafael Espindola
2011-12-21Reduce the exposure of Triple::OSType in the ELF object writer. This willRafael Espindola
2011-12-20Fix up the CMake build for the new files added in r146960, they'reChandler Carruth
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-12-15Ensure that the nop that should follow a bl call in PPC64 ELF actually doesHal Finkel
2011-12-13Initial CodeGen support for CTTZ/CTLZ where a zero input produces anChandler Carruth
2011-12-12LLVMBuild: Introduce a common section which currently has a list of theDaniel Dunbar
2011-12-12LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar
2011-12-10Make CR spill and restore use a reserved register. These operations cannot us...Hal Finkel
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