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
*
[SystemZ] Define __GCC_HAVE_SYNC_COMPARE_AND_SWAP macros
Ulrich Weigand
2016-02-05
1
-0
/
+6
*
Do not honor explicit alignment attribute on fields for PS4.
Sunil Srivastava
2016-02-05
2
-0
/
+5
*
[modules] Separately track whether an identifier's preprocessor information and
Richard Smith
2016-02-05
1
-0
/
+1
*
[x86] Correct setting of WIntType for MCU target
Andrey Bokhanko
2016-02-04
1
-0
/
+1
*
Basic: mark TLS as supported on Windows on ARM
Saleem Abdulrasool
2016-02-04
1
-1
/
+0
*
[OpenMP] Parsing + sema for target parallel for directive.
Arpith Chacko Jacob
2016-02-03
1
-9
/
+20
*
[OpenCL] Adding reserved operator logical xor for OpenCL
Anastasia Stulova
2016-02-03
1
-0
/
+1
*
-inline-asm][X86] Add ability to use AVX512 in MS inline asm
Marina Yatsina
2016-02-03
1
-0
/
+8
*
[OpenMP] Prevent nesting of target constructs within target code execution re...
Arpith Chacko Jacob
2016-02-02
1
-2
/
+9
*
Undoing commit r259366 to debug buildbot failure.
Arpith Chacko Jacob
2016-02-01
1
-9
/
+2
*
Fix attribute((mode([word|unwind_word]))) for x32
Reid Kleckner
2016-02-01
1
-0
/
+2
*
[OpenMP] Prevent nesting of target constructs within target code execution re...
Arpith Chacko Jacob
2016-02-01
1
-2
/
+9
*
Remove the egregious PCHContainer layering hack that doesn't seem to be neces...
Benjamin Kramer
2016-02-01
1
-5
/
+0
*
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...
Yaron Keren
2016-01-29
1
-1
/
+1
*
Fix isBeforeInTranslationUnit to not abort on macros defined in cmdline.
Yury Gribov
2016-01-28
1
-0
/
+8
*
Small refactor in isBeforeInTranslationUnit.
Yury Gribov
2016-01-28
1
-6
/
+6
*
ARMv7k: select ABI based on v7k Arch rather than watchos OS.
Tim Northover
2016-01-27
1
-5
/
+5
*
Revert "Change of UserLabelPrefix default value from "_" to """
James Y Knight
2016-01-27
2
-23
/
+32
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-40
/
+0
*
[OpenMP] Parsing + sema for target parallel directive.
Arpith Chacko Jacob
2016-01-26
1
-1
/
+12
*
[OpenMP] Parsing + sema for defaultmap clause.
Arpith Chacko Jacob
2016-01-26
1
-0
/
+22
*
Recommit: R258773 [OpenCL] Pipe builtin functions
Xiuli Pan
2016-01-26
1
-1
/
+2
*
Revert "[OpenCL] Pipe builtin functions"
David Majnemer
2016-01-26
1
-2
/
+1
*
[OpenCL] Pipe builtin functions
Xiuli Pan
2016-01-26
1
-1
/
+2
*
Change of UserLabelPrefix default value from "_" to ""
Andrey Bokhanko
2016-01-22
2
-32
/
+23
*
[OpenMP] Parsing + sema for "target exit data" directive.
Samuel Antao
2016-01-19
1
-0
/
+10
*
[OpenMP] Parsing + sema for "target enter data" directive.
Samuel Antao
2016-01-19
1
-0
/
+10
*
Add OpenMP dist_schedule clause to distribute directive and related regressio...
Carlo Bertolli
2016-01-15
1
-0
/
+15
*
Correct setting of UserLabelPrefix for MCU target.
Andrey Bokhanko
2016-01-14
1
-0
/
+1
*
[vfs] Normalize working directory if requested.
Benjamin Kramer
2016-01-09
1
-0
/
+17
*
ARM: allow __thread on OS versions that have the required runtime support.
Tim Northover
2016-01-07
1
-1
/
+18
*
[WebAssembly] Add -m:e to the target triple.
Dan Gohman
2016-01-07
1
-2
/
+2
*
[Driver] Add support for -fno-builtin-foo options.
Chad Rosier
2016-01-06
2
-2
/
+20
*
[AArch64] Teaches clang about Samsung Exynos-M1
MinSeong Kim
2016-01-05
1
-1
/
+2
*
[X86][PKU] add clang intrinsic for {RD|WR}PKRU
Asaf Badouh
2015-12-31
1
-1
/
+7
*
[OPENMP 4.5] Sema/parsing support for extended format of 'schedule' clause.
Alexey Bataev
2015-12-28
1
-5
/
+13
*
Replace llvm::utostr calls in Twine context with Twines. NFC.
Benjamin Kramer
2015-12-24
1
-1
/
+1
*
[mips] Add _GCC_HAVE_SYNC_COMPARE_AND_SWAP macros.
Daniel Sanders
2015-12-22
1
-0
/
+8
*
[Cygwin] Enable TLS as emutls.
NAKAMURA Takumi
2015-12-21
1
-1
/
+0
*
[OPENMP 4.5] Parsing/sema for 'hint' clause of 'critical' directive.
Alexey Bataev
2015-12-15
1
-1
/
+12
*
[Hexagon] Update default paths and arguments
Krzysztof Parzyszek
2015-12-14
1
-41
/
+72
*
Add parse and sema of OpenMP distribute directive with all clauses except dis...
Carlo Bertolli
2015-12-14
1
-1
/
+16
*
[VFS] Fix status() of opened redirected file
Ben Langmuir
2015-12-10
1
-22
/
+28
*
unique_ptrify some collections in FileManager
David Blaikie
2015-12-09
1
-16
/
+10
*
Revert r255001, "Add parse and sema for OpenMP distribute directive and all i...
NAKAMURA Takumi
2015-12-09
1
-16
/
+1
*
[Basic] Rangify two for loops. NFC.
Vedant Kumar
2015-12-09
1
-4
/
+4
*
[OPENMP 4.5] Parsing/sema for 'num_tasks' clause.
Alexey Bataev
2015-12-08
1
-0
/
+2
*
Add parse and sema for OpenMP distribute directive and all its clauses exclud...
Carlo Bertolli
2015-12-08
1
-1
/
+16
*
[OPENMP 4.5] parsing/sema support for 'grainsize' clause.
Alexey Bataev
2015-12-07
1
-0
/
+2
*
[OPENMP 4.5] parsing/sema support for 'nogroup' clause.
Alexey Bataev
2015-12-07
1
-0
/
+2
[next]