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
*
Reapply r121886, and also update DecomposeGEPExpression to keep
Dan Gohman
2010-12-15
2
-0
/
+17
*
Revert r121886. DecomposeGEPExpression needs to be kept
Dan Gohman
2010-12-15
1
-8
/
+0
*
Lower the MBlaze target specific calling conventions for "interrupt_handler"
Wesley Peck
2010-12-15
4
-12
/
+119
*
Strengthen GetUnderlyingObject using InstructionSimplify.
Dan Gohman
2010-12-15
1
-0
/
+9
*
Move Value::getUnderlyingObject to be a standalone
Dan Gohman
2010-12-15
14
-51
/
+56
*
Add some special purpose register definitions to the MBlaze backend and clean...
Wesley Peck
2010-12-15
1
-80
/
+34
*
Fix typo in r121875.
Owen Anderson
2010-12-15
1
-1
/
+1
*
Tweak a few pseudo-inst pattern base classes.
Jim Grosbach
2010-12-15
1
-4
/
+4
*
Clean up some of LVI:
Nick Lewycky
2010-12-15
1
-91
/
+101
*
The new t2LEApcrel* pseudo instructions need the size specified.
Jim Grosbach
2010-12-15
2
-5
/
+13
*
Implement cleanups suggested by Daniel.
Owen Anderson
2010-12-15
2
-11
/
+15
*
Fix build.
Jakob Stoklund Olesen
2010-12-15
1
-1
/
+1
*
Detect and enumerate bypass loops.
Jakob Stoklund Olesen
2010-12-15
2
-0
/
+39
*
Separate SplitAnalysis::getSplitLoops().
Jakob Stoklund Olesen
2010-12-15
2
-7
/
+14
*
Move Sub simplifications and additional Add simplifications out of
Duncan Sands
2010-12-15
2
-38
/
+71
*
If we detect that the instruction we are simplifying is unreachable, arrange for
Duncan Sands
2010-12-15
1
-3
/
+3
*
Teach jump threading to "look through" a select when the branch direction of ...
Frits van Bommel
2010-12-15
1
-0
/
+34
*
Add fixups for Thumb LDR/STR instructions.
Bill Wendling
2010-12-15
3
-3
/
+20
*
Relax alignment fragments.
Rafael Espindola
2010-12-15
1
-29
/
+26
*
Patch by David Meyer to avoid a O(N^2) behaviour when relaxing fragments.
Rafael Espindola
2010-12-15
1
-2
/
+5
*
add another overflow idiom
Chris Lattner
2010-12-15
1
-0
/
+8
*
add a note about overflow idiom recognition.
Chris Lattner
2010-12-15
1
-1
/
+19
*
Generalize an assert.
Rafael Espindola
2010-12-15
1
-1
/
+2
*
add a shift/imul missed optimization
Chris Lattner
2010-12-15
1
-0
/
+45
*
add a note about a SPEC hack that gcc mainline does.
Chris Lattner
2010-12-15
1
-0
/
+23
*
take care of some todos, transforming [us]mul_lohi into
Chris Lattner
2010-12-15
1
-2
/
+46
*
when transforming a MULHS into a wider MUL, there is no need to SRA the
Chris Lattner
2010-12-15
1
-1
/
+1
*
make qsort predicate more conformant by returning 0 for equal values.
Chris Lattner
2010-12-15
1
-1
/
+5
*
Reapply r121808 now that the missing patterns have been supplied.
Bill Wendling
2010-12-15
1
-16
/
+21
*
Add some missing patterns now that tLDRB and tLDRH are split into reg and
Bill Wendling
2010-12-15
1
-2
/
+12
*
Fix PR8790, another instance where unreachable code can cause instruction sim...
Owen Anderson
2010-12-15
1
-1
/
+6
*
Cleanup trailing whitespace.
Owen Anderson
2010-12-15
1
-27
/
+27
*
Revert r121808 until I can fix the build.
Bill Wendling
2010-12-15
1
-21
/
+16
*
thumb adr fixup needs alignment just like the t2 version.
Jim Grosbach
2010-12-14
1
-1
/
+2
*
Comments and cleaning.
Bill Wendling
2010-12-14
1
-6
/
+4
*
Make the ISel selections for LDR/STR the same as before the LDRr/LDRi split. In
Bill Wendling
2010-12-14
1
-16
/
+21
*
Simplify RegAllocGreedy's use of register aliases.
Jakob Stoklund Olesen
2010-12-14
1
-17
/
+4
*
Simplify CCState's use of register aliases.
Jakob Stoklund Olesen
2010-12-14
1
-5
/
+3
*
Simplify AggressiveAntiDepBreaker's use of register aliases.
Jakob Stoklund Olesen
2010-12-14
1
-31
/
+14
*
Simplyfy RegAllocBasic by using getOverlaps instead of getAliasSet.
Jakob Stoklund Olesen
2010-12-14
1
-14
/
+4
*
Add support for MC-ized encoding of tLEApcrel and tLEApcrelJT. rdar://8755755
Jim Grosbach
2010-12-14
6
-21
/
+50
*
Fix comment.
Bill Wendling
2010-12-14
1
-1
/
+1
*
Multiclassify the LDR/STR encoding patterns. The only functionality difference
Bill Wendling
2010-12-14
1
-69
/
+69
*
Fix a minor bug in two-address pass. It was missing a commute opportunity.
Evan Cheng
2010-12-14
1
-1
/
+2
*
trailing whitespace
Jim Grosbach
2010-12-14
1
-4
/
+4
*
Move debugging code entirely within DEBUG(). Silences an unused variable
Matt Beaumont-Gay
2010-12-14
1
-8
/
+8
*
Refactor a bit for legibility.
Jim Grosbach
2010-12-14
1
-28
/
+27
*
trailing whitespace.
Jim Grosbach
2010-12-14
1
-4
/
+4
*
Make sure to propagate the predicate operands for LEApcrel to ADR.
Jim Grosbach
2010-12-14
1
-4
/
+4
*
Fix a small bug (typo?) in the fixup for Thumb1 CBZ/CBNZ instructions.
Owen Anderson
2010-12-14
1
-1
/
+1
[next]