index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
PowerPC
Age
Commit message (
Expand
)
Author
2012-02-03
whitespace
Andrew Trick
2012-01-24
Widen the instruction encoder that TblGen emits to a 64 bits, which should ac...
Owen Anderson
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
Remove a bunch of unused variable assignments.
Benjamin Kramer
2012-01-18
Ignore register mask operands when lowering instructions to MC.
Jakob Stoklund Olesen
2012-01-18
Tidy up. 80 columns.
Jim Grosbach
2012-01-18
Tidy up. MCAsmBackend naming conventions.
Jim Grosbach
2012-01-16
Cleanup PPC RLWINM8 vs RLWINM
Hal Finkel
2012-01-15
Return an ArrayRef from ShuffleVectorSDNode::getMask and push it through Code...
Benjamin Kramer
2012-01-10
Remove unnecessary default cases in switches that cover all enum values.
David Blaikie
2012-01-07
Remove VectorExtras. This unused helper was written for a type of API that is...
Benjamin Kramer
2011-12-30
Cleanup stack/frame register define/kill states. This fixes two bugs:
Hal Finkel
2011-12-22
Fix an incomplete refactoring of the ppc backend. Thanks to rdivacky for repo...
Rafael Espindola
2011-12-22
Fix cmake.
Rafael Espindola
2011-12-22
Move PPC bits to lib/Target/PowerPC.
Rafael Espindola
2011-12-21
Reduce the exposure of Triple::OSType in the ELF object writer. This will
Rafael Espindola
2011-12-20
Fix up the CMake build for the new files added in r146960, they're
Chandler Carruth
2011-12-20
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-15
Ensure that the nop that should follow a bl call in PPC64 ELF actually does
Hal Finkel
2011-12-13
Initial CodeGen support for CTTZ/CTLZ where a zero input produces an
Chandler Carruth
2011-12-12
LLVMBuild: Introduce a common section which currently has a list of the
Daniel Dunbar
2011-12-12
LLVMBuild: Remove trailing newline, which irked me.
Daniel Dunbar
2011-12-10
Make CR spill and restore use a reserved register. These operations cannot us...
Hal Finkel
2011-12-08
Teach SelectionDAG to match more calls to libm functions onto existing SDNode...
Owen Anderson
2011-12-08
MTCTR needs to be glued to BCTR so that CTR is not marked dead in MTCTR (anot...
Hal Finkel
2011-12-07
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-12-07
make CR spill and restore 64-bit clean (no functional change), and fix some o...
Hal Finkel
2011-12-07
make base register selection used in eliminateFrameIndex 64-bit clean
Hal Finkel
2011-12-07
set mayStore and mayLoad on CR pseudos
Hal Finkel
2011-12-07
64-bit LR8 load should use X11 not R11
Hal Finkel
2011-12-06
add RESTORE_CR and support CR unspills
Hal Finkel
2011-12-06
remove old FIXME
Hal Finkel
2011-12-06
MipsAsmBackend.cpp, PPCAsmBackend.cpp: Fix -Asserts build to appease msvc.
NAKAMURA Takumi
2011-12-06
Move target-specific logic out of generic MCAssembler.
Jim Grosbach
2011-12-05
enable PPC register scavenging by default (update tests and remove some FIXMEs)
Hal Finkel
2011-12-05
don't include CR bit subregs in callee-saved list
Hal Finkel
2011-12-05
add register pressure for CR regs
Hal Finkel
2011-12-02
Move global variables in TargetMachine into new TargetOptions class. As an API
Nick Lewycky
2011-12-02
remove unneeded FIXME comment
Hal Finkel
2011-12-02
update PPC 940 hazard rec. to function in postRA mode
Hal Finkel
2011-12-01
Small fix for assembler generation on Darwin PPC64. Patch by Michael Kostyle...
Eli Friedman
2011-11-29
build/CMake: Finish removal of add_llvm_library_dependencies.
Daniel Dunbar
2011-11-22
add basic PPC register-pressure feedback; adjust the vaarg test to match the ...
Hal Finkel
2011-11-16
Sink codegen optimization level into MCCodeGenInfo along side relocation model
Evan Cheng
2011-11-15
Make use of MachinePointerInfo::getFixedStack. This removes all mention
Jay Foad
2011-11-15
Remove some unnecessary includes of PseudoSourceValue.h.
Jay Foad
2011-11-12
build: Attempt to rectify inconsistencies between CMake and LLVMBuild version...
Daniel Dunbar
2011-11-11
LLVMBuild: Add explicit information on whether targets define an assembly pri...
Daniel Dunbar
2011-11-10
llvm-build: Add --native-target and --enable-targets options, and add logic to
Daniel Dunbar
2011-11-10
llvm-build: Add an explicit component type to represent targets.
Daniel Dunbar
[prev]
[next]