projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fix build on windows.
[oota-llvm.git]
/
lib
/
IR
/
2014-06-13
Rafael Espindola
Remove 'using std::errro_code' from lib.
tree
|
commitdiff
2014-06-12
Rafael Espindola
Don't use 'using std::error_code' in include/llvm.
tree
|
commitdiff
2014-06-12
Rafael Espindola
Remove system_error.h.
tree
|
commitdiff
2014-06-12
Zachary Turner
Remove pimpl class from PassRegistry.
tree
|
commitdiff
2014-06-12
Bob Wilson
Fix verifier for GlobalAliases to avoid recursing into...
tree
|
commitdiff
2014-06-12
Zachary Turner
Do not register and de-register PassRegistrationListene...
tree
|
commitdiff
2014-06-11
Zachary Turner
Don't acquire the mutex during the destructor of PassRe...
tree
|
commitdiff
2014-06-11
Chad Rosier
Fix assert comments in Instruction.cpp.
tree
|
commitdiff
2014-06-11
Craig Topper
Convert StringMapEntry::Create to use StringRef instead...
tree
|
commitdiff
2014-06-10
Zachary Turner
Revert "Remove support for runtime multi-threading."
tree
|
commitdiff
2014-06-10
Zachary Turner
Remove support for runtime multi-threading.
tree
|
commitdiff
2014-06-09
Reid Kleckner
Reorder Value and User fields to save 8 bytes of paddin...
tree
|
commitdiff
2014-06-09
Richard Trieu
Removing an "if (!this)" check from two print methods...
tree
|
commitdiff
2014-06-06
Jingyue Wu
InstCombine: Canonicalize addrspacecast between differe...
tree
|
commitdiff
2014-06-06
Rafael Espindola
Allow aliases to be unnamed_addr.
tree
|
commitdiff
2014-06-05
Tom Roeder
Add a new attribute called 'jumptable' that creates...
tree
|
commitdiff
2014-06-05
Evgeniy Stepanov
Add missing const specifier to a const method.
tree
|
commitdiff
2014-06-04
Rafael Espindola
Clauses in a landingpad are always Constant. Use a...
tree
|
commitdiff
2014-06-04
Patrik Hagglund
Fix gcc -Wparentheses warning.
tree
|
commitdiff
2014-06-03
Rafael Espindola
Allow alias to point to an arbitrary ConstantExpr.
tree
|
commitdiff
2014-06-02
NAKAMURA Takumi
Instruction::isIdenticalToWhenDefined(): Check getNumOp...
tree
|
commitdiff
2014-05-31
Rafael Espindola
Use error_code() instead of error_code::succes()
tree
|
commitdiff
2014-05-29
Adam Nemet
[X86] Auto-upgrade AVX1 vbroadcast intrinsics
tree
|
commitdiff
2014-05-28
Rafael Espindola
[pr19844] Add thread local mode to aliases.
tree
|
commitdiff
2014-05-27
Arnaud A. de Grand...
Factor out comparison of Instruction "special" states.
tree
|
commitdiff
2014-05-26
Rafael Espindola
Use existing helper function.
tree
|
commitdiff
2014-05-24
Hans Wennborg
Fix some misplaced spaces around 'override'
tree
|
commitdiff
2014-05-22
Diego Novillo
Remove LLVMContextImpl::optimizationRemarkEnabledFor.
tree
|
commitdiff
2014-05-22
Diego Novillo
Add support for missed and analysis optimization remarks.
tree
|
commitdiff
2014-05-21
Richard Smith
[modules] Add module maps for LLVM. These are not quite...
tree
|
commitdiff
2014-05-20
Nick Lewycky
Add 'nonnull', a new parameter and return attribute...
tree
|
commitdiff
2014-05-17
Rafael Espindola
Use create methods since msvc doesn't handle delegating...
tree
|
commitdiff
2014-05-17
Rafael Espindola
Handle ConstantAggregateZero when upgrading global_ctors.
tree
|
commitdiff
2014-05-17
Rafael Espindola
Reduce abuse of default values in the GlobalAlias const...
tree
|
commitdiff
2014-05-16
Rafael Espindola
Delete getAliasedGlobal.
tree
|
commitdiff
2014-05-16
Reid Kleckner
Add comdat key field to llvm.global_ctors and llvm...
tree
|
commitdiff
2014-05-16
Rafael Espindola
Fix a warning in builds without asserts.
tree
|
commitdiff
2014-05-16
Rafael Espindola
Fix most of PR10367.
tree
|
commitdiff
2014-05-16
Rafael Espindola
Change the GlobalAlias constructor to look a bit more...
tree
|
commitdiff
2014-05-16
Rafael Espindola
Revert "Implement global merge optimization for global...
tree
|
commitdiff
2014-05-16
Juergen Ributzka
Add C API for thread yielding callback.
tree
|
commitdiff
2014-05-15
Reid Kleckner
musttail: Fix the verification of alignment attributes
tree
|
commitdiff
2014-05-15
Jiangning Liu
Implement global merge optimization for global variables.
tree
|
commitdiff
2014-05-15
David Blaikie
DebugInfo: Add FIXME regarding DILexicalBlock uniquing...
tree
|
commitdiff
2014-05-15
Juergen Ributzka
Revert "[PM] Add pass run listeners to the pass manager."
tree
|
commitdiff
2014-05-13
Rafael Espindola
Split GlobalValue into GlobalValue and GlobalObject.
tree
|
commitdiff
2014-05-13
Rafael Espindola
Assert that we don't RAUW a Constant with a ConstantExp...
tree
|
commitdiff
2014-05-09
Reid Kleckner
Revert "[ms-cxxabi] Add a new calling convention that...
tree
|
commitdiff
2014-05-09
Reid Kleckner
Allow sret on the second parameter as well as the first
tree
|
commitdiff
2014-05-09
Rafael Espindola
Run clang-format in small sections of code to make...
tree
|
commitdiff
2014-05-09
Rafael Espindola
Delete trailing white space.
tree
|
commitdiff
2014-05-09
Nick Lewycky
printCustom is only used in PseudoSourceValue, remove...
tree
|
commitdiff
2014-05-07
Justin Bogner
llvm-cov: Explicitly namespace llvm::make_unique to...
tree
|
commitdiff
2014-05-07
Zinovy Nis
[BUG][REFACTOR]
tree
|
commitdiff
2014-05-07
Timur Iskhodzhanov
Work-around MSVS build breakage due to r208148
tree
|
commitdiff
2014-05-07
David Blaikie
PR19562: DebugInfo temporary MDNode leak: Don't include...
tree
|
commitdiff
2014-05-07
Justin Bogner
llvm-cov: Handle missing source files as GCOV does
tree
|
commitdiff
2014-05-07
Justin Bogner
llvm-cov: Implement --no-output
tree
|
commitdiff
2014-05-06
Rafael Espindola
Special case aliases in GlobalValue::getSection.
tree
|
commitdiff
2014-05-06
Reid Kleckner
Copy the full TailCallKind in CallInst::clone_impl
tree
|
commitdiff
2014-05-06
Diego Novillo
Do not make -pass-remarks additive.
tree
|
commitdiff
2014-05-06
Rafael Espindola
Special case aliases in GlobalValue::getAlignment.
tree
|
commitdiff
2014-05-06
Rafael Espindola
Be more strict about not allowing setSection on aliases.
tree
|
commitdiff
2014-05-06
Rafael Espindola
Be more strict about not calling setAlignment on global...
tree
|
commitdiff
2014-05-06
David Blaikie
PR19598: Provide the ability to RAUW a declaration...
tree
|
commitdiff
2014-05-03
David Majnemer
IR: Cleanup AttributeSet::get for AttrBuilder
tree
|
commitdiff
2014-05-02
Rafael Espindola
Aliases are always definitions. Delete dead code.
tree
|
commitdiff
2014-05-02
Justin Bogner
llvm-cov: Fix handling of line zero appearing in a...
tree
|
commitdiff
2014-05-01
Michael J. Spencer
[IR] Make {extract,insert}element accept an index of...
tree
|
commitdiff
2014-05-01
David Blaikie
PR19623: Implement typedefs of void.
tree
|
commitdiff
2014-04-30
David Majnemer
IR: Conservatively verify inalloca arguments
tree
|
commitdiff
2014-04-30
David Majnemer
IR: Alloca clones should remember inalloca state
tree
|
commitdiff
2014-04-29
Benjamin Kramer
Try to fix the msvc build.
tree
|
commitdiff
2014-04-29
Benjamin Kramer
raw_ostream: Forward declare OpenFlags and include...
tree
|
commitdiff
2014-04-28
Juergen Ributzka
[PM] Add pass run listeners to the pass manager.
tree
|
commitdiff
2014-04-28
Peter Collingbourne
Modify the assertion in DIBuilder.cpp to cover the...
tree
|
commitdiff
2014-04-28
Craig Topper
[C++] Use 'nullptr'.
tree
|
commitdiff
2014-04-27
Chandler Carruth
Teach the pass manager's execution dump to print the...
tree
|
commitdiff
2014-04-26
Richard Smith
Add missing include guards and missing #include, found...
tree
|
commitdiff
2014-04-24
Reid Kleckner
Add 'musttail' marker to call instructions
tree
|
commitdiff
2014-04-23
Justin Bogner
llvm-cov: Add support for gcov's --long-file-names...
tree
|
commitdiff
2014-04-23
Matt Arsenault
Use pointer size function where only a pointer is expected
tree
|
commitdiff
2014-04-23
Matt Arsenault
Remove more default address space argument usage.
tree
|
commitdiff
2014-04-23
Rafael Espindola
Remove AssemblyAnnotationWriter from NamedMDNode::print.
tree
|
commitdiff
2014-04-22
Rafael Espindola
Fix DataLayout::operator==().
tree
|
commitdiff
2014-04-22
Chandler Carruth
[Modules] Remove potential ODR violations by sinking...
tree
|
commitdiff
2014-04-21
Chandler Carruth
[Modules] Make Support/Debug.h modular. This requires...
tree
|
commitdiff
2014-04-21
David Blaikie
Use unique_ptr to manage ownership of GCOVFunctions...
tree
|
commitdiff
2014-04-21
David Blaikie
Simplify destruction of Modules in LLVContextImpl.
tree
|
commitdiff
2014-04-21
Chandler Carruth
[PM] Fix a bug where we didn't properly clear the list...
tree
|
commitdiff
2014-04-17
Diego Novillo
Fix bug 19437 - Only add discriminators for DWARF 4...
tree
|
commitdiff
2014-04-16
Tom Stellard
Added new functionality to LLVM C API to use Diagnostic...
tree
|
commitdiff
2014-04-16
Diego Novillo
Allow diagnostic handlers to check for optimization...
tree
|
commitdiff
2014-04-15
Duncan P. N. Exon...
verify-di: Add back braces for MSVC compatability
tree
|
commitdiff
2014-04-15
Duncan P. N. Exon...
verify-di: Implement DebugInfoVerifier
tree
|
commitdiff
2014-04-15
Duncan P. N. Exon...
verify-di: split out VerifierSupport
tree
|
commitdiff
2014-04-15
David Blaikie
Use unique_ptr to manage PassInfo instances in the...
tree
|
commitdiff
2014-04-15
Nick Lewycky
Break PseudoSourceValue out of the Value hierarchy...
tree
|
commitdiff
2014-04-15
Craig Topper
[C++11] More 'nullptr' conversion. In some cases just...
tree
|
commitdiff
2014-04-12
Benjamin Kramer
Retire llvm::array_endof in favor of non-member std...
tree
|
commitdiff
next