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
/
CodeGen
Age
Commit message (
Expand
)
Author
2008-01-04
80-column violations.
Bill Wendling
2008-01-04
Add that this preserves some analyses.
Bill Wendling
2008-01-04
Move option to enable machine LICM into LLVMTargetMachine.cpp.
Bill Wendling
2008-01-04
Call the parent's getAnalysisUsage.
Bill Wendling
2008-01-04
Add a really quick hack at a machine code sinking pass, enabled with --enable...
Chris Lattner
2008-01-04
remove dead #includes and reorder the rest.
Chris Lattner
2008-01-02
Use the correct MachineRegisterInfo object.
Bill Wendling
2008-01-02
Remove dead code.
Bill Wendling
2008-01-02
Use the new architecture to get the containing machine basic block for a machine
Bill Wendling
2008-01-01
Move some more instruction creation methods from RegisterInfo into InstrInfo.
Owen Anderson
2008-01-01
Make MachineRegisterInfo::getVRegDef more efficient by aiming the keep the de...
Chris Lattner
2008-01-01
switch the register iterator to act more like hte LLVM value iterator: derefe...
Chris Lattner
2008-01-01
Add a trivial but handy function to efficiently return the machine
Chris Lattner
2008-01-01
Implement automatically updated def/use lists for all MachineInstr register
Chris Lattner
2008-01-01
Fix a problem where lib/Target/TargetInstrInfo.h would include and use
Chris Lattner
2007-12-31
Fix PR1833 - eh.exception and eh.selector return two
Duncan Sands
2007-12-31
Move copyRegToReg from MRegisterInfo to TargetInstrInfo. This is part of the
Owen Anderson
2007-12-31
properly encapsulate the parent field of MBB and MI with get/set accessors.
Chris Lattner
2007-12-31
update a couple of references to SSARegMap.
Chris Lattner
2007-12-31
Rename SSARegMap -> MachineRegisterInfo in keeping with the idea
Chris Lattner
2007-12-30
Add new shorter predicates for testing machine operands for various types:
Chris Lattner
2007-12-30
More cleanups for MachineOperand:
Chris Lattner
2007-12-30
MachineOperand:
Chris Lattner
2007-12-30
fix typo duncan noticed!
Chris Lattner
2007-12-30
simpilfy some register printing code.
Chris Lattner
2007-12-30
eliminate a copy of the machineoperand printing stuff. Keep the copy that
Chris Lattner
2007-12-30
Simplify and clean up some machine operand/instr printing/dumping stuff.
Chris Lattner
2007-12-30
two register machineoperands are not identical unless their subregs match.
Chris Lattner
2007-12-30
MachineOperand::getImmedValue -> MachineOperand::getImm
Chris Lattner
2007-12-30
make machine operands fatter: give each one an up-pointer to the
Chris Lattner
2007-12-30
use simplified operand addition methods.
Chris Lattner
2007-12-30
use simplified operand addition methods.
Chris Lattner
2007-12-30
Start using the simplified methods for adding operands.
Chris Lattner
2007-12-30
simplify some code by factoring operand construction better.
Chris Lattner
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
remove attribution from lib Makefiles.
Chris Lattner
2007-12-29
Fold comparisons against a constant nan, and optimize ORD/UNORD
Chris Lattner
2007-12-29
make sure not to zap volatile stores, thanks a lot to Dale for noticing this!
Chris Lattner
2007-12-29
don't fold fp_round(fp_extend(load)) -> fp_round(extload)
Chris Lattner
2007-12-29
Delete a store whose input is a load from the same pointer:
Chris Lattner
2007-12-24
Flesh out the Briggs implementation a little bit more, fix a few FIXMEs.
Owen Anderson
2007-12-23
Sketch out an implementation of Briggs' copy placement algorithm.
Owen Anderson
2007-12-22
initial code for forming an FGETSIGN node. This is disabled until
Chris Lattner
2007-12-22
improve support for fgetsign
Chris Lattner
2007-12-22
Tell TargetLoweringOpt whether it is running before
Chris Lattner
2007-12-22
Add a new FGETSIGN operation, which defaults to expand on all
Chris Lattner
2007-12-22
Use getIntrinsicID instead of looking up intrinsic prototypes. Also
Gordon Henriksen
2007-12-22
Note what still needs doing.
Owen Anderson
2007-12-22
Remove critical edge breaking. It won't be necessary as long as we are very ...
Owen Anderson
2007-12-20
More accurate checks for two-address constraints.
Evan Cheng
[next]