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
/
SelectionDAG
Age
Commit message (
Expand
)
Author
2011-10-26
Merging r143006:
Bill Wendling
2011-10-20
Merging r142350:
Bill Wendling
2011-10-15
Clear out the landing pad to call site map for each function.
Bill Wendling
2011-10-14
Fix typo. "__sync_fetch_and-xor_4" should be "__sync_fetch_and_xor_4".
Jim Grosbach
2011-10-12
Encode register class constreaints in inline asm instructions.
Jakob Stoklund Olesen
2011-10-12
Use a utility from MathExtras to clarify a check and avoid undefined behavior...
Eli Friedman
2011-10-12
Fix a thinko that Nick noticed. The previous code actually worked as
Dan Gohman
2011-10-12
Use an existing function.
Jakob Stoklund Olesen
2011-10-11
Formatting.
Eric Christopher
2011-10-11
Add support for legalization of vector SHL/SRA/SRL instructions
Nadav Rotem
2011-10-11
Add support for legalization of vector trunc-store where the saved scalar typ...
Nadav Rotem
2011-10-11
Cleanup the trunc-store legalization code and add asserts.
Nadav Rotem
2011-10-07
Thread the chain through the eh.sjlj.setjmp intrinsic, like it's documented to
Bill Wendling
2011-10-06
Remove the old atomic instrinsics. autoupgrade functionality is included wit...
Eli Friedman
2011-10-05
Modify the mapping from landing pad to call sites to accept more than one call
Bill Wendling
2011-10-05
Small refactoring. Cache the FunctionInfo->MBB into a local variable.
Bill Wendling
2011-10-05
Simplify EXTRACT_SUBREG emission.
Jakob Stoklund Olesen
2011-10-05
Simplify INSERT_SUBREG emission.
Jakob Stoklund Olesen
2011-10-04
Create a mapping between the landing pad basic block and the call site index ...
Bill Wendling
2011-10-01
Moved type construction out of the loop and added an assert on the legality o...
Nadav Rotem
2011-09-30
When inferring the pointer alignment, if the global doesn't have an initializer
Bill Wendling
2011-09-30
Promote comment to doxycomment. Adjust whitespace. No functionality change.
Nick Lewycky
2011-09-30
Move getCommonSubClass() into TRI.
Jakob Stoklund Olesen
2011-09-29
Clean up uses of switch instructions so they are not dependent on the operand...
Eli Friedman
2011-09-29
Use the local we already set up.
Eric Christopher
2011-09-28
Strip off pointer casts when looking at the eh.sjlj.functioncontext's argument.
Bill Wendling
2011-09-28
Create and use an llvm.eh.sjlj.functioncontext intrinsic.
Bill Wendling
2011-09-27
Rename AddSelectionDAGCSEId() to addSelectionDAGCSEId().
Jim Grosbach
2011-09-27
Cleanup PromoteIntOp_EXTRACT_VECTOR_ELT and PromoteIntRes_SETCC.
Nadav Rotem
2011-09-27
Revert r140463; The patch assumes that <4 x i1> is saved to memory as 4 x i8,
Nadav Rotem
2011-09-25
[vector-select] Address one of the issues in pr10902. EXTRACT_VECTOR_ELEMENT
Nadav Rotem
2011-09-24
Implement Duncan's suggestion to use the result of getSetCCResultType if it i...
Nadav Rotem
2011-09-24
[Vector-Select] Address one of the problems in 10902.
Nadav Rotem
2011-09-23
Tweak the handling of MERGE_VALUES nodes: remove the need for
Duncan Sands
2011-09-23
Vector-Select: Address one of the problems in pr10902. Add handling for the
Nadav Rotem
2011-09-22
Fix SimplifySelectCC to add newly created nodes to the DAGCombiner
Dan Gohman
2011-09-22
Constrain register classes instead of emitting copies.
Jakob Stoklund Olesen
2011-09-21
[VECTOR-SELECT] Address one of the bugs in pr10902.
Nadav Rotem
2011-09-21
Lower ARM adds/subs to add/sub after adding optional CPSR operand.
Andrew Trick
2011-09-20
Add a DAGCombine for subvector extracts to remove useless chains of
Bruno Cardoso Lopes
2011-09-20
Restore hasPostISelHook tblgen flag.
Andrew Trick
2011-09-20
ARM isel bug fix for adds/subs operands.
Andrew Trick
2011-09-20
whitespace
Andrew Trick
2011-09-18
white space cleanups
Nadav Rotem
2011-09-15
Some legalization fixes for atomic load and store.
Eli Friedman
2011-09-14
Add integer promotion support for vselect
Nadav Rotem
2011-09-13
Fix check for unaligned load/store so it doesn't catch over-aligned load/store.
Eli Friedman
2011-09-13
Error out on CodeGen of unaligned load/store. Fix test so it isn't accidenta...
Eli Friedman
2011-09-13
Fix the assertion which checks the size of the input operand.
Nadav Rotem
2011-09-13
Add vselect target support for targets that do not support blend but do support
Nadav Rotem
[next]