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
*
[inline asm] Get the mayLoad/mayStore directly from the MIOp_ExtraInfo operand.
Chad Rosier
2012-10-30
1
-8
/
+2
*
BBVectorize: Cache fixed-order pairs instead of recomputing pointer info.
Hal Finkel
2012-10-30
1
-51
/
+34
*
[mips] Allow tail-call optimization for vararg functions and functions which
Akira Hatanaka
2012-10-30
2
-15
/
+20
*
Add a comment for r167040.
Chad Rosier
2012-10-30
1
-0
/
+4
*
LoopIdiom: Fix a serious missed optimization: we only turned top-level loops ...
Benjamin Kramer
2012-10-30
1
-4
/
+5
*
BBVectorize: Fix a small bug introduced in r167042.
Hal Finkel
2012-10-30
1
-1
/
+0
*
Add code for saving formal argument information to MipsFunctionInfo. This
Akira Hatanaka
2012-10-30
2
-0
/
+13
*
BBVectorize: Simplify how input swapping is handled.
Hal Finkel
2012-10-30
1
-43
/
+25
*
Add definition of function MipsTargetLowering::passArgOnStack which emits nodes
Akira Hatanaka
2012-10-30
2
-0
/
+22
*
[inline asm] Implement mayLoad and mayStore for inline assembly. In general,
Chad Rosier
2012-10-30
4
-8
/
+29
*
Do not do tail-call optimization if target is mips16.
Akira Hatanaka
2012-10-30
1
-0
/
+4
*
BBVectorize: Don't make calls to SE when the result is unused.
Hal Finkel
2012-10-30
1
-2
/
+5
*
80-col
Nadav Rotem
2012-10-30
1
-1
/
+2
*
LoopVectorize: Add support for write-only loops when the write destination is...
Nadav Rotem
2012-10-30
1
-0
/
+7
*
PowerPC: Expand FSRQT for vector types
Adhemerval Zanella
2012-10-30
1
-0
/
+6
*
LoopVectorize: Fix a bug in the initialization of reduction variables. AND ne...
Nadav Rotem
2012-10-30
1
-7
/
+21
*
Fix grammar.
Bill Wendling
2012-10-30
1
-2
/
+2
*
Enable ELF machine type to be specified explicitly in X86 backend
Michael Liao
2012-10-30
3
-15
/
+19
*
Change ForceSizeOpt attribute into MinSize attribute
Quentin Colombet
2012-10-30
6
-11
/
+12
*
Fix isEliminableCastPair to work correctly in the presence of pointers
Duncan Sands
2012-10-30
3
-12
/
+21
*
PowerPC: More support for Altivec compare operations
Adhemerval Zanella
2012-10-30
2
-13
/
+141
*
Add a helper for telling whether a type is a pointer or vector of pointer type.
Duncan Sands
2012-10-30
1
-24
/
+6
*
Enable some additional constant folding for PPCDoubleDouble.
Ulrich Weigand
2012-10-30
2
-21
/
+5
*
Use TargetTransformInfo to control switch-to-lookup table transformation
Hans Wennborg
2012-10-30
4
-123
/
+31
*
Remove an invalid assert in TargetTransformImpl
Hal Finkel
2012-10-30
1
-4
/
+13
*
ARM: Better disassembly for pc-relative LDR.
Jim Grosbach
2012-10-30
4
-4
/
+6
*
Change mips16 delay slot jumps to non delay slot forms by default.
Reed Kotler
2012-10-30
2
-3
/
+10
*
LoopVectorizer: change debug prints: Print the module identifier when decidin...
Nadav Rotem
2012-10-30
1
-4
/
+6
*
Re-commit r166971. I reverted it to quickly, when buildbots didn't have a chance
Jakub Staszak
2012-10-30
1
-4
/
+4
*
Fix ARM's b.w instruction for thumb 2 and the encoding T4. The branch target
Kevin Enderby
2012-10-29
2
-11
/
+23
*
Revert r166971. It causes buildbot failure. To be investigated.
Jakub Staszak
2012-10-29
1
-4
/
+4
*
Remove unused variable.
Jakub Staszak
2012-10-29
1
-1
/
+0
*
Simplify code. No functionality change.
Jakub Staszak
2012-10-29
1
-4
/
+5
*
Allow to fold vector load if there is more than one bitcast, so in the case:
Jakub Staszak
2012-10-29
1
-4
/
+4
*
LoopVectorize: Update and preserve the dominator tree info.
Nadav Rotem
2012-10-29
1
-9
/
+37
*
This patch solves a problem with passing varargs parameters under the PPC64
Bill Schmidt
2012-10-29
1
-1
/
+11
*
Implement patterns for extloadi8 and extloadi16
Reed Kotler
2012-10-29
1
-0
/
+4
*
In various places throughout the code generator, there were special
Ulrich Weigand
2012-10-29
3
-85
/
+66
*
APFloat cleanup: Remove now unused "arithmeticOK" logic.
Ulrich Weigand
2012-10-29
1
-42
/
+8
*
APFloat cleanup: Remove now unused fields "sign2" and "exponent2".
Ulrich Weigand
2012-10-29
1
-21
/
+9
*
Implement arithmetic on APFloat with PPCDoubleDouble semantics by
Ulrich Weigand
2012-10-29
1
-76
/
+65
*
[ms-inline asm] Add support for the [] operator. Essentially, [expr1][expr2] is
Chad Rosier
2012-10-29
1
-10
/
+37
*
Rename the BB-vectorize flag to match the dragonegg name
Nadav Rotem
2012-10-29
1
-2
/
+2
*
Fix PR14204
Michael Liao
2012-10-29
1
-0
/
+15
*
Fix typo
Joerg Sonnenberger
2012-10-29
1
-2
/
+2
*
Completely disallow partial copies in adjustCopiesBackFrom().
Jakob Stoklund Olesen
2012-10-29
1
-1
/
+2
*
Allow i32/i64 for 'f' constraint on PowerPC.
Ulrich Weigand
2012-10-29
1
-2
/
+2
*
Remove a wrapper around getIntPtrType added to GVN by Hal in commit 166624 (the
Duncan Sands
2012-10-29
5
-25
/
+19
*
Remove code to saturate profile counts.
Bob Wilson
2012-10-29
1
-8
/
+1
*
Change the PassManagerBuilder (used by -O3) loop vectorizer flag from -vector...
Nadav Rotem
2012-10-29
1
-4
/
+8
[next]