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-07-08
Fix broken isCopy handling in TrimLiveIntervalToLastUse
Jakob Stoklund Olesen
2010-07-08
Fix decl/def debug info for template functions. Radar 8063111.
Stuart Hastings
2010-07-08
Reuse DIEInteger for 1. This is frequently used while emitting an attribute u...
Devang Patel
2010-07-08
Clean up scavengeRegister() a bit to prefer available regs, which allows
Jim Grosbach
2010-07-08
Convert EXTRACT_SUBREG to COPY when emitting machine instrs.
Jakob Stoklund Olesen
2010-07-08
Remove references to INSERT_SUBREG after de-SSA.
Jakob Stoklund Olesen
2010-07-08
Merge the duplicated iabs optimization in DAGCombiner and let it detected a f...
Benjamin Kramer
2010-07-08
Add TargetInstrInfo::copyPhysReg hook and use it from LowerSubregs.
Jakob Stoklund Olesen
2010-07-08
Revert 107840 107839 107813 107804 107800 107797 107791.
Dan Gohman
2010-07-08
When processing frame index virtual registers, consider all available registers
Jim Grosbach
2010-07-07
Don't forward-declare registers for static allocas, which we'll
Dan Gohman
2010-07-07
Fix -fast-isel-abort to check the right instruction.
Dan Gohman
2010-07-07
One MDNode may be used to create regular DIE as well as abstract DIE.
Devang Patel
2010-07-07
Move getExtLoad() and (some) getLoad() DebugLoc argument after EVT argument f...
Evan Cheng
2010-07-07
Not all custom inserters create new basic blocks. If the inserter
Dan Gohman
2010-07-07
Rename couple of maps.
Devang Patel
2010-07-07
80 cols.
Devang Patel
2010-07-07
Implement bottom-up fast-isel. This has the advantage of not requiring
Dan Gohman
2010-07-07
Add X86FastISel support for return statements. This entails refactoring
Dan Gohman
2010-07-07
Update the insert position after scheduling, which may change the
Dan Gohman
2010-07-07
Update comment.
Devang Patel
2010-07-07
Fix debugging strings.
Dan Gohman
2010-07-07
Give FunctionLoweringInfo an MBB member, avoiding the need to pass it
Dan Gohman
2010-07-07
Simplify FastISel's constructor by giving it a FunctionLoweringInfo
Dan Gohman
2010-07-07
Move FunctionLoweringInfo.h out into include/llvm/CodeGen. This will
Dan Gohman
2010-07-07
Split the SDValue out of OutputArg so that SelectionDAG-independent
Dan Gohman
2010-07-07
Move CallingConvLower.cpp out of the SelectionDAG directory.
Dan Gohman
2010-07-07
Fix more places assuming subregisters have live intervals
Jakob Stoklund Olesen
2010-07-07
Add a getFirstNonPHI utility function.
Dan Gohman
2010-07-07
Revert "Remove references to INSERT_SUBREG after de-SSA" r107725.
Jakob Stoklund Olesen
2010-07-06
By default, the eh.sjlj.setjmp/longjmp intrinsics should just do nothing rather
Jim Grosbach
2010-07-06
Remove references to INSERT_SUBREG after de-SSA
Jakob Stoklund Olesen
2010-07-06
Convert INSERT_SUBREG to COPY in TwoAddressInstructionPass.
Jakob Stoklund Olesen
2010-07-06
CanLowerReturn doesn't need a SelectionDAG; it just needs an LLVMContext.
Dan Gohman
2010-07-06
Propagate debug loc.
Devang Patel
2010-07-06
One more case assuming that subregs have live ranges.
Jakob Stoklund Olesen
2010-07-06
Fix buildbot breakage where a def is missing.
Jakob Stoklund Olesen
2010-07-06
Be more forgiving when calculating alias interference for physreg coalescing.
Jakob Stoklund Olesen
2010-07-06
Reapply r107655 with fixes; insert the pseudo instruction into
Dan Gohman
2010-07-06
Fix to 80-col.
Eric Christopher
2010-07-06
tighten up this code.
Chris Lattner
2010-07-06
Revert r107655.
Dan Gohman
2010-07-06
Add versions of OutputArgReg, AnalyzeReturn, and AnalyzeCallOperands
Dan Gohman
2010-07-06
Fix a major regression on COFF targets introduced by r103267: 'discardable' s...
Anton Korobeynikov
2010-07-06
Fix a bunch of custom-inserter functions to handle the case where
Dan Gohman
2010-07-06
Fix up -fstack-protector on linux to use the segment
Eric Christopher
2010-07-05
more tidying.
Chris Lattner
2010-07-05
random tidying
Chris Lattner
2010-07-04
Print symbolic subreg indices on REG_SEQUENCE and INSERT_SUBREG.
Jakob Stoklund Olesen
2010-07-04
Infer alignments of fixed frame objects when they are constructed. This ensur...
Evan Cheng
[prev]
[next]