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
/
PPCTargetMachine.cpp
Age
Commit message (
Expand
)
Author
2004-07-16
Define double alignment as 8 bytes now that assert(DoubleAlignment == Pointer...
Misha Brukman
2004-07-15
Revert stuff that I didn't mean to checkin
Chris Lattner
2004-07-15
Patches towards fixing PR341
Chris Lattner
2004-07-12
Implement getModuleMatchQuality and getJITMatchQuality() for PowerPC
Misha Brukman
2004-07-11
Delete the allocate*TargetMachine function, which is now dead.
Chris Lattner
2004-07-11
Make these format a bit nicer
Chris Lattner
2004-07-11
Auto-registrate target
Chris Lattner
2004-07-02
Fix all of those problems that the PPC backend has running 176.gcc :)
Chris Lattner
2004-07-01
Wrap long line
Misha Brukman
2004-06-29
Lower ConstantExpressions before the code generator.
Misha Brukman
2004-06-29
The code generator should work with unreachable blocks. If not, then this
Chris Lattner
2004-06-28
Can't print out machine code before it is constructed.
Misha Brukman
2004-06-25
Allow debugging machine instrs (by printout) before/after isel and regalloc
Misha Brukman
2004-06-24
Add option to print out machine code before register allocation.
Misha Brukman
2004-06-21
llvm/IntrinsicLowering.h => llvm/CodeGen/IntrinsicLowering.h
Misha Brukman
2004-06-21
Initial revision
Misha Brukman