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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a few typos in the required feature set for some of the x86
Eric Christopher
2015-10-09
1
-48
/
+48
*
Skip NonNull sema checks in unevaluated contexts.
Eric Fiselier
2015-10-09
2
-1
/
+5
*
Expose -f[no]ms-{compatibility,extensions} in clang-cl (PR25114)
Hans Wennborg
2015-10-08
2
-4
/
+10
*
Use Triple.isAndroid() where possible.
Evgeniy Stepanov
2015-10-08
5
-23
/
+17
*
[WinEH] Push cleanupendpad scopes around exceptional cleanups
Reid Kleckner
2015-10-08
3
-47
/
+61
*
[CodeGen] [CodeGen] Attach function attributes to functions created in
Akira Hatanaka
2015-10-08
4
-28
/
+40
*
Handle sse turning on mmx, but no -mmx not turning off SSE.
Eric Christopher
2015-10-08
3
-16
/
+39
*
Migrate most feature map inclusion to initFeatureMap for the x86 target so
Eric Christopher
2015-10-08
2
-20
/
+24
*
[CodeGen] Check if the Decl pointer passed is null, and if so, return
Akira Hatanaka
2015-10-08
1
-7
/
+15
*
When mapping no_sanitize_* attributes to no_sanitize attributes, handle GNU-s...
Aaron Ballman
2015-10-08
4
-29
/
+41
*
[clang-cl] Make /EHs turn on C++ EH once again
Reid Kleckner
2015-10-08
2
-12
/
+6
*
Simplify DefaultCPU in ARMTargetInfo
Renato Golin
2015-10-08
2
-31
/
+18
*
CGStmtOpenMP.cpp: Prune redundant \param. [-Wdocumentation]
NAKAMURA Takumi
2015-10-08
1
-1
/
+0
*
[VFS] Use VFS instead of virtual files in PPCallbacks test.
Benjamin Kramer
2015-10-08
1
-4
/
+6
*
[Myriad]: default the Dwarf version to 2
Douglas Katzman
2015-10-08
2
-0
/
+4
*
[Driver] Use Twine instead of itostr. NFC.
Benjamin Kramer
2015-10-08
1
-1
/
+1
*
[MSVC Compat] Try to treat an implicit, fixed enum as an unfixed enum
David Majnemer
2015-10-08
7
-11
/
+21
*
[OPENMP 4.1] Codegen for array sections/subscripts in 'reduction' clause.
Alexey Bataev
2015-10-08
16
-190
/
+870
*
Update a few more tests in response to the MS ABI enum semantics
David Majnemer
2015-10-08
13
-15
/
+15
*
[Sema] Tweak incomplete enum types on MSVC ABI targets
David Majnemer
2015-10-08
5
-6
/
+8
*
Update tests touched by r249656
David Majnemer
2015-10-08
20
-32
/
+33
*
Use itostr(), not std::to_string() because of Android.
Douglas Katzman
2015-10-08
1
-1
/
+1
*
Unbreak 'debug-options' test when builder is Darwin
Douglas Katzman
2015-10-08
1
-1
/
+1
*
[MSVC Compat] Enable ABI impacting non-conforming behavior independently of -...
David Majnemer
2015-10-08
7
-29
/
+46
*
Stop messing with the 'g' group of options in CompilerInvocation.
Douglas Katzman
2015-10-08
227
-392
/
+480
*
Fix a -Wdeclaration-after-statement warning.
Craig Topper
2015-10-08
1
-1
/
+1
*
[WinEH] Remove NewMSEH and enable its behavior by default
Reid Kleckner
2015-10-08
17
-885
/
+253
*
When pretty-printing a C++11 literal operator, don't insert whitespace between
Richard Smith
2015-10-08
13
-46
/
+50
*
Don't emit exceptional stackrestore cleanups around inalloca functions
Reid Kleckner
2015-10-08
4
-34
/
+16
*
Make clang_Cursor_getMangling not mangle if the declaration isn't mangled
Ehsan Akhgari
2015-10-08
3
-1
/
+12
*
[WinEH] Don't use lifetime markers for MS catch parameters
Reid Kleckner
2015-10-07
2
-2
/
+18
*
Fix a shared CMake build by linking with libclangBasic.
Benjamin Kramer
2015-10-07
1
-0
/
+1
*
ASTMatchers: Keep AllCallbacks in a set instead of a vector
Daniel Jasper
2015-10-07
2
-7
/
+8
*
clang-format: Add include sorting capabilities to sublime, emacs and
Daniel Jasper
2015-10-07
3
-1
/
+6
*
[VFS] Port driver tool chains to VFS.
Benjamin Kramer
2015-10-07
11
-147
/
+251
*
clang-format: Fixed missing space between Obj-C for/in and a typecast.
Daniel Jasper
2015-10-07
2
-1
/
+15
*
[clang-format] Stop alignment sequences on open braces and parens when
Daniel Jasper
2015-10-07
2
-8
/
+58
*
clang-format: Hopefully fix code blocks in docs.
Daniel Jasper
2015-10-07
2
-1
/
+7
*
Silence warning about not being able to find clang-interpreter
Richard Barton
2015-10-07
1
-11
/
+15
*
Make the test take input from stdin to prevent matching characters in a file ...
Richard Barton
2015-10-07
1
-4
/
+4
*
Fix crash in codegen on casting to `bool &`.
Alexey Bataev
2015-10-07
2
-1
/
+10
*
[VFS] Refactor VFSFromYAML a bit.
Benjamin Kramer
2015-10-07
1
-60
/
+57
*
[VFS] Also drop '.' when adding files to an in-memory FS.
Benjamin Kramer
2015-10-07
2
-0
/
+10
*
Make clang-format actually respect custom brace wrapping flags.
Daniel Jasper
2015-10-07
2
-2
/
+15
*
clang-format: Fix false ObjC block detection.
Daniel Jasper
2015-10-07
2
-0
/
+7
*
clang-format: Understand array reference types.
Daniel Jasper
2015-10-07
2
-1
/
+2
*
clang-format: Fix false positive in pointer/reference detection.
Daniel Jasper
2015-10-07
2
-1
/
+4
*
clang/test/CodeGen/exceptions-seh-leave-new.c: Use "opt -instnamer" for branc...
NAKAMURA Takumi
2015-10-07
1
-1
/
+1
*
[SEH] Fix x64 __exception_code in __except blocks
Reid Kleckner
2015-10-07
2
-8
/
+36
*
Fix Clang-tidy modernize-use-nullptr warnings in source directories; other mi...
Hans Wennborg
2015-10-06
19
-168
/
+112
[next]