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