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-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
2010-10-13
Analysis groups need to initialize their default implementations.
Owen Anderson
2010-10-12
Begin adding static dependence information to passes, which will allow us to
Owen Anderson
2010-10-11
Replace FindLiveRangeContaining() with getVNInfoAt() in LiveIntervalAnalysis.
Jakob Stoklund Olesen
2010-10-11
Properly handle reloading and spilling around partial redefines in
Jakob Stoklund Olesen
2010-10-11
Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if
Chris Lattner
2010-10-10
fix the default va_arg expansion (in the realignment case) to not implicitly
Chris Lattner
2010-10-09
Silence compiler warning.
Benjamin Kramer
2010-10-08
Rename SplitEditor::rewrite to finish() and break it out into a couple of new
Jakob Stoklund Olesen
2010-10-08
Avoid compiler warning: comparison between signed and unsigned integer.
Evan Cheng
2010-10-08
Extract method ProcessUses from LocalRewriter::RewriteMBB. Both parent and child
Jakob Stoklund Olesen
2010-10-08
Do not check that the bodies of two defs of same linkonce global are the same.
Anton Korobeynikov
2010-10-08
Classify value numbers into connected components in linear time.
Jakob Stoklund Olesen
2010-10-08
Call InitSections in llc and clang so that the binaries produced by them
Rafael Espindola
[prev]
[next]