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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Re-enable 32-bit SEH after the alignment fix
Reid Kleckner
2015-07-10
2
-5
/
+3
*
[Static Analyzer] Basic per checker command line option validation.
Gabor Horvath
2015-07-09
1
-0
/
+12
*
CFI: Emit correct bit set information if RTTI is disabled under MS ABI.
Peter Collingbourne
2015-07-09
1
-0
/
+12
*
Add GCC-compatible flags -fprofile-generate and -fprofile-use.
Diego Novillo
2015-07-09
3
-5
/
+87
*
[CodeCompletion] Don't crash on member inits of templated constructors.
Benjamin Kramer
2015-07-09
1
-0
/
+16
*
Driver: Include the driver arguments in crash reports
Justin Bogner
2015-07-09
2
-1
/
+7
*
Disable 32-bit SEH, again
Reid Kleckner
2015-07-08
2
-3
/
+5
*
[modules] Fix merging support for forward-declared enums with fixed underlyin...
Richard Smith
2015-07-08
2
-0
/
+8
*
[modules] Fix crash when writing an update record for a redeclaration of an e...
Richard Smith
2015-07-08
3
-0
/
+6
*
CodeGen: Fix off-by-one error in CFI class identification function for MS ABI.
Peter Collingbourne
2015-07-08
1
-0
/
+23
*
Driver: enable support for -fsanitize=cfi on Windows.
Peter Collingbourne
2015-07-08
1
-0
/
+4
*
[SEH] Re-enable SEH on x86 Windows after r241699
Reid Kleckner
2015-07-08
2
-5
/
+3
*
[MIPS] Add support for direct-to-nacl in Clang
Petar Jovanovic
2015-07-08
1
-0
/
+35
*
[EH] Fix for clang bug 24005 - no cleanup for array of memcpy-able objects in...
Alexey Bataev
2015-07-08
1
-0
/
+37
*
Revert "parser: wordsmith diagnostic message" and "parser: diagnose empty att...
David Majnemer
2015-07-08
2
-2
/
+7
*
[CodeGen] Correctly handle base classes which are passed in memory
David Majnemer
2015-07-08
1
-0
/
+16
*
[CodeGen] Don't crash classifying a union of an AVX vector and an int
David Majnemer
2015-07-08
1
-0
/
+9
*
[modules] When determining the visible module set during template
Richard Smith
2015-07-08
4
-0
/
+22
*
Change the expectation for test/Tooling/ms-asm-no-target.cpp since
Adrian Prantl
2015-07-08
1
-6
/
+6
*
Revert "Revert r241620 and follow-up commits" and move the initialization
Adrian Prantl
2015-07-08
83
-41
/
+99
*
[SEH] Switch from frameaddress(0) to localaddress
Reid Kleckner
2015-07-07
4
-20
/
+20
*
Revert r241620 and follow-up commits while investigating linux buildbot failu...
Adrian Prantl
2015-07-07
83
-99
/
+41
*
Update clang for intrinsic rename of framerecover to localrecover
Reid Kleckner
2015-07-07
2
-14
/
+14
*
Add target requirements to testcases that emit PCH.
Adrian Prantl
2015-07-07
11
-6
/
+11
*
Update testcases that use precompiled headers to require a target after
Adrian Prantl
2015-07-07
20
-13
/
+20
*
Wrap clang modules and pch files in an object file container.
Adrian Prantl
2015-07-07
52
-22
/
+68
*
[ARM] Pass subtarget feature "+long-calls" instead of passing backend option
Akira Hatanaka
2015-07-07
3
-4
/
+11
*
s/__nonnull/_Nonnull in a test for Objective-C __kindof.
Douglas Gregor
2015-07-07
1
-1
/
+1
*
[libclang] Implement proper code-completion in an ObjC type parameter position.
Douglas Gregor
2015-07-07
1
-0
/
+13
*
[libclang] When inferring nonnull use the contextual keyword for the code-com...
Douglas Gregor
2015-07-07
1
-1
/
+16
*
[libclang] Replace ObjC generic parameters when code-completing method implem...
Douglas Gregor
2015-07-07
1
-1
/
+11
*
[libclang] Fix code-completion of block parameters that are marked with nulla...
Douglas Gregor
2015-07-07
2
-6
/
+21
*
[libclang] Replace ObjC generic parameters in code-completion results.
Douglas Gregor
2015-07-07
1
-0
/
+53
*
Implement variance for Objective-C type parameters.
Douglas Gregor
2015-07-07
5
-4
/
+115
*
Implement the Objective-C __kindof type qualifier.
Douglas Gregor
2015-07-07
5
-2
/
+366
*
Warn when an intended Objective-C specialization was actually a useless proto...
Douglas Gregor
2015-07-07
1
-1
/
+9
*
Warn when an Objective-C collection literal element is converted to an incomp...
Douglas Gregor
2015-07-07
1
-0
/
+52
*
C++ support for Objective-C lightweight generics.
Douglas Gregor
2015-07-07
6
-17
/
+434
*
Improve the Objective-C common-type computation used by the ternary operator.
Douglas Gregor
2015-07-07
5
-5
/
+61
*
Substitute type arguments into uses of Objective-C interface members.
Douglas Gregor
2015-07-07
6
-16
/
+475
*
Handle Objective-C type arguments.
Douglas Gregor
2015-07-07
7
-16
/
+215
*
Parsing, semantic analysis, and AST for Objective-C type parameters.
Douglas Gregor
2015-07-07
4
-1
/
+242
*
Debug info: Emit distinct __block_literal_generic types for blocks with
Adrian Prantl
2015-07-07
1
-5
/
+22
*
Revert "Revert 241171, 241187, 241199 (32-bit SEH)."
Reid Kleckner
2015-07-07
3
-82
/
+129
*
[Driver] Use llvm::Triple methods to handle -EL and -EB.
Benjamin Kramer
2015-07-06
1
-0
/
+9
*
Handle arbitrary whitespace in the target attribute support.
Eric Christopher
2015-07-06
1
-0
/
+3
*
Debug info: Don't emit a bogus location for the global block pointer type
Adrian Prantl
2015-07-06
1
-1
/
+3
*
[Sema] Warn when shifting a negative value.
Davide Italiano
2015-07-06
2
-3
/
+4
*
Update testcase to reflect new behavior in DIBuilder.
Adrian Prantl
2015-07-06
1
-2
/
+1
*
Resubmit "Pass down the -flto option to the -cc1 job" (r239481)
Teresa Johnson
2015-07-06
2
-0
/
+42
[next]