summaryrefslogtreecommitdiff
path: root/lib/IR
Commit message (Expand)AuthorAge
* 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
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-09
* Verifier: Give the right message for bad atomic loadsDuncan P. N. Exon Smith2014-04-08
* Add -pass-remarks flag to 'opt'.Diego Novillo2014-04-08
* Add support for optimization reports.Diego Novillo2014-04-08
* Fix a (legacy) PassManager crash that occurs when a ModulePassAndrew Trick2014-04-08
* Invert the option to enable debug info verification. No functionalEric Christopher2014-04-07
* DebugInfo: Support namespace aliases as DW_TAG_imported_declaration instead o...David Blaikie2014-04-06
* Remove unused parameterDavid Blaikie2014-04-05
* ARM: update subtarget information for Windows on ARMSaleem Abdulrasool2014-04-02
* Add a comment about the DIDescriptor class hierarchy.Adrian Prantl2014-04-01
* LTO type uniquing: store the Decl field of a DIImportedEntity as a DIRef.Adrian Prantl2014-04-01
* Intrinsics: add LLVMHalfElementsVectorType constraintTim Northover2014-03-29
* Intrinsics: expand semantics of LLVMExtendedVectorType (& trunc)Tim Northover2014-03-28
* Prevent alias from pointing to weak aliases.Rafael Espindola2014-03-27
* llvm-cov: Handle functions with no line numberJustin Bogner2014-03-26
* Revert "Prevent alias from pointing to weak aliases."Rafael Espindola2014-03-26
* Prevent alias from pointing to weak aliases.Rafael Espindola2014-03-26
* Disable Visual C++ warning 4722 about aborting a destructor,Yaron Keren2014-03-25
* In Release modes, Visual Studio complains that the Operator destructor in Use...Yaron Keren2014-03-24
* remove a bunch of unused private methodsNuno Lopes2014-03-23
* Fix comment (PR19188)Hans Wennborg2014-03-19
* [C++11] Change DebugInfoFinder to use range-based loopsAlon Mishne2014-03-18
* Switch the type field in DIVariable and DIGlobalVariable over to DITypeRefs.Adrian Prantl2014-03-18
* Make some assertions on constant expressions static.Benjamin Kramer2014-03-15
* Use DiagnosticInfo facility.Diego Novillo2014-03-14
* Remove the linker_private and linker_private_weak linkages.Rafael Espindola2014-03-13