aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC
Commit message (Expand)AuthorAgeFilesLines
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-202-2/+0
* Remove a bunch of unused variable assignments.Benjamin Kramer2012-01-201-2/+1
* Ignore register mask operands when lowering instructions to MC.Jakob Stoklund Olesen2012-01-181-0/+2
* Tidy up. 80 columns.Jim Grosbach2012-01-181-13/+13
* Tidy up. MCAsmBackend naming conventions.Jim Grosbach2012-01-181-7/+7
* Cleanup PPC RLWINM8 vs RLWINMHal Finkel2012-01-161-1/+1
* Return an ArrayRef from ShuffleVectorSDNode::getMask and push it through Code...Benjamin Kramer2012-01-151-2/+1
* Remove unnecessary default cases in switches that cover all enum values.David Blaikie2012-01-101-1/+0
* Remove VectorExtras. This unused helper was written for a type of API that is...Benjamin Kramer2012-01-071-1/+0
* Cleanup stack/frame register define/kill states. This fixes two bugs:Hal Finkel2011-12-302-17/+17
* Fix an incomplete refactoring of the ppc backend. Thanks to rdivacky for repo...Rafael Espindola2011-12-222-15/+3
* Fix cmake.Rafael Espindola2011-12-221-0/+1
* Move PPC bits to lib/Target/PowerPC.Rafael Espindola2011-12-222-1/+112
* Reduce the exposure of Triple::OSType in the ELF object writer. This willRafael Espindola2011-12-211-7/+8
* Fix up the CMake build for the new files added in r146960, they'reChandler Carruth2011-12-201-0/+1
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-206-3/+32
* Ensure that the nop that should follow a bl call in PPC64 ELF actually doesHal Finkel2011-12-152-0/+14
* Initial CodeGen support for CTTZ/CTLZ where a zero input produces anChandler Carruth2011-12-131-0/+6
* LLVMBuild: Introduce a common section which currently has a list of theDaniel Dunbar2011-12-121-0/+3
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-124-4/+0
* Make CR spill and restore use a reserved register. These operations cannot us...Hal Finkel2011-12-101-10/+18
* Teach SelectionDAG to match more calls to libm functions onto existing SDNode...Owen Anderson2011-12-081-0/+7
* MTCTR needs to be glued to BCTR so that CTR is not marked dead in MTCTR (anot...Hal Finkel2011-12-081-1/+1
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-072-3/+3
* make CR spill and restore 64-bit clean (no functional change), and fix some o...Hal Finkel2011-12-076-12/+39
* make base register selection used in eliminateFrameIndex 64-bit cleanHal Finkel2011-12-071-8/+13
* set mayStore and mayLoad on CR pseudosHal Finkel2011-12-071-2/+4
* 64-bit LR8 load should use X11 not R11Hal Finkel2011-12-071-3/+3
* add RESTORE_CR and support CR unspillsHal Finkel2011-12-065-28/+89
* remove old FIXMEHal Finkel2011-12-061-1/+0
* MipsAsmBackend.cpp, PPCAsmBackend.cpp: Fix -Asserts build to appease msvc.NAKAMURA Takumi2011-12-061-0/+1
* Move target-specific logic out of generic MCAssembler.Jim Grosbach2011-12-061-0/+9
* enable PPC register scavenging by default (update tests and remove some FIXMEs)Hal Finkel2011-12-053-17/+13
* don't include CR bit subregs in callee-saved listHal Finkel2011-12-051-16/+0
* add register pressure for CR regsHal Finkel2011-12-051-0/+2
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-026-24/+38
* remove unneeded FIXME commentHal Finkel2011-12-021-1/+0
* update PPC 940 hazard rec. to function in postRA modeHal Finkel2011-12-026-142/+93
* Small fix for assembler generation on Darwin PPC64. Patch by Michael Kostyle...Eli Friedman2011-12-011-1/+1
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-294-32/+0
* add basic PPC register-pressure feedback; adjust the vaarg test to match the ...Hal Finkel2011-11-224-5/+28
* Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng2011-11-164-19/+22
* Make use of MachinePointerInfo::getFixedStack. This removes all mentionJay Foad2011-11-151-5/+2
* Remove some unnecessary includes of PseudoSourceValue.h.Jay Foad2011-11-151-1/+0
* build: Attempt to rectify inconsistencies between CMake and LLVMBuild version...Daniel Dunbar2011-11-121-1/+1
* LLVMBuild: Add explicit information on whether targets define an assembly pri...Daniel Dunbar2011-11-111-0/+1
* llvm-build: Add --native-target and --enable-targets options, and add logic toDaniel Dunbar2011-11-101-1/+0
* llvm-build: Add an explicit component type to represent targets.Daniel Dunbar2011-11-101-1/+2
* Remove unnecessary include.Devang Patel2011-11-091-1/+0
* Added invariant field to the DAG.getLoad method and changed all calls.Pete Cooper2011-11-081-21/+26