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
*
Submit the basic port of the rest of ARM constant islands code to Mips.
Reed Kotler
2013-11-04
2
-12
/
+1498
*
Remove dead code
Shuxin Yang
2013-11-04
1
-6
/
+0
*
Check for both styles of clobbers, those produced by dragonegg and
Eric Christopher
2013-11-04
1
-11
/
+19
*
SLPVectorizer: Use properlyDominates to satisfy the irreflexivity of a strict...
Benjamin Kramer
2013-11-04
1
-1
/
+1
*
Fix another constant folding address space place I missed.
Matt Arsenault
2013-11-04
1
-12
/
+19
*
Scalarize select vector arguments when extracted.
Matt Arsenault
2013-11-04
1
-0
/
+32
*
Use startswith_lower() where possible.
Jakub Staszak
2013-11-04
1
-8
/
+1
*
Add support for AVX512 masked vector blend intrinsics.
Cameron McInally
2013-11-04
1
-15
/
+39
*
Change BitcodeReader to use error_code instead of bool + string.
Rafael Espindola
2013-11-04
2
-379
/
+493
*
Support for microMIPS branch instructions.
Zoran Jovanovic
2013-11-04
12
-26
/
+159
*
X86: Add a description for AMD bdver3 aka Steamroller.
Benjamin Kramer
2013-11-04
2
-3
/
+13
*
Make the pretty stack trace be an opt-in, rather than opt-out, facility. Enab...
Filip Pizlo
2013-11-04
1
-16
/
+13
*
AVX-512: added VPCONFLICT instruction and intrinsics,
Elena Demikhovsky
2013-11-03
2
-1
/
+119
*
SLPVectorizer: Add a missing pair of parens. No functionality change.
Benjamin Kramer
2013-11-03
1
-1
/
+1
*
[SparcV9] Handle i64 <-> float conversions in sparcv9 mode.
Venkatraman Govindaraju
2013-11-03
4
-28
/
+184
*
SLPVectorizer: When CSEing generated gathers only scan blocks containing them.
Benjamin Kramer
2013-11-03
1
-20
/
+37
*
Revert "Inliner: Handle readonly attribute per argument when adding memcpy"
David Majnemer
2013-11-03
1
-13
/
+10
*
Spell "Actual" correctly
David Majnemer
2013-11-03
1
-1
/
+1
*
[Sparc] Expand FP_TO_UINT, UINT_TO_FP for fp128.
Venkatraman Govindaraju
2013-11-03
1
-3
/
+42
*
Convert calls to __sinpi and __cospi into __sincospi_stret
Bob Wilson
2013-11-03
2
-0
/
+189
*
Enable optimization of sin / cos pair into call to __sincos_stret for iOS7+.
Bob Wilson
2013-11-03
4
-0
/
+87
*
[SparcV9] Add ctpop instruction for i64. Also, expand ctlz, cttz and bswap.
Venkatraman Govindaraju
2013-11-03
2
-0
/
+9
*
When LLVM is embedded in a larger application, it's not OK for LLVM to interc...
Filip Pizlo
2013-11-03
1
-0
/
+5
*
move getSymbolNMTypeChar to the one program that needs it: nm.
Rafael Espindola
2013-11-02
2
-105
/
+0
*
Convert another use of getSymbolNMTypeChar.
Rafael Espindola
2013-11-02
1
-5
/
+9
*
Avoid some getSymbolNMTypeChar uses in COFFObjectFile.cpp itself.
Rafael Espindola
2013-11-02
1
-12
/
+6
*
Revert "Don't use getSymbolNMTypeChar for implementing COFFObjectFile::getSym...
Rafael Espindola
2013-11-02
1
-2
/
+4
*
Don't use getSymbolNMTypeChar for implementing COFFObjectFile::getSymbolFileO...
Rafael Espindola
2013-11-02
1
-4
/
+2
*
SLPVectorizer: Remove duplicated function.
Benjamin Kramer
2013-11-02
1
-10
/
+2
*
LoopVectorize: Remove quadratic behavior the local CSE.
Benjamin Kramer
2013-11-02
1
-26
/
+40
*
Fix llvm-nm to mach OS X's nm on some tests.
Rafael Espindola
2013-11-02
1
-6
/
+17
*
Fix PR17764
Michael Liao
2013-11-02
1
-1
/
+1
*
Added command-line option to output llvm-cov to file.
Yuchen Wu
2013-11-02
1
-10
/
+11
*
LoopVectorizer: Move cse code into its own function
Arnold Schwaighofer
2013-11-01
1
-32
/
+37
*
Comment some and reformat for clarity beginFunction.
Eric Christopher
2013-11-01
1
-30
/
+42
*
LoopVectorizer: Perform redundancy elimination on induction variables
Arnold Schwaighofer
2013-11-01
1
-1
/
+34
*
DebugInfo: Make pubnames header printing similar to unit header printing
David Blaikie
2013-11-01
1
-4
/
+4
*
[Stackmap] Remove erroneous assert.
Juergen Ributzka
2013-11-01
1
-3
/
+0
*
Use isa<> instead of dyn_cast<> with unused value
Matt Arsenault
2013-11-01
1
-3
/
+3
*
[AArch64] Simplify a few of the instruction patterns. No functional change in...
Chad Rosier
2013-11-01
1
-109
/
+60
*
[AArch64] Fix assembly string formatting and other coding standard violations.
Chad Rosier
2013-11-01
1
-190
/
+118
*
Remove linkonce_odr_auto_hide.
Rafael Espindola
2013-11-01
11
-33
/
+5
*
Commenting out this assert because it is causing the build bots to fail. Thi...
Aaron Ballman
2013-11-01
1
-2
/
+2
*
Fixing an order of evaluation error in an assert.
Aaron Ballman
2013-11-01
1
-1
/
+1
*
LoopVectorize: Look for consecutive acces in GEPs with trailing zero indices
Benjamin Kramer
2013-11-01
1
-11
/
+38
*
[ARM] Add Virtualization subtarget feature and more build attributes in this ...
Bradley Smith
2013-11-01
5
-5
/
+39
*
[ARM] Fix Tag_ABI_HardFP_use build attribute
Bradley Smith
2013-11-01
2
-5
/
+13
*
Consider (x == -1) unlikely in BranchProbabilityInfo
Hal Finkel
2013-11-01
1
-4
/
+18
*
LoopVectorizer: If dependency checks fail try runtime checks
Arnold Schwaighofer
2013-11-01
1
-5
/
+47
*
LoopVectorizer: Clear all member data structures in RuntimeCheck.reset()
Arnold Schwaighofer
2013-11-01
1
-0
/
+2
[next]