index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
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-03-28
add an optimized form of OPC_EmitMergeInputChains for the 1, 0 and
Chris Lattner
2010-03-28
don't add nodes to the now-dead nodes list multiple times, this
Chris Lattner
2010-03-28
don't add flag nodes with chain results to the NowDeadNodes
Chris Lattner
2010-03-27
improve -debug-only=isel comments for cases when we don't enter a
Chris Lattner
2010-03-27
Forgot the part where we handle the ".llvm.eh.catch.all.value".
Bill Wendling
2010-03-27
Return if we changed anything or not.
Bill Wendling
2010-03-27
If a selector has a call to ".llvm.eh.catch.all.value" that we haven't
Bill Wendling
2010-03-26
If we mark clean-ups as clean-ups, then it could break when inlining through an
Bill Wendling
2010-03-26
Add few missed libcalls and correct names for others.
Anton Korobeynikov
2010-03-26
Debug info shouldn't affect kills.
Dale Johannesen
2010-03-26
LiveVariables should clear kill / dead markers first. This allows us to remov...
Evan Cheng
2010-03-26
Try trivial remat before the coalescer gives up on a vr / physreg coalescing ...
Evan Cheng
2010-03-26
Handle DEBUG_VALUE in this pass.
Dale Johannesen
2010-03-25
Code clean up.
Evan Cheng
2010-03-25
fix a valgrind error on copy-constructor-synthesis.cpp, which is caused when
Chris Lattner
2010-03-25
Remove an unused option.
Evan Cheng
2010-03-25
Add comment.
Devang Patel
2010-03-25
Scheduler assumes SDDbgValue nodes are in source order. That's true currently...
Evan Cheng
2010-03-25
Change tblgen to emit FOOISD opcode names as two
Chris Lattner
2010-03-25
Remove a fixme that doesn't make sense any more.
Evan Cheng
2010-03-25
Make sure SDDbgValue.Invalid is initialized to false by all the constructors.
Evan Cheng
2010-03-25
Make the NDEBUG assertion stronger and more clear what is
Chris Lattner
2010-03-25
reapply 99444/99445, which I speculatively reverted in
Chris Lattner
2010-03-25
Change how dbg_value sdnodes are converted into machine instructions. Their p...
Evan Cheng
2010-03-25
Avoid being influenced by dbg_value instructions.
Evan Cheng
2010-03-24
revert 99444/99445. This doesn't cause the failure of
Chris Lattner
2010-03-24
remove dead argument.
Chris Lattner
2010-03-24
split EmitNode in half to reduce indentation.
Chris Lattner
2010-03-24
Use SP filename directly instead of SP's context's filename.
Devang Patel
2010-03-24
Revert Edwin's change that is breaking MultiSource/Applications/ClamAV/clamscan.
Bob Wilson
2010-03-24
Fix memory leak in liveintervals: the destructor for VNInfos must be called,
Torok Edwin
2010-03-24
dbg_value may end a block.
Evan Cheng
2010-03-24
Remove the ConvertActions table and associated code, which is unused.
Dan Gohman
2010-03-23
Revert 99335. getTypeToExpandTo's iterative behavior is actually
Dan Gohman
2010-03-23
Remove getTypeToExpandTo, since it isn't adding much value
Dan Gohman
2010-03-23
Ignore dbg_value's.
Evan Cheng
2010-03-23
Code clean up.
Evan Cheng
2010-03-22
Fix PR6673: updating the callback should not clear the map.
Chris Lattner
2010-03-22
Emit DW_AT_low_pc and DW_AT_high_pc attributes for TAG_compile_unit.
Devang Patel
2010-03-22
DW_AT_stmt_list attribute attached with a compile unit encodes offset of line...
Devang Patel
2010-03-22
Reduce indentation.
Evan Cheng
2010-03-22
Fix a memory leak from DIE::addSiblingOffset() by adding the DIEValue
Jeffrey Yasskin
2010-03-22
80 col violation.
Evan Cheng
2010-03-21
Free SavedLI even if SimpleRegisterCoalescing::JoinCopy() returns early.
Jeffrey Yasskin
2010-03-19
Stop trying to merge identical jump tables. This had been inadvertently
Bob Wilson
2010-03-19
Fixed a widening bug where we were not using the correct size for the load
Mon P Wang
2010-03-18
Get rid of target-specific nodes for fp16 <-> fp32 conversion.
Anton Korobeynikov
2010-03-18
Define placement new wrappers for BumpPtrAllocator and
Dan Gohman
2010-03-18
Fix pr6543: svn r88806 changed MachineJumpTableInfo::getJumpTableIndex() to
Bob Wilson
2010-03-18
Add explicit braces to avoid ambiguous ‘else’.
Dan Gohman
[prev]
[next]