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
*
Lower the MBlaze target specific calling conventions for "interrupt_handler"
Wesley Peck
2010-12-15
6
-12
/
+247
*
Adding target specific calling conventions to support the MBlaze GCC function
Wesley Peck
2010-12-15
1
-1
/
+8
*
Strengthen GetUnderlyingObject using InstructionSimplify.
Dan Gohman
2010-12-15
1
-0
/
+9
*
Move Value::getUnderlyingObject to be a standalone
Dan Gohman
2010-12-15
16
-61
/
+68
*
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
3
-13
/
+17
*
Document some more AliasAnalysis infrastructure limitations.
Dan Gohman
2010-12-15
1
-4
/
+38
*
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
*
Add a Neon intrinsic test generator.
Bob Wilson
2010-12-15
3
-1
/
+115
*
Fix Neon intrinsic immediate range checking for some double-register operands.
Bob Wilson
2010-12-15
1
-3
/
+7
*
Move Sub simplifications and additional Add simplifications out of
Duncan Sands
2010-12-15
4
-40
/
+78
*
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
2
-0
/
+157
*
Add fixups for Thumb LDR/STR instructions.
Bill Wendling
2010-12-15
3
-3
/
+20
*
Relax alignment fragments.
Rafael Espindola
2010-12-15
4
-48
/
+46
*
Patch by David Meyer to avoid a O(N^2) behaviour when relaxing fragments.
Rafael Espindola
2010-12-15
2
-7
/
+10
*
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
2
-1
/
+8
*
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
2
-2
/
+47
*
merge two tests
Chris Lattner
2010-12-15
2
-7
/
+10
*
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
*
various cleanups to tblgen, patch by Garrison Venn!
Chris Lattner
2010-12-15
7
-28
/
+19
*
Add mention that we support FreeBSD/amd64.
Bill Wendling
2010-12-15
1
-0
/
+5
*
Add some more MC tests for ARM arithmetic instructions that update or don't
Kevin Enderby
2010-12-15
1
-8
/
+59
*
Copy-pastos.
Mikhail Glushenkov
2010-12-15
1
-17
/
+15
*
Remove ConvertToMAttrImpl, it became too '-march'-specific.
Mikhail Glushenkov
2010-12-15
1
-62
/
+70
*
llvmc: Support -march arguments that should be forwarded to llc as -mcpu.
Mikhail Glushenkov
2010-12-15
1
-10
/
+42
*
llvmc: Better -mfpu/-mcpu support for ARM & PPC.
Mikhail Glushenkov
2010-12-15
2
-14
/
+89
*
llvmc: more complete -march table for ARM.
Mikhail Glushenkov
2010-12-15
1
-2
/
+4
*
llvmc: Support -mabi/-mfloat-abi.
Mikhail Glushenkov
2010-12-15
1
-0
/
+10
*
llvmc: Forward -march/-mcpu/-mtune to as & ld.
Mikhail Glushenkov
2010-12-15
1
-0
/
+6
*
llvmc: make switch options ZeroOrMore by default.
Mikhail Glushenkov
2010-12-15
1
-1
/
+8
*
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
2
-1
/
+23
*
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
[next]