index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
SelectionDAG
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r142579, "Fix a type in the legalization of CONCAT_VECTORS". This is
Chad Rosier
2011-10-20
1
-1
/
+1
*
Fix a type in the legalization of CONCAT_VECTORS.
Nadav Rotem
2011-10-20
1
-1
/
+1
*
Improve code generation for vselect on SSE2:
Nadav Rotem
2011-10-19
1
-7
/
+9
*
Add support for the vector-widening of vselect and vector-setcc
Nadav Rotem
2011-10-19
2
-1
/
+28
*
Fix a bug in the legalization of vector anyext-load and trunc-store. Mem Inde...
Nadav Rotem
2011-10-18
1
-7
/
+9
*
Fix a DAG combiner assertion failure when constant folding BUILD_VECTORS.
Bob Wilson
2011-10-18
1
-2
/
+13
*
Fix a bunch of unused variable warnings when doing a release
Duncan Sands
2011-10-18
3
-3
/
+4
*
Fix comment to refer to correct instruction
Hal Finkel
2011-10-18
1
-1
/
+1
*
Correct over-zealous removal of hack.
Bill Wendling
2011-10-17
1
-1
/
+1
*
Now that we have the ReturnsTwice function attribute, this method is
Bill Wendling
2011-10-17
1
-1
/
+1
*
Removed set, but unused variable.
Chad Rosier
2011-10-17
1
-1
/
+0
*
Enable element promotion type legalization by deafault.
Nadav Rotem
2011-10-16
1
-1
/
+1
*
Let printf do the formatting instead aligning strings ourselves.
Benjamin Kramer
2011-10-16
1
-1
/
+1
*
Move the legalization of vector loads and stores into LegalizeVectorOps. In some
Nadav Rotem
2011-10-15
2
-183
/
+123
*
Clear out the landing pad to call site map for each function.
Bill Wendling
2011-10-15
1
-0
/
+1
*
Fix typo. "__sync_fetch_and-xor_4" should be "__sync_fetch_and_xor_4".
Jim Grosbach
2011-10-14
1
-1
/
+1
*
Encode register class constreaints in inline asm instructions.
Jakob Stoklund Olesen
2011-10-12
1
-0
/
+12
*
Use a utility from MathExtras to clarify a check and avoid undefined behavior...
Eli Friedman
2011-10-12
1
-1
/
+1
*
Fix a thinko that Nick noticed. The previous code actually worked as
Dan Gohman
2011-10-12
1
-1
/
+1
*
Use an existing function.
Jakob Stoklund Olesen
2011-10-12
1
-10
/
+2
*
Formatting.
Eric Christopher
2011-10-11
1
-2
/
+1
*
Add support for legalization of vector SHL/SRA/SRL instructions
Nadav Rotem
2011-10-11
1
-0
/
+25
*
Add support for legalization of vector trunc-store where the saved scalar typ...
Nadav Rotem
2011-10-11
1
-13
/
+13
*
Cleanup the trunc-store legalization code and add asserts.
Nadav Rotem
2011-10-11
1
-68
/
+87
*
Thread the chain through the eh.sjlj.setjmp intrinsic, like it's documented to
Bill Wendling
2011-10-07
1
-2
/
+8
*
Remove the old atomic instrinsics. autoupgrade functionality is included wit...
Eli Friedman
2011-10-06
2
-67
/
+0
*
Modify the mapping from landing pad to call sites to accept more than one call
Bill Wendling
2011-10-05
3
-3
/
+6
*
Small refactoring. Cache the FunctionInfo->MBB into a local variable.
Bill Wendling
2011-10-05
1
-7
/
+7
*
Simplify EXTRACT_SUBREG emission.
Jakob Stoklund Olesen
2011-10-05
2
-27
/
+52
*
Simplify INSERT_SUBREG emission.
Jakob Stoklund Olesen
2011-10-05
1
-27
/
+19
*
Create a mapping between the landing pad basic block and the call site index ...
Bill Wendling
2011-10-04
2
-0
/
+5
*
Moved type construction out of the loop and added an assert on the legality o...
Nadav Rotem
2011-10-01
1
-10
/
+10
*
When inferring the pointer alignment, if the global doesn't have an initializer
Bill Wendling
2011-09-30
1
-0
/
+2
*
Promote comment to doxycomment. Adjust whitespace. No functionality change.
Nick Lewycky
2011-09-30
1
-4
/
+3
*
Move getCommonSubClass() into TRI.
Jakob Stoklund Olesen
2011-09-30
1
-1
/
+2
*
Clean up uses of switch instructions so they are not dependent on the operand...
Eli Friedman
2011-09-29
1
-2
/
+2
*
Use the local we already set up.
Eric Christopher
2011-09-29
1
-1
/
+1
*
Strip off pointer casts when looking at the eh.sjlj.functioncontext's argument.
Bill Wendling
2011-09-28
1
-1
/
+2
*
Create and use an llvm.eh.sjlj.functioncontext intrinsic.
Bill Wendling
2011-09-28
1
-0
/
+8
*
Rename AddSelectionDAGCSEId() to addSelectionDAGCSEId().
Jim Grosbach
2011-09-27
1
-2
/
+2
*
Cleanup PromoteIntOp_EXTRACT_VECTOR_ELT and PromoteIntRes_SETCC.
Nadav Rotem
2011-09-27
2
-10
/
+12
*
Revert r140463; The patch assumes that <4 x i1> is saved to memory as 4 x i8,
Nadav Rotem
2011-09-27
1
-10
/
+1
*
[vector-select] Address one of the issues in pr10902. EXTRACT_VECTOR_ELEMENT
Nadav Rotem
2011-09-25
1
-2
/
+7
*
Implement Duncan's suggestion to use the result of getSetCCResultType if it i...
Nadav Rotem
2011-09-24
1
-4
/
+9
*
[Vector-Select] Address one of the problems in 10902.
Nadav Rotem
2011-09-24
1
-1
/
+10
*
Tweak the handling of MERGE_VALUES nodes: remove the need for
Duncan Sands
2011-09-23
6
-51
/
+43
*
Vector-Select: Address one of the problems in pr10902. Add handling for the
Nadav Rotem
2011-09-23
2
-0
/
+43
*
Fix SimplifySelectCC to add newly created nodes to the DAGCombiner
Dan Gohman
2011-09-22
1
-0
/
+3
*
Constrain register classes instead of emitting copies.
Jakob Stoklund Olesen
2011-09-22
1
-3
/
+5
*
[VECTOR-SELECT] Address one of the bugs in pr10902.
Nadav Rotem
2011-09-21
1
-0
/
+2
[next]