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
/
Sema
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement section pragma feedback on r205810
Reid Kleckner
2015-03-04
3
-8
/
+26
*
New ObjC warning: circular containers.
Alex Denisov
2015-03-04
2
-1
/
+233
*
Move one more diagnostic into the new -Wformat-pedantic group.
Daniel Jasper
2015-03-04
1
-8
/
+10
*
AT.isValid() should come before AT.matchesType()
Seth Cantrell
2015-03-04
1
-30
/
+36
*
Add a format warning for "%p" with non-void* args
Seth Cantrell
2015-03-04
1
-31
/
+41
*
[PowerPC]Activate "vector bool long long" (and alternate spellings) as a vali...
Bill Seurer
2015-03-03
1
-2
/
+7
*
Make -Wuninitialized warn on pointer-to-member and comma operators.
Manuel Klimek
2015-03-03
1
-1
/
+6
*
Sema: Caught exception objects should be unqualified
David Majnemer
2015-03-03
1
-1
/
+1
*
Sema: Properly initialize the thrown exception object
David Majnemer
2015-03-03
1
-21
/
+6
*
Sema: Remove stray static
Benjamin Kramer
2015-03-01
1
-1
/
+1
*
Rework our handling of key functions. We used to track a complete list of all
Richard Smith
2015-02-28
4
-48
/
+29
*
[OPENMP] Codegen for "#pragma omp atomic write"
Alexey Bataev
2015-02-27
1
-2
/
+2
*
Win64: Silently ignore __stdcall, __fastcall, and __thiscall
Reid Kleckner
2015-02-26
1
-2
/
+5
*
Patch to prevent crash when default argument expression
Fariborz Jahanian
2015-02-26
1
-2
/
+5
*
[X86] Remove the blendps/blendpd builtins. They aren't used by the intrinsic ...
Craig Topper
2015-02-26
1
-3
/
+0
*
[X86] Correct immediate range checking for blendps/blendpd/blendpd256 builtins.
Craig Topper
2015-02-26
1
-4
/
+4
*
Sema: __assume with side effects shouldn't result in invalid AST nodes
David Majnemer
2015-02-26
1
-1
/
+1
*
Silence unused variable warning in NDEBUG build
Reid Kleckner
2015-02-26
1
-2
/
+2
*
Improvement on sized deallocation from r230160:
Larisse Voufo
2015-02-25
1
-9
/
+10
*
Allow (Object *)kMyGlobalCFObj casts without bridging
Ben Langmuir
2015-02-25
1
-6
/
+9
*
Sema: Parenthesized bound destructor member expressions can be called
David Majnemer
2015-02-25
7
-59
/
+32
*
Add support for inserting ArrayRef<FixItHint> into DiagnosticBuilder.
Alexander Kornienko
2015-02-25
1
-8
/
+2
*
Fix UTF8 chars to ASCII.
NAKAMURA Takumi
2015-02-25
2
-4
/
+4
*
Restores r228382, which was reverted in r228406.
Sameer Sahasrabuddhe
2015-02-25
1
-1
/
+67
*
CUDA: Add option to allow host device functions to call host functions
Jacques Pienaar
2015-02-24
1
-2
/
+14
*
PR22673 again: diagnose use of the used decl, not the found decl. This is also
Richard Smith
2015-02-24
1
-2
/
+2
*
PR22673: Don't forget to check a constructor for deletedness when we use it to
Richard Smith
2015-02-24
1
-3
/
+7
*
MS extensions: Properly diagnose address of MS property decl
Reid Kleckner
2015-02-24
1
-0
/
+2
*
[modules] Properly check whether a declaration is std::initializer_list. This
Richard Smith
2015-02-24
1
-1
/
+1
*
Relax the requirement on sized deallocation a bit: Default on unsized delete ...
Larisse Voufo
2015-02-22
1
-0
/
+9
*
Cleanup: remove artificial division between lookup results and const lookup
Richard Smith
2015-02-21
5
-13
/
+13
*
Revert r167816 and replace it with a proper fix for the issue: do not
Richard Smith
2015-02-21
1
-17
/
+4
*
Improve diagnostic when failing to synthesize implicit member due to dllexpor...
Hans Wennborg
2015-02-21
1
-0
/
+6
*
[Objective-C]. Provide a new formatting kind, "os_trace" which
Fariborz Jahanian
2015-02-21
2
-2
/
+4
*
PR22435: Correctly implement tiebreaker for reference ordering in function
Richard Smith
2015-02-20
1
-158
/
+47
*
Don't dllexport inline methods when targeting MinGW.
Hans Wennborg
2015-02-19
1
-2
/
+2
*
Add support for analyzing FreeBSD kernel printf extensions.
Dimitry Andric
2015-02-19
2
-2
/
+43
*
[Objective-C Sema]. Don't warn about use of
Fariborz Jahanian
2015-02-19
1
-2
/
+6
*
FIX PR 18432, default args, friends & late-parsed members.
Nathan Sidwell
2015-02-19
1
-1
/
+3
*
Mark DR1948 as implemented
David Majnemer
2015-02-19
1
-3
/
+3
*
[MSVC] Improved lookup into dependent/non-dependent bases of dependent class
Alexey Bataev
2015-02-19
1
-32
/
+72
*
PR22566: a conversion from a floating-point type to bool is a narrowing conve...
Richard Smith
2015-02-19
1
-7
/
+13
*
Sema: Allow 'constexpr' variables in range loops
Meador Inge
2015-02-18
1
-2
/
+0
*
Port r163224 to C++.
Nico Weber
2015-02-18
1
-1
/
+4
*
Wrap to 80 columns. No behavior change.
Nico Weber
2015-02-18
1
-2
/
+4
*
Sema: partially address post-commit comments
Saleem Abdulrasool
2015-02-18
1
-2
/
+1
*
Sema: size_t is available in C when -fms-compatibility is enabled
David Majnemer
2015-02-18
1
-2
/
+3
*
Sema: Replace some push_backs of expensive to move objects with emplace_back.
Benjamin Kramer
2015-02-17
3
-10
/
+5
*
Revert r229543.
Meador Inge
2015-02-17
1
-0
/
+2
*
Sema: Allow 'constexpr' variables in range loops
Meador Inge
2015-02-17
1
-2
/
+0
[next]