index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
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
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
2011-11-09
Remove unnecessary include.
Devang Patel
2011-11-08
Added invariant field to the DAG.getLoad method and changed all calls.
Pete Cooper
2011-11-08
PPCInstrInfo.cpp: Fix one "unused" warning.
NAKAMURA Takumi
2011-11-04
build/cmake: Use tblgen macro directly instead of llvm_tablegen, which just
Daniel Dunbar
2011-11-03
build: Add initial cut at LLVMBuild.txt files.
Daniel Dunbar
2011-10-29
PPC: Disable moves for all CR subregisters.
Benjamin Kramer
2011-10-26
Rename NonScalarIntSafe to something more appropriate.
Lang Hames
2011-10-21
Fix unused variable warning.
Richard Smith
2011-10-20
Disable the PPC hazard recognizer. It currently only supports
Dan Gohman
2011-10-17
Revert change to function alignment b/c existing logic was fine
Hal Finkel
2011-10-17
Remove >80-col line and unicode
Hal Finkel
2011-10-17
Instructions for Book E PPC should be word aligned, set function alignment to...
Hal Finkel
2011-10-17
Add PPC 440 scheduler and some associated tests (new files)
Hal Finkel
2011-10-17
Add PPC 440 scheduler and some associated tests
Hal Finkel
2011-10-14
Add an implementation of the CanLowerReturn function to the PPC backend
Hal Finkel
2011-10-14
initial test commit (remove whitespace)
Hal Finkel
2011-10-06
Build system infrastructure for multiple tblgens.
Peter Collingbourne
2011-10-04
Teach PPCInstrInfo to handle sub-classes.
Jakob Stoklund Olesen
2011-09-21
These do not need to be conditional on the presence of CommentStream, as they...
Owen Anderson
2011-09-21
In the disassembler C API, be careful not to confuse the comment streamer tha...
Owen Anderson
2011-09-15
Don't attach annotations to MCInst's. Instead, have the disassembler return,...
Owen Anderson
2011-09-07
Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...
James Molloy
2011-09-06
Add codegen support for vector select (in the IR this means a select
Duncan Sands
2011-09-06
Split the init.trampoline intrinsic, which currently combines GCC's
Duncan Sands
2011-09-01
Don't drop alignment info on local common symbols.
Benjamin Kramer
2011-08-30
Set CR1EQ only when lowering vararg floating arguments (not any vararg
Roman Divacky
2011-08-29
Expand ATOMIC_LOAD and ATOMIC_STORE for architectures I don't know well enoug...
Eli Friedman
2011-08-24
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-08-23
Some refactoring so TargetRegistry.h no longer has to include any files
Evan Cheng
[prev]
[next]