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-06-05
Revert 105492 & 105493 due to a testcase regression. Radar 7424645.
Stuart Hastings
2010-06-05
Fix some liveout handling related to tail calls, see comments.
Dale Johannesen
2010-06-04
Re-apply 105308 with fix.
Evan Cheng
2010-06-04
Make if-conversion ignore dbg_value instructions in its analysis. rdar://7797940
Jim Grosbach
2010-06-04
Support for nested functions/classes in debug output. Radar 7424645.
Stuart Hastings
2010-06-04
Skip dbg_value instructions when scanning instructions in register scavenging.
Jim Grosbach
2010-06-04
Keep track of the call instructions whose clobber lists were skipped during fast
Jakob Stoklund Olesen
2010-06-04
Fixed a bug during widening where we would avoid legalizing a node. When we
Mon P Wang
2010-06-03
Add some missing checks in TwoAddressInstructionPass::CoalesceExtSubRegs.
Bob Wilson
2010-06-03
Cleanup 80-column and trim trailing whitespace
Jim Grosbach
2010-06-03
Fix SimplifyDemandedBits' AssertZext logic to demand all the bits. It
Dan Gohman
2010-06-03
Revert 105308.
Bob Wilson
2010-06-03
Machine sink could potentially sink instructions into a block where the physical
Bill Wendling
2010-06-03
One underscore, not two.
Eric Christopher
2010-06-03
Implement expansion in type legalization for add/sub with overflow. The
Eli Friedman
2010-06-03
Use the fast register allocator by default for -O0 builds.
Jakob Stoklund Olesen
2010-06-03
Use readsWritesVirtualRegister instead of counting uses and defs when inserting
Jakob Stoklund Olesen
2010-06-02
Add full register <imp-def> operands when the coalescer is creating partial
Jakob Stoklund Olesen
2010-06-02
Compulsive reformating. No functionalitical changes.
Bill Wendling
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-06-02
Skip identical instruction while calculating DBG_VALUE range.
Devang Patel
2010-06-02
Rename canCombinedSubRegIndex method to something more grammatically correct
Bob Wilson
2010-06-02
Use local small vector.
Devang Patel
2010-06-02
Not all entries in the range will have an SUnit. Check for that when looking
Jim Grosbach
2010-06-02
Remove uses of getCalleeSavedRegClasses from outside the
Rafael Espindola
2010-06-02
Enable machine cse of instructions which define physical registers.
Evan Cheng
2010-06-02
Fix an obvious mistake: don't change the operands until all of them have been
Bob Wilson
2010-06-01
Update debug information when breaking anti-dependencies. rdar://7759363
Jim Grosbach
2010-06-01
Properly compose subregister indices when coalescing.
Jakob Stoklund Olesen
2010-06-01
Ignore line number of debug value in undefined register.
Devang Patel
2010-06-01
Keep track of incoming debug value of unused argument.
Devang Patel
2010-06-01
Fill in missing support for ISD::FEXP, ISD::FPOWI, and friends.
Dan Gohman
2010-06-01
Add a FIXME
Jim Grosbach
2010-06-01
When processing function arguments when splitting live ranges across invokes,
Jim Grosbach
2010-05-31
fix PR6623: when optimizing for size, don't inline memcpy/memsets
Chris Lattner
2010-05-31
the 'limit' argument to FindOptimalMemOpLowering is unsigned, not uint64_t.
Chris Lattner
2010-05-30
Use `llvm::next' instead of `next' to make VC++ 2010 happy.
Oscar Fuentes
2010-05-29
Reorder some code in SelectionDAGBuilder.
Dan Gohman
2010-05-29
SelectionDAG shouldn't have a FunctionLoweringInfo member. RegsForValue
Dan Gohman
2010-05-29
Remove unused function.
Benjamin Kramer
2010-05-29
Remove schedule-livein-copies. It's not being used.
Evan Cheng
2010-05-29
Handle composed subreg indices when processing REQ_SEQUENCE instructions.
Jakob Stoklund Olesen
2010-05-29
Doh. Machine LICM is re-initializing the CSE map over and over. Patch by Anna...
Evan Cheng
2010-05-28
Fix some latency computation bugs: if the use is not a machine opcode do not ...
Evan Cheng
2010-05-28
Add a TargetRegisterInfo::composeSubRegIndices hook with a default
Jakob Stoklund Olesen
2010-05-28
Revert 104841, 104842, 104876 due to buildbot failures. Radar 7424645.
Stuart Hastings
2010-05-28
Eliminate the restriction that the array size in an alloca must be i32.
Dan Gohman
2010-05-27
Add a -regalloc=default option that chooses a register allocator based on the -O
Jakob Stoklund Olesen
2010-05-27
Update the saved stack pointer in the sjlj function context following either
Jim Grosbach
[prev]
[next]