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
*
[SystemZ] Use CLC and IPM to implement memcmp
Richard Sandiford
2013-08-12
1
-0
/
+21
*
Change asserts at the top of getVectorShuffle to check that LHS and RHS have ...
Craig Topper
2013-08-09
1
-6
/
+3
*
Remove AllUndef check from one of the loops in getVectorShuffle. It was alrea...
Craig Topper
2013-08-08
1
-5
/
+1
*
Optimize mask generation for one of the DAG combiner shufflevector cases.
Craig Topper
2013-08-08
1
-3
/
+3
*
Add ISD::FROUND for libm round()
Hal Finkel
2013-08-07
7
-1
/
+49
*
TargetLowering: Add getVectorIdxTy() function v2
Tom Stellard
2013-08-05
8
-77
/
+98
*
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
*
[DAGCombiner] insert_vector_elt: Avoid building a vector twice.
Quentin Colombet
2013-07-30
1
-1
/
+3
*
Reimplement isPotentiallyReachable to make nocapture deduction much stronger.
Nick Lewycky
2013-07-27
1
-0
/
+1
*
Add a target legalize hook for SplitVectorOperand (again)
Justin Holewinski
2013-07-26
1
-0
/
+4
*
Revert "Add a target legalize hook for SplitVectorOperand"
Rafael Espindola
2013-07-26
1
-4
/
+0
*
Add a target legalize hook for SplitVectorOperand
Justin Holewinski
2013-07-26
1
-0
/
+4
*
DAGCombiner: Pass the correct type to TargetLowering::isF(Abs|Neg)Free
Tom Stellard
2013-07-23
1
-2
/
+2
*
Add -*- C++ -*- to InstrEmitter.h.
Michael Gottesman
2013-07-17
1
-1
/
+1
*
Remove invalid assert in DAGTypeLegalizer::RemapValue
Hal Finkel
2013-07-15
1
-1
/
+4
*
Add 'const' qualifier to some arrays.
Craig Topper
2013-07-15
1
-1
/
+2
*
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...
Craig Topper
2013-07-14
7
-44
/
+44
*
Pass SmallVector by const reference instead of by value.
Craig Topper
2013-07-13
1
-2
/
+2
*
Remove trailing whitespac
Stephen Lin
2013-07-10
1
-2
/
+2
*
Un-break the buildbot by tweaking the indirection flag.
Adrian Prantl
2013-07-10
1
-2
/
+8
*
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
4
-21
/
+39
*
WidenVecRes_BUILD_VECTOR must use the first operand's type
Hal Finkel
2013-07-09
1
-1
/
+4
*
AArch64/PowerPC/SystemZ/X86: This patch fixes the interface, usage, and all
Stephen Lin
2013-07-09
2
-5
/
+5
*
DAGCombine tryFoldToZero cannot create illegal types after type legalization
Hal Finkel
2013-07-09
1
-4
/
+11
*
Style fixes: remove unnecessary braces for one-statement if blocks, no else a...
Stephen Lin
2013-07-09
1
-54
/
+30
*
Improve the comment from r185794 (re: PromoteIntRes_BUILD_VECTOR)
Hal Finkel
2013-07-08
1
-2
/
+4
*
Fix PromoteIntRes_BUILD_VECTOR crash with i1 vectors
Hal Finkel
2013-07-08
1
-1
/
+7
*
Remove trailing whitespace from SelectionDAG/*.cpp
Stephen Lin
2013-07-08
10
-60
/
+60
*
SelectionDAGBuilder: style fixes (add space between end parentheses and open ...
Stephen Lin
2013-07-06
1
-10
/
+10
*
DAGCombiner: Don't drop extension behavior when shrinking a load when unsafe.
Benjamin Kramer
2013-07-06
1
-0
/
+7
*
Stop putting operations after a tail call.
Tim Northover
2013-07-06
1
-0
/
+4
*
Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.
Jakob Stoklund Olesen
2013-07-04
2
-19
/
+0
*
Typo.
Jakob Stoklund Olesen
2013-07-04
1
-1
/
+1
*
Simplify landing pad lowering.
Jakob Stoklund Olesen
2013-07-04
2
-26
/
+21
*
FastISel can only apend to basic blocks.
Jakob Stoklund Olesen
2013-07-04
1
-8
/
+5
*
Revert r185595-185596 which broke buildbots.
Jakob Stoklund Olesen
2013-07-04
4
-21
/
+45
*
Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.
Jakob Stoklund Olesen
2013-07-03
2
-19
/
+0
*
Simplify landing pad lowering.
Jakob Stoklund Olesen
2013-07-03
2
-26
/
+21
*
Use SmallVectorImpl::const_iterator instead of SmallVector to avoid specifyin...
Craig Topper
2013-07-03
1
-4
/
+4
*
Use SmallVectorImpl instead of SmallVector for iterators and references to av...
Craig Topper
2013-07-03
2
-3
/
+3
*
DAGCombiner: fix use-counting issue when forming zextload
Tim Northover
2013-07-02
1
-1
/
+1
*
Added c++ mode selector to head of SelectionDAGBuilder.h so editors open it i...
Michael Gottesman
2013-07-01
1
-1
/
+1
*
Add missing case to switch statement - DAGTypeLegalizer::ExpandIntegerResult
Lang Hames
2013-06-28
1
-1
/
+2
*
Debug Info: clean up usage of Verify.
Manman Ren
2013-06-28
4
-5
/
+19
*
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
[next]