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-07-30
Nick Kledzik
[mach-o] Fix test case comment and stray file copy
commit
|
commitdiff
|
tree
|
snapshot
2014-07-30
Nick Kledzik
[mach-o] Fix arm interworking with movw/movt
commit
|
commitdiff
|
tree
|
snapshot
2014-07-30
Rafael Espindola
Convert a few more function pointer calls to just ...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-30
Adam Nemet
[AVX512] Test that _mm512_set1_* intrinsics generate...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-30
David Majnemer
MS ABI: Consider alignment attributes on typedefs for...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-30
Adam Nemet
[AVX512] Add missing CHECK-LABEL
commit
|
commitdiff
|
tree
|
snapshot
2014-07-30
Rafael Espindola
Don't duplicate the function name in a comment.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-30
Duncan P. N...
Reapply "UseListOrder: Order GlobalValue uses after...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-30
Duncan P. N...
UseListOrder: Fix undefined behaviour
commit
|
commitdiff
|
tree
|
snapshot
2014-07-30
Matt Arsenault
R600/SI: Consider adjacent offsets in getLdStBaseRegImmOfs
commit
|
commitdiff
|
tree
|
snapshot
2014-07-30
Nick Kledzik
[mach-o] Add support for -sectalign option
commit
|
commitdiff
|
tree
|
snapshot
2014-07-30
Larisse Voufo
Not all instantiated variable is odr-used. Do not mark...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-30
Petar Jovanovic
Add support for scalarizing ctlz_zero_undef
commit
|
commitdiff
|
tree
|
snapshot
2014-07-30
Rafael Espindola
Use function pointers with just f(1,2) instead of ...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-30
Duncan P. N...
Revert "UseListOrder: Remove move assignment"
commit
|
commitdiff
|
tree
|
snapshot
2014-07-30
Richard Smith
Header hygiene: remove using directive and #undef DEBUG...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-30
Duncan P. N...
UseListOrder: Remove move assignment
commit
|
commitdiff
|
tree
|
snapshot
2014-07-30
Alexey Samsonov
[UBSan] Allow to override runtime flags defaults by...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Alexey Samsonov
[UBSan] Move all runtime flags parsing to ubsan_flags.cc.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Joerg Sonnenberger
Add rfci instruction.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Lang Hames
[MCJIT] Add options to llvm-rtdyld to describe a phony...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Joerg Sonnenberger
mbar without argument is equivalent to mbar 0.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Duncan P. N...
Revert "UseListOrder: Order GlobalValue uses after...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Greg Clayton
Silence a warning saying "typedef requires a name"...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Richard Smith
[modules] Factor out ODR checking, to avoid unnecessary...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Alexey Samsonov
[UBSan] Get pc/bp for stack unwinding as early as possible.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Joerg Sonnenberger
Recognize BookE's mbar instruction.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Duncan P. N...
UseListOrder: Additional test coverage for r214242
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Duncan P. N...
UseListOrder: Order GlobalValue uses after initializers
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Duncan P. N...
UseListOrder: Create a struct around OrderMap, NFC
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Manman Ren
Feedback on r214189, no functionality change.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Eli Bendersky
Add missing test for r214210.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Joerg Sonnenberger
Fix typo in alias: DSIR -> DSISR
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Hans Wennborg
clang-format vs plugin: include the license
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Todd Fiala
Add $vAttach support to llgs.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Justin Bogner
llvm-profdata: Clean up and reorganize some tests
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Joerg Sonnenberger
Support move to/from segment register.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Reid Kleckner
Attempt to fix the expression parser after r214119
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Alexey Samsonov
[UBSan] Build part of UBSan runtime that can be linked...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Lang Hames
[MCJIT] XFAIL some RuntimeDyld tests on MIPS - RuntimeD...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Greg Clayton
Remove unused variable that was causing a warning.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Rafael Espindola
Use nullptr instead of NULL.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Alex Lorenz
Coverage: improve efficiency of the counter propagation...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Lang Hames
[MCJIT] Make sure we print the full 64-bit result of...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Rafael Espindola
Remove unused includes.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Matt Arsenault
R600/SI: Implement getLdStBaseRegImmOfs
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Duncan P. N...
UseListOrder: Try to resolve buildbot failure
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Greg Clayton
Resolve the executable _before_ we try to get the modul...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Richard Smith
PR20473: Don't "deduplicate" string literals with the...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Rafael Espindola
Delete dead code.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Johannes Doerfert
[Refactor] Expose the IslExprBuilder (missing files)
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Marshall Clow
std::once_flag was forward declared with _LIBCPP_TYPE_V...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Rafael Espindola
Have a single enum for "not a bitcode" error.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Matt Arsenault
R600/SI: Enable named operand table for DS instructions
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Matt Arsenault
Remove line with no effect
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Johannes Doerfert
[Refactor] Expose the IslExprBuilder
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Rafael Espindola
gold plugin: Fix handling of corrupted bitcode files.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Duncan P. N...
UseListShuffleVector: Remove copy constructor
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Duncan P. N...
UseListShuffleVector: Code reorganization, NFC
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Lang Hames
[MCJIT] Make the RuntimeDyldChecker stub_addr builtin...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Eli Bendersky
Fix FileCheck crash when empty prefix is passed.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Rafael Espindola
Move the bitcode error enum to the include directory.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Bob Wilson
Support LIBRARY_PATH on all Darwin targets.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Greg Clayton
Use the most up to date dsymutil on Darwin, not the...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Alex Lorenz
Coverage: fix the missing output stream in recursive...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Juergen Ributzka
[RuntimeDyld][AArch64] Make encode/decodeAddend also...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Juergen Ributzka
[RuntimeDyld][AArch64] Make encode/decodeAddend more...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Fariborz Jahanian
Provide warning name for property attribute warning
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Larisse Voufo
Revert "Fix test case in r214190. (It failed on my...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Dan Albert
Base regex code on char_class_type.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Tobias Grosser
IslAst: Enhance parallelism detection test
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Rafael Espindola
Small gold plugin simplifications.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Larisse Voufo
Fix test case in r214190. (It failed on my end.)
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Zachary Turner
[Windows] Delegate str[n]casecmp to the appropriate...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Joerg Sonnenberger
Add a number of aliases for SPR access.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Matt Arsenault
R600/SI: Add isMUBUF / isMTBUF
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Matt Arsenault
R600/SI: Set bits on SMRD instructions
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Larisse Voufo
Fix typo.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Larisse Voufo
Fix PR10177 where non-type template arguments to alias...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Simon Atanasyan
Install the `obj2yaml` and `yaml2obj` utilities togethe...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Manman Ren
[Debug Info] update testing case due to change in DIBui...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Manman Ren
[Debug Info] remove DITrivialType and use null to repre...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Greg Clayton
When constructing an ArchSpec from a MachO cpu type...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Duncan P. N...
llvm-uselistorder: Fix header comments from r214144
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Rafael Espindola
Add a test for the mtriple plugin option.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Tyler Nowicki
Modify how the loop hint attribute is printed as a...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Duncan P. N...
IR: Create the use-list order shuffle vector in-place
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Artyom Skrobov
DataflowWorklist.h - "We should have a description...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Justin Bogner
ProfileData: Don't redundantly default initialize a...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Joerg Sonnenberger
Add rfi instruction. Based on feedback by Ulrich Weigand.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Sasa Stankovic
[mips] Don't use odd-numbered single precision register...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Ulrich Weigand
[PowerPC] Fix ppc64-elf-abi.ll test case on Darwin
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
NAKAMURA Takumi
UseListShuffleVector: Add a copy constructor to appease...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Tim Northover
CodeGenPrep: fall back to MVT::Other if instruction...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Tim Northover
ARM: add __aeabi_d2h for truncation on AEABI systems
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Tim Northover
ARM: fix @llvm.convert.from.fp16 on softfloat targets.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
NAKAMURA Takumi
UseListShuffleVector::~UseListShuffleVector(): Fix...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Yi Kong
AArch64: Resolve some FIXMEs in CGBuiltin left over...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Alexey Bataev
[OPENMP] Additional comments for implicit 'flush' claus...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Johannes Doerfert
[Refactor] Adjust some comments
commit
|
commitdiff
|
tree
|
snapshot
next