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-08-07
Eric Christopher
We're actually -Wmissing-field-initializers clean thank...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-07
Yaron Keren
Silence gcc 5.1 unused variable warnings using LLVM_ATT...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-07
Rafael Espindola
Delete dead typedef. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-07
Frederic Riss
Use 'signed char' instead of 'char'
commit
|
commitdiff
|
tree
|
snapshot
2015-08-07
Yaron Keren
Use LLVM_ATTRIBUTE_UNUSED to hide gcc 5.1 unused variab...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-07
Michael Wong
This patch commits OpenMP 4 target device clauses
commit
|
commitdiff
|
tree
|
snapshot
2015-08-07
Renato Golin
[Compiler-RT] Disable TSAN on AArch64 temporarily
commit
|
commitdiff
|
tree
|
snapshot
2015-08-07
Rafael Espindola
add missing tests files
commit
|
commitdiff
|
tree
|
snapshot
2015-08-07
Tom Stellard
AMDGPU/SI: v_mac_legacy_f32 does not exist on VI
commit
|
commitdiff
|
tree
|
snapshot
2015-08-07
Tom Stellard
AMDGPU/SI: Remove unused outs parameter from VOPC Table...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-07
Rafael Espindola
Add dynamic_table iterators back to ELF.h.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-07
Frederic Riss
[dsymutil] Use the new MCDwarfLineTableParams customiza...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-07
Frederic Riss
[MC/Dwarf] Allow to specify custom parameters for linet...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-07
Tom Stellard
ELF: Correctly identify SHT_NOTE sections with !SHF_ALL...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-07
Renato Golin
[ASAN] Disable ManyThreadsTest in AArch64
commit
|
commitdiff
|
tree
|
snapshot
2015-08-07
Silviu Baranga
Fix unused variable warning introduced in r244314
commit
|
commitdiff
|
tree
|
snapshot
2015-08-07
Silviu Baranga
[ARM] Update ReconstructShuffle to handle mismatched...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-07
John Brawn
Revert "Make global aliases have symbol size equal...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-07
Yaron Keren
Silence tools/clang/lib/Tooling/CompilationDatabase...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-07
NAKAMURA Takumi
Tweak llvm/test/tools/dsymutil/arch-option.test to...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-07
Jeroen Ketema
Require LLVM >=3.7 and bump version to 0.2.0
commit
|
commitdiff
|
tree
|
snapshot
2015-08-07
NAKAMURA Takumi
ShrinkWrap.cpp: Tweak r244235 for a non-functional...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-07
Sagar Thakur
[LLDB][MIPS] Fix offsets of all register sets and add...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-07
Craig Topper
Make sure the Features field of the Builtin Info struct...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-07
Ben Langmuir
Make 'arm' cover both 32 and 64 bit architecutres
commit
|
commitdiff
|
tree
|
snapshot
2015-08-07
JF Bastien
WebAssembly: textual emission uses expected opcode...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-07
Tom Stellard
ELF: Add AMDGPU specific defintions
commit
|
commitdiff
|
tree
|
snapshot
2015-08-07
Duncan P. N...
ValueMapper: Resolve uniquing cycles more aggressively
commit
|
commitdiff
|
tree
|
snapshot
2015-08-07
Duncan P. N...
ValueMapper: Pull out helper to resolve cycles, NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-08-07
Davide Italiano
[llvm-readobj] Convert to range-loops.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
Alex Lorenz
MIR Serialization: Fix serialization of unnamed IR...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
Chaoren Lin
Add -latomic to Android mips build to avoid b.android...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
Tanya Lattner
Revert test commit.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
Tanya Lattner
Test commit
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
Alex Lorenz
MIR Parser: Simplify the token's string value handling.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
Sean Silva
[LangRef] Cleanup some stray whitespace inconsistencies.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
Sean Silva
[LangRef] Tiny editorial fixes.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
Alex Lorenz
Add initial documentation for the MIR serialization...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
Juergen Ributzka
[AArch64][FastISel] Always use AND before checking...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
Douglas Katzman
Range-forify a loop, delete trailing whitespace. NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
Richard Smith
[modules] Remove unused ModuleManager::visitDepthFirst...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
Richard Smith
[modules] Fix use-after-iterator-invalidation bug.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
Juergen Ributzka
Revert "[AArch64][FastISel] Add more truncation tests...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
Eric Christopher
Continue the work from r243908 by adding a Features...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
Richard Smith
[modules] Stop walking all modules when looking for...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
Sean Silva
[compatibility.ll] Cover explicitly named comdats.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
Sean Silva
Describe the process better.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
Rafael Espindola
Move to llvm-readobj code that is only used there.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
Jason Molenda
Change the warning message about optimization to be...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
James Y Knight
Fix alignment of TemplateArgumentList.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
David Majnemer
Revert accidentally committed WinEHPrepare changes
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
Richard Smith
[modules] Remove now-unused MergedLookups map.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
David Majnemer
[IR] Remove TerminateInst's "NameStr" argument
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
David Majnemer
PHIs don't need to be postprocessed
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
David Majnemer
Handle PHI nodes prefacing EH pads too
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
David Majnemer
handle phi nodes
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
David Majnemer
[WinEHPrepare] Add rudimentary support for the new...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
Richard Smith
[modules] Remove redundant lookups into non-primary...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
Frederic Riss
[dsymutil] Implement dSYM bundle creation
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
Frederic Riss
[dsymutil] Add (unimplemented) --flat option
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
Frederic Riss
Thread premissions through sys::fs::create_director...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
Reid Kleckner
[WinEH] Add documentation motivating the new EH instruc...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
David Majnemer
[ItaniumCXXABI] Don't import RTTI data for classes...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
Sanjoy Das
[IndVars] Fix PR24356.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
Sanjoy Das
[IndVars] Improved logging under DEBUG(); NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
Renato Golin
[ASAN/AArch64] Make sure aarch64 is not stable-runtime
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
James Y Knight
Convert a few classes over to use the new TrailingObjec...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
James Y Knight
Remove unused 'Owned' flag from TemplateArgumentList.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
Pete Cooper
Convert a bunch of loops to foreach. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
Rui Ueyama
Update comments.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
Rui Ueyama
COFF: Update a comment.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
Tom Stellard
AMDGPU/SI: Add Fiji support
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
Tom Stellard
AMDGPU/SI: Add support for 32-bit immediate SMRD offset...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
Tom Stellard
AMDGPU/SI: Use ComplexPatterns for SMRD addressing...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
David Blaikie
Fix memory leaks by avoiding extra manual dynamic alloc...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
Nico Weber
Fix nested CrashRecoveryContexts with LLVM_ENABLE_THREA...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
Kostya Serebryany
[libFuzzer] move the mutators to public interface so...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
Rafael Espindola
On freebsd it is possible to open a directory. Test...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
Nico Rieck
Rename inst_range() to instructions() for consistency...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
Kit Barton
Fix possible infinite loop in shrink wrapping when...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
Peter Collingbourne
LibDriver: Replace references to lld-link2 with lld...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
Argyrios Kyrtzidis
[Frontend] Fix crash when serializing diagnostics with...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
Quentin Colombet
[Reassociation] Fix miscompile for va_arg arguments.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
Peter Collingbourne
test: Use lld-link instead of lld-link2 as the LTO...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
David Blaikie
Fix memory ownership in the NeonEmitter by using values...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
Alex Lorenz
MIR Parser: Report an error when parsing duplicate...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
Cong Hou
Revert r244154 which causes some build failure. See...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
Duncan P. N...
Update docs for accessing !dbg attachments
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
Renato Golin
[ARM/Unwind] Fix wrong usage of write-back on register...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
Kit Barton
This patch changes the interface to enable the shrink...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
Kostya Serebryany
[sanitizer] 2-nd attempt. Add the flag handle_sigfpe...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
Chad Rosier
[AArch64] Use a static function and other minor cleanup...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
Reid Kleckner
[cmake] Handle Dragonfly BSD like FreeBSD
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
Reid Kleckner
docs: Fix typo in Phabricator.rst
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
Alex Lorenz
MIR Serialization: Serialize the 'invariant' machine...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
Richard Diamond
Fix an alignment error in `llvm::expandAtomicRMWToCmpXc...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
Alex Lorenz
MIR Serialization: Serialize the 'non-temporal' machine...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
Rui Ueyama
COFF: Make test commands shorter. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
Rui Ueyama
COFF: Remove the old COFF linker and make link an alias...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
Chad Rosier
[AArch64] Improve the readability of the ld/st optimiza...
commit
|
commitdiff
|
tree
|
snapshot
next