index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Remove support for building sanitizers from Makefile/autoconf build."
Matthias Braun
2015-02-17
4
-10
/
+49
*
clang-cl: Disable frame pointer elimination at -O0
Reid Kleckner
2015-02-17
1
-0
/
+1
*
Sema: Replace some push_backs of expensive to move objects with emplace_back.
Benjamin Kramer
2015-02-17
4
-17
/
+8
*
Remove support for building sanitizers from Makefile/autoconf build.
Alexey Samsonov
2015-02-17
4
-49
/
+10
*
Revert r229543.
Meador Inge
2015-02-17
2
-1
/
+3
*
Sema: Allow 'constexpr' variables in range loops
Meador Inge
2015-02-17
2
-3
/
+1
*
Remove a recovery attempt that was untested and crashed when used.
Nico Weber
2015-02-17
2
-7
/
+2
*
Remove the ABI from the target features. It's obsoleted by
Eric Christopher
2015-02-17
1
-3
/
+0
*
Add a testcase that exercises DIBuilder's handling of cyclic debug info nodes.
Adrian Prantl
2015-02-17
1
-0
/
+21
*
Revert accidental commit.
Benjamin Kramer
2015-02-17
1
-2
/
+3
*
Prefer SmallVector::append/insert over push_back loops. Clang edition.
Benjamin Kramer
2015-02-17
11
-35
/
+16
*
Append -fno-assume-sane-operator-new in ASan builds.
Sergey Matveev
2015-02-17
2
-2
/
+9
*
clang-format: Don't force a break after "endl" if everything fits on one line.
Daniel Jasper
2015-02-17
3
-5
/
+7
*
clang-format: Fix crasher.
Daniel Jasper
2015-02-17
2
-1
/
+2
*
Make tests independent of llvm variable naming.
Manuel Klimek
2015-02-17
2
-2
/
+2
*
[X86] Convert palignr builtin handling to use shuffle form of right shift ins...
Craig Topper
2015-02-17
3
-37
/
+18
*
Add more tests for NSArray/NSDictionary literals
Alex Denisov
2015-02-17
2
-0
/
+26
*
[X86] Merge the 2 separate builtin handlers for PALIGNR into a single one tha...
Craig Topper
2015-02-17
2
-52
/
+49
*
[X86] Remove code that does custom handling of the builtin for MMX palignr. T...
Craig Topper
2015-02-17
1
-31
/
+0
*
[Objctive-C sema]. Do not do the unused-getter-return-value
Fariborz Jahanian
2015-02-16
3
-10
/
+28
*
Minor tweaks to r229447 to ensure the attribute is properly quoted when diagn...
Aaron Ballman
2015-02-16
5
-11
/
+10
*
Wrap to 80 columns. No behavior change.
Nico Weber
2015-02-16
1
-4
/
+5
*
For variables with dependent type, don't crash on `var->::new` or `var->__super`
Nico Weber
2015-02-16
3
-6
/
+25
*
Sema: diagnose use of unscoped deprecated prior to C++14
Saleem Abdulrasool
2015-02-16
5
-2
/
+32
*
Parse: return true from ParseCXX11AttributeArgs if an attribute was added
Saleem Abdulrasool
2015-02-16
1
-2
/
+0
*
[X86] Remove completely unnecessary switch statement.
Craig Topper
2015-02-16
1
-12
/
+2
*
InstrProf: Update for LLVM API change
Justin Bogner
2015-02-16
1
-2
/
+4
*
Fix typo in comment.
Nico Weber
2015-02-16
1
-2
/
+2
*
ASTMatchers: Make TypeList a variadic template and remove the implicit flatte...
Benjamin Kramer
2015-02-16
2
-43
/
+15
*
Enhance printing SizeOfPackExpr in dump.
Serge Pavlov
2015-02-16
1
-0
/
+8
*
Regression test for RP6954.
Serge Pavlov
2015-02-16
1
-0
/
+14
*
Revert r229409: "Hack to try deleting file from build bots"
Matt Arsenault
2015-02-16
1
-1
/
+0
*
Hack to try deleting file from build bots
Matt Arsenault
2015-02-16
1
-0
/
+1
*
x86-64 ABI: unwrap single element structs / arrays of 256-bit vectors to pass...
Sanjay Patel
2015-02-16
2
-11
/
+29
*
Don't create output file in test
Matt Arsenault
2015-02-16
1
-1
/
+1
*
Move helper class into an anonymous namespace.
Benjamin Kramer
2015-02-16
1
-1
/
+2
*
OpenCL: Accept -cl-strict-aliasing
Matt Arsenault
2015-02-16
2
-0
/
+3
*
Fix crash when clang tries to build NSNumber literal after forward declaration
Alex Denisov
2015-02-16
2
-1
/
+21
*
Analyzer: Flatten Checker hierarchy.
Benjamin Kramer
2015-02-16
1
-1
/
+1
*
Reverting a switch from LLVM_DELETED_FUNCTION to = delete; this test should n...
Aaron Ballman
2015-02-16
1
-1
/
+1
*
Fix quoting of #pragma comment for MS compat, clang part.
Michael Kuperstein
2015-02-16
2
-4
/
+12
*
ASTMatchers: Replace enable_if with static_assert.
Benjamin Kramer
2015-02-16
1
-7
/
+3
*
ASTMatchers: Make VariadicOperatorMatcher a real variadic template.
Benjamin Kramer
2015-02-16
1
-119
/
+15
*
DR1467: If aggregate initialization encounters an initializer list for which
Richard Smith
2015-02-16
2
-1
/
+9
*
[X86] Teach clang to lower __builtin_ia32_psrldqi256 and __builtin_ia32_pslld...
Craig Topper
2015-02-16
2
-2
/
+56
*
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...
Aaron Ballman
2015-02-15
70
-166
/
+165
*
Partial revert of r229336; this wasn't intended to go in.
Aaron Ballman
2015-02-15
7
-214
/
+62
*
Removing LLVM_EXPLICIT, as MSVC 2012 was the last reason for requiring the ma...
Aaron Ballman
2015-02-15
27
-83
/
+235
*
Unbreak the build.
Benjamin Kramer
2015-02-15
1
-1
/
+1
*
Make pushCleanup a variadic template. NFC.
Benjamin Kramer
2015-02-15
1
-46
/
+5
[next]