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
*
[PowerPC] Add variants of "sync" instruction
Ulrich Weigand
2013-07-01
2
-5
/
+12
*
ARM: relax the atomic release barrier to "dmb ishst"
Tim Northover
2013-07-01
1
-1
/
+5
*
[NVPTX] Add support for module-scope inline asm
Justin Holewinski
2013-07-01
1
-0
/
+10
*
[NVPTX] We dont use NVBuiltin anymore
Justin Holewinski
2013-07-01
2
-3
/
+0
*
[NVPTX] Cut down on physical register defs
Justin Holewinski
2013-07-01
3
-28
/
+13
*
[NVPTX] 64-bit ADDC/ADDE are not legal
Justin Holewinski
2013-07-01
1
-0
/
+3
*
[NVPTX] Fix vector loads from parameters that span multiple loads, and fix so...
Justin Holewinski
2013-07-01
2
-156
/
+9
*
[NVPTX] Handle signext/zeroext attributes properly
Justin Holewinski
2013-07-01
1
-19
/
+25
*
[NVPTX] Add support for native SIGN_EXTEND_INREG where available
Justin Holewinski
2013-07-01
2
-4
/
+32
*
[NVPTX] Add isel patterns for [reg+offset] form of ldg/ldu.
Justin Holewinski
2013-07-01
2
-112
/
+430
*
[NVPTX] Make sure we zero out high-order 24 bits for 8-bit load into 32-bit v...
Justin Holewinski
2013-07-01
1
-1
/
+2
*
LoopVectorize: Math functions only read rounding mode
Arnold Schwaighofer
2013-07-01
1
-0
/
+7
*
R600: Fix an unitialized variable in R600InstrInfo.cpp
Vincent Lejeune
2013-06-30
1
-1
/
+1
*
X86: POP*rmm: move address operand to (ins) from (outs).
Ahmed Bougacha
2013-06-30
1
-3
/
+3
*
DeadArgumentElimination: keep return value on functions that have a live argu...
Stephen Lin
2013-06-30
1
-28
/
+60
*
ConstantFold: Check that truncating the other side is safe under a sext when ...
Benjamin Kramer
2013-06-30
1
-2
/
+2
*
ValueTracking: Teach isKnownToBeAPowerOfTwo about (ADD X, (XOR X, Y)) where X...
David Majnemer
2013-06-29
1
-10
/
+18
*
NVPTX: Fold otherwise unused variable into assert.
Benjamin Kramer
2013-06-29
1
-2
/
+2
*
InstCombine: Also turn selects fed by an and into arithmetic when the types d...
Benjamin Kramer
2013-06-29
1
-4
/
+9
*
R600: Unbreak GCC build.
Benjamin Kramer
2013-06-29
1
-1
/
+2
*
R600: Support schedule and packetization of trans-only inst
Vincent Lejeune
2013-06-29
7
-90
/
+246
*
R600: Bank Swizzle now display SCL equivalent
Vincent Lejeune
2013-06-29
3
-12
/
+12
*
misched: Compress pairs returned by getUnderlyingObjectsForInstr.
Benjamin Kramer
2013-06-29
1
-12
/
+15
*
LoopVectorizer: Pack MemAccessInfo pairs.
Benjamin Kramer
2013-06-29
1
-25
/
+22
*
Move helper classes into anonymous namespaces.
Benjamin Kramer
2013-06-29
1
-0
/
+6
*
InstCombine: FoldGEPICmp shouldn't change sign of base pointer comparison
David Majnemer
2013-06-29
1
-2
/
+1
*
InstCombine: Small whitespace cleanup in FoldGEPICmp
David Majnemer
2013-06-29
1
-1
/
+1
*
InstCombine: Be more agressive optimizing 'udiv' instrs with 'select' denoms
David Majnemer
2013-06-29
1
-44
/
+77
*
We preserve the CFG and some of the analysis passes.
Nadav Rotem
2013-06-29
1
-0
/
+3
*
Update docs.
Nadav Rotem
2013-06-29
1
-3
/
+2
*
Debug Info: clean up usage of Verify.
Manman Ren
2013-06-29
2
-5
/
+11
*
Change assert(0 && "text") to llvm_unreachable(0 && "text")
Richard Trieu
2013-06-28
1
-2
/
+2
*
InstCombine: Optimize (1 << X) Pred CstP2 to X Pred Log2(CstP2)
David Majnemer
2013-06-28
1
-2
/
+72
*
Fix extra whitespace / formatting
Matt Arsenault
2013-06-28
1
-3
/
+0
*
PPC: Ignore spill/restore requests for VRSAVE (except on Darwin)
Hal Finkel
2013-06-28
1
-0
/
+12
*
SLP Vectorizer: Add support for trees with external users.
Nadav Rotem
2013-06-28
1
-24
/
+142
*
Fix broken asserts that never fire.
Richard Trieu
2013-06-28
1
-2
/
+2
*
Fix a bad overflow check pointed out by Ben.
Jakob Stoklund Olesen
2013-06-28
1
-4
/
+2
*
Revising the MCJIT ObjectCache interface to allow subclasses to avoid retaini...
Andrew Kaylor
2013-06-28
1
-1
/
+1
*
Remove unused member
David Blaikie
2013-06-28
1
-4
/
+0
*
Eliminate an assortment of undefined behavior.
Jakob Stoklund Olesen
2013-06-28
1
-1
/
+5
*
LoopVectorizer: Refactor the code that checks if it is safe to predicate blo...
Nadav Rotem
2013-06-28
1
-87
/
+30
*
R600/SI: Add processor types for each CIK variant
Tom Stellard
2013-06-28
1
-0
/
+3
*
DebugInfo: PR14728: TLS support
David Blaikie
2013-06-28
3
-3
/
+28
*
DebugInfo: Pass MCSymbolRefExprs for labels instead of MCSymbols
David Blaikie
2013-06-28
5
-13
/
+26
*
Fix a PPC rlwimi instruction-selection bug
Hal Finkel
2013-06-28
1
-2
/
+2
*
Remove needless include (unistd.h) in DebugIR pass
Daniel Malea
2013-06-28
1
-2
/
+0
*
Add missing header for DebugIR
Daniel Malea
2013-06-28
1
-0
/
+99
*
Remove limitation on DebugIR that made it require existing debug metadata.
Daniel Malea
2013-06-28
1
-153
/
+463
*
Fix an off-by-one error. Also make the code a little more explicit in what it
Chad Rosier
2013-06-28
1
-3
/
+4
[next]