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-01-24
Filipe Cabecinhas
[Bitcode] Diagnose errors instead of asserting from...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-24
Filipe Cabecinhas
Fix REQUIRES lines added in r226951 and add the x86...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-24
Rui Ueyama
Return a boolean value directly, instead of returning...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-24
Richard Trieu
When checking the template argument list, use a copy...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-24
Chandler Carruth
[PM] Update Clang to reflect the TLI API change in...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-24
Chandler Carruth
[PM] Rework how the TargetLibraryInfo pass integrates...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-24
Richard Smith
Bring the modules buildbot back to life after r226940.
commit
|
commitdiff
|
tree
|
snapshot
2015-01-24
Kuba Brecka
Reverting r226937: lit: Make MCJIT's supported arch...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-24
Quentin Colombet
[AArch64][LoadStoreOptimizer] Form LDPSW when possible.
commit
|
commitdiff
|
tree
|
snapshot
2015-01-24
Richard Smith
[modules] Sometimes we can deserialize a class member...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-24
Greg Fitzgerald
Fix the ELF shared library build targets - take 2
commit
|
commitdiff
|
tree
|
snapshot
2015-01-24
Lang Hames
[Orc] Add some missing headers to the CompileOnDemandLa...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-24
Bruno Cardoso...
[x86] Fix a comment
commit
|
commitdiff
|
tree
|
snapshot
2015-01-24
Lang Hames
[Orc] Add orcjit to the dependencies list in the Makefi...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Rui Ueyama
ELF: Remove dead code.
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Rui Ueyama
ELF: Remove virtual from non-overriden functions.
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Tom Stellard
R600/SI: Emit .hsa.version section for amdhsa OS
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Reid Kleckner
Fix assertion when C++ EH filters are present in functi...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Justin Bogner
InstrProf: Use the stream when dumping counters
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Adrian Prantl
Address more review comments for DIExpression::iterator.
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Rui Ueyama
Fix spelling.
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Rui Ueyama
Remove extra parentheses.
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Justin Bogner
InstrProf: debug dumps should go to dbgs(), not outs()
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Greg Fitzgerald
[MachO] Remove dependency on lldDriver
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Greg Clayton
Adding the ability to get the language from a mangled...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Justin Bogner
llvm-cov: Don't use llvm::outs() in library code
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Justin Bogner
llvm-cov: Use range-for (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Vince Harron
Fixing TestRegisters on Linux with LLGS
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Reid Kleckner
mips: Fix "XPASS" test results by removing 'not' commands
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Vince Harron
Renamed UpdateSDKDirectoryInfosInNeeded->IfNeeded
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Vince Harron
fixed up some logging messages (options and wait_pid...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
David Blaikie
DebugInfo: Remove outdated comment. Column info is...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
David Blaikie
Disable warnings in an IRGen test to make test failures...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Bruno Cardoso...
[x86] Combine x86mmx/i64 to v2i64 conversion to use...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Justin Bogner
llvm-cov: clang-format the GCOV files (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Filipe Cabecinhas
[lld] Added REQUIRES lines to tests
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Filipe Cabecinhas
[lld] Re-add REQUIRES line
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Reid Kleckner
Fix the MSVC build with the new Orc JIT APIs
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Michael J....
[YAMLIO] Dirty hack: Force integral conversion to allow...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Eric Fiselier
Get libc++ building on Sun Solaris. Patch from C Bergstrom.
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Lang Hames
[Orc] Remove a bunch of constructors from ObjectLinking...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Tom Stellard
R600/SI: Move i64 -> v2i32 load promotion into AMDGPUDA...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Fariborz Jahanian
Objective-C moderinzer [qoi], add space on rhs when...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Michael J....
[Object][ELF] Test unknown type.
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Michael J....
[YAMLIO] Add support for numeric values in enums.
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Lang Hames
[Orc] LLVMLinkInOrcMCJITReplacement shouldn't be in...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Lang Hames
[Orc] New JIT APIs.
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Adrian Prantl
Move the accessor functions from DIExpression::iterato...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Sergey Matveev
[sanitizer] Update descriptor size for glibc 2.13.
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Reid Kleckner
lit: Make MCJIT's supported arch check case insensitive
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Kevin Enderby
Fix the problem with llvm-objdump and -archive-headers...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Alexei Starovoitov
[mips] fix spelling of 'disassembler'
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Hans Wennborg
LowerSwitch: replace unreachable default with popular...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Oleksiy Vyalov
Fix CMake build - add readline dependency on ${PYTHON_L...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Colin LeMahieu
[Objdump] Output information about common symbols in...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Ramkumar Ramachandra
[emacs] llvm-mode: fix parens, font-lock i*
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Daniel Jasper
clang-format: Fix another crasher caused by incomplete...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Kuba Brecka
[compiler-rt] Ensure AsanInitFromRtl is called from...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Greg Fitzgerald
Revert " Fix the ELF shared library build targets"
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Fariborz Jahanian
Objective-C modernizer. Avoid using property-dot syntax...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Kuba Brecka
[compiler-rt] Fix the prototype of ioctl interceptor
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Reid Kleckner
Attempt to fix ::sscanf Cygwin build break reported...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Francisco Lopes...
Add tests for code completion of variadic prototypes
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Daniel Jasper
clang-format: Fix incorrect classification of "*".
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Greg Fitzgerald
Fix the ELF shared library build targets
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Kevin Enderby
Add the option, -data-in-code, to llvm-objdump used...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Reid Kleckner
Classify functions by EH personality type rather than...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Adrian Prantl
Debug Info / PR22309: Allow union types to be emitted...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Eric Christopher
Remove some local variables in place of just querying...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Sanjay Patel
Process the -fno-signed-zeros optimization flag (PR20870)
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Alexander Kornienko
Replace size() calls on containers with empty() calls...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Evgeniy Stepanov
[sanitizer] Fix an edge case in MemoryRangeIsAvailable.
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Alexander Kornienko
[clang-tidy] Use shrink_to_fit instead of copy and...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Alexander Kornienko
[clang-tidy] Small readability-container-size-empty...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Viktor Kutuzov
[Sanitizers] Intercept statfs() on FreeBSD
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Deepak Panickal
Fix handling of data-disassemble command arguments.
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Francisco Lopes...
Sema: code completion for variadic prototypes.
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Tamas Berghammer
Cleanup do-gtest.py
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Tamas Berghammer
Fix indentation in ValueObject.cpp (test commit)
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Toma Tabacu
[mips] Add new error message and improve testing for...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Jyoti Allur
This patch fixes issue with lowering below mentioned...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Denis Protivensky
Test commit.
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Craig Topper
[x86] Change u8imm operands to always print as unsigned...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Mehdi Amini
DAGCombine: always constant fold FMA when target disabl...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Filipe Cabecinhas
Add USES_TERMINAL to libcxx lit tests, if available
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Lang Hames
[ADT] Add move operations to SmallVector<T,N> from...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Craig Topper
Fix 80 column violation
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Craig Topper
[X86] Add IntrNoMem to the AVX512 conflict intrinsics.
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Rafael Espindola
[pr22293] Don't crash during codegen of a recursive...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Rafael Espindola
Add STB_GNU_UNIQUE to the ELF writer.
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Rui Ueyama
Don't use iterator for the same reason as r226883.
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Jason Molenda
debug printfs that got left in. I blame greg.
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Kate Stone
Workaround for what looks like an OS X-specific libedit...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
NAKAMURA Takumi
Prune an out-of-date \param since r226476. [-Wdocumenta...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Jason Molenda
Two fixes for compact unwind decoding for frameless...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
NAKAMURA Takumi
Reformat.
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
NAKAMURA Takumi
MipsAsmParser.cpp: Suppress a warning introduced in...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Jim Ingham
Remove the "/" from the end of rpath paths. Having...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Richard Smith
Fix reference to sysroot in this test (broken in r226875).
commit
|
commitdiff
|
tree
|
snapshot
2015-01-23
Kuba Brecka
Fix the extra whitespace from r226878.
commit
|
commitdiff
|
tree
|
snapshot
next