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
Commit message (
Expand
)
Author
Age
Files
Lines
*
DAGCombiner: Simplify code a bit, make more transforms work with vectors.
Benjamin Kramer
2014-04-26
2
-58
/
+72
*
[LCG] Add some pedantry to the use of ptrdiff_t to appease build bots.
Chandler Carruth
2014-04-26
1
-1
/
+2
*
[LCG] Eliminate more boiler plate by using the iterator facade base
Chandler Carruth
2014-04-26
2
-11
/
+4
*
[LCG] Switch the node iterator to use the new fancy adaptor base. This
Chandler Carruth
2014-04-26
1
-43
/
+13
*
DwarfDebug: Roll argument into call.
David Blaikie
2014-04-26
1
-10
/
+6
*
DebugInfo: Fix and test a regression caused by r207263 causing the DW_AT_obje...
David Blaikie
2014-04-26
2
-1
/
+2
*
[SemaObjC] Fix ObjCInterfaceDecl::inheritsDesignatedInitializers(), if there ...
Argyrios Kyrtzidis
2014-04-26
2
-3
/
+35
*
Mark the growing path in SmallVector::push_back as cold.
Benjamin Kramer
2014-04-26
1
-3
/
+3
*
Replace std::vector with SmallVector for some small, known size vectors.
Craig Topper
2014-04-26
1
-4
/
+4
*
Convert getMemIntrinsicNode to take ArrayRef of SDValue instead of pointer an...
Craig Topper
2014-04-26
13
-88
/
+67
*
Trivial test commit.
Dan Liew
2014-04-26
1
-1
/
+0
*
Convert SelectionDAG::getNode methods to use ArrayRef<SDValue>.
Craig Topper
2014-04-26
32
-606
/
+451
*
Remove an unused version of getMemIntrinsicNode and getNode. Additionally, th...
Craig Topper
2014-04-26
2
-29
/
+0
*
[Sema] Adjust Sema::getCurBlock()/getCurLambda() to take into account that we...
Argyrios Kyrtzidis
2014-04-26
4
-4
/
+42
*
Include C++ source for debug info test case committed in r207323
David Blaikie
2014-04-26
1
-0
/
+42
*
DWARF Type Units: Avoid emitting type units under fission if the type require...
David Blaikie
2014-04-26
6
-7
/
+163
*
Print X86ISD::PMULDQ nodes properly in debug output.
Benjamin Kramer
2014-04-26
1
-0
/
+1
*
DwarfDebug: Minor refactoring around type unit construction
David Blaikie
2014-04-26
2
-16
/
+21
*
X86TTI: i16/i32 vector div with a constant (splat) divisor are reasonably che...
Benjamin Kramer
2014-04-26
2
-0
/
+111
*
libclang: remove 'CXDiagnostic_Remark'
Alp Toker
2014-04-26
5
-10
/
+4
*
X86: Lower SMUL_LOHI of v4i32 to pmuldq when SSE4.1 is available.
Benjamin Kramer
2014-04-26
5
-16
/
+105
*
X86: Add patterns for MULHU/MULHS of v8i16 and v16i16.
Benjamin Kramer
2014-04-26
3
-4
/
+79
*
Rip out X86-specific vector SDIV lowering, make the corresponding DAGCombiner...
Benjamin Kramer
2014-04-26
2
-77
/
+24
*
DAGCombiner: Turn divs of vector splats into vectorized multiplications.
Benjamin Kramer
2014-04-26
6
-28
/
+115
*
X86: Custom lower v4i32 UMUL_LOHI into 2 pmuludqs.
Benjamin Kramer
2014-04-26
1
-0
/
+37
*
Revert r206749 till a final decision about the intrinsics is made.
Michael Zolotukhin
2014-04-26
9
-729
/
+0
*
[LCG] Rather than removing nodes from the SCC entry set when we process
Chandler Carruth
2014-04-26
2
-7
/
+8
*
[LCG] Rotate the full SCC finding algorithm to avoid round-trips through
Chandler Carruth
2014-04-26
1
-21
/
+23
*
[LCG] Hoist the main DFS loop out of the edge removal function. This
Chandler Carruth
2014-04-26
2
-74
/
+76
*
RecursivelyDeleteTriviallyDeadInstructions() could remove
Gerolf Hoflehner
2014-04-26
3
-2
/
+33
*
Restore CloneFunction.cpp which got accidently
Gerolf Hoflehner
2014-04-26
1
-92
/
+33
*
Fix bug #18350. Add tests for tuples of all the smart pointers (except auto_ptr)
Marshall Clow
2014-04-26
2
-3
/
+39
*
[LCG] In the incremental SCC re-formation, lift the node currently being
Chandler Carruth
2014-04-26
2
-30
/
+40
*
[LCG] Special case the removal of self edges. These don't impact the SCC
Chandler Carruth
2014-04-26
1
-0
/
+6
*
[DAG] During DAG legalization keep opaque constants even after expanding.
Juergen Ributzka
2014-04-26
2
-3
/
+29
*
Revert commit r207302 since build failures
Gerolf Hoflehner
2014-04-26
4
-66
/
+94
*
RecursivelyDeleteTriviallyDeadInstructions() could remove
Gerolf Hoflehner
2014-04-26
3
-2
/
+33
*
[X86] Implement TargetLowering::getScalingFactorCost hook.
Quentin Colombet
2014-04-26
4
-4
/
+60
*
[LCG] Refactor the duplicated code I added in my last commit here into
Chandler Carruth
2014-04-26
2
-23
/
+16
*
[InstCombine][X86] Teach how to fold calls to SSE2/AVX2 packed logical shift
Andrea Di Biagio
2014-04-26
2
-11
/
+144
*
Add missing include guards and missing #include, found by modules build.
Richard Smith
2014-04-26
1
-0
/
+6
*
[PECOFF] Allow multiple directives in one module-definition file.
Rui Ueyama
2014-04-26
4
-89
/
+148
*
Add mangling for attribute enable_if. The demangling patch for libcxxabi is s...
Nick Lewycky
2014-04-26
2
-0
/
+39
*
Appease the almighty buildbots.
Filipe Cabecinhas
2014-04-26
1
-5
/
+5
*
[PECOFF] Fix off-by-one error in .def file parser.
Rui Ueyama
2014-04-25
1
-1
/
+1
*
Since one or more Editline instances of the same kind (lldb commands, express...
Greg Clayton
2014-04-25
2
-63
/
+162
*
Free the strong reference to a lldb::SBDebugger that the script interpreter w...
Greg Clayton
2014-04-25
4
-0
/
+23
*
Optimization for certain shufflevector by using insertps.
Filipe Cabecinhas
2014-04-25
2
-2
/
+177
*
Revert "blockfreq: Approximate irreducible control flow"
Duncan P. N. Exon Smith
2014-04-25
3
-848
/
+130
*
blockfreq: Approximate irreducible control flow
Duncan P. N. Exon Smith
2014-04-25
3
-130
/
+848
[next]