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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support mingw toolchain include and lib directories on Arch Linux.
Yaron Keren
2015-07-20
1
-27
/
+40
*
[Sema] Make an assertion stricter.
Davide Italiano
2015-07-19
1
-1
/
+1
*
[modules] Don't save uninteresting identifiers, and don't consider identifiers
Richard Smith
2015-07-19
4
-14
/
+29
*
Remove two unused includes, part 2...
Nico Weber
2015-07-19
1
-1
/
+0
*
Remove two unused includes.
Nico Weber
2015-07-19
1
-1
/
+0
*
[X86][AVX512BW] add clang intrinsics for pmulhrsw / pmulhuw / pmulhw
Asaf Badouh
2015-07-19
1
-0
/
+90
*
[CodeGen] Don't dereference vector::end if the vector can be empty
Benjamin Kramer
2015-07-18
1
-1
/
+1
*
[AST] Remove StmtRange in favor of an iterator_range.
Benjamin Kramer
2015-07-18
6
-19
/
+17
*
clang-format: Take nested lines into account when detection C++03
Daniel Jasper
2015-07-18
1
-32
/
+46
*
[AST] Cleanup ExprIterator.
Benjamin Kramer
2015-07-18
7
-24
/
+9
*
Silence the driver warnings, if we see "-w" on the Driver.
Filipe Cabecinhas
2015-07-18
1
-0
/
+3
*
Driver/ToolChain/AMDGPU: Attempt to fix buildbots after r242601
Tom Stellard
2015-07-18
1
-1
/
+1
*
Driver: Add AMDGPU toolchain
Tom Stellard
2015-07-18
5
-0
/
+58
*
[Sema] Emit correct warning when copy-elision is not possible.
Davide Italiano
2015-07-18
1
-0
/
+5
*
[MS ABI] Explicit specialization of static data members are weak
David Majnemer
2015-07-17
1
-1
/
+5
*
InstrProf: Promote this assert to a report_fatal_error
Justin Bogner
2015-07-17
1
-2
/
+2
*
Hopefully fix android i386 build after r242554.
James Y Knight
2015-07-17
1
-1
/
+2
*
basic: default to MSVC on Windows
Saleem Abdulrasool
2015-07-17
1
-6
/
+3
*
Stop treating extension keywords as 'interesting'; we don't allow the extension
Richard Smith
2015-07-17
2
-4
/
+2
*
Fix -save-temp when using objc-arc, sanitizer and profiling
Steven Wu
2015-07-17
3
-8
/
+18
*
Refactor to remove repetition, no functionality change.
Richard Smith
2015-07-17
1
-40
/
+27
*
Remove redundant bouncing between StringRef and a pair of 'const char *'.
Richard Smith
2015-07-17
1
-2
/
+1
*
Fix alignment issues in Clang.
James Y Knight
2015-07-17
11
-38
/
+88
*
[ASTMatchers] Use provided target NodeKind instead of inferring it from the m...
Samuel Benzaquen
2015-07-17
2
-6
/
+6
*
R600: Add macro defs for all supported OpenCL extensions
Tom Stellard
2015-07-17
1
-1
/
+9
*
[Mips] Set mips64r6 as default CPU for MIPS64 Android
Petar Jovanovic
2015-07-17
1
-0
/
+4
*
Fix android build after r242514
Tamas Berghammer
2015-07-17
1
-1
/
+1
*
-Refactored ARMTargetInfo in order to use the API of TargetParser
Alexandros Lamprineas
2015-07-17
1
-156
/
+150
*
[CodeGen, X86] Classify vectors <= 32 bits as INTEGER
David Majnemer
2015-07-17
1
-6
/
+8
*
Driver: Determine file names for crash reports more reliably
Justin Bogner
2015-07-17
2
-59
/
+63
*
Make the clang module container format selectable from the command line.
Adrian Prantl
2015-07-17
16
-64
/
+77
*
Allow __builtin_setjmp/__builtin_longjmp on ARM
Matthias Braun
2015-07-17
1
-0
/
+4
*
clang-format: Respect IndentWrappedFunctionNames when aligning colons
Daniel Jasper
2015-07-16
1
-1
/
+6
*
[Sema] Refactor Sema::ImplicitExceptionSpecification::CalledDecl
Davide Italiano
2015-07-16
1
-16
/
+14
*
Add __has_feature(attribute_availability_with_version_underscores).
Jordan Rose
2015-07-16
1
-0
/
+1
*
[SemaType] Use a range loop.
Davide Italiano
2015-07-16
1
-4
/
+2
*
Disable #pragma redefine_extname for C++ code as it does not make sense in su...
Aaron Ballman
2015-07-16
1
-22
/
+27
*
clang-format: [Proto] Handle enum bodies differently.
Daniel Jasper
2015-07-16
1
-3
/
+5
*
[OPENMP] Fixed detection of canonical loops with random access iterators.
Alexey Bataev
2015-07-16
1
-4
/
+6
*
[Intrin.h] Use compiler builtins to model memory barriers
David Majnemer
2015-07-16
1
-6
/
+4
*
PR10405 - Desugar FunctionType and TemplateSpecializationType if any type tha...
Nikola Smiljanic
2015-07-16
1
-4
/
+56
*
[ARM] Pass subtarget feature "+no-movt" instead of passing backend option
Akira Hatanaka
2015-07-16
1
-4
/
+4
*
[clang-cl] Use the Windows response file tokenizer
Reid Kleckner
2015-07-15
1
-1
/
+3
*
[Static Analyzer] Do not fail silently, when the analyzer is invoked from too...
Gabor Horvath
2015-07-15
1
-1
/
+6
*
Allow any comment to be a trailing comment when -fparse-all-comments is on.
James Dennett
2015-07-15
1
-7
/
+79
*
clang-format: Fix return type breaking with overloaded operator functions
Birunthan Mohanathas
2015-07-15
2
-15
/
+60
*
Run clang-format on Tools.h, the indentation is inconsistent
Reid Kleckner
2015-07-15
1
-392
/
+378
*
[Targets] Define __BOOL_DEFINED for Windows targets in C++ mode
David Majnemer
2015-07-15
1
-0
/
+2
*
Add the ability to AST match a variable declaration that is an exception vari...
Aaron Ballman
2015-07-15
1
-0
/
+1
*
clang-format: Fix column layout with a comment in the last line.
Daniel Jasper
2015-07-15
1
-1
/
+2
[next]