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
/
clang
/
lib
/
Basic
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert part of r206963
James Molloy
2014-07-25
1
-0
/
+27
*
[OPENMP] Initial parsing and sema analysis for clause 'seq_cst' of 'atomic' d...
Alexey Bataev
2014-07-24
1
-0
/
+2
*
[OPENMP] Initial parsing and sema analysis for clause 'capture' in 'atomic' d...
Alexey Bataev
2014-07-24
1
-0
/
+2
*
Add stopgap option -fmodule-implementation-of <name>
Ben Langmuir
2014-07-23
1
-0
/
+1
*
AArch64: update Clang for merged arm64/aarch64 triples.
Tim Northover
2014-07-23
1
-2
/
+0
*
[OPENMP] Initial parsing and sema analysis for 'update' clause of 'atomic' di...
Alexey Bataev
2014-07-23
1
-0
/
+2
*
[OPENMP] Initial parsing an sema analysis for 'write' clause of 'atomic' dire...
Alexey Bataev
2014-07-23
1
-0
/
+2
*
[OPENMP] Initial parsing and sema analysis for 'read' clause in 'atomic' dire...
Alexey Bataev
2014-07-23
1
-0
/
+2
*
[OPENMP] Initial parsing and sema analysis for 'atomic' directive.
Alexey Bataev
2014-07-22
1
-0
/
+10
*
[OPENMP] Initial parsing and sema analysis for 'ordered' directive.
Alexey Bataev
2014-07-22
1
-0
/
+1
*
[OPENMP] Initial parsing and sema analysis for 'flush' directive.
Alexey Bataev
2014-07-21
1
-0
/
+7
*
[OPENMP] Parsing/Sema of the OpenMP directive 'critical'.
Alexander Musman
2014-07-21
1
-0
/
+1
*
Remove uses of the redundant ".reset(nullptr)" of unique_ptr, in favor of ".r...
David Blaikie
2014-07-19
1
-1
/
+1
*
[X86 inline-asm] Error out on inline-asm constraint "=f".
Akira Hatanaka
2014-07-18
1
-1
/
+7
*
[OPENMP] Initial parsing and sema analysis for 'taskwait' directive.
Alexey Bataev
2014-07-18
1
-0
/
+1
*
[OPENMP] Initial parsing and sema analysis for 'barrier' directive.
Alexey Bataev
2014-07-18
1
-0
/
+1
*
[OPENMP] Initial parsing and sema analysis of 'taskyield' directive.
Alexey Bataev
2014-07-18
1
-0
/
+1
*
[AArch64] Implement Clang CLI interface proposal about "-march".
Kevin Qin
2014-07-18
1
-20
/
+0
*
If char/short are shorter than int, do not use U as suffix for
Joerg Sonnenberger
2014-07-17
1
-1
/
+5
*
[OPENMP] Initial parsing and sema analysis of 'mergeable' clause.
Alexey Bataev
2014-07-17
1
-0
/
+2
*
[OPENMP] Initial support for parsing and sema analysis of 'untied' clause.
Alexey Bataev
2014-07-17
1
-0
/
+2
*
[OPENMP] Parsing/Sema analysis of directive 'master'
Alexander Musman
2014-07-17
1
-0
/
+1
*
[OPENMP] Initial parsing and sema analysis for 'final' clause.
Alexey Bataev
2014-07-17
1
-0
/
+2
*
Driver: bifurcate extended and basic MSC versioning
Saleem Abdulrasool
2014-07-16
1
-3
/
+4
*
Provide builtin macros as template for PRIab and SCNab, matching the
Joerg Sonnenberger
2014-07-15
1
-0
/
+19
*
VirtualFileSystem: Correctly generate the mapping for an empty VFS
Justin Bogner
2014-07-15
1
-23
/
+22
*
Drop separate UIntMaxType and just derive it from IntMaxType.
Joerg Sonnenberger
2014-07-14
2
-19
/
+2
*
Introduce getCorrespondingUnsignedType() in TargetInfo to work like the
Joerg Sonnenberger
2014-07-14
1
-2
/
+4
*
Fix typos
Alp Toker
2014-07-14
1
-1
/
+1
*
[OPENMP] Parsing and sema analysis for 'omp task' directive.
Alexey Bataev
2014-07-11
1
-1
/
+10
*
Remove use of uniform initialization ({}) introduced in r212725 since this is...
David Blaikie
2014-07-10
1
-1
/
+1
*
[x32] Adding X32 target support to driver, including TargetInfo,DescriptionSt...
Zinovy Nis
2014-07-10
1
-5
/
+11
*
[mips][mips64r6] Define _MIPS_FPSET, __mips_fpr, and __mips_nan2008 correctly...
Daniel Sanders
2014-07-09
1
-2
/
+12
*
[mips] clz is defined to give 32 for zero. Similarly, dclz gives 64.
Daniel Sanders
2014-07-09
1
-0
/
+2
*
ARM: use LLVM's atomicrmw instructions when ldrex/strex are available.
Tim Northover
2014-07-09
1
-17
/
+11
*
Improve memory ownership of vfs::Files in the FileSystemStatCache by using st...
David Blaikie
2014-07-08
2
-15
/
+8
*
[OPENMP] Parsing and sema analysis for 'omp parallel sections' directive.
Alexey Bataev
2014-07-08
1
-4
/
+14
*
Fix memory leak in FileSystemStatCache.
Manuel Klimek
2014-07-07
1
-0
/
+1
*
[OPENMP] Added initial support for 'omp parallel for'.
Alexey Bataev
2014-07-07
1
-3
/
+20
*
Remove unused sys/stat.h includes
Alp Toker
2014-07-07
2
-4
/
+0
*
Update for llvm api change.
Rafael Espindola
2014-07-06
1
-3
/
+8
*
Use non-intrusive refcounting for TargetOptions
Alp Toker
2014-07-06
1
-3
/
+4
*
Constify a read-only parameter and give function a better name
Alp Toker
2014-07-06
1
-2
/
+2
*
[Driver][Mips] Support one more MIPS CPU name - octeon.
Simon Atanasyan
2014-07-04
1
-1
/
+5
*
[Driver][Mips] Support more MIPS CPU names: mips1 - mips5.
Simon Atanasyan
2014-07-04
1
-0
/
+5
*
[Driver][Mips] Check MIPS CPU name provided to the Clang driver.
Simon Atanasyan
2014-07-03
1
-1
/
+10
*
CodeGen: make target builtins support languages
Saleem Abdulrasool
2014-07-02
2
-1
/
+2
*
X86: inline all atomic operations up to 128-bits.
Tim Northover
2014-07-02
1
-3
/
+1
*
Driver: Handle /GR- in a compatible way with MSVC
David Majnemer
2014-07-01
1
-1
/
+1
*
[Driver][Mips] MIPS ABI names "32" and "64" used as arguments of the "-mabi"
Simon Atanasyan
2014-07-01
1
-6
/
+2
[next]