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
*
Add release notes for the MicroBlaze backend.
Wesley Peck
2011-11-14
1
-0
/
+5
*
Remove variable that keeps the size of area used to save byval or variable
Akira Hatanaka
2011-11-14
3
-12
/
+1
*
Fix early-clobber handling in shrinkToUses.
Jakob Stoklund Olesen
2011-11-14
2
-12
/
+70
*
Disable generation of compact unwind encodings. <rdar://problem/10441578>
Bob Wilson
2011-11-14
1
-1
/
+2
*
Delete stale comment.
Jakob Stoklund Olesen
2011-11-14
1
-1
/
+0
*
Tidy up. 80 column.
Jim Grosbach
2011-11-14
1
-5
/
+8
*
Make headers standalone.
Benjamin Kramer
2011-11-14
6
-8
/
+14
*
Make headers standalone, move a virtual method out of line.
Benjamin Kramer
2011-11-14
4
-16
/
+29
*
build/Make: Switch over to using llvm-config-2 for dependencies one more (hop...
Daniel Dunbar
2011-11-14
1
-1
/
+5
*
It helps to deallocate memory as well as allocate it. =] This actually
Chandler Carruth
2011-11-14
1
-0
/
+1
*
Remove an over-eager assert that was firing on one of the ARM regression
Chandler Carruth
2011-11-14
1
-3
/
+6
*
Begin chipping away at one of the biggest quadratic-ish behaviors in
Chandler Carruth
2011-11-14
1
-2
/
+26
*
Under the hood, MBPI is doing a linear scan of every successor every
Chandler Carruth
2011-11-14
2
-9
/
+18
*
Add clang_complete to release notes
Tobias Grosser
2011-11-14
1
-0
/
+12
*
Add Polly to release notes
Tobias Grosser
2011-11-14
1
-0
/
+16
*
Reuse the logic in getEdgeProbability within getHotSucc in order to
Chandler Carruth
2011-11-14
2
-11
/
+4
*
Fix an overflow bug in MachineBranchProbabilityInfo. This pass relied on
Chandler Carruth
2011-11-14
3
-12
/
+81
*
Add AVX2 version of instructions to load folding tables. Also add a bunch of ...
Craig Topper
2011-11-14
1
-2
/
+139
*
Add a cautionary note to this API. It was not at all obvious to me how
Chandler Carruth
2011-11-14
1
-0
/
+3
*
Add neverHasSideEffects, mayLoad, and mayStore to many patternless SSE/AVX in...
Craig Topper
2011-11-14
2
-19
/
+37
*
Add support for ARM halfword load/stores and signed byte loads with negative
Chad Rosier
2011-11-14
2
-30
/
+48
*
Use getVNInfoBefore() when it makes sense.
Jakob Stoklund Olesen
2011-11-14
4
-8
/
+7
*
Teach machine block placement to cope with unnatural loops. These don't
Chandler Carruth
2011-11-14
2
-21
/
+97
*
Use kill slots instead of the previous slot in shrinkToUses.
Jakob Stoklund Olesen
2011-11-13
1
-13
/
+14
*
Cleanup some 80-columns violations and poor formatting. These snuck by
Chandler Carruth
2011-11-13
1
-5
/
+9
*
Terminate all dead defs at the dead slot instead of the 'next' slot.
Jakob Stoklund Olesen
2011-11-13
3
-8
/
+8
*
Fix comment for LegalizeTypeAction enum.
Craig Topper
2011-11-13
1
-1
/
+1
*
Simplify early clobber slots a bit.
Jakob Stoklund Olesen
2011-11-13
1
-12
/
+3
*
Enhance the assertion mechanisms in place to make it easier to catch
Chandler Carruth
2011-11-13
1
-5
/
+28
*
Rename SlotIndexes to match how they are used.
Jakob Stoklund Olesen
2011-11-13
15
-155
/
+161
*
Add BLSI, BLSMSK, and BLSR to getTargetNodeName.
Craig Topper
2011-11-13
1
-2
/
+6
*
Teach MBP to force-merge layout successors for blocks with unanalyzable
Chandler Carruth
2011-11-13
1
-3
/
+20
*
Hoist another gross nested loop into a helper method.
Chandler Carruth
2011-11-13
1
-23
/
+44
*
Add a missing doxygen comment for a helper method.
Chandler Carruth
2011-11-13
1
-0
/
+6
*
Hoist a nested loop into its own method.
Chandler Carruth
2011-11-13
1
-33
/
+53
*
Rewrite #3 of machine block placement. This is based somewhat on the
Chandler Carruth
2011-11-13
2
-140
/
+352
*
The order in which the predicate is added differs between Thumb and ARM mode....
Chad Rosier
2011-11-13
2
-13
/
+20
*
Temporarily disable SelectIntrinsicCall when in ARM mode. This is causing fai...
Chad Rosier
2011-11-13
2
-1
/
+1
*
Fix comments.
Chad Rosier
2011-11-13
1
-3
/
+3
*
Add support for emitting both signed- and zero-extend loads. Fix
Chad Rosier
2011-11-13
2
-32
/
+171
*
Prune more RALinScan. RALinScan was also here!
NAKAMURA Takumi
2011-11-13
2
-2
/
+0
*
More dead code elimination in VirtRegMap.
Jakob Stoklund Olesen
2011-11-13
2
-26
/
+0
*
Stop tracking spill slot uses in VirtRegMap.
Jakob Stoklund Olesen
2011-11-13
6
-82
/
+2
*
Remove dead code and data from VirtRegMap.
Jakob Stoklund Olesen
2011-11-13
2
-324
/
+2
*
Stop tracking unused registers in VirtRegMap.
Jakob Stoklund Olesen
2011-11-13
3
-82
/
+3
*
Remove the -color-ss-with-regs option.
Jakob Stoklund Olesen
2011-11-13
2
-361
/
+2
*
Delete VirtRegRewriter.
Jakob Stoklund Olesen
2011-11-13
3
-2666
/
+0
*
Switch PBQP to VRM's trivial rewriter.
Jakob Stoklund Olesen
2011-11-13
1
-4
/
+1
*
Delete the old spilling framework from LiveIntervalAnalysis.
Jakob Stoklund Olesen
2011-11-12
2
-1312
/
+0
*
Delete the 'standard' spiller with used the old spilling framework.
Jakob Stoklund Olesen
2011-11-12
2
-46
/
+3
[next]