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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Exit with nice warnings when register allocator run out of registers.
Evan Cheng
2009-01-29
5
-41
/
+124
*
Make x86's BT instruction matching more thorough, and add some
Dan Gohman
2009-01-29
6
-40
/
+562
*
Move the code that starts printing the Select_* functions
Dan Gohman
2009-01-29
1
-3
/
+3
*
A slight compile time optimization. If the caller knows there isn't a free re...
Evan Cheng
2009-01-29
1
-6
/
+6
*
Add DebugLoc-sensitive versions of many node creation
Dale Johannesen
2009-01-29
2
-0
/
+547
*
Fix comment about removeRange.
Evan Cheng
2009-01-29
2
-2
/
+2
*
Fixed lowering of v816 shuffles.
Mon P Wang
2009-01-28
2
-1
/
+15
*
Make test platform agnostic.
Bill Wendling
2009-01-28
1
-3
/
+1
*
Add DebugLoc to the getNode() methods.
Bill Wendling
2009-01-28
2
-51
/
+177
*
Give this test an explicit target, to make it host-independent.
Dan Gohman
2009-01-28
1
-1
/
+1
*
SDOperand has been renamed to SDValue. SDNode::Val is now
Dan Gohman
2009-01-28
1
-14
/
+14
*
Add more comments describing SDNode operator codes.
Dan Gohman
2009-01-28
1
-8
/
+12
*
Add DebugLoc-aware constructors for SDNode derived
Dale Johannesen
2009-01-28
2
-0
/
+107
*
Add some comments on ISD::NodeType.
Dan Gohman
2009-01-28
1
-0
/
+7
*
Do not forget to derived type while constructing an array type.
Devang Patel
2009-01-28
2
-0
/
+95
*
Fix some issues with volatility, move "CanConvertToScalar" check
Chris Lattner
2009-01-28
2
-21
/
+45
*
strengthen this test.
Chris Lattner
2009-01-28
1
-3
/
+2
*
Fixed extract element when the result needs to be promoted and the input wide...
Mon P Wang
2009-01-28
1
-0
/
+2
*
Delete unnecessary elses.
Dan Gohman
2009-01-28
1
-2
/
+2
*
Enable PACKAGE_VERSION in cmake builds, this unbreaks the clang build with cm...
Chris Lattner
2009-01-28
2
-2
/
+3
*
Make isOperationLegal do what its name suggests, and introduce a
Dan Gohman
2009-01-28
6
-57
/
+72
*
Formatting.
Duncan Sands
2009-01-28
1
-8
/
+5
*
Rename getAnalysisToUpdate to getAnalysisIfAvailable.
Duncan Sands
2009-01-28
29
-85
/
+87
*
Fix PR3415 (infinite loop in EscapeAnalysis) by
Duncan Sands
2009-01-28
5
-220
/
+0
*
The memory alignment requirement on some of the mov{h|l}p{d|s} patterns are 1...
Evan Cheng
2009-01-28
3
-18
/
+40
*
Added sse test patterns for r62979 and r63193.
Mon P Wang
2009-01-28
4
-0
/
+254
*
Add shuffle splat pattern for x86 sse shifts.
Mon P Wang
2009-01-28
1
-19
/
+23
*
Typo.
Mikhail Glushenkov
2009-01-28
1
-1
/
+1
*
Update the generated docs.
Mikhail Glushenkov
2009-01-28
1
-28
/
+45
*
Add three new option properties.
Mikhail Glushenkov
2009-01-28
6
-55
/
+201
*
Clarify comment.
Mikhail Glushenkov
2009-01-28
1
-1
/
+6
*
Use ValueType::bitsLT to simplify some code.
Dan Gohman
2009-01-28
2
-2
/
+2
*
Use ZERO_EXTEND instead of ANY_EXTEND when promoting
Dan Gohman
2009-01-28
2
-2
/
+2
*
Comment fixes.
Bill Wendling
2009-01-28
1
-9
/
+11
*
Suppress a compile time warning.
Evan Cheng
2009-01-28
1
-0
/
+2
*
Embalm my ideas of how things should work. Not that
Dale Johannesen
2009-01-27
2
-1
/
+3
*
Add type DIE into appropriate context DIE.
Devang Patel
2009-01-27
1
-3
/
+17
*
Add a DebugLoc field and some simple accessors.
Dale Johannesen
2009-01-27
2
-9
/
+75
*
Reorder args, constify.
Dale Johannesen
2009-01-27
1
-9
/
+9
*
Add testcase for r63142.
Bill Wendling
2009-01-27
1
-0
/
+40
*
Treat [1 x i8] zeroinitializer as a C string, placing such stuff into
Anton Korobeynikov
2009-01-27
3
-6
/
+24
*
Use .empty() instead of comparing .size() with 0.
Dan Gohman
2009-01-27
1
-1
/
+1
*
Update to latest spelling.
Dale Johannesen
2009-01-27
1
-2
/
+2
*
Add DebugLoc field and simple accessors.
Dale Johannesen
2009-01-27
1
-3
/
+44
*
Refine DebugLoc per review comments.
Evan Cheng
2009-01-27
3
-19
/
+22
*
Add an assertion to the form of SelectionDAG::getConstant that takes
Dan Gohman
2009-01-27
4
-9
/
+18
*
Reformat the allocation-order arrays to a more conventional style.
Dan Gohman
2009-01-27
1
-44
/
+55
*
Delete redundant return statements.
Dan Gohman
2009-01-27
1
-7
/
+0
*
Respect the DisableRedZone flag on PowerPC.
Dan Gohman
2009-01-27
1
-1
/
+2
*
Simplify findNonImmUse; return the result using the return value
Dan Gohman
2009-01-27
1
-16
/
+14
[next]