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
2013-01-25
NAKAMURA Takumi
ConvertUTF.h: Suppress a warning with ptrdiff_t on...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-25
NAKAMURA Takumi
clang/test/Driver/output-file-cleanup.c: Add arm and...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-25
Bill Wendling
Use the AttributeSet query instead of the Attribute...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-25
Andrew Trick
MIsched: Print block name. No functionality.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-25
Andrew Trick
MachineScheduler support for viewGraph.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-25
Andrew Trick
ScheduleDAG: colorize the DOT graph and improve formatting.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-25
Shankar Easwaran
add elf targethandler
commit
|
commitdiff
|
tree
|
snapshot
2013-01-25
Nick Lewycky
Add missing InGroup for this warning.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-25
NAKAMURA Takumi
clang/test/Driver/output-file-cleanup.c: Mark it as...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-25
Andrew Trick
ScheduleDAG: Added isBoundaryNode to conveniently detec...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-25
Andrew Trick
SchedDFS: Complete support for nested subtrees.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-25
Andrew Trick
MIsched: Improve the interface to SchedDFS analysis...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-25
Andrew Trick
ArrayRef reverse iterators.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-25
Andrew Trick
whitespace
commit
|
commitdiff
|
tree
|
snapshot
2013-01-25
NAKAMURA Takumi
clang/test/Index/crash-recovery-*.c: Drop 'REQUIRES...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-25
NAKAMURA Takumi
lit/ShUtil.py: Deprecate '!' in shell expression. It...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-25
Andrew Trick
SchedDFS: Initial support for nested subtrees.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-25
NAKAMURA Takumi
clang/test: Drop "REQUIRES:shell" in three tests. They...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-25
NAKAMURA Takumi
clang/test/CodeGenCXX/debug-info-static-member.cpp...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-25
Chandler Carruth
Switch this code away from Value::isUsedInBasicBlock...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-25
NAKAMURA Takumi
Create clang/test/Driver/lit.local.cfg.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-25
NAKAMURA Takumi
Drop "REQUIRES:shell" in tests. They can run on win32.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-25
Richard Smith
Sync 'in class initialization of static const double...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-25
Andrew Trick
MISched: Add SchedDFSResult to ScheduleDAGMI to formali...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-25
Daniel Dunbar
[Frontend] Remove another IsUserSpecified member variab...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-25
Daniel Dunbar
[Frontend] Drop the isUserSupplied argument to InitHead...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-25
Daniel Dunbar
[Frontend] The -iwithprefix option belongs in the After...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-25
Daniel Dunbar
[Lex] Remove DirectoryLookup.UserSpecified, which is...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-25
NAKAMURA Takumi
Serialization/GlobalModuleIndex.cpp: Fixup r173405...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-25
Jack Carter
This patch implements parsing the .word
commit
|
commitdiff
|
tree
|
snapshot
2013-01-25
Jason Molenda
<rdar://problem/13072285>
commit
|
commitdiff
|
tree
|
snapshot
2013-01-25
Douglas Gregor
Implement the reader of the global module index and...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-25
Douglas Gregor
Rename the -cc1 option "-generate-module-index" to
commit
|
commitdiff
|
tree
|
snapshot
2013-01-25
Douglas Gregor
Track the number of lookups and hits into the on-disk...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-25
Daniel Malea
Update test scripts and Makefiles to allow testing...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-25
Akira Hatanaka
[mips] Set flag neverHasSideEffects flag on some of...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-25
Jordan Rose
Clarify comment: "diagnose" is better than "warn" when...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-25
Andrew Trick
SchedDFS: Refactor and tweak the subtree selection...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-25
Andrew Trick
SchedDFS: Constify interface.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-25
Richard Smith
Clean up: since we have FunctionDecl::IsInline, make...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-25
Dmitri Gribenko
FileCheck'ize test
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
Jakob Stoklund...
Avoid creating duplicate CFG edges in the IfConversion...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
Daniel Malea
Mark test cases affected by PR 15036 (GCC-generated...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
Dmitri Gribenko
FileCheck'ize test
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
Anna Zaks
[analyzer] Fixup for r173385 and r173386 - initialize...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
Dmitri Gribenko
FileCheck'ize test
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
Jim Ingham
Don't listen for EXC_RESOURCE exceptions, those should...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
Dmitri Gribenko
FileCheck'ize test
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
Fariborz Jahanian
Fixes text of diagnostics in integer overflow patch.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
Dmitri Gribenko
FileCheck'ize test/SemaCXX/qualified-names-print.cpp...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
Anna Zaks
[analyzer] Add "-analyzer-config mode=[deep|shallow] ".
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
Anna Zaks
[analyzer] Replace "-analyzer-ipa" with "-analyzer...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
Anna Zaks
[analyzer] refactor: access IPAMode through the accessor.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
Jordan Rose
scan-build: Add a --keep-empty option for better testing.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
Renato Golin
Moving Cost Tables up to share with other targets
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
Michael J....
[Driver] Run the pass manager.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
Michael J....
Move SimpleAtoms.h to ReaderWriter.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
David Blaikie
FileCheck-ify some debug info scope related tests.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
Fariborz Jahanian
removed duplicated comment.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
Fariborz Jahanian
Patch to check for integer overflow. It has been
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
Jordan Rose
Move 'convertUTF8Sequence' helper into the C++ section...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
Akira Hatanaka
[mips] Do not emit i32 padding if target ABI is O32...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
Michael Gottesman
Added comment to ObjCARC elaborating what is meant...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
Jordan Rose
Test fix-it ranges for Unicode characters.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
Daniel Malea
Skip 32-bit testing of check_public_api_headers (on...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
Jordan Rose
Add a fixit for \U1234 -> \u1234.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
Jordan Rose
As an extension, treat Unicode whitespace characters...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
Jordan Rose
Handle universal character names and Unicode characters...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
Jordan Rose
Unify diagnostics for \x, \u, and \U without any follow...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
Chad Rosier
Fail these tests in a way that doesn't cause unexpected...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
Hal Finkel
Start cleanup of PPC register definitions using foreach...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
Chad Rosier
Temporarily XFAIL this test; the compiler will segfault...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
Chad Rosier
[ms-inline asm] Add an error when trying to compile...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
Daniel Malea
Marking test cases with @expectedFailureLinux as per...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
Daniel Malea
PR14426 (breakpoint hit count incorrect) is resolved.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
Chad Rosier
[driver] Associate a JobAction with each result file...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
Saleem Abdulrasool
[bugpoint] make tool selection messages unique
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
Saleem Abdulrasool
[bugpoint] set Message after tool configuration
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
Michael Han
PR14922: when printing an attribute, use the real synta...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
Benjamin Kramer
Reapply chandlerc's r173342 now that the miscompile...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
Benjamin Kramer
ConstantFolding: Add a missing folding that leads to...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
NAKAMURA Takumi
unittests/SupportTests/Initialize.MultipleThreads:...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
Joey Gouly
Fix a non-conformant OpenCL test case.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
Joey Gouly
Properly remove this test file, that I copied over...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
Joey Gouly
Fix an OpenCL test case that was OpenCL conformant.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
NAKAMURA Takumi
unittests/SupportTests/Initialize.MultipleThreads:...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
NAKAMURA Takumi
lli/RecordingMemoryManager: Free allocated sections...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
Dmitry Vyukov
tsan: return the old fake numbers from malloc stats...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
Alexey Samsonov
[Sanitizer] use stub InternalSymbolizer on platforms...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
Dmitry Vyukov
tsan: suppress reports using both stacks
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
Dmitry Vyukov
tsan: allow a front-end to provide default suppressions
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
Alexey Samsonov
[Sanitizer] Add skeleton for InternalSymbolizer that...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
Chandler Carruth
Revert r173342 temporarily. It appears to cause a very...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
Chandler Carruth
Plug TTI into the speculation logic, giving it a real...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
Chandler Carruth
Address a large chunk of this FIXME by accumulating...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
Chandler Carruth
Switch the constant expression speculation cost evaluat...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
Chandler Carruth
Rephrase the speculating scan of the conditional BB...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
Kostya Serebryany
[asan] fix 32-bit builds
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
Chandler Carruth
Simplify the PHI node operand rewriting.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
Kostya Serebryany
[asan] run-time tests for adaptive redzones
commit
|
commitdiff
|
tree
|
snapshot
next