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
*
Another counter goes decimal.
Rafael Espindola
2011-08-04
30
-95
/
+95
*
Change anther counter to decimal.
Rafael Espindola
2011-08-04
37
-167
/
+167
*
Don't print a counter in hex.
Rafael Espindola
2011-08-04
24
-38
/
+38
*
Add an assert to check that the Addend fits the file format.
Rafael Espindola
2011-08-04
1
-0
/
+6
*
Print all the bits in the addend.
Rafael Espindola
2011-08-04
26
-129
/
+123
*
Reword.
Jay Foad
2011-08-04
1
-2
/
+2
*
Fix what seems an obvious typo. Patch by Ivan Krasin. Problem
Duncan Sands
2011-08-04
1
-1
/
+1
*
Reverting r136884 updateUnloop, which crashed a linux builder.
Andrew Trick
2011-08-04
3
-266
/
+53
*
Fix http://llvm.org/bugs/show_bug.cgi?id=10568
Jason W Kim
2011-08-04
3
-1
/
+30
*
Only access both operands of an INSERT_SUBVECTOR if it is an INSERT_SUBVECTOR.
Bill Wendling
2011-08-04
2
-9
/
+33
*
ARM refactoring assembly parsing of memory address operands.
Jim Grosbach
2011-08-03
16
-638
/
+577
*
An algorithm for incrementally updating LoopInfo within a
Andrew Trick
2011-08-03
3
-53
/
+266
*
whitespace
Andrew Trick
2011-08-03
2
-31
/
+31
*
Correctly handle multiple DBG_VALUE instructions at the same SlotIndex.
Jakob Stoklund Olesen
2011-08-03
1
-0
/
+3
*
whitespace
Andrew Trick
2011-08-03
1
-25
/
+25
*
An interface for iterating over a loop's blocks in DFS order.
Andrew Trick
2011-08-03
2
-0
/
+207
*
Fix broken encoding of tCBNZ.
Owen Anderson
2011-08-03
1
-2
/
+2
*
Enable compact region splitting by default.
Jakob Stoklund Olesen
2011-08-03
1
-1
/
+1
*
Do not drop undef debug values. These are used as range termination marker by...
Devang Patel
2011-08-03
1
-1
/
+1
*
Remove underscore that's breaking linux buildbots.
Benjamin Kramer
2011-08-03
1
-1
/
+1
*
Be more conservative when forming compact regions.
Jakob Stoklund Olesen
2011-08-03
3
-3
/
+8
*
Fix some warnings from Clang in release builds:
Chandler Carruth
2011-08-03
1
-0
/
+2
*
Fix typo in #include which revealed in the case-sensitive filesystem.
Jakub Staszak
2011-08-03
1
-1
/
+1
*
Use MachineBranchProbabilityInfo in If-Conversion instead of its own heuristics.
Jakub Staszak
2011-08-03
5
-47
/
+29
*
Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets.
Bill Wendling
2011-08-03
13
-653
/
+8
*
Add accessors for manipulating an MCInst's operands.
Owen Anderson
2011-08-03
1
-0
/
+8
*
Add more constantness in BlockFrequencyInfo.
Jakub Staszak
2011-08-03
4
-4
/
+5
*
Kill the export list as well.
Evan Cheng
2011-08-03
1
-36
/
+0
*
New approach to r136737: insert the necessary fences for atomic ops in platfo...
Eli Friedman
2011-08-03
7
-86
/
+94
*
Remove CreateUnwind from the IRBuillder.
Bill Wendling
2011-08-03
1
-4
/
+0
*
Remove unused variables.
Benjamin Kramer
2011-08-03
2
-2
/
+0
*
Some revisions to Devang's change r136759 for merged global debug info.
Bob Wilson
2011-08-03
1
-23
/
+9
*
Go back to the old definition. It's not clear that a 'resume' can be 'outline...
Bill Wendling
2011-08-03
1
-2
/
+2
*
SCEV: Use AssertingVH to catch dangling BasicBlock* when passes forget
Andrew Trick
2011-08-03
4
-3
/
+106
*
whitespace
Andrew Trick
2011-08-03
1
-7
/
+7
*
Explain how clauses are applied.
Bill Wendling
2011-08-03
1
-0
/
+4
*
Handle IMPLICIT_DEF instructions in X86FloatingPoint.
Jakob Stoklund Olesen
2011-08-03
2
-1
/
+33
*
Use cast<> instead of a C-style cast to get some free assertions.
Jay Foad
2011-08-03
1
-2
/
+2
*
fix PR10286, a problem with the .ll printer handling block addresses that are...
Chris Lattner
2011-08-03
2
-11
/
+43
*
Use byte offset, instead of element number, to access merged global.
Devang Patel
2011-08-03
2
-3
/
+145
*
Small cleanups:
Nick Lewycky
2011-08-03
1
-3
/
+2
*
Add this back in for now. There are still a few passes which create unwind in...
Bill Wendling
2011-08-03
1
-1
/
+1
*
Fix logical error when detecting lifetime intrinsics.
Nick Lewycky
2011-08-03
2
-33
/
+45
*
Replace the 'UnwindInst' check with a check for 'ResumeInst', which also exits
Bill Wendling
2011-08-03
1
-1
/
+1
*
Use the precomputed def presence in RAGreedy::calcSpillCost.
Jakob Stoklund Olesen
2011-08-02
1
-11
/
+2
*
Inform SpillPlacement about blocks with defs.
Jakob Stoklund Olesen
2011-08-02
1
-0
/
+1
*
Rename {First,Last}Use to {First,Last}Instr.
Jakob Stoklund Olesen
2011-08-02
3
-43
/
+45
*
lldb doesn't need the edis dylib any more.
Evan Cheng
2011-08-02
1
-1
/
+0
*
ARM backend support for atomicrmw and cmpxchg with non-monotonic ordering. N...
Eli Friedman
2011-08-02
1
-47
/
+77
*
Add a BlockInfo::FirstDef field.
Jakob Stoklund Olesen
2011-08-02
2
-1
/
+15
[next]