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-02
Tobias Grosser
Add an ast pretty printer pass based on the isl code...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-02
Tobias Grosser
Update isl to get the new code generation
commit
|
commitdiff
|
tree
|
snapshot
2012-10-02
Tobias Grosser
Detect the isl code generation feature correctly
commit
|
commitdiff
|
tree
|
snapshot
2012-10-02
Howard Hinnant
Make vector::iterator and string::iterator more resilie...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-02
Chandler Carruth
Fix another crasher in SROA, reported by Joel.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-02
Chad Rosier
[ms-inline asm] Enhance the isSimpleMSAsm() function...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-02
Andrew Kaylor
Support for generating ELF objects on Windows.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-02
Bill Wendling
Fix test for r165028. It only generates that flag for...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-02
Bill Wendling
During LTO, we call 'dsymutil' when we compile source...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-02
Chandler Carruth
Fix a silly coding error on my part. The whole point...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-02
Rafael Espindola
Convert to FileCheck.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-02
Chad Rosier
No need to call the InitializeAll* functions.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-02
NAKAMURA Takumi
FP_CONTRACT: Fix two tests for -Asserts.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-02
Argyrios Kyrtzidis
[libclang] When indexing an AST file, only deserialize...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-02
Argyrios Kyrtzidis
Add info in the preprocessing record whether an inclusi...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-02
Argyrios Kyrtzidis
[libclang] Even though we disable the preprocessing...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-02
Argyrios Kyrtzidis
[libclang] Implement the importedASTFile indexing callb...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-02
Benjamin Kramer
Fix broken tests.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-02
Alexander Potapenko
Do not patch the instruction address when symbolizing...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-02
Duncan Sands
Fix PR13991: legalizing an overflowing multiplication...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-02
Aaron Ballman
Splitting this test case into two because the behavior...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-02
Aaron Ballman
Allowing individual targets to determine whether a...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-02
Alexey Samsonov
[Sanitizer] fix line width
commit
|
commitdiff
|
tree
|
snapshot
2012-10-02
Alexey Samsonov
[ASan] Change __asan_set_on_error_callback to weak...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-02
Aaron Ballman
Silencing an MSVC warning about */ being found outside...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-02
Evgeniy Stepanov
[*San]: handle EINTR.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-02
Axel Naumann
Add redecls into their lexical DeclContext: this is...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-02
Dmitry Vyukov
tsan: fix mac build
commit
|
commitdiff
|
tree
|
snapshot
2012-10-02
Alexey Samsonov
[ASan] Add extern C for __asan_symbolize on Windows
commit
|
commitdiff
|
tree
|
snapshot
2012-10-02
Axel Naumann
Enable programmatic provisioning of virtual module...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-02
Axel Naumann
Only those InterestingDecls that got added to the AST...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-02
Alexey Samsonov
[Sanitizer/ASan] Simplify the code that prints and...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-02
Dmitry Vyukov
tsan: wait for pending reports before exit
commit
|
commitdiff
|
tree
|
snapshot
2012-10-02
Dmitry Vyukov
tsan: output tid's in reports
commit
|
commitdiff
|
tree
|
snapshot
2012-10-02
Dmitry Vyukov
tsan: run output tests in parallel
commit
|
commitdiff
|
tree
|
snapshot
2012-10-02
James Molloy
Add default JIT LIT variable.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-02
Benjamin Kramer
-arch is a darwin-specific driver feature, use a triple...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-02
Benjamin Kramer
Force triple in test to unbreak it on non-darwin platforms.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-02
Axel Naumann
Merge pending instantiations instead of overwriting...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-02
Bill Wendling
Use an environment variable instead of what's in the...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-02
Greg Clayton
<rdar://problem/11791234>
commit
|
commitdiff
|
tree
|
snapshot
2012-10-02
Ted Kremenek
Tweak diagnostic text to indicate that __weak on a...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-02
Lang Hames
Add FP_CONTRACT support for clang.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-02
Ted Kremenek
Check if an IdentifierInfo* is null when the FunctionDe...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-02
Chandler Carruth
Re-enable this test to reflect re-enabling the new...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-02
Chandler Carruth
Turn the new SROA pass back on. Let's see if it sticks...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-02
Jason Molenda
Handle KASLR kernel loading for kernel corefiles.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-02
Jordan Rose
-Wformat: Don't check format strings in uninstantiated...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-02
Chad Rosier
Fix 80-column violations. Cleanup whitespace in generat...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-02
NAKAMURA Takumi
clang/test/Index: Fix two tests. Both %S and %t are...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Hemant Kulkarni
Emit symbol tables.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Chad Rosier
[ms-inline asm] Use the convertToMapAndConstraints...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Chad Rosier
[ms-inline asm] Add the convertToMapAndConstraints...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Michael Gottesman
[clang-tests] Changed relative paths to absolute paths...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Fariborz Jahanian
Modern translator test. Breakup test into two and
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Sid Manning
This change:
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
NAKAMURA Takumi
test/CodeGen/X86/red-zone2.ll: Add -mtriple=x86_64...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Jim Grosbach
MachO: direct-to-object attribute for data-in-code...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Enrico Granata
<rdar://problem/12349509> Renaming the structure that...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Reed Kotler
checking test case for r164811. was an omission to...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Fariborz Jahanian
Rename a test I just added.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Fariborz Jahanian
objective-C modern translator. Test for producing both
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Chad Rosier
[ms-inline asm] Expose the getReg() function in the...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Richard Smith
Fix treatment of case which came up on std-proposals...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Richard Smith
PR13978: A 'decltype' DeclSpec has an expression repres...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Anna Zaks
Move isObjCSelf into Expr.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Anna Zaks
[analyzer] Address Jordan's review for r164868.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Michael J....
[Docs] Update File Headers section to cover doxygen...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Fariborz Jahanian
Add xml test for availability to comment-xml-schema.c
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Jordan Rose
[analyzer] Allow ObjC ivar lvalues where the base is...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Jordan Rose
[analyzer] Add a test for PR13927 "offsetof replacement...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Jordan Rose
Revert "[analyzer] Check that a member expr is valid...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Fariborz Jahanian
availability in structured documents. Takes
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Jordan Rose
Re-enable support for --program-prefix.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Ted Kremenek
Have AnalyzerOptions::getBooleanOption() stick the...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Ted Kremenek
Add checker debug.ConfigDumper to dump the contents...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Jordan Rose
Reapply "[analyzer] Handle inlined constructors for...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Richard Trieu
Cleaning up the self initialization checker.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Enrico Granata
<rdar://problem/12406088> Fixing a crasher with adding...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Micah Villmow
Forgot the SPIR test case.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Micah Villmow
Add in support for SPIR to LLVM core. This adds a new...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Jordan Rose
[analyzer] Make ProgramStateManager's SubEngine paramet...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Michael Liao
Fix PR13899
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Benjamin Kramer
Provide a shortcut for MCObjectStreamer when emitting...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Daniel Jasper
Fix ASTMatchersTests in configurations where
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Daniel Jasper
Add matchers for selected C++11 features.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Chandler Carruth
Fix more misspellings found by Duncan during review.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Chandler Carruth
Make this plural. Spotted by Duncan in review (and...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Chandler Carruth
Prune some unnecessary includes.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Chandler Carruth
Fix several issues with alignment. We weren't always...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Benjamin Kramer
TargetData: s/uint32_t/unsigned/ per Kuba's request.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Benjamin Kramer
SimplifyCFG: Don't crash when forming a switch bitmap...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Chandler Carruth
Factor the PHI and select speculation into a separate...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Axel Naumann
The Redeclarable part of named decls is read before...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Axel Naumann
Also merge template redeclarations.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Nico Weber
Mark two Clang tests as passing on ARM
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Kostya Serebryany
fix test/CodeGen/tbaa-for-vptr.cpp: don't hardcode...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Axel Naumann
Bring ASTReader and Writer into sync for the case where...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Craig Topper
Use constants for all return values in switch. Allows...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Chandler Carruth
Refactor the PartitionUse structure to actually use...
commit
|
commitdiff
|
tree
|
snapshot
next