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-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
2011-01-08
Use an IndexedMap for LiveVariables::VirtRegInfo.
Jakob Stoklund Olesen
2011-01-08
Do not talk about TargetRegisterInfo::FirstVirtualRegister.
Jakob Stoklund Olesen
2011-01-08
Use an IndexedMap for LiveOutRegInfo to hide its dependence on TargetRegister...
Jakob Stoklund Olesen
2011-01-08
Recognize inline asm 'rev /bin/bash, ' as a bswap intrinsic call.
Evan Cheng
2011-01-07
Do not model all INLINEASM instructions as having unmodelled side effects.
Evan Cheng
2011-01-07
Fix comment. INLINEASM node operand #3 is IsAlignStack bit.
Evan Cheng
2011-01-07
Change EXTRACT_SUBVECTOR to require a constant index.
Bob Wilson
2011-01-06
Add the SpillPlacement analysis pass.
Jakob Stoklund Olesen
2011-01-05
Fix small bug in setDebugInfoAvailability.
Wesley Peck
2011-01-04
Use the EdgeBundles analysis in X86FloatingPoint instead of recomputing CFG
Jakob Stoklund Olesen
2011-01-04
Turn the EdgeBundles class into a stand-alone machine CFG analysis pass.
Jakob Stoklund Olesen
2011-01-04
Give MachineFunctionAnalysis a getPassName() implementation to make timing re...
Owen Anderson
2010-12-25
Header warning patrol.
Eric Christopher
[next]