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 a readme entry for the redundant movw issue for pr9370.
Bob Wilson
2011-03-03
1
-0
/
+24
*
Renumber slot indexes uniformly instead of spacing according to the number of...
Jakob Stoklund Olesen
2011-03-03
1
-15
/
+1
*
Represent sentinel slot indexes with a null pointer.
Jakob Stoklund Olesen
2011-03-03
1
-31
/
+0
*
Avoid comparing invalid slot indexes, and assert that it doesn't happen.
Jakob Stoklund Olesen
2011-03-03
2
-5
/
+3
*
Avoid comparing invalid slot indexes.
Jakob Stoklund Olesen
2011-03-03
1
-4
/
+6
*
Cache basic block bounds instead of asking SlotIndexes::getMBBRange all the t...
Jakob Stoklund Olesen
2011-03-03
3
-50
/
+42
*
pr9367: Add missing predicated BLX instructions.
Bob Wilson
2011-03-03
2
-3
/
+23
*
Change the SplitEditor interface to a single instance can be shared for multi...
Jakob Stoklund Olesen
2011-03-03
3
-41
/
+51
*
Only run the updateSSA loop when we have actually seen multiple values.
Jakob Stoklund Olesen
2011-03-03
1
-3
/
+23
*
Fix PHI handling in LiveIntervals::shrinkToUses().
Jakob Stoklund Olesen
2011-03-03
1
-1
/
+1
*
Avoid exponential blow-up when printing DAGs.
Bob Wilson
2011-03-02
1
-2
/
+5
*
Turn the Edit member into a pointer so it can change dynamically.
Jakob Stoklund Olesen
2011-03-02
2
-44
/
+44
*
Fixes an assertion failure while disassembling ARM rsbs reg/reg form.
Kevin Enderby
2011-03-02
1
-0
/
+13
*
Transfer simply defined values directly without recomputing liveness and SSA.
Jakob Stoklund Olesen
2011-03-02
3
-29
/
+75
*
Extract a method. No functional change.
Jakob Stoklund Olesen
2011-03-02
2
-27
/
+28
*
Fixing a bug when printing fpu text to object file. Patch by Mans Rullgard.
Renato Golin
2011-03-02
1
-1
/
+1
*
Remove DIFactory. Patch by Devang.
Duncan Sands
2011-03-02
1
-663
/
+12
*
Can't introduce floating-point immediate constants after legalization.
Stuart Hastings
2011-03-02
1
-2
/
+6
*
Add Win64 thiscall calling convention.
Tilmann Scheller
2011-03-02
5
-0
/
+14
*
[AVX] Fix mask predicates for 256-bit UNPCKLPS/D and implement
David Greene
2011-03-02
4
-24
/
+78
*
ptx: fix lint and compiler warnings
Che-Liang Chiou
2011-03-02
3
-9
/
+13
*
Add 64-bit addressing to PTX backend
Che-Liang Chiou
2011-03-02
9
-44
/
+121
*
Add a special streamer to libLTO that just records symbols definitions and
Rafael Espindola
2011-03-02
2
-8
/
+7
*
Fix some typos.
Cameron Zwarich
2011-03-02
1
-3
/
+3
*
Remove some more unused code that I missed.
Cameron Zwarich
2011-03-02
1
-19
/
+0
*
Eliminate the unused CodeGenPrepare option to split critical edges.
Cameron Zwarich
2011-03-02
1
-128
/
+1
*
Extend initial support for primitive types in PTX backend
Che-Liang Chiou
2011-03-02
10
-121
/
+440
*
Move extendRange() into SplitEditor and delete the LiveRangeMap class.
Jakob Stoklund Olesen
2011-03-02
2
-236
/
+167
*
Quiet a compiler warning about unused variable 'ExtVNI'.
Nick Lewycky
2011-03-02
1
-0
/
+1
*
Don't re-use existing addrec expansions if they contain casts.
Dan Gohman
2011-03-02
1
-1
/
+2
*
Catch more cases where 2-address pass should 3-addressify instructions. rdar:...
Evan Cheng
2011-03-02
1
-49
/
+70
*
Rename mapValue to extendRange because that is its function now.
Jakob Stoklund Olesen
2011-03-02
2
-30
/
+12
*
Simplify LiveIntervals::shrinkToUses() a bit by using the new extendInBlock().
Jakob Stoklund Olesen
2011-03-02
1
-31
/
+19
*
Fix typo.
Jakob Stoklund Olesen
2011-03-02
1
-1
/
+1
*
Move LiveIntervalMap::extendTo into LiveInterval itself.
Jakob Stoklund Olesen
2011-03-02
3
-24
/
+21
*
Delete dead code.
Jakob Stoklund Olesen
2011-03-01
2
-68
/
+0
*
Move the value map from LiveIntervalMap to SplitEditor.
Jakob Stoklund Olesen
2011-03-01
2
-86
/
+84
*
Delete dead code.
Jakob Stoklund Olesen
2011-03-01
2
-78
/
+0
*
Drop RAGreedy::trySpillInterferences().
Jakob Stoklund Olesen
2011-03-01
1
-70
/
+0
*
Fixes warnings emitted by Visual Studio 2010 compiler.
Oscar Fuentes
2011-03-01
1
-2
/
+2
*
If argument numbering is encoded in metadata then emit arguments' debug info ...
Devang Patel
2011-03-01
2
-4
/
+42
*
Today, the language front ends produces llvm.dbg.* intrinsics, used to encode...
Devang Patel
2011-03-01
1
-5
/
+5
*
Stop computing the number of uses twice per value in CodeGenPrepare's sinking of
Cameron Zwarich
2011-03-01
1
-3
/
+4
*
Keep track of which stage produced a live range, and bypass earlier stages wh...
Jakob Stoklund Olesen
2011-03-01
1
-20
/
+76
*
Add datalayout information for the IEEE quad precision fp128 type.
Duncan Sands
2011-03-01
1
-4
/
+4
*
Revert PathV2 changes, as sys::fs::unique_file is not finished yet.
Dan Gohman
2011-03-01
1
-38
/
+36
*
Added missing va_end().
Talin
2011-03-01
1
-0
/
+1
*
Add a few missed unary cases when legalizing vector results. Put some cases
Duncan Sands
2011-03-01
1
-31
/
+43
*
Make InstCombiner::FoldAndOfICmps create a ConstantRange that's the
Anders Carlsson
2011-03-01
1
-8
/
+12
*
Optimize "icmp pred (urem X, Y), Y" --> true/false depending on pred. There's
Nick Lewycky
2011-03-01
1
-0
/
+18
[next]