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
*
Thumb2 LDM instructions can target PC. Make sure to encode it.
Jim Grosbach
2011-10-24
1
-8
/
+4
*
Cleanup. Get rid of the old SjLj EH lowering code. No functionality change.
Bill Wendling
2011-10-24
1
-584
/
+10
*
Sink an otherwise unused variable's initializer into the asserts that
Chandler Carruth
2011-10-24
1
-3
/
+2
*
Remove return heuristics from the static branch probabilities, and
Chandler Carruth
2011-10-24
1
-73
/
+76
*
Reapply r142781 with fix. Original message:
Nick Lewycky
2011-10-24
1
-20
/
+32
*
PHI nodes not in the loop header aren't part of the loop iteration initial
Nick Lewycky
2011-10-24
1
-1
/
+1
*
A dead malloc, a free(NULL) and a free(undef) are all trivially dead
Nick Lewycky
2011-10-24
1
-0
/
+8
*
Speculatively revert r142781. Bots are showing
Nick Lewycky
2011-10-24
1
-32
/
+20
*
Windows/Path.inc: [PR8460] Get rid of ScopedNullTerminator. Thanks to Zvi Rac...
NAKAMURA Takumi
2011-10-24
1
-18
/
+9
*
Simplify the design of BranchProbabilityInfo by collapsing it into
Chandler Carruth
2011-10-24
1
-135
/
+90
*
Enhance SCEV's brute force loop analysis to handle multiple PHI nodes in the
Nick Lewycky
2011-10-23
1
-20
/
+32
*
Tidy up a loop to be more idiomatic for LLVM's codebase, and remove some
Chandler Carruth
2011-10-23
1
-18
/
+9
*
Add X86 SARX, SHRX, and SHLX instructions.
Craig Topper
2011-10-23
1
-18
/
+32
*
Teach the BranchProbabilityInfo pass to print its results, and use that
Chandler Carruth
2011-10-23
1
-2
/
+20
*
Now that we have comparison on probabilities, add some static functions
Chandler Carruth
2011-10-23
1
-8
/
+5
*
Remove a commented out line of code that snuck by my auditing.
Chandler Carruth
2011-10-23
1
-1
/
+0
*
Print branch probabilities as percentages.
Benjamin Kramer
2011-10-23
1
-3
/
+3
*
Add compare operators to BranchProbability and use it to determine if an edge...
Benjamin Kramer
2011-10-23
2
-15
/
+4
*
Completely re-write the algorithm behind MachineBlockPlacement based on
Chandler Carruth
2011-10-23
1
-399
/
+227
*
Add X86 RORX instruction
Craig Topper
2011-10-23
5
-0
/
+36
*
The element insertion code in scalar replacement doesn't handle incorrect
Cameron Zwarich
2011-10-23
1
-2
/
+4
*
Add X86 MULX instruction for disassembler.
Craig Topper
2011-10-23
1
-0
/
+24
*
Remove some duplicate specifying of neverHasSideEffects and mayLoad from X86 ...
Craig Topper
2011-10-22
1
-5
/
+5
*
A non-escaping malloc in the entry block is not unlike an alloca. Do dead-store
Nick Lewycky
2011-10-22
1
-2
/
+25
*
Make SCEV's brute force analysis stronger in two ways. Firstly, we should be
Nick Lewycky
2011-10-22
1
-26
/
+145
*
Move various generated tables into read-only memory, fixing up const correctn...
Benjamin Kramer
2011-10-22
3
-11
/
+12
*
Fix pr11193.
Nadav Rotem
2011-10-22
1
-3
/
+0
*
The different flavors of ARM have different valid subsets of registers. Check
Bill Wendling
2011-10-22
1
-3
/
+13
*
Assembly parsing for 4-register sequential variant of VLD2.
Jim Grosbach
2011-10-21
3
-36
/
+18
*
Assembly parsing for 2-register sequential variant of VLD2.
Jim Grosbach
2011-10-21
4
-30
/
+46
*
Make sure that the landing pads themselves have no PHI instructions in them.
Bill Wendling
2011-10-21
1
-0
/
+21
*
Extend the floating point heuristic to consider NaN checks unlikely.
Benjamin Kramer
2011-10-21
1
-4
/
+17
*
Remap blockaddress correctly when inlining a function. Fixes PR10162.
Eli Friedman
2011-10-21
1
-1
/
+32
*
Use LLVMBool for a function that logically returns a boolean value.
Owen Anderson
2011-10-21
1
-1
/
+1
*
Assembly parsing for 4-register variant of VLD1.
Jim Grosbach
2011-10-21
6
-31
/
+38
*
BranchProbabilityInfo: floating point equality is unlikely.
Benjamin Kramer
2011-10-21
1
-2
/
+34
*
Assembly parsing for 3-register variant of VLD1.
Jim Grosbach
2011-10-21
6
-22
/
+37
*
STABS symbols are debug symbols.
Owen Anderson
2011-10-21
1
-1
/
+3
*
Minor simplification: use ShuffleVectorInst::getMaskValue instead of a more e...
Eli Friedman
2011-10-21
1
-2
/
+2
*
Extend instcombine's shufflevector simplification to handle more cases where ...
Eli Friedman
2011-10-21
1
-61
/
+195
*
ARM VLD parsing and encoding.
Jim Grosbach
2011-10-21
6
-247
/
+276
*
Don't automatically set the "fc" bits on MSR instructions if the user didn't ...
Owen Anderson
2011-10-21
1
-3
/
+7
*
Bind libObject API for obtaining the section containing a Symbol.
Owen Anderson
2011-10-21
1
-0
/
+6
*
Expand the coverage of the libObject C bindings to include more SectionRef ac...
Owen Anderson
2011-10-21
1
-0
/
+69
*
Fix pr11194. When promoting and splitting integers we need to use
Nadav Rotem
2011-10-21
1
-3
/
+12
*
Nuke an #if0 that got accidentally left in.
Jim Grosbach
2011-10-21
1
-31
/
+0
*
whitespace.
Jim Grosbach
2011-10-21
1
-1
/
+1
*
Remove some outdated comments.
Jim Grosbach
2011-10-21
1
-11
/
+11
*
1. Fix the widening of SETCC in WidenVecOp_SETCC. Use the correct return CC t...
Nadav Rotem
2011-10-21
3
-14
/
+17
*
Fix build on mingw-w64.
Anton Korobeynikov
2011-10-21
1
-6
/
+8
[next]