projects
/
platform
/
upstream
/
llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/llvm.git
2012-10-19
Jason Molenda
Remove -w write flag to watch set var from tutorial...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-19
David Blaikie
Clarify wording of -Wshift-op-parentheses.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-19
Greg Clayton
Rename "macosx-kernel" to "darwin-kernel" to match...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-19
Greg Clayton
Added the infrastructure necessary for plug-ins to...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-19
Chad Rosier
[ms-inline asm] Set the MCTargetAsmParser as paring...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-19
Chad Rosier
[ms-inline asm] Add the isParsingInlineAsm() function...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-19
Benjamin Kramer
Indvars: Don't recursively delete instruction during...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-19
Daniel Dunbar
Fix some doc-os.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-19
Daniel Dunbar
lit: Propagate TERM variable in environment, some tools...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-19
Michael Liao
Lower BUILD_VECTOR to SHUFFLE + INSERT_VECTOR_ELT for X86
commit
|
commitdiff
|
tree
|
snapshot
2012-10-19
Dmitri Gribenko
Remove const_casts by propagating constness down to...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-19
Benjamin Kramer
SCEVExpander: Don't crash when trying to merge two...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-19
Jordan Rose
Allow objc_requires_super to be used to check class...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-19
Alexey Samsonov
[ASan] add comment to blacklist file to test behavior...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-19
Alexey Samsonov
[ASan] Support comments in ASan/TSan blacklist file...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-19
Alexey Samsonov
[ASan] instrumented asan unit tests should depend on...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-19
Andy Gibbs
Change VerifyDiagnosticConsumer so that it *must* conta...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-19
Andy Gibbs
Prior to adding the new "expected-no-diagnostics" direc...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-19
Andy Gibbs
Fix directive parsing in VerifyDiagnosticConsumer so...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-19
Evgeniy Stepanov
Move SplitBlockAndInsertIfThen to BasicBlockUtils.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-19
Benjamin Kramer
LoopVectorize: Keep the IRBuilder on the stack.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-19
Stepan Dyatkovskiy
ARM:
commit
|
commitdiff
|
tree
|
snapshot
2012-10-19
Nick Lewycky
Revert r166268, this fix for a crash-on-invalid introdu...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-19
Kostya Serebryany
[asan] update asan docs to explain more about linking...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-19
Nick Lewycky
Pacify -Wnon-virtual-dtor.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-19
Richard Smith
DR1511: A const volatile global does not implicitly...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-19
Richard Smith
PR14124: When performing template instantiation of...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-19
Kostya Serebryany
[asan] make sure asan erases old unused allocas after...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-19
Rafael Espindola
Fix handling of the regparm attribute in the presence...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-19
Craig Topper
Teach getColumnNumber to use the line cache to get...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-19
Nadav Rotem
recommit the patch that makes LSR and LowerInvoke use...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-19
Nadav Rotem
Reintroduce the TargetTransformInfo to the clang pass...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-19
Jason Molenda
Add a new target setting to disable automatic loading...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-19
NAKAMURA Takumi
clang/test/Index/annotate-comments.cpp: Relax the expre...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-19
Michael Liao
Simplify condition checking as CONCAT assume all inputs...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-19
Jason Molenda
typeo fix in comment
commit
|
commitdiff
|
tree
|
snapshot
2012-10-19
Jason Molenda
Change CommunicationKDP::SendRequestWriteMemory to...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-19
NAKAMURA Takumi
ASTWriter.cpp: Fix a warning. [-Wunused-variable]
commit
|
commitdiff
|
tree
|
snapshot
2012-10-19
Sean Callanan
Fixed a bug where empty C structs were given size
commit
|
commitdiff
|
tree
|
snapshot
2012-10-19
Nadav Rotem
vectorizer: Add support for reading and writing from...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-19
David Blaikie
Handle diamond inheritance in -Woverloaded-virtual.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-19
Nick Lewycky
Fix typo in comment.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-19
Douglas Gregor
Describe the new input-files block and its record,...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-19
Douglas Gregor
Move the set of files to be validated in an AST file...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-19
NAKAMURA Takumi
clang/test/Index/annotate-comments.cpp: Mark this as...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Jim Ingham
Change the "rb" alias to "rbreak" since some people...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Nadav Rotem
Reapply the TargerTransformInfo changes, minus the...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Nadav Rotem
cleanup the comment.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Bob Wilson
Fix comment typo.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Argyrios Kyrtzidis
Revert r166223 and the subsequent commits that depend...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Greg Clayton
<rdar://problem/12491420>
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Jordan Rose
Fix case for include of Compiler.h.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Jordan Rose
Add move constructors for OwningPtr and OwningArrayPtr.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Jordan Rose
Add a T&& constructor to llvm::Optional.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Eric Christopher
Fix up comment and invert order. Most simple check...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Bob Wilson
Mark bugpoint tests with XFAIL when building with LTO...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Jim Ingham
Mention "break set -r" and "break set -p".
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Eli Friedman
Use the type as written when pretty-printing C-style...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Eric Christopher
Add a new option for and disable column number informat...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Eric Christopher
Remove trailing comma.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Kevin Enderby
Fix a bug where a 32-bit address with the high bit...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Douglas Gregor
Move OriginalDir from ASTReader to ModuleFile.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Nadav Rotem
fix a naming typo
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Fariborz Jahanian
[doc parsing] use getParamName to access parameter
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Michael J....
[Options] Make Option non clang specific.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Douglas Gregor
Move the "RelocatablePCH" bit from the ASTReader to...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Douglas Gregor
Move information about the "original file" from the...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Eli Friedman
Remove check which incorrectly suppressed printing...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Eli Friedman
Fix AST pretty-printing for C++ new expressions with...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Daniel Dunbar
test: Add a lit config variable to check if LTO is...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Daniel Dunbar
lit: Allow XFAIL: lines to also refer to "features".
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Michael J....
[Options] make Option a value type.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Chad Rosier
[ms-inline asm] Add a size argument to the LookupInline...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Chad Rosier
[ms-inline asm] Add a size argument to the LookupInline...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Bob Wilson
Use an export list when building JIT unittests. <rdar...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Eli Friedman
Fix Objective-C implicit property synthesis for C+...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Benjamin Kramer
Emit diagnostics in chunks even when we're trying to...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Sebastian Pop
Use pre-python 2.5 syntax in lit.cfg.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Sebastian Pop
Clear unknown mem ops when merging stack slots (pr14090)
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Sebastian Pop
Change MachineFrameInfo::StackObject::Alloca from Value...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Chad Rosier
[ms-inline asm] Have the LookupInlineAsmIdentifier...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Chad Rosier
[ms-inline asm] Have the LookupInlineAsmIdentifier...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Anna Zaks
[analyzer] Ivar invalidation: identify properties decla...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Anna Zaks
Factor CollectClassPropertyImplementations out of Sema...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Fariborz Jahanian
Patch for decl printer test of objective-c methods.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Axel Naumann
From Vassil Vassilev: enable Sema to deal with multiple...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Bob Wilson
Revert "We need this symbol after an LTO build."
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Douglas Gregor
Collapse the original file name and original file ID...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Nadav Rotem
Avoid reconstructing the pointer set when searching...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Douglas Gregor
Collapse the "version control revision/tag" AST file...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Dmitri Gribenko
Fix more documentation comments in Comment.h
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Dmitri Gribenko
Expand the comment for DeclInfo::CurrentDecl.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Micah Villmow
Update the LangRef documentation for the per pointer...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Meador Inge
Cosmetic change -- move two simplifiers to the right...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Meador Inge
instcombine: Migrate strcpy optimizations
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Eli Bendersky
test commit: verifying access from new address
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Nadav Rotem
In SimplifySelectOps we pulled two loads through a...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Douglas Gregor
Split the target options out into their own record...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Richard Smith
DR1442: In a range-based for statement, namespace ...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Chad Rosier
[ms-inline asm] Remove accidental commit.
commit
|
commitdiff
|
tree
|
snapshot
next