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
*
Mention clang-cl in MSVCCompatibility.rst
Nico Weber
2014-03-05
1
-1
/
+4
*
Update for llvm change.
Rafael Espindola
2014-03-05
1
-2
/
+5
*
[code-completion] Add a couple of test cases suggested by Jordan, and a FIXME.
Argyrios Kyrtzidis
2014-03-05
1
-1
/
+9
*
AST: Remove layering violation with Sema
David Majnemer
2014-03-05
6
-14
/
+29
*
[C++11] Using std::unique_ptr to ensure that Argument objects do not leak (si...
Aaron Ballman
2014-03-05
1
-50
/
+45
*
Use ThreadSafeRefCountedBase for vfs::FileSystem
Ben Langmuir
2014-03-05
1
-1
/
+1
*
Style fix: replace "1 entries" with "1 entry" in the vftable layout dumping code
Timur Iskhodzhanov
2014-03-05
5
-74
/
+76
*
Revert "[C++11] Replace trivial lambda with std::cref."
Benjamin Kramer
2014-03-05
1
-1
/
+3
*
[C++11] Replace trivial lambda with std::cref.
Benjamin Kramer
2014-03-05
1
-3
/
+1
*
Added a const qualifier to SourceManager& parameters.
Alexander Kornienko
2014-03-05
2
-12
/
+15
*
MS ABI: Mangle lambdas
David Majnemer
2014-03-05
2
-1
/
+50
*
Disable BasicTests/VFS on win32 for now. Investigating.
NAKAMURA Takumi
2014-03-05
1
-0
/
+2
*
[-cxx-abi microsoft] Implement local manglings accurately
David Majnemer
2014-03-05
18
-202
/
+385
*
Adjust logic for 'objc_protocol_requires_explicit_implementation' for inherit...
Ted Kremenek
2014-03-05
2
-10
/
+92
*
[OPENMP] allow clause 'private' on directive 'omp simd'
Alexey Bataev
2014-03-05
3
-11
/
+67
*
[OPENMP] emit error message for clause 'if(1 0)'
Alexey Bataev
2014-03-05
2
-4
/
+3
*
[AST] A "Class<P>" type should not have '*' when printed out.
Argyrios Kyrtzidis
2014-03-05
3
-2
/
+15
*
[OPNEMP] Fixed instantiation of 'if' clause
Alexey Bataev
2014-03-05
2
-6
/
+17
*
Speculatively fix MSVC buildbots
David Majnemer
2014-03-05
1
-5
/
+9
*
Merge using-decl-pr17575.cpp into existing test case.
Peter Collingbourne
2014-03-05
2
-11
/
+6
*
Add a test case for PR17575.
Peter Collingbourne
2014-03-05
1
-0
/
+11
*
[-Wunreachable-code] Don't warn about dead code guarded by a "configuration v...
Ted Kremenek
2014-03-05
2
-10
/
+97
*
Headers: Provide an ABI compatible max_align_t when _MSC_VER is defined
David Majnemer
2014-03-04
2
-0
/
+9
*
Remove some unnecessary qualification
David Blaikie
2014-03-04
1
-2
/
+2
*
Objective-C. Return 0 as class of methods in protocols.
Fariborz Jahanian
2014-03-04
2
-4
/
+3
*
Support relative paths in VFSFromYAML
Ben Langmuir
2014-03-04
2
-3
/
+21
*
TokenKinds: _Atomic isn't a keyword in MS mode
David Majnemer
2014-03-04
2
-1
/
+2
*
DebugInfo: Refix r202888 (a fix to r202769) in a different way, ensuring type...
David Blaikie
2014-03-04
1
-2
/
+7
*
[CFG] Tweak "?:" CFG construction to record the unreachable blocks.
Ted Kremenek
2014-03-04
1
-4
/
+5
*
[C++11] Simplify a callback to use a lambda.
Richard Smith
2014-03-04
1
-18
/
+2
*
Revert "FileEntry: Remove unused and half-broken copy ctor."
Benjamin Kramer
2014-03-04
1
-1
/
+9
*
[C++11] Push move semantics through APValue.
Benjamin Kramer
2014-03-04
1
-18
/
+19
*
FileEntry: Remove unused and half-broken copy ctor.
Benjamin Kramer
2014-03-04
1
-9
/
+1
*
[-Wunreachable-code] handle cases where a dead 'return' may have a valid pred...
Ted Kremenek
2014-03-04
2
-0
/
+28
*
Add a test case for r202888, which boiled down to -gline-tables-only
Reid Kleckner
2014-03-04
1
-1
/
+7
*
Add tests for newly-resolved core issues <= 370.
Richard Smith
2014-03-04
5
-9
/
+88
*
Fix unconditional dereference of a WeakVH in CGDebugInfo TypeCache
Reid Kleckner
2014-03-04
1
-1
/
+2
*
Update DR status page to match post-Issaquah core issues list.
Richard Smith
2014-03-04
1
-890
/
+1064
*
Add links to TSen from post-Issaquah mailing.
Richard Smith
2014-03-04
1
-2
/
+2
*
Pass llvm::Triple objects by const reference.
Benjamin Kramer
2014-03-04
7
-10
/
+10
*
[Mips] Check all MIPS toolchains to find the one that best meets command
Simon Atanasyan
2014-03-04
17
-18
/
+61
*
Objective-C IRGen. Fix up the hueristics for determining
Fariborz Jahanian
2014-03-04
2
-8
/
+74
*
The wmmintrin.h header includes two different sub-headers: one for AES support
Roman Divacky
2014-03-04
1
-1
/
+1
*
First step towards fixing PR18967 - simplify the ComputeThisOffset interface
Timur Iskhodzhanov
2014-03-04
1
-15
/
+11
*
When deciding whether or not to resolve two
Sean Callanan
2014-03-04
1
-0
/
+15
*
Tests for LLVM MS inline asm change r202865
Reid Kleckner
2014-03-04
1
-0
/
+25
*
Fix -Wsign-compare warning.
Jordan Rose
2014-03-04
1
-2
/
+3
*
[C++11] Make StoredDeclsList move-only.
Benjamin Kramer
2014-03-04
1
-7
/
+4
*
[Modules] Update to reflect the move of CFG.h to the IR library in LLVM
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[Modules] Update to reflect ValueHandle moving to the IR library in LLVM
Chandler Carruth
2014-03-04
3
-3
/
+3
[next]