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
2010-10-25
Neuter r117193 as it causes significant post-ra scheduler compile time regres...
Evan Cheng
2010-10-25
Simplify.
Devang Patel
2010-10-25
Add counters to count basic blocks and machine basic blocks with out of order...
Devang Patel
2010-10-25
Add simple counter to count no. of basic blocks without any line number infor...
Devang Patel
2010-10-25
In which I learn how to forward declare template classes.
Jakob Stoklund Olesen
2010-10-23
Move the remaining attribute macros to systematic names based on the attribute
Chandler Carruth
2010-10-23
Fix a likely bug in an assertion by adding parentheses around '||'. This bug
Chandler Carruth
2010-10-23
Properly model the latency of register defs which are 1) function returns or
Evan Cheng
2010-10-23
Verify LiveIntervals against the CFG, ensuring that live-in values are live-out
Jakob Stoklund Olesen
2010-10-22
Nonvirtual dtor that was accessible enough to be bad.
Andrew Trick
2010-10-22
This is a prototype of an experimental register allocation
Andrew Trick
2010-10-22
Add more verification of LiveIntervals.
Jakob Stoklund Olesen
2010-10-22
Be more strict about detecting multi-use blocks for isolation.
Jakob Stoklund Olesen
2010-10-22
Unbreak build.
Evan Cheng
2010-10-22
Transfer implicit ops when forming load multiple and return instructions.
Evan Cheng
2010-10-22
Be more strict when detecting critical edges before loop splitting.
Jakob Stoklund Olesen
2010-10-22
Add print methods
Jakob Stoklund Olesen
2010-10-21
X86: Base _fltused on the FunctionType of the called value instead of the pot...
Michael J. Spencer
2010-10-21
Don't include the destination interval in the union when computing
Jakob Stoklund Olesen
2010-10-21
Permit landing pad successor blocks when verifying basic blocks that end in an
Jakob Stoklund Olesen
2010-10-21
The variable liTRC is not used for anything useful, zap it
Duncan Sands
2010-10-21
Remove some variables that are never really used
Duncan Sands
2010-10-21
CodeGen-Windows: Only emit _fltused if a VarArg function is called with float...
Michael J. Spencer
2010-10-20
Remember to keep track of rematted values.
Jakob Stoklund Olesen
2010-10-20
More accurate estimate / tracking of register pressure.
Evan Cheng
2010-10-20
Move some of the InlineSpiller rematerialization code into LiveRangeEdit.
Jakob Stoklund Olesen
2010-10-20
Remove Synthesizable from the Type system; as MMX vector
Dale Johannesen
2010-10-20
When SimpleRegisterCoalescing is trimming kill flags on a physical register
Jakob Stoklund Olesen
2010-10-20
Make CodeGen TBAA-aware.
Dan Gohman
2010-10-19
Add a pre-dispatch SjLj EH hook on the unwind edge for targets to do any
Jim Grosbach
2010-10-19
Shrink MachineOperand from 40 to 32 bytes on 64-bit hosts.
Jakob Stoklund Olesen
2010-10-19
Re-enable register pressure aware machine licm with fixes. Hoist() may have
Evan Cheng
2010-10-19
Get rid of static constructors for pass registration. Instead, every pass ex...
Owen Anderson
2010-10-19
Revert r116781 "- Add a hook for target to determine whether an instruction def
Daniel Dunbar
2010-10-19
lib/CodeGen/TargetLoweringObjectFileImpl.cpp: Tweak to emit ".{section}${name...
NAKAMURA Takumi
2010-10-19
Fix for machine licm assert: RCCost <= RegPressure[RCId]
Andrew Trick
2010-10-19
- Add a hook for target to determine whether an instruction def is
Evan Cheng
2010-10-18
Don't recompute MachineRegisterInfo in the Optimize* method.
Bill Wendling
2010-10-18
Add TypeBasedAliasAnalysis to the standard pass lists. Note that it
Dan Gohman
2010-10-18
Make BasicAliasAnalysis a normal AliasAnalysis implementation which
Dan Gohman
2010-10-18
Trivial grammar tweak.
Jim Grosbach
2010-10-16
X86-Windows: Emit an undefined global __fltused symbol when targeting Windows
Michael J. Spencer
2010-10-16
Whitespace!
Michael J. Spencer
2010-10-16
More machine LICM work. It now tracks register pressure for path from prehead...
Evan Cheng
2010-10-15
Remove unused accessor.
Jakob Stoklund Olesen
2010-10-15
Eliminate curli from SplitEditor. Use the LiveRangeEdit reference instead.
Jakob Stoklund Olesen
2010-10-15
Move stack slot assignments into LiveRangeEdit.
Jakob Stoklund Olesen
2010-10-14
Create a new LiveRangeEdit class to keep track of the new registers created when
Jakob Stoklund Olesen
2010-10-14
Only split around a loop if the live range has uses outside the loop periphery.
Jakob Stoklund Olesen
2010-10-14
Register pressure and instruction latency aware machine LICM. Work in progress.
Evan Cheng
[prev]
[next]