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
2010-06-02
Slightly change the meaning of the reMaterialize target hook when the original
Jakob Stoklund Olesen
2010-06-02
Remove the TargetRegisterClass member from CalleeSavedInfo
Rafael Espindola
2010-05-29
SelectionDAG shouldn't have a FunctionLoweringInfo member. RegsForValue
Dan Gohman
2010-05-28
Add a TargetRegisterInfo::composeSubRegIndices hook with a default
Jakob Stoklund Olesen
2010-05-27
Add a -regalloc=default option that chooses a register allocator based on the -O
Jakob Stoklund Olesen
2010-05-27
Remove ancient prototype.
Jakob Stoklund Olesen
2010-05-27
back out 104862/104869. Can reuse stacksave after all. Very cool.
Jim Grosbach
2010-05-27
add ISD::STACKADDR to get the current stack pointer. Will be used by sjlj EH
Jim Grosbach
2010-05-26
Adjust eh.sjlj.setjmp to properly have a chain and to have an opcode entry in
Jim Grosbach
2010-05-26
Move the check for "calls setjmp" to SelectionDAGISel so that it can be used by
Bill Wendling
2010-05-26
Eliminate the use of PriorityQueue and just use a std::vector,
Dan Gohman
2010-05-26
Fix indentation.
Dan Gohman
2010-05-26
Temporarily revert r104655 as it's breaking the bots.
Eric Christopher
2010-05-26
Change push_all to a non-virtual function and implement it in the
Dan Gohman
2010-05-26
Delete an unused function.
Dan Gohman
2010-05-26
Dale and Evan suggested putting the "check for setjmp" much earlier in the
Bill Wendling
2010-05-24
Avoid adding duplicate function live-in's.
Evan Cheng
2010-05-22
Implement @llvm.returnaddress. rdar://8015977.
Evan Cheng
2010-05-22
Implement eh.sjlj.longjmp for ARM. Clean up the intrinsic a bit.
Jim Grosbach
2010-05-21
- Change MachineInstr::findRegisterDefOperandIdx so it can also look for defs
Evan Cheng
2010-05-21
Add MachineInstr::readsWritesVirtualRegister() to determine if an instruction
Jakob Stoklund Olesen
2010-05-21
constify accessor.
Chris Lattner
2010-05-21
Revert "Use MachineInstr::readsWritesVirtualRegister to determine if a regist...
Jakob Stoklund Olesen
2010-05-21
Use MachineInstr::readsWritesVirtualRegister to determine if a register is read.
Jakob Stoklund Olesen
2010-05-21
If the first definition of a virtual register is a partial redef, add an
Jakob Stoklund Olesen
2010-05-21
Removed scaleNumbering method declaration from LiveInterval (not defined, not...
Lang Hames
2010-05-20
Allow targets more controls on what nodes are scheduled by reg pressure, what...
Evan Cheng
2010-05-20
Add a hybrid bottom up scheduler that reduce register usage while avoiding
Evan Cheng
2010-05-19
Fix the post-RA instruction scheduler to handle instructions referenced by
Jim Grosbach
2010-05-19
Add MachineInstr::readsVirtualRegister() in preparation for proper handling of
Jakob Stoklund Olesen
2010-05-18
Fix enum to address array bounds regression.
mike-m
2010-05-17
More data/parsing support for tls directives. Add a few more testcases
Eric Christopher
2010-05-17
Add some section and constant support for darwin TLS.
Eric Christopher
2010-05-17
Remove unused member variable.
Zhongxing Xu
2010-05-15
Add reg_nodbg_iterator
Jakob Stoklund Olesen
2010-05-14
Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe what
Bill Wendling
2010-05-13
Adding a v8i64 512-bit vector type. This will be used to model ARM NEON intri...
Evan Cheng
2010-05-13
Teach MachineLICM and MachineSink how to clear kill flags conservatively
Dan Gohman
2010-05-13
Add a utility function for conservatively clearing kill flags, and make
Dan Gohman
2010-05-11
Add initial kill flag support to FastISel.
Dan Gohman
2010-05-11
Simplify the tracking of used physregs to a bulk bitor followed by a transitive
Jakob Stoklund Olesen
2010-05-11
Implement a bunch more TargetSelectionDAGInfo infrastructure.
Dan Gohman
2010-05-09
remove a dead file.
Chris Lattner
2010-05-07
Fix PR 7087, and probably other things, by extending
Dale Johannesen
2010-05-07
switch MCSectionCOFF from a syntactic to semantic representation,
Chris Lattner
2010-05-05
Add an "IsBottomUp" member function to FastISel, which will be used to
Dan Gohman
2010-05-05
Move REG_SEQUENCE removal to 2addr pass.
Evan Cheng
2010-05-05
Teach liveintervalanalysis about virtual registers which are defined by reg_s...
Evan Cheng
2010-05-04
Combine the implementations of the core part of the SSAUpdater and
Bob Wilson
2010-05-03
Factor out FastISel's code for materializing constants and other values
Dan Gohman
[prev]
[next]