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
2015-06-10
Sanjay Patel
fix typo in comment; NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-06-10
Colin LeMahieu
[Hexagon] Adding decoders for signed operands and ensur...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-10
Scott Douglass
some StmtExprs do not have side-effects
commit
|
commitdiff
|
tree
|
snapshot
2015-06-10
Benjamin Kramer
[Hexagon] Make global arrays 'static const'. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-10
Scott Douglass
add ConstEvaluatedExprVisitor
commit
|
commitdiff
|
tree
|
snapshot
2015-06-10
Igor Laevsky
[Statepoints] Add test case to check that statepoint...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-10
Igor Laevsky
[StatepointLowering] Reuse stack slots across basic...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-10
Daniel Sanders
Replace string GNU Triples with llvm::Triple in MCSubta...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-10
Alexander Musman
PR5172: Fix for a bug in pragma redefine_extname implem...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-10
Daniel Sanders
Replace string GNU Triples with llvm::Triple in create...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-10
Daniel Sanders
Replace string GNU Triples with llvm::Triple in MCAsmBa...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-10
Mohit K. Bhakkad
[LLDB][MIPS] Getting correct signals for MIPS Host
commit
|
commitdiff
|
tree
|
snapshot
2015-06-10
Daniel Jasper
clang-format: [JS] Only special case top level object...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-10
Yury Gribov
[ASan] Quick-fix tests for new string interceptors.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-10
Elena Demikhovsky
AVX-512: Fixed a bug in comparison of i1 vectors.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-10
Yaron Keren
Replace magic number 19 with the constant GlobalValueSu...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-10
Rui Ueyama
COFF: De-virtualize and inline garbage collector functions.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-10
Yunzhong Gao
Fix the test case to handle different IR variable names.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-10
Alexei Starovoitov
fix crash
commit
|
commitdiff
|
tree
|
snapshot
2015-06-10
Craig Topper
Remove unnecessary conversion from StringRef to std...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-10
Richard Smith
[modules] Reconstruct template default argument inherit...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-10
Sean Silva
[cleanup] Remove unused default argument and tidy up.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-10
Richard Smith
Revert accidentally-committed test change from r239447.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-10
Reid Kleckner
[WinEH] Call llvm.stackrestore in __except blocks
commit
|
commitdiff
|
tree
|
snapshot
2015-06-10
Oleksiy Vyalov
Mark TestMultithreaded as XTIMEOUT on Linux.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-10
Reid Kleckner
Remove safeseh debug print and remove extra braces
commit
|
commitdiff
|
tree
|
snapshot
2015-06-10
Reid Kleckner
[WinEH] Emit .safeseh directives for all 32-bit excepti...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-10
Richard Smith
Refactor storage of default template arguments.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-10
Yunzhong Gao
Implementing C99 partial re-initialization behavior...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-10
Reid Kleckner
Fix -Wsign-compare warning in WinException.cpp
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Pete Cooper
Fix warning of comparing different enums. NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
NAKAMURA Takumi
Add explicit -mtriple=arm-unknown to llvm/test/CodeGen...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Pete Cooper
Revert "Move MCSymbol Value in to the union of Offset...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Pete Cooper
Move MCSymbol Value in to the union of Offset and Commo...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Tobias Edler...
[RegisterScavenger] Fix handling of predicated instructions
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Alexey Samsonov
[BasicBlockUtils] Set debug locations for instructions...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Peter Collingbourne
Move dllimport name mangling to IR mangler.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Peter Collingbourne
COFF: Implement /lib using LibDriver.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Jingyue Wu
[NVPTX] fix a crash bug in NVPTXFavorNonGenericAddrSpaces
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Peter Collingbourne
LibDriver, llvm-lib: introduce.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Reid Kleckner
[WinEH] Add 32-bit SEH state table emission prototype
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Chad Rosier
[AArch64] Remove an overly conservative check when...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Pete Cooper
Use AlignOf traits to enable static_assert.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Benjamin Kramer
Replace loop with std::equal. NFC intended.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Pete Cooper
Reduce duplication in MCSymbol Name handling. NFC>
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Pete Cooper
Make MCSymbol::Name be a union of uint64_t and a pointer.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Akira Hatanaka
Remove DisableTailCalls from TargetOptions and the...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Akira Hatanaka
Attach attribute "disable-tail-calls" to the functions...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Alexei Starovoitov
[bpf] enable BPF backend in autoconf build
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Pete Cooper
Change from alignof to llvm::alignOf to appease Visual...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Pete Cooper
Allocate space for MCSymbol::Name only if required.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Arnold Schwaighofer
MergeFunctions: Don't replace a weak function use by...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
David Majnemer
[ItaniumMangle] Mangle long double as __float128 for...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
David Blaikie
Revert "[DWARF] Fix a few corner cases in expression...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Chaoren Lin
Rename `FileSpec::IsRelativeToCurrentWorkingDirectory...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Rui Ueyama
COFF: Split SymbolTable::addCombinedLTOObject. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Reid Kleckner
Revert "Re-land r236052, "[SEH] Add 32-bit lowering...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Reid Kleckner
Disable style-on-command-line test on Windows
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Reid Kleckner
Re-land r236052, "[SEH] Add 32-bit lowering code for...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Chaoren Lin
XFail pexpect tests for Windows hosts.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Rui Ueyama
COFF: Update comment.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Samuel Antao
The constant initialization for globals in NVPTX is...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Eli Bendersky
Add more wrappers for symbol APIs to the C API.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Alexei Starovoitov
[bpf] make BPF backend non-experimental
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Rui Ueyama
Remove object_error::success and use std::error_code...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Bill Seurer
[PowerPC] Reformat altivec.h with clang-format
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Jonathan Roelofs
Move target-specific Sema test to its own file.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Jonathan Roelofs
Fix printing of GCCAsmExprs with input or output arguments.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Toma Tabacu
Recommit "[mips] [IAS] Restore STI.FeatureBits in ...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Daniel Jasper
clang-format: Support //!-comments, increase test coverage.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Elena Demikhovsky
X86-MPX: Implemented encoding for MPX instructions.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Benjamin Kramer
Remove rm invocations where the file is immediately...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Benjamin Kramer
Remove unused diagnostics.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Aaron Ballman
Removing spurious semi colons; NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Aaron Ballman
Removing spurious semi colons; NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Daniel Jasper
clang-format: [JS] Hotfix for runtime issue with deeply...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Toma Tabacu
Revert "[mips] [IAS] Add support for BNE and BEQ with...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Toma Tabacu
[mips] [IAS] Add support for BNE and BEQ with an immedi...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Daniel Sanders
[nvptx] Only support the 'm' inline assembly memory...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Sagar Thakur
[lldb-server][MIPS64] Assigning generic register number...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Greg Bedwell
clang-cl: Ignore the /o option when /P is specified.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Daniel Sanders
[ADT] Assert that SmallVectorBase::grow_pod() successfu...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Denis Protivensky
MergeFunctions: Fix gcc warning in condition
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
NAKAMURA Takumi
llvm/test/DebugInfo/X86/expressions.ll: %llc_dwarf...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
David Majnemer
Reenable Misc/interpreter.c as r239388 correctly handle...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
David Majnemer
[Driver] Preserve the object file format in ComputeEffe...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
NAKAMURA Takumi
Disable clang/test/Misc/interpreter.c, for now, since...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Peter Collingbourne
COFF: Handle references from LTO object to lazy symbols...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Peter Collingbourne
COFF: Allow the combined LTO object to define new symbols.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Keno Fischer
Move X86-only test case to appropriate directory
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Lang Hames
[lli] Make the OptLevel (-O=<char>) option accessible...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
David Majnemer
[MSVC Compatibility] Don't diagnose c-style cast from...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Sean Silva
range-for'ify Args->filtered_begin(...) loops
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Keno Fischer
[DWARF] Fix a few corner cases in expression emission
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Anna Zaks
[asan] Prevent __attribute__((annotate)) triggering...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Matt Arsenault
Implement computeKnownBits for min/max nodes
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Matt Arsenault
R600: Switch to using generic min / max nodes.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Sean Silva
Simplify this code a bit.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Hans Wennborg
Enable DLL attribute propagation on explicit instantiat...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Hans Wennborg
MinGW: don't allow adding DLL attribute if template...
commit
|
commitdiff
|
tree
|
snapshot
next