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
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
2
-18
/
+17
*
Create the correct profiling symbol on NetBSD.
Joerg Sonnenberger
2015-04-10
1
-0
/
+1
*
Create correct platform-specific target for NetBSD PPC64LE.
Joerg Sonnenberger
2015-04-10
1
-0
/
+2
*
Add Clang support for remaining integer divide and permute instructions from ...
Nemanja Ivanovic
2015-04-09
1
-1
/
+26
*
[ARM] add support for Cortex-R4/R4F
Javed Absar
2015-04-09
1
-3
/
+3
*
Prefer uninitialized memory for scratch space.
Benjamin Kramer
2015-04-06
1
-2
/
+2
*
Set the type of ptrdiff_t to signed on NVPTX targets
Eli Bendersky
2015-04-01
1
-4
/
+6
*
Set NVPTX64 target's size_t to match other 64-bit targets
Eli Bendersky
2015-04-01
1
-2
/
+2
*
Fix data layout mismatch between LLVM and Clang for i686-pc-windows-msvc-elf
Reid Kleckner
2015-04-01
1
-1
/
+4
*
[SystemZ] Add header files to Makefile / module.modulemap
Ulrich Weigand
2015-04-01
1
-1
/
+2
*
[SystemZ] Support transactional execution on zEC12
Ulrich Weigand
2015-04-01
1
-6
/
+36
*
Add sm_37 target to Clang for NVPTX
Eli Bendersky
2015-03-31
1
-0
/
+5
*
Add driver support for Native Client SDK
Derek Schuff
2015-03-30
1
-2
/
+4
*
[SystemZ] Fix definition of IntMaxType / Int64Type
Ulrich Weigand
2015-03-30
1
-0
/
+2
*
[mips] Add support for 'ZC' inline assembly memory constraint.
Daniel Sanders
2015-03-30
1
-0
/
+21
*
[modules] Restrict the module use-declaration to only appear in top-level
Richard Smith
2015-03-26
1
-0
/
+13
*
Make the msse4/mno-sse4 flags aliases of the maximum sse values
Eric Christopher
2015-03-25
1
-5
/
+0
*
Add Hardware Transactional Memory (HTM) Support
Kit Barton
2015-03-25
1
-1
/
+10
*
Create android x86_32 and x86_64 target info
Tamas Berghammer
2015-03-25
1
-4
/
+40
*
Move private classes into anonymous namespaces
Benjamin Kramer
2015-03-23
1
-86
/
+1
*
MS ABI: Implement driver-level support for thread-safe statics
David Majnemer
2015-03-22
1
-2
/
+14
*
OpenCL: CL2.0 atomic types
Anastasia Stulova
2015-03-18
1
-4
/
+11
*
Remove many superfluous SmallString::str() calls.
Yaron Keren
2015-03-18
2
-3
/
+3
*
MS ABI: Define _HAS_CHAR16_T_LANGUAGE_SUPPORT when appropriate
David Majnemer
2015-03-18
1
-0
/
+3
*
MSVC Compat: Permit char16_t, char32_t and _Atomic when targeting > 2013
David Majnemer
2015-03-18
1
-3
/
+4
*
Basic: Update clang to reflect changes made to LLVM datalayout
David Majnemer
2015-03-17
1
-7
/
+9
*
[ARM] Add support for ARMV6K subtarget (Clang)
Renato Golin
2015-03-17
1
-2
/
+3
*
Global inline assembler blocks are merged before parsing, so no specific
Joerg Sonnenberger
2015-03-16
1
-14
/
+25
*
Under duress, move check for target support of __builtin_setjmp/
Joerg Sonnenberger
2015-03-11
1
-0
/
+8
*
[PowerPC] ABI support for the QPX vector instruction set
Hal Finkel
2015-03-11
1
-3
/
+10
*
Add target information for CloudABI on x86-64.
Ed Schouten
2015-03-11
1
-0
/
+24
*
Simplify boolean expressions in clang with clang-tidy
David Blaikie
2015-03-09
1
-1
/
+1
*
Add Clang support for PPC cryptography builtins
Nemanja Ivanovic
2015-03-04
1
-1
/
+19
*
Support __attribute__((availability)) on Android.
Dan Albert
2015-03-03
1
-1
/
+6
*
Add __ARM_DWARF_EH__ to signify the use of Itanium ABI for unwind instructions.
Renato Golin
2015-02-27
1
-2
/
+14
*
AMDGCN: Define cl_khr_fp64 when compiling OpenCL programs
Tom Stellard
2015-02-27
1
-0
/
+2
*
Win64: Silently ignore __stdcall, __fastcall, and __thiscall
Reid Kleckner
2015-02-26
1
-4
/
+16
*
Add support for generating MIPS legacy NaN
Petar Jovanovic
2015-02-26
1
-0
/
+4
*
Remove some unused includes of llvm/IR headers from parts of Clang that really
Richard Smith
2015-02-26
1
-1
/
+0
*
Fixed typo.
Zoran Jovanovic
2015-02-23
1
-1
/
+1
*
[Mips] Support mips32r3, mips32r5, mips64r3, mips64r5 MIPS ISA names
Simon Atanasyan
2015-02-20
1
-0
/
+12
*
Change representation of member function pointers for MIPS targets
Zoran Jovanovic
2015-02-18
2
-1
/
+4
*
[ARM] Add missing M/R class CPUs
Bradley Smith
2015-02-18
1
-7
/
+9
*
Remove the ABI from the target features. It's obsoleted by
Eric Christopher
2015-02-17
1
-3
/
+0
*
Prefer SmallVector::append/insert over push_back loops. Clang edition.
Benjamin Kramer
2015-02-17
1
-8
/
+2
*
Preprocessor: support __BIGGEST_ALIGNMENT__ macro
Tim Northover
2015-02-06
1
-2
/
+2
*
Allow to specify multiple -fsanitize-blacklist= arguments.
Alexey Samsonov
2015-02-04
2
-4
/
+4
*
Teaches the Clang driver to accept Cortex-A72
Renato Golin
2015-02-04
1
-4
/
+4
*
Add cc1 option '-fmodule-feature' to add custom values for 'requires' decls
Ben Langmuir
2015-02-02
1
-10
/
+15
*
Windows: Fix _CPPUNWIND definition to follow -fcxx-exceptions
Reid Kleckner
2015-01-30
1
-1
/
+1
[next]