index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support: Inject LLVM_VERSION_INFO into the Support library
Justin Bogner
2014-06-17
1
-0
/
+4
*
tools: Add a space between package version and LLVM_VERSION_INFO
Justin Bogner
2014-06-17
1
-1
/
+1
*
Convert a few loops to use ranges.
Rafael Espindola
2014-06-17
1
-18
/
+15
*
Add an overload for SourceMgr::PrintMessage that takes an existing diagnostic.
Jordan Rose
2014-06-17
2
-8
/
+18
*
Modernize doc comments for SourceMgr.
Jordan Rose
2014-06-17
2
-51
/
+39
*
[InstCombine] mark ADD with nuw if no unsigned overflow
Jingyue Wu
2014-06-17
6
-9
/
+54
*
Fix build breakage caused by change to ValueMapTest.
Zachary Turner
2014-06-17
1
-2
/
+2
*
SROA: Only split loads on byte boundaries
Duncan P. N. Exon Smith
2014-06-17
3
-5
/
+69
*
Expose ValueMap's mutex type as a typedef instead of a sys::Mutex.
Zachary Turner
2014-06-17
2
-11
/
+13
*
[FastISel][X86] Refactor the code to get the X86 condition from a helper func...
Juergen Ributzka
2014-06-16
5
-96
/
+676
*
Teach LoopUnrollPass to respect loop unrolling hints in metadata.
Eli Bendersky
2014-06-16
2
-87
/
+560
*
Revert r211066, 211067, 211068, 211069, 211070.
Zachary Turner
2014-06-16
10
-47
/
+134
*
Cleanup more unreferenced MutexGuard parameters on functions.
Zachary Turner
2014-06-16
3
-29
/
+29
*
Programmer's Manual changes.
Zachary Turner
2014-06-16
1
-47
/
+4
*
Kill the LLVM global lock.
Zachary Turner
2014-06-16
4
-10
/
+23
*
Remove some code churn.
Zachary Turner
2014-06-16
2
-4
/
+3
*
Remove some more code out into a separate CL.
Zachary Turner
2014-06-16
8
-63
/
+17
*
Users of the llvm global mutex must now acquire it manually.
Zachary Turner
2014-06-16
5
-26
/
+16
*
Add load/store functionality
Reed Kotler
2014-06-16
2
-7
/
+176
*
AArch64: Add backend intrinsic for rbit.
Jim Grosbach
2014-06-16
2
-0
/
+11
*
ARM: intrinsic support for rbit.
Jim Grosbach
2014-06-16
2
-0
/
+10
*
[PPC64] Fix PR19893 - improve code generation for local function addresses
Bill Schmidt
2014-06-16
4
-28
/
+28
*
Since the DataLayout is always found off of the subtarget go ahead
Eric Christopher
2014-06-16
1
-7
/
+3
*
Clean up some unnecessary mutex guards.
Zachary Turner
2014-06-16
2
-29
/
+28
*
Improve comments for r211040
Louis Gerbarg
2014-06-16
2
-3
/
+6
*
Revert "lit: warn when passed invalid pathname" (r210597)
Hans Wennborg
2014-06-16
1
-5
/
+3
*
ARM: implement correct atomic operations on v7M
Tim Northover
2014-06-16
2
-8
/
+73
*
Fix illegal relocations in X86FastISel
Louis Gerbarg
2014-06-16
3
-3
/
+31
*
LowerSwitch: track bounding range for the condition tree.
Jim Grosbach
2014-06-16
4
-102
/
+209
*
Refactor the disabling of Thumb-1 LDM/STM generation
James Molloy
2014-06-16
2
-7
/
+7
*
Fix pr17056.
Rafael Espindola
2014-06-16
3
-5
/
+11
*
Convert the Archive API to use ErrorOr.
Rafael Espindola
2014-06-16
8
-93
/
+88
*
[AArch64] Remove dead code.
Tilmann Scheller
2014-06-16
1
-3
/
+0
*
Hook up vector int_ctlz for AVX512.
Cameron McInally
2014-06-16
3
-0
/
+32
*
[mips][mips64r6] ssnop is deprecated on MIPS32r6/MIPS64r6
Daniel Sanders
2014-06-16
4
-3
/
+22
*
[mips][mips64r6] cl[oz], and dcl[oz] are re-encoded in MIPS32r6/MIPS64r6
Daniel Sanders
2014-06-16
17
-60
/
+223
*
[mips][mips64r6] ll, sc, lld, and scd are re-encoded on MIPS32r6/MIPS64r6.
Daniel Sanders
2014-06-16
23
-82
/
+306
*
Support/ConvertUTF: restore compatibility with MSVC, which only implements C89
Dmitri Gribenko
2014-06-16
1
-5
/
+7
*
Support/ConvertUTF: implement U+FFFD insertion according to the recommendation
Dmitri Gribenko
2014-06-16
3
-9
/
+1342
*
[AArch64] Fix a fencepost error in lowering for llvm.aarch64.neon.uqshl.
James Molloy
2014-06-16
2
-1
/
+10
*
[mips] Merge most of the big/little endian checks in atomic.ll
Daniel Sanders
2014-06-16
1
-333
/
+179
*
[mips][mips64r6] [ls][wd]c2 were re-encoded with 11-bit signed immediates rat...
Daniel Sanders
2014-06-16
18
-47
/
+140
*
ARMEB: Fix trunc store for vector types
Christian Pirker
2014-06-16
2
-1
/
+28
*
Canonicalize addrspacecast ConstExpr between different pointer types
Jingyue Wu
2014-06-15
7
-9
/
+37
*
Fix copy paste error
Matt Arsenault
2014-06-15
1
-1
/
+1
*
R600: Add a rotr testcase I forgot to add
Matt Arsenault
2014-06-15
1
-0
/
+58
*
R600: Remove a few more things from AMDILISelLowering
Matt Arsenault
2014-06-15
3
-27
/
+71
*
R600: Fix assert on vector sdiv
Matt Arsenault
2014-06-15
2
-4
/
+36
*
R600: Move / cleanup more leftover AMDIL stuff.
Matt Arsenault
2014-06-15
3
-71
/
+30
*
R600: Move division custom lowering out of AMDILISelLowering
Matt Arsenault
2014-06-15
3
-271
/
+257
[next]