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
*
Fixed a comment.
Elena Demikhovsky
2013-06-26
1
-2
/
+2
*
Optimized integer vector multiplication operation by replacing it with shift/...
Elena Demikhovsky
2013-06-26
1
-20
/
+59
*
The getRegForInlineAsmConstraint function should only accept MVT value types.
Chad Rosier
2013-06-22
1
-1
/
+1
*
DebugInfo: Don't lose unreferenced non-trivial by-value parameters
David Blaikie
2013-06-21
1
-6
/
+4
*
Fix PR16360
Michael Liao
2013-06-21
1
-3
/
+5
*
Access the TargetLoweringInfo from the TargetMachine object instead of cachin...
Bill Wendling
2013-06-19
4
-236
/
+289
*
Don't cache the TLI object since we have access to it through TargetMachine a...
Bill Wendling
2013-06-19
1
-6
/
+8
*
During SelectionDAG building explicitly set a node to constant zero when the
Quentin Colombet
2013-06-18
1
-0
/
+8
*
Debug Info: Simplify Frame Index handling in DBG_VALUE Machine Instructions
David Blaikie
2013-06-16
4
-37
/
+43
*
SelectionDAG: slightly refactor DAGCombiner::visitSELECT_CC to avoid redudant...
Stephen Lin
2013-06-15
1
-12
/
+14
*
Introduce getSelect usage and use more getSelectCC
Matt Arsenault
2013-06-14
6
-87
/
+90
*
SelectionDAG: minor fix to order of operands in comments to match the code
Stephen Lin
2013-06-14
1
-3
/
+3
*
SelectionDAG: Fix incorrect condition checks in some cases of folding FADD/FM...
Stephen Lin
2013-06-14
1
-16
/
+16
*
TargetLowering: Clean up method description comments
David Majnemer
2013-06-08
1
-3
/
+3
*
Cache the TargetLowering info object as a pointer.
Bill Wendling
2013-06-06
4
-40
/
+39
*
Don't cache the TargetLoweringInfo object inside of the FunctionLowering object.
Bill Wendling
2013-06-06
2
-18
/
+19
*
Order CALLSEQ_START and CALLSEQ_END nodes.
Andrew Trick
2013-05-29
1
-2
/
+4
*
Simplify code. No functionality change.
Benjamin Kramer
2013-05-28
1
-3
/
+2
*
Remove double semicolons.
Benjamin Kramer
2013-05-28
3
-62
/
+62
*
Convert sqrt functions into sqrt instructions when -ffast-math is in effect.
Preston Gurd
2013-05-27
1
-0
/
+3
*
Fix PR16143: Insert DEBUG_VALUE before terminator.
Andrew Trick
2013-05-26
1
-1
/
+1
*
Track IR ordering of SelectionDAG nodes 3/4.
Andrew Trick
2013-05-25
8
-159
/
+14
*
Track IR ordering of SelectionDAG nodes 2/4.
Andrew Trick
2013-05-25
15
-1209
/
+1213
*
Track IR ordering of SelectionDAG nodes 1/4.
Andrew Trick
2013-05-25
2
-7
/
+15
*
Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.
Michael J. Spencer
2013-05-24
2
-3
/
+3
*
Unify formatting of debug output.
Adrian Prantl
2013-05-22
2
-3
/
+3
*
Drop @llvm.annotation and @llvm.ptr.annotation intrinsics during codegen.
Justin Holewinski
2013-05-21
1
-0
/
+5
*
DAGCombine: Avoid an edge case where it tried to create an i0 type for (x & 0...
Benjamin Kramer
2013-05-21
1
-1
/
+2
*
Add LLVMContext argument to getSetCCResultType
Matt Arsenault
2013-05-18
9
-60
/
+80
*
Replace redundant code
Matt Arsenault
2013-05-17
1
-7
/
+2
*
Add missing -*- C++ -*- to headers
Matt Arsenault
2013-05-17
1
-1
/
+1
*
Generate debug info for by-value struct args even if they are not used.
Adrian Prantl
2013-05-16
1
-1
/
+7
*
DAGCombine: Also shrink eq compares where the constant is exactly as large as...
Benjamin Kramer
2013-05-16
1
-1
/
+1
*
Fix legalization of SETCC with promoted integer intrinsics
Hal Finkel
2013-05-15
1
-2
/
+13
*
Remove redundant variable introduced by r181682.
Bob Wilson
2013-05-13
1
-1
/
+0
*
Fix PR15950 A bug in DAG Combiner about undef mask
Hao Liu
2013-05-13
1
-10
/
+25
*
DAGCombiner: Generate a correct constant for vector types when folding (xor (...
Benjamin Kramer
2013-05-10
1
-2
/
+1
*
Teach SelectionDAG to constant fold all-constant FMA nodes the same way that ...
Owen Anderson
2013-05-09
1
-0
/
+15
*
DAGCombiner: Simplify inverted bit tests
David Majnemer
2013-05-08
1
-0
/
+9
*
Fix vselect when getSetCCResultType returns a different type from the operands
Matt Arsenault
2013-05-07
1
-3
/
+8
*
Fix slightly too aggressive conact_vector optimization.
Michael Kuperstein
2013-05-06
1
-0
/
+6
*
Add ArrayRef constructor from None, and do the cleanups that this constructor...
Dmitri Gribenko
2013-05-05
1
-2
/
+2
*
[inline asm] Return an undef SDValue of the expected value type, rather than
Chad Rosier
2013-05-01
1
-1
/
+1
*
Optimize away nop CONCAT_VECTOR nodes.
Nadav Rotem
2013-05-01
1
-0
/
+39
*
Only pass 'returned' to target-specific lowering code when the value of entir...
Stephen Lin
2013-04-30
1
-24
/
+42
*
Temporarily revert "Change the informal convention of DBG_VALUE so that we ca...
Adrian Prantl
2013-04-30
4
-27
/
+18
*
Change the informal convention of DBG_VALUE so that we can express a
Adrian Prantl
2013-04-30
4
-18
/
+27
*
Re-write the address propagation code for pre-indexed loads/stores to take in...
Silviu Baranga
2013-04-26
1
-14
/
+29
*
DAGCombiner: Canonicalize vector integer abs in the same way we do it for sca...
Benjamin Kramer
2013-04-26
1
-0
/
+42
*
Fix constant folding for one lane vector types. Constant folding one lane vec...
Silviu Baranga
2013-04-25
1
-1
/
+1
[next]