index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
SelectionDAG
/
SelectionDAGBuilder.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert patches to add case-range support for PR1255.
Bob Wilson
2013-09-09
1
-36
/
+42
*
SelectionDAG: Remove unnecessary uses of TargetLowering::getPointerTy()
Tom Stellard
2013-08-26
1
-3
/
+3
*
SelectionDAG: Use correct pointer size when lowering function arguments v2
Tom Stellard
2013-08-26
1
-5
/
+8
*
[stack protector] Work around an issue with the BMOVPCB_CALL instruction on A...
Michael Gottesman
2013-08-22
1
-1
/
+1
*
[SystemZ] Use SRST to optimize memchr
Richard Sandiford
2013-08-20
1
-0
/
+35
*
Teach selectiondag how to handle the stackprotectorcheck intrinsic.
Michael Gottesman
2013-08-20
1
-0
/
+102
*
Add a llvm.copysign intrinsic
Hal Finkel
2013-08-19
1
-0
/
+6
*
[SystemZ] Use SRST to implement strlen and strnlen
Richard Sandiford
2013-08-16
1
-0
/
+61
*
[SystemZ] Use MVST to implement strcpy and stpcpy
Richard Sandiford
2013-08-16
1
-0
/
+37
*
[SystemZ] Use CLST to implement strcmp
Richard Sandiford
2013-08-16
1
-0
/
+33
*
[SystemZ] Fix handling of 64-bit memcmp results
Richard Sandiford
2013-08-16
1
-19
/
+28
*
Replace getValueType().getSimpleVT() with getSimpleValueType().
Craig Topper
2013-08-15
1
-2
/
+2
*
[SystemZ] Use CLC and IPM to implement memcmp
Richard Sandiford
2013-08-12
1
-0
/
+21
*
Add ISD::FROUND for libm round()
Hal Finkel
2013-08-07
1
-1
/
+9
*
TargetLowering: Add getVectorIdxTy() function v2
Tom Stellard
2013-08-05
1
-16
/
+20
*
Fix crashing on invalid inline asm with matching constraints.
Eric Christopher
2013-07-31
1
-15
/
+16
*
Reflow this to be easier to read.
Eric Christopher
2013-07-30
1
-7
/
+5
*
Document a known limitation of the status quo.
Adrian Prantl
2013-07-10
1
-1
/
+3
*
Reapply an improved version of r180816/180817.
Adrian Prantl
2013-07-09
1
-3
/
+7
*
AArch64/PowerPC/SystemZ/X86: This patch fixes the interface, usage, and all
Stephen Lin
2013-07-09
1
-1
/
+1
*
Remove trailing whitespace from SelectionDAG/*.cpp
Stephen Lin
2013-07-08
1
-15
/
+15
*
SelectionDAGBuilder: style fixes (add space between end parentheses and open ...
Stephen Lin
2013-07-06
1
-10
/
+10
*
Stop putting operations after a tail call.
Tim Northover
2013-07-06
1
-0
/
+4
*
Simplify landing pad lowering.
Jakob Stoklund Olesen
2013-07-04
1
-22
/
+14
*
Revert r185595-185596 which broke buildbots.
Jakob Stoklund Olesen
2013-07-04
1
-14
/
+22
*
Simplify landing pad lowering.
Jakob Stoklund Olesen
2013-07-03
1
-22
/
+14
*
Use SmallVectorImpl instead of SmallVector for iterators and references to av...
Craig Topper
2013-07-03
1
-2
/
+2
*
Debug Info: clean up usage of Verify.
Manman Ren
2013-06-28
1
-2
/
+8
*
Access the TargetLoweringInfo from the TargetMachine object instead of cachin...
Bill Wendling
2013-06-19
1
-179
/
+218
*
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
1
-19
/
+20
*
Cache the TargetLowering info object as a pointer.
Bill Wendling
2013-06-06
1
-16
/
+16
*
Convert sqrt functions into sqrt instructions when -ffast-math is in effect.
Preston Gurd
2013-05-27
1
-0
/
+3
*
Track IR ordering of SelectionDAG nodes 3/4.
Andrew Trick
2013-05-25
1
-39
/
+2
*
Track IR ordering of SelectionDAG nodes 2/4.
Andrew Trick
2013-05-25
1
-219
/
+220
*
Track IR ordering of SelectionDAG nodes 1/4.
Andrew Trick
2013-05-25
1
-3
/
+3
*
Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.
Michael J. Spencer
2013-05-24
1
-1
/
+1
*
Unify formatting of debug output.
Adrian Prantl
2013-05-22
1
-1
/
+1
*
Drop @llvm.annotation and @llvm.ptr.annotation intrinsics during codegen.
Justin Holewinski
2013-05-21
1
-0
/
+5
*
Add LLVMContext argument to getSetCCResultType
Matt Arsenault
2013-05-18
1
-6
/
+9
*
Generate debug info for by-value struct args even if they are not used.
Adrian Prantl
2013-05-16
1
-1
/
+7
*
[inline asm] Return an undef SDValue of the expected value type, rather than
Chad Rosier
2013-05-01
1
-1
/
+1
*
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
1
-3
/
+2
*
Change the informal convention of DBG_VALUE so that we can express a
Adrian Prantl
2013-04-30
1
-2
/
+3
*
[inline asm] Fix a crasher for an invalid value type/register class.
Chad Rosier
2013-04-24
1
-4
/
+11
*
Add CodeGen support for functions that always return arguments via a new para...
Stephen Lin
2013-04-20
1
-7
/
+11
*
Remove the type legality check from the SelectionDAGBuilder when it lowers @l...
Owen Anderson
2013-03-23
1
-1
/
+0
*
Revert r176154 in favor of a better approach.
Bill Wendling
2013-03-08
1
-7
/
+0
*
Generate an error message instead of asserting or segfaulting when we can't
Chad Rosier
2013-03-01
1
-0
/
+1
[next]