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
/
include
/
llvm
/
CodeGen
Age
Commit message (
Expand
)
Author
2009-10-30
Add a BlockAddress MachineOperand kind.
Dan Gohman
2009-10-29
Move some code from being emitted as boilerplate duplicated in every
Dan Gohman
2009-10-29
Don't put in these EH changes.
Bill Wendling
2009-10-29
Reverting r85338 for now. It's causing a bootstrap failure on PPC darwin9.
Bill Wendling
2009-10-28
Revert r85346 change to control tail merging by CodeGenOpt::Level.
Bob Wilson
2009-10-28
Make AntiDepReg.h internal.
David Goodwin
2009-10-27
Record CodeGen optimization level in the BranchFolding pass so that we can
Bob Wilson
2009-10-26
Allow the aggressive anti-dep breaker to process the same region multiple tim...
David Goodwin
2009-10-26
Define virtual destructor in *.cpp file.
David Goodwin
2009-10-26
Add virtual destructor.
David Goodwin
2009-10-26
Break anti-dependence breaking out into its own class.
David Goodwin
2009-10-26
Move DataTypes.h to include/llvm/System, update all users. This breaks the last
Chandler Carruth
2009-10-22
Using TrackingVH instead of WeakVH or WeakMetadataVH.
Devang Patel
2009-10-20
Add getTopBlock and getBottomBlock member functions to MachineLoopInfo.
Dan Gohman
2009-10-18
Spill slots cannot alias.
Evan Cheng
2009-10-18
-Revert parts of 84326 and 84411. Distinquishing between fixed and non-fixed
Evan Cheng
2009-10-17
Distinquish stack slots from other stack objects. They (and fixed objects) ge...
Evan Cheng
2009-10-17
Re-arrange some fields.
Evan Cheng
2009-10-17
Revert 84315 for now. Re-thinking the patch.
Evan Cheng
2009-10-17
Rename getFixedStack to getStackObject. The stack objects represented are not
Evan Cheng
2009-10-17
Add a splice member function which accepts a range instead of a
Dan Gohman
2009-10-16
Change createPostRAScheduler so it can be turned off at llc -O1.
Evan Cheng
2009-10-14
Delete bogus semicolons.
Dan Gohman
2009-10-14
Remove a bunch of unused arguments from functions, silencing a
Eric Christopher
2009-10-13
Introduce new convenience methods for sign extending or
Duncan Sands
2009-10-12
Enable "debug info attached to an instruction" mode.
Devang Patel
2009-10-12
Delete some obsolete declarations.
Dan Gohman
2009-10-10
Make getMachineNode return a MachineSDNode* instead of a generic SDNode*
Dan Gohman
2009-10-09
The ScheduleDAG framework now requires an AliasAnalysis argument, though
Dan Gohman
2009-10-09
Factor out LiveIntervalAnalysis' code to determine whether an instruction
Dan Gohman
2009-10-09
Extract scope information from the variable itself, instead of relying on all...
Devang Patel
2009-10-09
Add basic infrastructure and x86 support for preserving MachineMemOperand
Dan Gohman
2009-10-09
Indentation.
Evan Cheng
2009-10-08
Add a SelectionDAG getTargetInsertSubreg convenience function,
Bob Wilson
2009-10-07
second half of lazy liveness removal.
Chris Lattner
2009-10-07
Replace TargetInstrInfo::isInvariantLoad and its target-specific
Dan Gohman
2009-10-07
Add register-reuse to frame-index register scavenging. When a target uses
Jim Grosbach
2009-10-07
INTRINSIC_W_CHAIN and INTRINSIC_VOID do not use MemSDNode. They
Dan Gohman
2009-10-06
Add support to handle debug info attached to an instruction.
Devang Patel
2009-10-06
Update processDebugLoc() so that it can be used to process debug info before ...
Devang Patel
2009-10-05
Fix a name in a comment.
Dan Gohman
2009-10-03
Renamed MachineInstrIndex to LiveIndex.
Lang Hames
2009-10-01
If location info is attached with an instruction then keep track of alloca sl...
Devang Patel
2009-09-30
Use MachineInstr as an processDebugLoc() argument.
Devang Patel
2009-09-30
Use MDNode * directly as an RecordSourceLine() argument.
Devang Patel
2009-09-30
Remove dead code.
Devang Patel
2009-09-30
Add a new virtual EmitStartOfAsmFile method to the AsmPrinter and use this
Bob Wilson
2009-09-30
Fix integer overflow in instruction scheduling. This can happen if we have
Reid Kleckner
2009-09-30
Silence unused variable warning.
Devang Patel
2009-09-30
Simplify.
Devang Patel
[prev]
[next]