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
*
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
1
-4
/
+13
*
Reuse the logic in getEdgeProbability within getHotSucc in order to
Chandler Carruth
2011-11-14
1
-11
/
+3
*
Fix an overflow bug in MachineBranchProbabilityInfo. This pass relied on
Chandler Carruth
2011-11-14
1
-10
/
+26
*
Add AVX2 version of instructions to load folding tables. Also add a bunch of ...
Craig Topper
2011-11-14
1
-2
/
+139
*
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
1
-8
/
+15
*
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
1
-21
/
+60
*
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
*
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
13
-103
/
+107
*
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
1
-139
/
+256
*
The order in which the predicate is added differs between Thumb and ARM mode....
Chad Rosier
2011-11-13
1
-10
/
+16
*
Temporarily disable SelectIntrinsicCall when in ARM mode. This is causing fai...
Chad Rosier
2011-11-13
1
-0
/
+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
1
-32
/
+91
*
Prune more RALinScan. RALinScan was also here!
NAKAMURA Takumi
2011-11-13
1
-1
/
+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
1
-306
/
+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
1
-1193
/
+0
*
Delete the 'standard' spiller with used the old spilling framework.
Jakob Stoklund Olesen
2011-11-12
1
-45
/
+2
*
Switch PBQP to the modern InlineSpiller framework.
Jakob Stoklund Olesen
2011-11-12
1
-40
/
+11
*
Delete the linear scan register allocator.
Jakob Stoklund Olesen
2011-11-12
3
-1549
/
+0
*
Add more AVX2 shift lowering support. Move AVX2 variable shift to use pattern...
Craig Topper
2011-11-12
2
-62
/
+153
*
Don't try to loop on iterators that are potentially invalidated inside the lo...
Nick Lewycky
2011-11-12
1
-0
/
+18
*
Fix typo.
Akira Hatanaka
2011-11-12
1
-1
/
+1
*
Implement Mips64's handling of byval arguments in LowerCall.
Akira Hatanaka
2011-11-12
1
-12
/
+100
*
Fixed the MCJIT so that it can emit not only instance
Sean Callanan
2011-11-12
1
-6
/
+6
*
Implement Mips64's handling of byval arguments in LowerFormalArguments.
Akira Hatanaka
2011-11-12
1
-18
/
+60
*
64-bit arbitrary immediate pattern.
Akira Hatanaka
2011-11-12
1
-0
/
+4
*
Function for handling byval arguments.
Akira Hatanaka
2011-11-12
2
-4
/
+43
*
build: Attempt to rectify inconsistencies between CMake and LLVMBuild version...
Daniel Dunbar
2011-11-12
31
-42
/
+31
*
Make sure scalarrepl picks the correct alloca when it rewrites a bitcast. Fi...
Eli Friedman
2011-11-12
1
-2
/
+10
*
The dwarf standard says that the only differences between a out-of-line
Rafael Espindola
2011-11-12
1
-0
/
+7
[next]