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-12-11
Patrik Hagglund
Change TargetLowering::findRepresentativeClass to take...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-11
Patrik Hagglund
Change TargetLowering::getTypeToPromoteTo to take and...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-11
Patrik Hagglund
Change TargetLowering::isCondCodeLegal to take an MVT...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-11
Patrik Hagglund
Change TargetLowering::getCondCodeAction to take an...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-11
Patrik Hagglund
Change TargetLowering::getTruncStoreAction to take...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-11
Patrik Hagglund
Change TargetLowering::getLoadExtAction to take an...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-11
Patrik Hagglund
Change TargetLowering::setTypeAction to take an MVT...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-11
Patrik Hagglund
Change TargetLowering::getRepRegClassFor to take an...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-11
Patrik Hagglund
Change TargetLowering::getRegClassFor to take an MVT...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-11
Kostya Serebryany
[asan] more sceleton code for asan_allocator2
commit
|
commitdiff
|
tree
|
snapshot
2012-12-11
Argyrios Kyrtzidis
Extend stat query APIs to explicitly specify if the...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-11
Argyrios Kyrtzidis
[PCH] Remove redundant stat call when validating the...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-11
Argyrios Kyrtzidis
[PCH] When writing out the list of input files, avoid...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-11
Kostya Serebryany
[asan] fix the Windows build
commit
|
commitdiff
|
tree
|
snapshot
2012-12-11
NAKAMURA Takumi
clang/test/Driver/linker-opts.c: Fix XFAIL that I remov...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-11
NAKAMURA Takumi
clang/test/Driver/debug-options-as.c: Fixup not to...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-11
NAKAMURA Takumi
clang/test/Driver: Introduce the feature "clang-driver...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-11
Hao Liu
revert the test change
commit
|
commitdiff
|
tree
|
snapshot
2012-12-11
Kostya Serebryany
[asan] make ThreadNamesTest more flexible
commit
|
commitdiff
|
tree
|
snapshot
2012-12-11
Hao Liu
A newbie try a test commit
commit
|
commitdiff
|
tree
|
snapshot
2012-12-11
NAKAMURA Takumi
[CMake] Remove dependencies to intrinsics_gen I introdu...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-11
NAKAMURA Takumi
llvm/Target/TargetMachine.h: Remove two dependent headers.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-11
NAKAMURA Takumi
llvm/tools: Add #include "llvm/TargetTransformInfo.h"
commit
|
commitdiff
|
tree
|
snapshot
2012-12-11
NAKAMURA Takumi
BackendUtil.cpp: Add #include "llvm/TargetTransformInfo.h"
commit
|
commitdiff
|
tree
|
snapshot
2012-12-11
Rafael Espindola
Add tests for a corner case of when to relax all instru...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-11
Jyotsna Verma
Use multiclass for new-value store instructions with...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-11
Nadav Rotem
Fix PR14565. Don't if-convert loops that have switch...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-11
Rafael Espindola
Change some functions to take const pointers.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-11
Evan Cheng
Stylistic tweak.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-11
Jim Ingham
Broadcast an event when the selected thread is changed.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-11
Enrico Granata
<rdar://problem/12639506>
commit
|
commitdiff
|
tree
|
snapshot
2012-12-11
Jason Molenda
Update comments around ABISysV_x86_64::RegisterIsCallee...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-11
Greg Clayton
<rdar://problem/12842032>
commit
|
commitdiff
|
tree
|
snapshot
2012-12-11
Richard Smith
PR14558: Compute triviality of special members (etc...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-11
Chad Rosier
Add a triple to this test.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-11
Chandler Carruth
Fix a miscompile in the DAG combiner. Previously, we...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-11
Paul Redmond
move X86-specific test
commit
|
commitdiff
|
tree
|
snapshot
2012-12-11
Han Ming Ong
Removed debugging code.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-11
Bill Wendling
Fix grammar-o.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-11
Chad Rosier
Fall back to the selection dag isel to select tail...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-11
Anna Zaks
[analyzer] Don't generate a summary for "freeWhenDone...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-10
Michael J....
[CMake] Fix external llvm build. It needs to know where...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-10
Eric Christopher
Refactor out the abbreviation handling into a separate...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-10
Enrico Granata
<rdar://problem/12709976>
commit
|
commitdiff
|
tree
|
snapshot
2012-12-10
Evan Cheng
Some enhancements for memcpy / memset inline expansion.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-10
Arnold Schwaighofer
Optimistically analyse Phi cycles
commit
|
commitdiff
|
tree
|
snapshot
2012-12-10
Han Ming Ong
<rdar://problem/12850287>
commit
|
commitdiff
|
tree
|
snapshot
2012-12-10
Lang Hames
Defer call to InitSections until after MCContext has...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-10
Anshuman Dasgupta
Fix PR14568: Avoid the DFA packetizer from making an...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-10
Greg Clayton
<rdar://problem/11844604>
commit
|
commitdiff
|
tree
|
snapshot
2012-12-10
Eric Christopher
Rearrange vars and make comments more obvious.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-10
Eric Christopher
Remove blank line at top of file.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-10
Bill Wendling
Remove until I can fix this.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-10
Eric Christopher
Fix a coding style nit.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-10
Bill Wendling
Add support to Darwin for the -export_dynamic' flag...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-10
Nadav Rotem
Enable the loop vectorizer only on O2 and above. (Still...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-10
Tom Stellard
LegalizeDAG: Allow type promotion of scalar loads
commit
|
commitdiff
|
tree
|
snapshot
2012-12-10
Tom Stellard
LegalizeDAG: Allow type promotion for scalar stores
commit
|
commitdiff
|
tree
|
snapshot
2012-12-10
Nadav Rotem
Split the LoopVectorizer into H and CPP.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-10
Bill Wendling
Revert r169656.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-10
Bill Wendling
Use correct flags for this test.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-10
Daniel Malea
Enable RTTI for liblldbCore.a when GCC is the compiler
commit
|
commitdiff
|
tree
|
snapshot
2012-12-10
Eli Bendersky
Add a test for explicitly exercising the mc-relax-all...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-10
Chad Rosier
Fixup test case from r169755. These are driver options...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-10
Eli Bendersky
Cleanup formatting, comments and naming.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-10
Argyrios Kyrtzidis
Return true from HeaderSearch::isFileMultipleIncludeGua...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-10
Akira Hatanaka
[mips] Set HWEncoding field of registers. Use delete...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-10
Enrico Granata
<rdar://problem/12848118>
commit
|
commitdiff
|
tree
|
snapshot
2012-12-10
Eric Christopher
Use the somewhat semantic term "split dwarf" it more...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-10
Eric Christopher
Delete the FissionCU.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-10
Eric Christopher
Reorder fission variables.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-10
Bill Wendling
Specify if `-mno-red-zone' was used when creating the...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-10
Bill Wendling
Don't use a red zone for code coverage if the user...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-10
Greg Clayton
<rdar://problem/12827031>
commit
|
commitdiff
|
tree
|
snapshot
2012-12-10
Nadav Rotem
Add support for reverse induction variables. For example:
commit
|
commitdiff
|
tree
|
snapshot
2012-12-10
Enrico Granata
<rdar://problem/12817233>
commit
|
commitdiff
|
tree
|
snapshot
2012-12-10
Greg Clayton
Make sure that the lldb globals:
commit
|
commitdiff
|
tree
|
snapshot
2012-12-10
Jim Grosbach
CMake: Don't run 'git svn' if there is no .git/svn...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-10
Eli Bendersky
This patch adds statistics for other non-DWARF fragment...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-10
Daniel Jasper
Addi formatting tests for pointer template parameters.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-10
Hal Finkel
Use GetUnderlyingObjects in misched
commit
|
commitdiff
|
tree
|
snapshot
2012-12-10
Michael Ilseman
Remove unneeded typedef and volatile
commit
|
commitdiff
|
tree
|
snapshot
2012-12-10
Sean Silva
Fix funky copy-pasted grammatical error.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-10
Chandler Carruth
Revert "Make '-mtune=x86_64' assume fast unaligned...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-10
Chandler Carruth
Make '-mtune=x86_64' assume fast unaligned memory accesses.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-10
Chandler Carruth
Fix a typo in my previous commit -- bloomfield is 0x1A...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-10
Alexander Kornienko
Clang-format: error recovery for access specifiers
commit
|
commitdiff
|
tree
|
snapshot
2012-12-10
Manuel Klimek
Clarifying comments for the MatchFinder and matchesName...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-10
Alexander Potapenko
[ASan] Typo fix in memcpy() and memmove() interceptors...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-10
Kostya Serebryany
[asan] move FakeStack into a separate file
commit
|
commitdiff
|
tree
|
snapshot
2012-12-10
Kostya Serebryany
[asan] introduce asan_allocator2.cc, which will have...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-10
Alexander Potapenko
Add a libsanitizer API __sanitizer_sandbox_on_notify...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-10
Chandler Carruth
Address a FIXME and update the fast unaligned memory...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-10
Dmitry Vyukov
tsan: exclude flaky test
commit
|
commitdiff
|
tree
|
snapshot
2012-12-10
Chandler Carruth
Add a new visitor for walking the uses of a pointer...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-10
Craig Topper
Teach DAG combine to handle vector add/sub with vectors...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-10
NAKAMURA Takumi
[CMake] TARGET_TRIPLE may be internal alias of LLVM_DEF...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-10
Manuel Klimek
Adding tests since when I was asked whether this works...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-10
NAKAMURA Takumi
[CMake] Update dependencies to intrinsics_gen correspon...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-10
Michael J....
[Driver] Add test.
commit
|
commitdiff
|
tree
|
snapshot
next