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
2013-11-21
Nick Kledzik
YAML I/O add support for validate()
commit
|
commitdiff
|
tree
|
snapshot
2013-11-21
Nick Kledzik
revert r194655
commit
|
commitdiff
|
tree
|
snapshot
2013-11-21
Rui Ueyama
Rename allocateString -> allocate.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-21
Hans Wennborg
[-cxx-abi microsoft] Emit linkonce_odr definitions...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Rui Ueyama
Reverse the condition for readability.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Rui Ueyama
Move member functions to its own cpp file.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Richard Smith
Fix new check for missing semicolon after struct defini...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Rui Ueyama
Remove blank return at the end of a function returning...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Fariborz Jahanian
ObjectiveC ARC. warn in presense of __bridge casting to
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Aaron Ballman
There is no such thing as __declspec(ms_struct), this...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Rui Ueyama
[PECOFF] Recognize but ignore /implib and /safeseh...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Aaron Ballman
Removed a duplicate diagnostic related to attribute...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Aaron Ballman
Updated the thread safety attribute definitions to...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Greg Clayton
Expose SBPlatform through the public API.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Hal Finkel
PPC popcnt[dw] do not have record forms
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Hal Finkel
Add loop rerolling code owner
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Rui Ueyama
Use NativeReferenceIvarsV2 if necessary.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Rui Ueyama
Fix Weak External symbol handling.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Justin Holewinski
[NVPTX] Update ABI handling
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Manman Ren
Set default Dwarf Version for -gline-tables-only on...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Benjamin Kramer
MachineBlockPlacement: Strengthen the source order...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Fariborz Jahanian
ObjectiveC ARC. Better checking of toll free briding
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
David Blaikie
DwarfCompileUnit: Initialize DebugInfoOffset.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
David Blaikie
CR feedback for r195166: Add comments regarding type...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Chandler Carruth
Make the moved-from SmallPtrSet be a valid, empty,...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Chandler Carruth
Add a test for assignment operator behavior which was...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Ted Kremenek
Refine 'deprecated' checking for Objective-C classes...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Alexander Kornienko
Added an option to allow short function bodies be place...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Enea Zaffanella
When wrapping lazily generated builtins in an extern...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Colin Riley
Fix MSVC build
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Daniel Jasper
Simplify fix proposed in r195240.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Daniel Sanders
[mips][msa] Pseudo instructions require HasMSA too...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Alexander Kornienko
Support for JavaScript === and !== operators.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Evgeniy Stepanov
[asan] Fix OSX tests.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Simon Atanasyan
[Mips] Take in account the -mfp64 command line option...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Daniel Sanders
FileCheck: fix a bug with multiple --check-prefix optio...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
NAKAMURA Takumi
llvm/CMakeLists.txt: Update LLVM_VERSION_MINOR to 5.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Evgeniy Stepanov
[msan] Tweak io_submit syscall hook.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Daniel Sanders
[mips][msa] Remove unused instruction class MSA_I8_X_DE...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Evgeniy Stepanov
[msan] Unpoison memory that is returned to the OS and...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Evgeniy Stepanov
[asan] Test that LargeAllocator unpoisons memory before...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Colin Riley
Test commit. Capitalize 'os'.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Chandler Carruth
[PM] Add the preservation system to the new pass manager.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Manuel Klimek
Fix bug where optimization would lead to strange line...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Chandler Carruth
Give SmallPtrSet move semantics when we have R-value...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
NAKAMURA Takumi
X86ISelLowering.cpp: Mark a variable VT as LLVM_ATTRIBU...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
NAKAMURA Takumi
Whitespace.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Bill Wendling
Update to next release numbers.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Bill Wendling
Update to reflect the next release.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Elena Demikhovsky
Fixed compilation error.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Elena Demikhovsky
AVX-512: Concat 4 128-bit vectors in one 512-bit vector.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Duncan P. N...
Fixing ordering of definition of IOSSIM_SDK_PATH
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Bill Wendling
Add -triple option.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Chandler Carruth
[PM] Make the function pass manager more regular.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Yuchen Wu
llvm-cov: Added file checksum to gcno and gcda files.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Yuchen Wu
compiler-rt: Support for file checksum in GCDAProfiling...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Chandler Carruth
[PM] Split the analysis manager into a function-specifi...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Aaron Ballman
Removing a custom error diagnostic and replacing it...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Dmitri Gribenko
Comment parsing tests: introduce a little more structur...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Aaron Ballman
Ensuring the warning for attribute decl types matches...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Hal Finkel
PPC: Optimize rldicl generation for masked shifts
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Dmitri Gribenko
Revert r195176, it is breaking buildbots for unclear...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Eric Christopher
Remove polymorphic destruction for DIE. DIEBlocks are...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Eric Christopher
Remove capability for polymorphic destruction from...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Eric Christopher
Grammar.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Eric Christopher
Formatting, 80-col, trailing whitespace.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Jack Carter
long line correction
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Fariborz Jahanian
ObjectiveC ARC. validate toll free bridge casting
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Jason Molenda
Flush the Process' cache of extended threads every...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Dmitri Gribenko
Comment parsing tests: introduce a little more structur...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Jack Carter
long line correction
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Anna Zaks
[analyzer] Fix an infinite recursion in region invalida...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Filip Pizlo
Expose the fence instruction via the C API.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-19
Sean Callanan
Updated build-llvm to use a more generic ioctl
commit
|
commitdiff
|
tree
|
snapshot
2013-11-19
Aditya Nandakumar
Fixed an extra for(typo) in the comments
commit
|
commitdiff
|
tree
|
snapshot
2013-11-19
Jack Carter
long lines and white space correction
commit
|
commitdiff
|
tree
|
snapshot
2013-11-19
Rui Ueyama
Do not inline large member functions. No functionality...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-19
Reid Kleckner
Add a mangler entry point for TBAA rather than using...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-19
David Blaikie
DebugInfo: Partial implementation of DWARF type units.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-19
David Blaikie
DebugInfo: Constify accelerator table handling, and...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-19
Richard Smith
PR9547: If we're parsing a simple-declaration that...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-19
Arnold Schwaighofer
SLPVectorizer: Fix stale for Value pointer array
commit
|
commitdiff
|
tree
|
snapshot
2013-11-19
Arnold Schwaighofer
SLPVectorizer: Fix whitespace errors
commit
|
commitdiff
|
tree
|
snapshot
2013-11-19
Aaron Ballman
Switching some string literals to be generated by the...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-19
Rui Ueyama
Do not inline large member functions.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-19
Warren Hunt
Microsoft Record Layout: zero sized base after base...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-19
Petar Jovanovic
[mips] Resolve relocation for the stubs in MCJIT when...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-19
Juergen Ributzka
[DAG] Refactor vector splitting code in SelectionDAG...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-19
Rafael Espindola
Make it explicit that nulls are not allowed in names.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-19
Rafael Espindola
Further fixes when thiscall is the default for methods.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-19
Yuchen Wu
llvm-cov: Moved printing after error checks.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-19
Jack Carter
reverts 195057 per request
commit
|
commitdiff
|
tree
|
snapshot
2013-11-19
Yuchen Wu
llvm-cov: Added constness property to methods.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-19
Benjamin Kramer
DataLayout: value initialize globals to avoid static...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-19
Jim Grosbach
ARM: embedded v7 'darwin' doesn't get min-version defines.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-19
Rafael Espindola
Support multiple COFF sections with the same name but...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-19
Dmitri Gribenko
Remove full path from CHECK line
commit
|
commitdiff
|
tree
|
snapshot
2013-11-19
Fariborz Jahanian
ObjectiveC ARC. Removes a bogus warning when a weak
commit
|
commitdiff
|
tree
|
snapshot
2013-11-19
Dmitri Gribenko
Documentation parsing: in HeaderDoc, \abstract is equiv...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-19
Marshall Clow
Patch by Xing Xue to improve libc++ support for AIX
commit
|
commitdiff
|
tree
|
snapshot
next