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
2016-03-11
Sanjoy Das
Introduce @llvm.experimental.deoptimize
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Rui Ueyama
Remove obsolete comment.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Reid Kleckner
Allow sizeof(UnrelatedClass::field) in C++11 class...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Vedant Kumar
[PGO] Skip value profile instrumentation of inline asm
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Rui Ueyama
Fix MSVC build.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Teresa Johnson
Update test case for llvm summary format changes in...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Teresa Johnson
[ThinLTO] Support for reference graph in per-module...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Jim Ingham
Check for a NULL input filehandle before referencing it.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Mehdi Amini
Fix clang crash: when CodeGenAction is initialized...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Rui Ueyama
Revert r263252: "[ELF] - Change all messages to lowerca...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Rafael Espindola
Now that it is trivial, fix pr26878.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Mike Spertus
Type correct Visual Studio native visualization for...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Reid Kleckner
[SEH] Remove nounwind/noinline from outlined finally...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Chad Rosier
Update test case to appease bots after 263255.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Mehdi Amini
Fix build: use -> with pointers and not .
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Simon Pilgrim
Fix spelling.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Quentin Colombet
[IRTranslator] Translate unconditional branches.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Quentin Colombet
[MachineIRBuilder] Rework buildInstr API to maximize...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Quentin Colombet
[IRTranslator] Update getOrCreateVReg API to use refere...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Quentin Colombet
[MachineIRBuilder] Rename the setter of MF for consiste...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Quentin Colombet
[MachineIRBuilder] Rename the setter for MBB for consis...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Quentin Colombet
[IRTranslator] Update getOrCreateBB API to use references.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Quentin Colombet
[GlobalISel][Target] Add an opcode for unconditional...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Mehdi Amini
Remove PreserveNames template parameter from IRBuilder
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Mehdi Amini
Remove compile time PreserveName switch based on NDEBUG
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Mehdi Amini
Do not specialize IRBuilder to strip names in SROA
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Chad Rosier
[misched] Fix a truncation issue from r263021.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Rafael Espindola
Yet more MSVC fixes.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
George Rimar
[ELF] - Change all messages to lowercase to be consistent.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Rafael Espindola
More MSVC fixes.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Chandler Carruth
[PM] Sink the "Expression" type for GVN into the class...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Rafael Espindola
Trying to fix the MSVC build.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Rafael Espindola
Avoid calling getNamedValue.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Marianne Mailhot...
More UTF string conversion wrappers
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Nico Weber
Revert r263036, it's ABI-breaking.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Alexandros...
Add tests for ARM Cortex-R8
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Rafael Espindola
Don't invent names for STT_SECTION symbols.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Rafael Espindola
Simplify test.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Valery Pykhtin
[AMDGPU] Fix VOPC instruction operand namings
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Rafael Espindola
Simplify test. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
George Rimar
This reverts the r263125
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Simon Pilgrim
[X86][AVX] Fixed issue where a long chain of shuffles...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Rafael Espindola
Run dos2unix. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Rafael Espindola
Represent local symbols with DefinedRegular.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Simon Atanasyan
[ELF][MIPS] Update comment about creation local GOT...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Chandler Carruth
[AA] Make BasicAA just require domtree.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Marianne Mailhot...
Fixed MemoryCache L1 cache flush
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Chandler Carruth
[memdep] Just require domtree for memdep.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Chandler Carruth
[PM] The order of evaluation of these analyses is actua...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Rafael Espindola
Remove a redundant cast.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Vasileios Kalintiris
[mips] MIPSR6 Instruction itineraries
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Rafael Espindola
Simplify now that local symbols can use getVA.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
George Rimar
[ELF] - Early continue in InputSectionBase<ELFT>::reloc...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
George Rimar
[ELF] - Evaluate addend earlier and use it instead...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Rafael Espindola
Compute value of local symbol with getVA.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Rafael Espindola
Remember the input section of locals.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Chandler Carruth
[PM] Update Kaleidoscope with the new header file.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Rafael Espindola
Create a SymbolBody for locals.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Haojian Wu
[clang-tidy] Make 'modernize-use-nullptr' check ignores...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Daniel Sanders
[mips] Range check simm4.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Chandler Carruth
[PM] Make the AnalysisManager parameter to run methods...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Mohit K. Bhakkad
[Sanitizer][MIPS] internal lstat and fstat for mips64
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Chandler Carruth
[PM] Rename the CRTP mixin base classes for the new...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Chandler Carruth
[PM] Implement the final conclusion as to how the analy...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Benjamin Kramer
[InstCombine] Use Twines to generate names.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
George Rimar
[ELF] - Move initSymbols() to Driver.cpp. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Ismail Donmez
Fix linux build after r263190
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Nikolay Haustov
[AMDGPU] Assembler: change v_madmk operands to have...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Chandler Carruth
[PM/AA] Teach the AAManager how to handle module analys...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Chandler Carruth
Update to include the new header file providing createG...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Pavel Labath
Fix a bunch of signedness warnings in unittests
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Chandler Carruth
[PM] Port GVN to the new pass manager, wire it up,...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Pavel Labath
Fix a couple of cornercases in FileSpec + tests
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Matt Arsenault
AMDGPU: Don't use InstVisitor for AMDGPUPromoteAlloca
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Todd Fiala
skip newly segfaulting test on OS X public CI
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Matt Arsenault
AMDGPU: R600 code splitting cleanup
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Hrvoje Varga
[mips] Invalid tests for MTC0, MTC2, MFC0, MFC2, DMTC0...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Dmitry Polukhin
[OpenMP] NFC fix compilation warning about unused variable
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Matt Arsenault
AMDGPU: Materialize sign bits with bfrev
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Junmo Park
Minor code cleanups. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Mohit K. Bhakkad
[Compiler-rt] Fix ioctl codes for MIPS in sanitizer_ioc...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Sean Silva
Fix indentation.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Sean Silva
[lto] The previous testcase was not useful enough.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Junmo Park
Minor code cleanup. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Alexey Samsonov
Fix ASan test cases after r263177
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
John McCall
Removing the friend declaration was not a good idea.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
John McCall
Speculatively attempt to fix the MSVC build by making...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
John McCall
Add a coerce-and-expand ABIArgInfo as a generalization...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
John McCall
Preserve ExtParameterInfos into CGFunctionInfo.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Rui Ueyama
ELF: Add --thread option and partially parallelize...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Pete Cooper
Remove llvm::getDISubprogram in favor of Function:...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Jim Ingham
Fix SBDebugger.GetOutputFileHandle() on OS X.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Sean Silva
[lto] Add a useful test case.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Evgeniy Stepanov
[gold] Fix common symbols handling.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Sean Silva
[lto] Make sure that ctors are added to the combined...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Sean Silva
Tighten up this test a bit.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Alexey Samsonov
[sanitizer] Add strlen to the common interceptors
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Alexey Samsonov
[UBSan] Improve bufferization of UBSan error reports.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Ekaterina Romanova
Add doxygen comments to avxintrin.h's intrinsics.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Eugene Zelenko
Fix Clang-tidy modernize-use-nullptr warnings in some...
commit
|
commitdiff
|
tree
|
snapshot
next