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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add DebugLoc to the getNode() methods.
Bill Wendling
2009-01-28
1
-41
/
+134
*
Add DebugLoc-aware constructors for SDNode derived
Dale Johannesen
2009-01-28
1
-0
/
+23
*
Do not forget to derived type while constructing an array type.
Devang Patel
2009-01-28
1
-0
/
+2
*
Fix some issues with volatility, move "CanConvertToScalar" check
Chris Lattner
2009-01-28
1
-21
/
+33
*
Fixed extract element when the result needs to be promoted and the input wide...
Mon P Wang
2009-01-28
1
-0
/
+2
*
Make isOperationLegal do what its name suggests, and introduce a
Dan Gohman
2009-01-28
5
-55
/
+62
*
Formatting.
Duncan Sands
2009-01-28
1
-8
/
+5
*
Rename getAnalysisToUpdate to getAnalysisIfAvailable.
Duncan Sands
2009-01-28
25
-56
/
+56
*
Fix PR3415 (infinite loop in EscapeAnalysis) by
Duncan Sands
2009-01-28
2
-159
/
+0
*
The memory alignment requirement on some of the mov{h|l}p{d|s} patterns are 1...
Evan Cheng
2009-01-28
2
-18
/
+21
*
Add shuffle splat pattern for x86 sse shifts.
Mon P Wang
2009-01-28
1
-19
/
+23
*
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
*
Suppress a compile time warning.
Evan Cheng
2009-01-28
1
-0
/
+2
*
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
1
-7
/
+46
*
Treat [1 x i8] zeroinitializer as a C string, placing such stuff into
Anton Korobeynikov
2009-01-27
3
-6
/
+24
*
Refine DebugLoc per review comments.
Evan Cheng
2009-01-27
1
-6
/
+7
*
Add an assertion to the form of SelectionDAG::getConstant that takes
Dan Gohman
2009-01-27
3
-7
/
+13
*
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
*
APInt's countLeadingOnes() was broken for negative i128 values,
Torok Edwin
2009-01-27
1
-1
/
+7
*
Make the pre-split-limit option more useful by using a per-function counter.
Owen Anderson
2009-01-27
1
-1
/
+7
*
Implement multiple with overflow by 2 with an add instruction.
Evan Cheng
2009-01-27
1
-0
/
+11
*
Eliminate unnecessary operands-list traversals.
Dan Gohman
2009-01-27
1
-6
/
+3
*
Enable the red zone on x86-64 by default.
Dan Gohman
2009-01-27
1
-1
/
+1
*
Assorted debug info fixes.
Devang Patel
2009-01-27
1
-17
/
+19
*
Fix the Red Zone calculation for functions with frame pointers.
Dan Gohman
2009-01-27
1
-7
/
+10
*
No need to keep size of DebugLocations vector separately.
Evan Cheng
2009-01-26
1
-2
/
+3
*
CellSPU:
Scott Michel
2009-01-26
6
-70
/
+75
*
Make the Dwarf macro information section optional; CellSPU's assembler
Scott Michel
2009-01-26
2
-5
/
+10
*
Implement Red Zone utilization on x86-64. This is currently
Dan Gohman
2009-01-26
2
-0
/
+19
*
Reapply r63025 and r63026, with fixes for the failing testcases.
Owen Anderson
2009-01-26
1
-356
/
+13
*
Fix PR3393, which amounts to a bug in the expensive
Duncan Sands
2009-01-26
2
-16
/
+37
*
Add method raw_fd_ostream::seek() for random access within a file.
Ted Kremenek
2009-01-26
1
-0
/
+6
*
Also revert r63206
Bill Wendling
2009-01-26
1
-0
/
+321
*
Temporarily revert r63025 until the testsuite failures can be fixed.
Bill Wendling
2009-01-26
1
-12
/
+34
*
During bittest switch lowering emit shift in the test block, which should (th...
Anton Korobeynikov
2009-01-26
1
-11
/
+9
*
Get rid of a bunch of dead code now that interval reconstruction is enabled.
Owen Anderson
2009-01-26
1
-321
/
+0
*
Fix an issue where LiveIntervals was trying to be smart about removing kill
Owen Anderson
2009-01-26
1
-34
/
+12
*
Enhance logic in X86DAGToDAGISel::PreprocessForRMW which move load inside cal...
Evan Cheng
2009-01-26
1
-8
/
+27
*
Silence a bogus compiler warning.
Evan Cheng
2009-01-26
1
-1
/
+1
*
Actually source file has already been uniquified into an id during isel. Elim...
Evan Cheng
2009-01-26
1
-15
/
+3
*
Add data structure to define and track debug location during codegen.
Evan Cheng
2009-01-26
1
-0
/
+27
*
Fixed optimization of combining two shuffles where the first shuffle inputs
Mon P Wang
2009-01-26
1
-1
/
+3
*
Take the next steps in making SDUse more consistent with LLVM Use, and
Dan Gohman
2009-01-26
4
-88
/
+77
*
Untabify code.
Scott Michel
2009-01-26
6
-49
/
+49
[next]