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
...
*
[Basic] Extend DiagnosticEngine to store and format Qualifiers.
Anastasia Stulova
2019-01-04
1
-0
/
+1
*
Remove stat cache chaining as it's no longer needed after PTH support has been
Alex Lorenz
2018-12-21
2
-44
/
+11
*
Replace getOS() == llvm::Triple::*BSD with isOS*BSD() [NFCI]
Michal Gorny
2018-12-20
6
-16
/
+16
*
Emit ASM input in a constant context
Bill Wendling
2018-12-18
1
-0
/
+2
*
[OPENMP] parsing and sema support for 'close' map-type-modifier
Kelvin Li
2018-12-18
1
-2
/
+9
*
Basic: make `int_least64_t` and `int_fast64_t` match on Darwin
Saleem Abdulrasool
2018-12-12
1
-0
/
+9
*
Move CodeGenOptions from Frontend to Basic
Richard Trieu
2018-12-11
3
-1
/
+34
*
ComputeLineNumbers: delete SSE2 vectorization
Fangrui Song
2018-12-10
1
-56
/
+13
*
SourceManager: insert(make_pair(..)) -> try_emplace. NFC
Fangrui Song
2018-12-09
1
-5
/
+2
*
[PowerPC] VSX register support for inline assembly
Kang Zhang
2018-12-07
2
-0
/
+32
*
ARM, AArch64: support `__attribute__((__swiftcall__))`
Saleem Abdulrasool
2018-12-06
2
-0
/
+2
*
[Hexagon] Add support for Hexagon V66
Krzysztof Parzyszek
2018-12-05
1
-1
/
+4
*
[Basic] Cleanups in IdentifierInfo following the removal of PTH
Bruno Ricci
2018-12-05
1
-22
/
+0
*
[Haiku] Support __float128 for x86 and x86_64
Kristina Brooks
2018-12-05
1
-0
/
+10
*
[SystemZ] Do not support __float128
Ulrich Weigand
2018-12-04
1
-1
/
+0
*
[Basic] Move DiagnosticsEngine::dump from .h to .cpp
Fangrui Song
2018-12-01
1
-0
/
+8
*
[clang] Fill RealPathName for virtual files.
Kadir Cetinkaya
2018-11-30
1
-10
/
+14
*
Add Hurd target to Clang driver (2/2)
Kristina Brooks
2018-11-29
2
-0
/
+25
*
[clang][ARC] Add ARCTargetInfo
Tatyana Krasnukha
2018-11-27
4
-0
/
+104
*
[X86] Add -march=cascadelake support in clang.
Craig Topper
2018-11-27
1
-2
/
+10
*
[AArch64] Add aarch64_vector_pcs function attribute to Clang
Sander de Smalen
2018-11-26
1
-0
/
+1
*
[FileManager] getFile(open=true) after getFile(open=false) should open the file.
Sam McCall
2018-11-19
1
-19
/
+32
*
Introduce the _Clang scoped attribute token.
Aaron Ballman
2018-11-09
1
-10
/
+12
*
Add support for 'atomic_default_mem_order' clause on 'requires' directive. Al...
Patrick Lyster
2018-11-02
1
-0
/
+16
*
Fix clang -Wimplicit-fallthrough warnings across llvm, NFC
Reid Kleckner
2018-11-01
3
-1
/
+3
*
Add LLVM_FALLTHROUGH annotation after switch
Reid Kleckner
2018-11-01
1
-0
/
+1
*
[Clang][PowerPC] Support constraint 'wi' in asm
Li Jia He
2018-11-01
1
-0
/
+1
*
NFC: Merge KEYOBJC and KEYARC
Erik Pilkington
2018-10-30
1
-25
/
+23
*
NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)
Erik Pilkington
2018-10-30
4
-11
/
+8
*
[AArch64] Implement FP16FML intrinsics
Bryan Chan
2018-10-25
2
-0
/
+7
*
Implement Function Multiversioning for Non-ELF Systems.
Erich Keane
2018-10-25
1
-3
/
+0
*
Add gfx909 to GPU Arch
Tim Renouf
2018-10-24
2
-0
/
+6
*
AMDGPU: Handle gfx909 in AMDGPUTargetInfo::initFeatureMap
Konstantin Zhuravlyov
2018-10-24
1
-0
/
+1
*
Support accepting __gnu__ as a scoped attribute namespace that aliases to gnu.
Aaron Ballman
2018-10-24
1
-6
/
+11
*
Add gfx904 and gfx906 to GPU Arch
Yaxun Liu
2018-10-23
2
-0
/
+12
*
[X86] Remove 'rtm' feature from KNL.
Craig Topper
2018-10-23
1
-1
/
+0
*
[Hexagon] Remove support for V4
Krzysztof Parzyszek
2018-10-19
1
-11
/
+4
*
[AArch64] Define __ELF__ for aarch64-none-elf and other similar triples.
Eli Friedman
2018-10-17
1
-3
/
+2
*
[SystemZ] Actually enable -mzvector keywords
Ulrich Weigand
2018-10-16
1
-0
/
+1
*
[mips] Fix handling of GNUABIN32 environment in a target triple
Simon Atanasyan
2018-10-15
1
-1
/
+6
*
Add support for 'dynamic_allocators' clause on 'requires' directive. Differen...
Patrick Lyster
2018-10-11
1
-0
/
+2
*
Lift VFS from clang to llvm (NFC)
Jonas Devlieghere
2018-10-10
5
-2158
/
+17
*
[X86] Remove FeatureRTM from Skylake processor list
Craig Topper
2018-10-10
1
-1
/
+0
*
Introduce code_model macros
Ali Tamur
2018-10-08
1
-0
/
+5
*
[OPENMP] Add reverse_offload clause to requires directive
Patrick Lyster
2018-10-03
1
-0
/
+2
*
Add support for unified_shared_memory clause on requires directive
Patrick Lyster
2018-10-01
1
-0
/
+2
*
Use the container form llvm::sort(C, ...)
Fangrui Song
2018-09-30
1
-1
/
+1
*
[X86] Add the movbe instruction intrinsics from icc.
Craig Topper
2018-09-28
1
-0
/
+3
*
[ARM] Prevent DSP and SIM32 being set for v6m
Sam Parker
2018-09-28
1
-1
/
+1
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-26
1
-2
/
+1
[prev]
[next]