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
2011-03-03
There are times when the landing pad won't have a call to 'eh.selector' in
Bill Wendling
2011-03-03
Represent sentinel slot indexes with a null pointer.
Jakob Stoklund Olesen
2011-03-03
Avoid comparing invalid slot indexes, and assert that it doesn't happen.
Jakob Stoklund Olesen
2011-03-03
Optimize SlotIndex equality tests.
Jakob Stoklund Olesen
2011-03-02
Move LiveIntervalMap::extendTo into LiveInterval itself.
Jakob Stoklund Olesen
2011-03-01
Generalize the register matching code in DAGISel a bit.
Jim Grosbach
2011-02-27
Fix PR9324 / <rdar://problem/9052489> by handling the case where a PHI has no...
Cameron Zwarich
2011-02-24
Merge information about the number of zero, one, and sign bits of live-out
Cameron Zwarich
2011-02-24
Add a mechanism for invalidating the LiveOutInfo of a PHI, and use it whenever
Cameron Zwarich
2011-02-24
Track blocks visited in reverse postorder.
Cameron Zwarich
2011-02-24
Refactor the LiveOutInfo interface into a few methods on FunctionLoweringInfo
Cameron Zwarich
2011-02-23
Omit private_extern declarations of extern symbols; followup to
Stuart Hastings
2011-02-22
MachineConstantPoolValues are not uniqued, so they need to be freed if they
Cameron Zwarich
2011-02-22
Roll out r126169 and r126170 in an attempt to fix the selfhost bot.
Cameron Zwarich
2011-02-22
Merge information about the number of zero, one, and sign bits of live-out re...
Cameron Zwarich
2011-02-21
Revert r124611 - "Keep track of incoming argument's location while emitting L...
Devang Patel
2011-02-18
Do not lose debug info of an inlined function argument even if the argument i...
Devang Patel
2011-02-18
Roll out r125794 to help diagnose the llvm-gcc-i386-linux-selfhost failure.
Cameron Zwarich
2011-02-17
Do not lose debug info of an inlined function argument even if the argument i...
Devang Patel
2011-02-16
Swap VT and DebugLoc operands of getExtLoad() for consistency with
Stuart Hastings
2011-02-14
Move more fragments of spill weight calculation into CalcSpillWeights.h
Jakob Stoklund Olesen
2011-02-14
fix two comment thinkos
Chris Lattner
2011-02-13
missed a header
Chris Lattner
2011-02-13
fix thinko :)
Chris Lattner
2011-02-13
Revisit my fix for PR9028: the issue is that DAGCombine was
Chris Lattner
2011-02-09
Move calcLiveBlockInfo() and the BlockInfo struct into SplitAnalysis.
Jakob Stoklund Olesen
2011-02-08
Add LiveIntervals::addKillFlags() to recompute kill flags after register allo...
Jakob Stoklund Olesen
2011-02-08
Add LiveIntervals::shrinkToUses().
Jakob Stoklund Olesen
2011-02-04
Merge .debug_loc entries whenever possible to reduce debug_loc size.
Devang Patel
2011-02-04
Add LiveIntervals::getLastSplitPoint().
Jakob Stoklund Olesen
2011-02-04
Introducing a new method of tracking register pressure. We can't
Andrew Trick
2011-02-03
Reapply this.
Eric Christopher
2011-02-03
Temporarily revert 124765 in an attempt to find the cycle breaking bootstrap.
Eric Christopher
2011-02-03
Defer SplitKit value mapping until all defs are available.
Jakob Stoklund Olesen
2011-01-31
Keep track of incoming argument's location while emitting LiveIns.
Devang Patel
2011-01-26
[AVX] Add INSERT_SUBVECTOR and support it on x86. This provides a
David Greene
2011-01-25
Provide an interface to transfer SDDbgValue from one SDNode to another.
Devang Patel
2011-01-23
Delay the creation of eh_frame so that the user can change the defaults.
Rafael Espindola
2011-01-22
Remove dead ivar.
Benjamin Kramer
2011-01-21
Convert -enable-sched-cycles and -enable-sched-hazard to -disable
Andrew Trick
2011-01-14
Add CFI directives-based frame information emission. Not hooked yet.
Anton Korobeynikov
2011-01-13
Teach frame lowering to ignore debug values after the terminators.
Jakob Stoklund Olesen
2011-01-12
Annotate VirtRegRewriter debug output with slot indexes.
Jakob Stoklund Olesen
2011-01-12
Assert if anybody tries to put a slot index on a DBG_VALUE instruction.
Jakob Stoklund Olesen
2011-01-10
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2011-01-10
Simplify a bunch of isVirtualRegister() and isPhysicalRegister() logic.
Jakob Stoklund Olesen
2011-01-09
Remove MachineRegisterInfo::getLastVirtReg(), it was giving wrong results
Jakob Stoklund Olesen
2011-01-09
Teach TargetRegisterInfo how to cram stack slot indexes in with the virtual and
Jakob Stoklund Olesen
2011-01-09
Simplify LiveDebugVariables by storing MachineOperand copies locations instead
Jakob Stoklund Olesen
2011-01-09
Use IndexedMap for MachineRegisterInfo as well. No functional change.
Jakob Stoklund Olesen
[prev]
[next]