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-11-30
Aaron Ballman
Fixing an MSVC warning about an unsafe mixture of Boole...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-30
Michael J....
[CMake] Add support for selecting which c++ abi library...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-30
Jim Ingham
Save and restore terminal state when lldb is suspended...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-30
Enrico Granata
<rdar://problem/12676084> Dump the traceback when a...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-30
Dmitri Gribenko
Comments: no need to escape any characters in \code...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-30
Dmitry Vyukov
tsan: fix int overflow and several instances where...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-30
Aaron Ballman
Support for #pragma region/endregion for MSVC compatibi...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-30
Douglas Gregor
Actually keep track of the source locations at which...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-30
Chad Rosier
test/CodeGen/PowerPC/vec_mul.ll: Add a triple. Thanks...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-30
Pedro Artigas
Add fast math inst combine X*log2(Y*0.5)-->X*log2(Y)-X
commit
|
commitdiff
|
tree
|
snapshot
2012-11-30
Sebastian Pop
Codegen failure for vmull with small vectors
commit
|
commitdiff
|
tree
|
snapshot
2012-11-30
Greg Clayton
Added new options to "target create" and "target module...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-30
Howard Hinnant
__list::ends_with_template was giving the wrong answer...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-30
Douglas Gregor
When an error occurs while building a module on demand...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-30
Chad Rosier
test/CodeGen/PowerPC/vec_mul.ll: Fix register operands.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-30
Dmitry Vyukov
tsan: suppress weird race reports when JVM is embed...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-30
Jyotsna Verma
Use multiclass for the load instructions with MEMri...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-30
Dmitry Vyukov
tsan: add __libc_memalign interceptor (used by dynamic...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-30
Nadav Rotem
Remove the use of LPPassManager. We can remove LPM...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-30
Dmitry Vyukov
tsan: add sanity checks into memory allocator
commit
|
commitdiff
|
tree
|
snapshot
2012-11-30
Eli Bendersky
Clean up whitespace and add comments
commit
|
commitdiff
|
tree
|
snapshot
2012-11-30
Eli Bendersky
Make FileCheck return 2 in case of an error as documented,
commit
|
commitdiff
|
tree
|
snapshot
2012-11-30
Manuel Klimek
Allow matchers to access the ASTContext.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-30
NAKAMURA Takumi
test/CodeGen/PowerPC: Add explicit -march=ppc32.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-30
Adhemerval...
This patch fixes the Altivec addend construction for...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-30
Evgeniy Stepanov
[msan] Tests for vector manipulation instructions.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-30
Chandler Carruth
Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_RE...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-30
Kostya Serebryany
[asan] simplify the code around doesNotReturn call...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-30
Chandler Carruth
Update to reflect the change of macro name in r168993.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-30
Chandler Carruth
Separate out the tests for whether the compiler suports...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-30
Kostya Serebryany
[asan] make asan_test.cc more gcc-friendly
commit
|
commitdiff
|
tree
|
snapshot
2012-11-30
Patrik Hagglund
More strict error checking in parseSpecifier + simplifi...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-30
Kostya Serebryany
[asan] simplify break_optimization in tests (Jakub...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-30
Chandler Carruth
Fix non-determinism introduced in r168970 and pointed...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-30
Chandler Carruth
Rearrange the comments, control flow, and variable...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-30
Dmitry Vyukov
tsan: intercept mlock() because of the kernel bug
commit
|
commitdiff
|
tree
|
snapshot
2012-11-30
Eric Christopher
Add the rest of the experimental fission sections to MC.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-30
Dmitry Vyukov
tsan: fix bug that leads to spurious use-after-free...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-30
Eli Friedman
Fix the computation of highlight ranges so we produce...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-30
Jyotsna Verma
Use multiclass for the store instructions with MEMri...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-30
Richard Smith
Refactor to reduce duplication in handling of special...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-30
Jyotsna Verma
Use multiclass for the load instructions with 'base...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-30
Meador Inge
Move library call simplification statistic to instcombine
commit
|
commitdiff
|
tree
|
snapshot
2012-11-30
Chandler Carruth
Move the InstVisitor utility into VMCore where it belon...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-30
Evan Cheng
Fix logic to determine whether to turn a switch into...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-30
Quentin Colombet
Add a test case for the new cortex-a5 switch
commit
|
commitdiff
|
tree
|
snapshot
2012-11-30
Jordan Rose
Use the new LLVM_LVALUE_FUNCTION to ban two getAs(...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-30
Tobias Grosser
Remove unneeded preservation and restore of ValueMap...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-30
Preston Briggs
Modified dump() to provide a little
commit
|
commitdiff
|
tree
|
snapshot
2012-11-30
Tobias Grosser
Add an additional input argument according to chanages...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-30
Jordan Rose
Add a new C++11 compatibility macro, LLVM_LVALUE_FUNCTION.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-30
Douglas Gregor
Fix unit tests for ModuleLoader change in r168961.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-29
Douglas Gregor
Keep track of modules that have failed to build. If...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-29
Kevin Enderby
Fixed the arm disassembly of invalid BFI instructions...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-29
Eli Friedman
Fix a small calling-convention bug for x86-32. PR14453.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-29
Quentin Colombet
Add ARM cortex-a5 subtarget
commit
|
commitdiff
|
tree
|
snapshot
2012-11-29
Richard Smith
Remove out-of-date comment.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-29
Quentin Colombet
Revert commit revision r168953, to change the commit...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-29
Richard Smith
ubsan: Disable __int128 tests if the host Clang does...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-29
Quentin Colombet
(no commit message)
commit
|
commitdiff
|
tree
|
snapshot
2012-11-29
Eric Christopher
More comment.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-29
Alexey Samsonov
[ASan] use brand new -fsanitize= values for init-order...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-29
Alexey Samsonov
This patch exposes to Clang users three more sanitizers...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-29
Greg Clayton
<rdar://problem/12687087>
commit
|
commitdiff
|
tree
|
snapshot
2012-11-29
Han Ming Ong
<rdar://problem/12780259>
commit
|
commitdiff
|
tree
|
snapshot
2012-11-29
Dan Gohman
Update comment for malloc being a library call now...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-29
Daniel Malea
Resolve printf formatting warnings on Linux:
commit
|
commitdiff
|
tree
|
snapshot
2012-11-29
Michael Ilseman
copyFastMathFlags utility and test case
commit
|
commitdiff
|
tree
|
snapshot
2012-11-29
Eli Bendersky
Add a FileCheck test that makes sure two different...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-29
Dan Gohman
Update my email address.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-29
Chad Rosier
Whitespace.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-29
Chad Rosier
Fix 80-column violations.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-29
Benjamin Kramer
Object: Pass the buffer name through when making a...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-29
Eli Bendersky
Make the test less sensitive to DWARF emission implemen...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-29
Quentin Colombet
Add cortex-a5 subtarget to the supported ARM architectures
commit
|
commitdiff
|
tree
|
snapshot
2012-11-29
Justin Holewinski
Cleanup recent addition of DAGTypeLegalizer::SplitVecOp...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-29
Shuxin Yang
rdar://12100355 (part 1)
commit
|
commitdiff
|
tree
|
snapshot
2012-11-29
Bill Wendling
Handle the situation where CodeGenPrepare removes a...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-29
Jyotsna Verma
Use multiclass for 'transfer' instructions.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-29
Nadav Rotem
No need to run LICM after loop vectorization because...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-29
Nadav Rotem
When broadcasting invariant scalars into vectors, place...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-29
Dmitri Gribenko
Documentation for FileCheck: use 'option' and 'program...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-29
Meador Inge
instcombine: Migrate puts optimizations
commit
|
commitdiff
|
tree
|
snapshot
2012-11-29
Dmitri Gribenko
Documentation for llvm-link: reformat
commit
|
commitdiff
|
tree
|
snapshot
2012-11-29
Jim Grosbach
Fix a memory leak in MachOObjectFile.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-29
Dmitri Gribenko
Documentation for llvm-cov: reformat
commit
|
commitdiff
|
tree
|
snapshot
2012-11-29
Benjamin Kramer
Follow up to 168711: It's safe to base this analysis...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-29
Dmitri Gribenko
Documentation for llvm-stress: reformat
commit
|
commitdiff
|
tree
|
snapshot
2012-11-29
Dmitri Gribenko
Documentation for opt: reformat
commit
|
commitdiff
|
tree
|
snapshot
2012-11-29
Eric Christopher
Make sure that we put the rest of the sanitizer librari...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-29
Greg Clayton
<rdar://problem/12655594>
commit
|
commitdiff
|
tree
|
snapshot
2012-11-29
Greg Clayton
<rdar://problem/12635804>
commit
|
commitdiff
|
tree
|
snapshot
2012-11-29
Andrew Trick
Improve isImpliedCond comment a bit.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-29
Alexey Samsonov
[ASan] Simplify check added in r168861. Bail out from...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-29
Dmitri Gribenko
Documentation for llc: reformat.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-29
Matt Beaumont-Gay
Apply Takumi's patch to suppress unused-variable warnin...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-29
Alexey Samsonov
Add options to AddressSanitizer passes to make them...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-29
Shuxin Yang
fix a typo
commit
|
commitdiff
|
tree
|
snapshot
2012-11-29
Eric Christopher
Use newer command line option here.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-29
Eric Christopher
Remove duplicate test run lines.
commit
|
commitdiff
|
tree
|
snapshot
next