aboutsummaryrefslogtreecommitdiff
path: root/lib/IR
AgeCommit message (Expand)Author
2014-04-30Merge remote-tracking branch 'upstream/master' into rebaseTim Murray
2014-04-30IR: Alloca clones should remember inalloca stateDavid Majnemer
2014-04-29Try to fix the msvc build.Benjamin Kramer
2014-04-29raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer
2014-04-28Update build system for LLVM rebase.Tim Murray
2014-04-28Merge remote-tracking branch 'upstream/master' into rebaseTim Murray
2014-04-28[PM] Add pass run listeners to the pass manager.Juergen Ributzka
2014-04-28Modify the assertion in DIBuilder.cpp to cover the DWARF 5 languagesPeter Collingbourne
2014-04-28[C++] Use 'nullptr'.Craig Topper
2014-04-27Teach the pass manager's execution dump to print the current time beforeChandler Carruth
2014-04-26Add missing include guards and missing #include, found by modules build.Richard Smith
2014-04-24Add 'musttail' marker to call instructionsReid Kleckner
2014-04-23llvm-cov: Add support for gcov's --long-file-names optionJustin Bogner
2014-04-23Use pointer size function where only a pointer is expectedMatt Arsenault
2014-04-23Remove more default address space argument usage.Matt Arsenault
2014-04-23Remove AssemblyAnnotationWriter from NamedMDNode::print.Rafael Espindola
2014-04-22Fix DataLayout::operator==().Rafael Espindola
2014-04-22[Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth
2014-04-21[Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth
2014-04-21Use unique_ptr to manage ownership of GCOVFunctions, Blocks, and Edges.David Blaikie
2014-04-21Simplify destruction of Modules in LLVContextImpl.David Blaikie
2014-04-21[PM] Fix a bug where we didn't properly clear the list map when the listChandler Carruth
2014-04-17Fix bug 19437 - Only add discriminators for DWARF 4 and above.Diego Novillo
2014-04-16Added new functionality to LLVM C API to use DiagnosticInfo to handle errorsTom Stellard
2014-04-16Allow diagnostic handlers to check for optimization remarks.Diego Novillo
2014-04-15verify-di: Add back braces for MSVC compatabilityDuncan P. N. Exon Smith
2014-04-15verify-di: Implement DebugInfoVerifierDuncan P. N. Exon Smith
2014-04-15verify-di: split out VerifierSupportDuncan P. N. Exon Smith
2014-04-15Use unique_ptr to manage PassInfo instances in the PassRegistryDavid Blaikie
2014-04-15Break PseudoSourceValue out of the Value hierarchy. It is now the root of its...Nick Lewycky
2014-04-15[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper
2014-04-12Retire llvm::array_endof in favor of non-member std::end.Benjamin Kramer
2014-04-12Move MDBuilder's methods out of line.Benjamin Kramer
2014-04-11Fix use-after-free bug caught by address sanitizer:Diego Novillo
2014-04-09Fix some doc and comment typosAlp Toker
2014-04-09[C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper
2014-04-08Verifier: Give the right message for bad atomic loadsDuncan P. N. Exon Smith
2014-04-08Add -pass-remarks flag to 'opt'.Diego Novillo
2014-04-08Add support for optimization reports.Diego Novillo
2014-04-08Fix a (legacy) PassManager crash that occurs when a ModulePassAndrew Trick
2014-04-07Invert the option to enable debug info verification. No functionalEric Christopher
2014-04-06DebugInfo: Support namespace aliases as DW_TAG_imported_declaration instead o...David Blaikie
2014-04-05Remove unused parameterDavid Blaikie
2014-04-03Add Android makefiles for LLVM.Tim Murray
2014-04-02ARM: update subtarget information for Windows on ARMSaleem Abdulrasool
2014-04-01Add a comment about the DIDescriptor class hierarchy.Adrian Prantl
2014-04-01LTO type uniquing: store the Decl field of a DIImportedEntity as a DIRef.Adrian Prantl
2014-03-29Intrinsics: add LLVMHalfElementsVectorType constraintTim Northover
2014-03-28Intrinsics: expand semantics of LLVMExtendedVectorType (& trunc)Tim Northover
2014-03-27Prevent alias from pointing to weak aliases.Rafael Espindola