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
/
PPCBranchSelector.cpp
Age
Commit message (
Expand
)
Author
2005-10-14
Rename PowerPC*.h to PPC*.h
Chris Lattner
2005-10-14
Rename PowerPCInstrBuilder.h -> PPC*
Chris Lattner
2005-10-14
Nuke PowerPCInstrFormats.h, its contents are dead. Remove the definitions
Chris Lattner
2005-10-01
Modify the ppc backend to use two register classes for FP: F8RC and F4RC.
Chris Lattner
2005-08-26
Propagate cr# from COND_BRANCH to the actual branch instruction as appropriate
Chris Lattner
2005-08-24
Split IMPLICIT_DEF into IMPLICIT_DEF_GPR and IMPLICIT_DEF_FP, so that the
Chris Lattner
2005-07-27
Eliminate all remaining tabs and trailing spaces.
Jeff Cohen
2005-06-18
Clean up some uninitialized variables and missing return statements that
Reid Spencer
2005-06-17
silence incredibly braindead GCC 4 warning
Chris Lattner
2005-06-12
Fix a memory smasher caught by Mac OS X's debug malloc library. We were
Nate Begeman
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-10-07
Remove unnecessary header include
Nate Begeman
2004-09-02
Convert remaining X-Form and Pseudo instructions over to asm writer
Nate Begeman
2004-09-01
Changes For Bug 352
Reid Spencer
2004-08-17
PowerPCInstrInfo has gone away, PPC32 and PPC64 share opcodes.
Misha Brukman
2004-08-10
Renamed PPC32 (namespace for regs, opcodes) to PPC to include 64-bit targets
Misha Brukman
2004-07-28
Remove an extra 8 byte distance penalty. Patch by Nate Begeman.
Misha Brukman
2004-07-27
Add PowerPCBranchSelector to discover which are `long' branches.
Misha Brukman
[prev]