summaryrefslogtreecommitdiff
path: root/lib/IR
Commit message (Expand)AuthorAge
...
* [BUG][REFACTOR]Zinovy Nis2014-05-07
* Work-around MSVS build breakage due to r208148Timur Iskhodzhanov2014-05-07
* PR19562: DebugInfo temporary MDNode leak: Don't include a temporary node to r...David Blaikie2014-05-07
* llvm-cov: Handle missing source files as GCOV doesJustin Bogner2014-05-07
* llvm-cov: Implement --no-outputJustin Bogner2014-05-07
* Special case aliases in GlobalValue::getSection.Rafael Espindola2014-05-06
* Copy the full TailCallKind in CallInst::clone_implReid Kleckner2014-05-06
* Do not make -pass-remarks additive.Diego Novillo2014-05-06
* Special case aliases in GlobalValue::getAlignment.Rafael Espindola2014-05-06
* Be more strict about not allowing setSection on aliases.Rafael Espindola2014-05-06
* Be more strict about not calling setAlignment on global aliases.Rafael Espindola2014-05-06
* PR19598: Provide the ability to RAUW a declaration with itself, creating a no...David Blaikie2014-05-06
* IR: Cleanup AttributeSet::get for AttrBuilderDavid Majnemer2014-05-03
* Aliases are always definitions. Delete dead code.Rafael Espindola2014-05-02
* llvm-cov: Fix handling of line zero appearing in a line tableJustin Bogner2014-05-02
* [IR] Make {extract,insert}element accept an index of any integer type.Michael J. Spencer2014-05-01
* PR19623: Implement typedefs of void.David Blaikie2014-05-01
* IR: Conservatively verify inalloca argumentsDavid Majnemer2014-04-30
* IR: Alloca clones should remember inalloca stateDavid Majnemer2014-04-30
* Try to fix the msvc build.Benjamin Kramer2014-04-29
* raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer2014-04-29
* [PM] Add pass run listeners to the pass manager.Juergen Ributzka2014-04-28
* Modify the assertion in DIBuilder.cpp to cover the DWARF 5 languagesPeter Collingbourne2014-04-28
* [C++] Use 'nullptr'.Craig Topper2014-04-28
* Teach the pass manager's execution dump to print the current time beforeChandler Carruth2014-04-27
* Add missing include guards and missing #include, found by modules build.Richard Smith2014-04-26
* Add 'musttail' marker to call instructionsReid Kleckner2014-04-24
* llvm-cov: Add support for gcov's --long-file-names optionJustin Bogner2014-04-23
* Use pointer size function where only a pointer is expectedMatt Arsenault2014-04-23
* Remove more default address space argument usage.Matt Arsenault2014-04-23
* Remove AssemblyAnnotationWriter from NamedMDNode::print.Rafael Espindola2014-04-23
* Fix DataLayout::operator==().Rafael Espindola2014-04-22
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-21
* Use unique_ptr to manage ownership of GCOVFunctions, Blocks, and Edges.David Blaikie2014-04-21
* Simplify destruction of Modules in LLVContextImpl.David Blaikie2014-04-21
* [PM] Fix a bug where we didn't properly clear the list map when the listChandler Carruth2014-04-21
* Fix bug 19437 - Only add discriminators for DWARF 4 and above.Diego Novillo2014-04-17
* Added new functionality to LLVM C API to use DiagnosticInfo to handle errorsTom Stellard2014-04-16
* Allow diagnostic handlers to check for optimization remarks.Diego Novillo2014-04-16
* verify-di: Add back braces for MSVC compatabilityDuncan P. N. Exon Smith2014-04-15
* verify-di: Implement DebugInfoVerifierDuncan P. N. Exon Smith2014-04-15
* verify-di: split out VerifierSupportDuncan P. N. Exon Smith2014-04-15
* Use unique_ptr to manage PassInfo instances in the PassRegistryDavid Blaikie2014-04-15
* Break PseudoSourceValue out of the Value hierarchy. It is now the root of its...Nick Lewycky2014-04-15
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* Retire llvm::array_endof in favor of non-member std::end.Benjamin Kramer2014-04-12
* Move MDBuilder's methods out of line.Benjamin Kramer2014-04-12
* Fix use-after-free bug caught by address sanitizer:Diego Novillo2014-04-11
* Fix some doc and comment typosAlp Toker2014-04-09