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
2014-10-18
Chandler Carruth
Clean up doxygen syntax and reword comments to flow...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-18
Chandler Carruth
Clean up the formatting and trailing whitespace of...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-18
Lang Hames
[PBQP] Move register-allocation specific PBQP code...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-18
Shankar Easwaran
Fix display of files processed by the linker.
commit
|
commitdiff
|
tree
|
snapshot
2014-10-18
Lang Hames
[PBQP] Replace the interference-constraints algorithm...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-18
Marshall Clow
Whitespace maintenance. Remove a bunch of tabs that...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-18
Chandler Carruth
Preserve AA metadata when combining (cast (load (....
commit
|
commitdiff
|
tree
|
snapshot
2014-10-18
Benjamin Kramer
Use non-member begin/end for a slight readability impro...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-18
Chandler Carruth
[InstCombine] Do an about-face on how LLVM canonicalize...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-18
Chandler Carruth
Remove a test that was ported from the old llvm-gcc...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-18
Argyrios Kyrtzidis
[libclang] If the code-completion point is inside the...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-18
Argyrios Kyrtzidis
[libclang] Allow code-completion when pointing at the...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-18
Shankar Easwaran
Sort include files according to convention.
commit
|
commitdiff
|
tree
|
snapshot
2014-10-18
Shankar Easwaran
Make lld-link symlink relative.
commit
|
commitdiff
|
tree
|
snapshot
2014-10-18
Shankar Easwaran
[ELF] Add Readers for all the ELF subtargets.
commit
|
commitdiff
|
tree
|
snapshot
2014-10-18
Nick Kledzik
[llvm-objdump] don't test timestamp dump as that is...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-18
David Blaikie
PR21305: Typedefs in non-type template parameters in...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-18
Eric Fiselier
Add special case for finding the in-tree ABI library.
commit
|
commitdiff
|
tree
|
snapshot
2014-10-18
Nick Kledzik
[llvm-objdump] enhance test case for mach-o -private...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-18
Nick Kledzik
[llvm-objdump] Fix mach-o binding decompression error
commit
|
commitdiff
|
tree
|
snapshot
2014-10-18
Eric Fiselier
[libcxx] Add support for building and testing with...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-18
Richard Smith
Hardcode the list of ELF targets here rather than using...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-18
Chandler Carruth
[SROA] Change how SROA does vector-based promotion...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-18
Tim Northover
[mach-o] keep Windows library happy.
commit
|
commitdiff
|
tree
|
snapshot
2014-10-18
Filipe Cabecinhas
Append the %itanium_abi_host_triple substitution uncond...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Greg Clayton
Fixed python API event test cases.
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Filipe Cabecinhas
Fix makefile for debuginfo-tests execution.
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
NAKAMURA Takumi
SemaDeclCXX.cpp: UninitializedFieldVisitor: Avoid membe...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Aaron Watry
R600/SI: Add global atomicrmw xchg
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Aaron Watry
R600/SI: Add global atomicrmw xor
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Aaron Watry
R600/SI: Add global atomicrmw or
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Aaron Watry
R600/SI: Add global atomicrmw min/umin
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Aaron Watry
R600/SI: Add global atomicrmw max/umax
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Aaron Watry
R600/SI: Add global atomicrmw and
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Aaron Watry
R600/SI: Add global atomicrmw sub
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Aaron Watry
R600/SI: Fix/add tests for atomicrmw add
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Aaron Watry
R600: Rename atomic_load global tests to atomic_add
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Evgeniy Stepanov
[msan] Fix handling of byval arguments with large align...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Sean Callanan
Make the registerEHFrame function do nothing,
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Pete Cooper
Check for dynamic alloca's when selecting lifetime...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Nick Lewycky
Fix typo in comment.
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Alexey Samsonov
[ASan] Improve blacklisting of global variables.
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Rui Ueyama
[PECOFF] Emit x64 delay-import wrapper function
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Enrico Granata
Do not delete the class, or else multiple tests that...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Bill Schmidt
[PowerPC] Disable +vsx RUN line for fma.ll due to incon...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Rafael Espindola
Revert "TRE: make TRE a bit more aggressive"
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Bill Schmidt
[PowerPC] Change assert to better form
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Matt Arsenault
R600/SI: Remove redundant setting of instruction bits
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Bill Schmidt
[PowerPC] Change liveness testing in VSX FMA mutation...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Kostya Serebryany
fix -fsanitize-address-field-padding for the cases...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Richard Smith
Fix the rest of PR21289: a pack expansion that we can...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Richard Trieu
Add support for initializer lists on field initializers...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Hans Wennborg
Try to fix parse-progname.c test on Darwin
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Richard Smith
Don't forget to substitute into the qualifier when...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Peter Collingbourne
Disable ccache for go tests.
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Sean Callanan
Fixed the expression parser to handle cases where
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Hans Wennborg
Move test/CodeGen/sections.c to CodeGenCXX/sections.cpp
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Matt Arsenault
Fix typo
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Matt Arsenault
R600/SI: Also check for FPImm literal constants
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Matt Arsenault
R600/SI: Allow commuting with source modifiers
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Matt Arsenault
R600/SI: Simplify code with hasModifiersSet
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Matt Arsenault
R600/SI: Fix general commuting breaking src mods
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Matt Arsenault
R600/SI: Cleanup code with ChangeToFPImmediate
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Matt Arsenault
R600/SI: Allow comuting fp immediates
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Matt Arsenault
R600/SI: Use early return instead of checking condition...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
David Blaikie
Rename TemplateArgument::getTypeForDecl to getParamType...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Enrico Granata
Make a general helper function on the AST context to...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Peter Collingbourne
We also need to catch OSError here.
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Matt Arsenault
R600/SI: Use complex pattern for MUBUF load patterns.
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Matt Arsenault
R600/SI: Remove SI_BUFFER_RSRC pseudo
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Juergen Ributzka
[Stackmaps] Enable invoking the patchpoint intrinsic.
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Andrea Di Biagio
[X86] Fix missed selection of non-temporal store of...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Saleem Abdulrasool
Sema: address post-commit review comment
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Hans Wennborg
Driver: support detecting driver mode when clang has...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
James Molloy
[AArch64] Fix a silent codegen fault in BUILD_VECTOR...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Dan Albert
Add an .arcconfig for libc++abi.
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Eric Fiselier
[libcxxabi] Document the standalone build's requirement...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Rafael Espindola
Don't crash if find_executable return None.
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Bill Schmidt
[PowerPC] Enable use of lxvw4x/stxvw4x in VSX code...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Jan Vesely
Mips: Only set divrem i64 to custom on 64bit
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Jan Vesely
R600: Add EG to FMA test
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Jan Vesely
SelectionDAG: Add sext_inreg optimizations
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Daniel Jasper
clang-format: Prefer breaking before trailing return...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Vasileios Kalintiris
[mips] Add support for COP1's Branch-On-Cond-Likely...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Daniel Jasper
clang-format: [Java] Don't break immediately after...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
NAKAMURA Takumi
[CMake] check-lld: Prune llvm-mc. It is unused.
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
NAKAMURA Takumi
lld/lib/Core/Error.cpp: Appease g++-4.7, corresponding...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
NAKAMURA Takumi
Revert r219977, "Re-commit r217995 and follow-up patche...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
NAKAMURA Takumi
Add explicit triple to clang/test/CodeGen/sanitize...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Vasileios Kalintiris
[mips] Add support for COP0's Branch-On-Cond-Likely...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Hal Finkel
[DSE] Remove no-data-layout-only type-based overlap...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Joerg Sonnenberger
complex long double support for PowerPC
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Yaron Keren
Optimize Type::isStructureOrClassType() by reusing...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Artyom Skrobov
D5775: The new test case was missing from the preceding...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Artyom Skrobov
D5775: Fix of assertion failure in case of non-POD...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Renato Golin
User c-tor name to fix the sanitizer test
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Renato Golin
Trying to fix failing Clang sanitizer test on ARM bots
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Richard Smith
Towards PR21289: don't lose track of unexpanded paramet...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Peter Collingbourne
Fix bashism in build.sh.
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Jason Molenda
Break out of the command word parsing loop if we hit
commit
|
commitdiff
|
tree
|
snapshot
next