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
*
Enable support for __float128 in Clang
Nemanja Ivanovic
2016-04-13
2
-5
/
+25
*
[FileManager] Don't crash if reading from stdin and stat(".") fails
David Majnemer
2016-04-12
1
-1
/
+1
*
[OPENMP 4.0] Support for 'uniform' clause in 'declare simd' directive.
Alexey Bataev
2016-04-12
1
-0
/
+5
*
Basic: fix profiling with GNU EABI
Saleem Abdulrasool
2016-04-12
1
-0
/
+4
*
Correct pg instrumentation for AArch64
Saleem Abdulrasool
2016-04-10
1
-5
/
+0
*
Add support for __gnu_mcount_nc as the pg interface
Saleem Abdulrasool
2016-04-10
1
-2
/
+11
*
Basic: thread TargetOptions into TargetInfo
Saleem Abdulrasool
2016-04-09
1
-292
/
+335
*
revert SVN r265702, r265640
Saleem Abdulrasool
2016-04-08
3
-392
/
+293
*
Basic: move CodeGenOptions from Frontend
Saleem Abdulrasool
2016-04-07
3
-2
/
+36
*
Basic: thread CodeGenOptions into TargetInfo
Saleem Abdulrasool
2016-04-07
1
-292
/
+357
*
[OPENMP] Parsing and Sema support for 'omp declare target' directive
Dmitry Polukhin
2016-04-06
1
-0
/
+2
*
[X86] Introduction of -march=lakemont.
Andrey Turetskiy
2016-04-05
1
-3
/
+16
*
[CodeGenCXX] Fix ItaniumCXXABI::getAlignmentOfExnObject to return 8-byte
Akira Hatanaka
2016-03-31
1
-0
/
+7
*
[VFS] Handle empty entries in directory traversal
Bruno Cardoso Lopes
2016-03-30
1
-8
/
+13
*
AMDGPU: Remove separate r600 double data layout
Matt Arsenault
2016-03-30
1
-5
/
+1
*
[SystemZ] Specify required features for builtins.
Jonas Paulsson
2016-03-30
1
-0
/
+2
*
[OPENMP 4.0] Initial support for '#pragma omp declare simd' directive.
Alexey Bataev
2016-03-30
1
-0
/
+2
*
Add additional Hi/Lo registers to Clang MipsTargetInfoBase
Hrvoje Varga
2016-03-29
1
-1
/
+2
*
[lanai] Add Lanai backend to clang driver.
Jacques Pienaar
2016-03-28
1
-0
/
+108
*
Check if a path is already absolute before trying to make it so.
Bob Wilson
2016-03-26
1
-0
/
+3
*
Fix a missing comma between two string literals.
Etienne Bergeron
2016-03-24
1
-1
/
+1
*
[X86] Add "x87" in x86 target feature map.
Andrey Turetskiy
2016-03-23
1
-0
/
+3
*
Reapply [2] [VFS] Add 'overlay-relative' field to YAML files
Bruno Cardoso Lopes
2016-03-20
1
-18
/
+95
*
Revert "Reapply [VFS] Add 'overlay-relative' field to YAML files"
Bruno Cardoso Lopes
2016-03-17
1
-95
/
+18
*
Reapply [VFS] Add 'overlay-relative' field to YAML files
Bruno Cardoso Lopes
2016-03-17
1
-18
/
+95
*
Reapply [2]: [VFS] Add support for handling path traversals
Bruno Cardoso Lopes
2016-03-17
1
-16
/
+64
*
Add attributes for preserve_mostcc/preserve_allcc calling conventions to the ...
Roman Levenstein
2016-03-16
1
-0
/
+4
*
Revert r263617, "Reapply: [VFS] Add support for handling path traversals"
NAKAMURA Takumi
2016-03-16
1
-64
/
+16
*
Reapply: [VFS] Add support for handling path traversals
Bruno Cardoso Lopes
2016-03-16
1
-16
/
+64
*
Myriad: define __myriad2 macro automatically
Douglas Katzman
2016-03-15
1
-1
/
+22
*
[modules] Simplify code logic. NFC.
Davide Italiano
2016-03-09
1
-6
/
+2
*
Implement __builtin_eh_return_data_regno for SPARC and SPARC64.
Joerg Sonnenberger
2016-03-07
1
-0
/
+6
*
[X86] AMD Bobcat CPU (btver1) doesn't support XSAVE
Simon Pilgrim
2016-03-05
1
-1
/
+0
*
Make TargetInfo store an actual DataLayout instead of a string.
James Y Knight
2016-03-04
2
-129
/
+95
*
[MIPS] initFeatureMap() to handle empty string argument
Bhushan D. Attarde
2016-03-04
1
-0
/
+2
*
[VFS] Switch from close to SafelyCloseFileDescriptor
David Majnemer
2016-03-04
1
-13
/
+3
*
[ARM] Add Clang targeting for ARMv8-M Baseline/Mainline
Bradley Smith
2016-03-03
1
-7
/
+13
*
Semantic analysis for the swiftcall calling convention.
John McCall
2016-03-03
1
-13
/
+42
*
[OPENMP 4.0] Initial support for 'omp declare reduction' construct.
Alexey Bataev
2016-03-03
1
-0
/
+1
*
Optionally demote fatal errors to non-fatal errors.
Manuel Klimek
2016-03-01
2
-0
/
+7
*
AMDGPU: Add missing Volcanic Islands targets
Tom Stellard
2016-02-29
1
-0
/
+2
*
[X86] Disabling avx512f should also disable avx512vbmi and avx512ifma. Enabli...
Craig Topper
2016-02-29
1
-3
/
+9
*
[X86] Enabling xsave should not enable AVX. I seem to have done this, but I d...
Craig Topper
2016-02-29
1
-6
/
+2
*
AMDGPU: Fix broken/confusing predefined macro
Matt Arsenault
2016-02-27
1
-1
/
+5
*
AMDGPU: Fix inconsistent register name for flat_scratch
Matt Arsenault
2016-02-27
1
-2
/
+2
*
Basic: fix __USER_LABEL_PREFIX__ on Cygwin
Saleem Abdulrasool
2016-02-26
1
-0
/
+1
*
Revert "[VFS] Add support for handling path traversals"
Bruno Cardoso Lopes
2016-02-23
1
-39
/
+15
*
Revert "[VFS] Add 'overlay-relative' field to YAML files" and "[VFS] Fix call...
Bruno Cardoso Lopes
2016-02-23
1
-98
/
+19
*
[VFS] Add 'overlay-relative' field to YAML files
Bruno Cardoso Lopes
2016-02-22
1
-19
/
+98
*
[VFS] Add support for handling path traversals
Bruno Cardoso Lopes
2016-02-22
1
-15
/
+39
[next]