Replace OwningPtr<T> with std::unique_ptr<T>.
[oota-llvm.git] / include / llvm / IR /
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-06 Chandler Carruth[Layering] Move GVMaterializer.h into the IR library...
2014-03-06 Chandler Carruth[Layering] Move InstVisitor.h into the IR library as...
2014-03-06 Owen AndersonChange the tag on this iterator to bidir and implement...
2014-03-06 Owen AndersonFix issues in the NamedMDNode operand iterator, includi...
2014-03-06 Owen AndersonAdd a iterator and interator_range interface to the...
2014-03-06 Chandler Carruth[Layering] Move DebugInfo.h into the IR library where...
2014-03-06 Chandler Carruth[Layering] Move DIBuilder.h into the IR library where...
2014-03-06 Raul E. SilveraChange math intrinsic attributes from readonly to readn...
2014-03-05 Chandler Carruth[Layering] Move AutoUpgrade.h into the IR library where its
2014-03-05 Chandler Carruth[Layering] Move DebugLoc.h into the IR library. The...
2014-03-05 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-05 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-05 Craig Topper[C++11] Add 'override' keyword to IR library.
2014-03-05 Chandler Carruth[C++11] Sink the iterator over a Value's users into...
2014-03-04 Chandler Carruth[Modules] Move the LeakDetector header into the IR...
2014-03-04 Chandler Carruth[Modules] Move the PassNameParser to the IR library...
2014-03-04 Chandler Carruth[Modules] Move the ConstantRange class into the IR...
2014-03-04 Chandler Carruth[Modules] Move the PredIteratorCache into the IR librar...
2014-03-04 Chandler Carruth[Modules] Move the NoFolder into the IR library as...
2014-03-04 Chandler Carruth[Modules] Move the ConstantFolder into the IR library...
2014-03-04 Chandler Carruth[Modules] Move CFG.h to the IR library as it defines...
2014-03-04 Chandler Carruth[Modules] Move ValueMap to the IR library. While this...
2014-03-04 Chandler Carruth[Modules] Move ValueHandle into the IR library where...
2014-03-04 Chandler Carruth[Modules] Move the LLVM IR pattern match header into...
2014-03-04 Chandler Carruth[Modules] Move CallSite into the IR library where it...
2014-03-04 Chandler Carruth[Modules] Move GetElementPtrTypeIterator into the IR...
2014-03-04 Chandler Carruth[Modules] Move InstIterator out of the Support library...
2014-03-04 Chandler Carruth[cleanup] Re-sort all the includes with utils/sort_incl...
2014-03-04 Chandler Carruth[cleanup] Add a getOperandNo method to the Use class...
2014-03-04 Chandler Carruth[cleanup] Run clang-format over the Use code. It was...
2014-03-04 Chandler Carruth[cleanup] Tidy up and modernize comments and the defini...
2014-03-04 Craig Topper[C+11] Add 'override' keyword to methods in the support...
2014-03-03 Chandler Carruth[C++11] MSVC 2012 can't handle list-initialization...
2014-03-03 Chandler Carruth[C++11] Add two range adaptor views to User: operands and
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2014-03-02 Chandler Carruth[C++11] Switch all uses of the llvm_move macro to use...
2014-03-02 Alp Toker[C++11] Expand and eliminate the LLVM_ENUM_INT_TYPE...
2014-03-01 Chandler Carruth[C++11] Remove the use of LLVM_HAS_RVALUE_REFERENCES...
2014-02-28 Tobias GrosserAdd 'remark' diagnostic type in LLVM
2014-02-26 Rafael EspindolaFix typo. Thanks to Roman Divacky for noticing it.
2014-02-26 Rafael EspindolaCompare DataLayout by Value, not by pointer.
2014-02-26 Rafael EspindolaUse a sorted array to store the information about a...
2014-02-26 Rafael EspindolaMove these functions out of line. A DenseMap lookup...
2014-02-26 Tim NorthoverAArch64: simplify tbl/tbx polymorphism
2014-02-26 Chandler CarruthAdd two helpers to IRBuilder to flesh the interface...
2014-02-26 Nick LewyckyDelete two declared overloads of CallInst::CallInst...
2014-02-25 Rafael EspindolaUse DataLayout from the module when easily available.
2014-02-25 Rafael EspindolaFix resetting the DataLayout in a Module.
2014-02-25 Rafael EspindolaStore a DataLayout in Module.
2014-02-25 Richard Osborne[XCore] Add intrinsic for CLRPT (clear port time) instr...
2014-02-25 Richard Osborne[XCore] Add intrinsic for EDU (event disable unconditio...
2014-02-25 Rafael EspindolaMake DataLayout a plain object, not a pass.
2014-02-25 Chandler CarruthAdd some convenience accessors for the underlying Use...
2014-02-20 Filip PizloStackmaps are used for OSR exits, which is a custom...
2014-02-20 NAKAMURA Takumi[CMake] intrinsics_gen: Use add_public_tablegen_target().
2014-02-19 Rafael EspindolaAdd back r201608, r201622, r201624 and r201625
2014-02-19 Daniel JasperRevert r201622 and r201608.
2014-02-18 Rafael EspindolaFix PR18743.
2014-02-15 David BlaikieRemove unnecessary typename introduced in r201440.
2014-02-14 Rafael EspindolaHopefully fix the build with gcc.
2014-02-14 Rafael EspindolaAdd extern template instantiations of llvm::Calculate.
2014-02-13 Rafael EspindolaCheck that GlobalAliases don't have section or alignment.
2014-02-11 Craig TopperChanged attributes of all gather intrinsics from IntrRe...
2014-02-10 Rafael EspindolaMark the methods in the Mangler const.
2014-02-10 Tim NorthoverARM: use natural LLVM IR for vshll instructions
2014-02-10 Tim NorthoverARM: use LLVM IR to represent the vshrn operation
2014-02-10 Matheus Almeida[mips][msa] Add DLSA instruction.
2014-02-05 Chandler Carruth[PM] Don't require analysis results to be const in...
2014-02-05 Elena DemikhovskyAVX-512: Added intrinsic for cvtph2ps.
2014-02-04 Tim NorthoverARM & AArch64: merge NEON absolute compare intrinsics
2014-02-03 Tim NorthoverAArch64 & ARM: refactor crypto intrinsics to take scalars
2014-01-31 Reid Kleckner[ms-cxxabi] Add a new calling convention that swaps...
2014-01-29 Rafael EspindolaUse a raw_stream to implement the mangler.
2014-01-28 Rafael EspindolaFix pr14893.
2014-01-21 Tim NorthoverMIPS: mark intrinsics IntrNoMem so all patterns using...
2014-01-20 Chandler Carruth[PM] Wire up the Verifier for the new pass manager...
2014-01-20 Chandler Carruth[PM] Fix a contradiction in the comments noticed by...
2014-01-19 Chandler Carruth[PM] Make the verifier work independently of any pass...
2014-01-19 Chandler CarruthAdd a const lookup routine to get a BlockAddress consta...
2014-01-18 Benjamin KramerUpgrade ConstantFP's negative zero and infinity getters...
2014-01-18 Owen AndersonFix more instances of dropped fast math flags when...
2014-01-17 Reid KlecknerAdd an inalloca flag to allocas
2014-01-17 Juergen RibutzkaAdd two new calling conventions for runtime calls
2014-01-17 Chandler Carruth[PM] [cleanup] Rename some of the Verifier's members...
2014-01-16 Manman RenReport a warning when dropping outdated debug info...
2014-01-15 David MajnemerWinCOFF: Transform IR expressions featuring __ImageBase...
2014-01-14 Rafael EspindolaReturn an error_code from materializeAllPermanently.
2014-01-14 Rafael EspindolaUse error_code in Module::materializeAll.
2014-01-14 Nico RieckDecouple dllexport/dllimport from linkage
2014-01-14 Nico RieckRevert "Decouple dllexport/dllimport from linkage"
2014-01-14 Nico RieckDecouple dllexport/dllimport from linkage
2014-01-14 Chandler Carruth[PM] Fix stale header blocker, found by Duncan Smith...
2014-01-13 Chandler Carruth[PM] Split DominatorTree into a concrete analysis resul...
2014-01-13 Chandler Carruth[PM][cleanup] Clean up comments and use modern doxygen...
2014-01-13 Elena DemikhovskyAVX-512: Embedded Rounding Control - encoding and printing
2014-01-13 Chandler Carruth[PM] Pull the generic graph algorithms and data structu...
2014-01-13 Chandler Carruth[cleanup] Switch comments to use '\brief' style instead...
2014-01-13 Chandler Carruth[cleanup] Move the Dominators.h and Verifier.h headers...
2014-01-12 Chandler Carruth[PM] Add module and function printing passes for the...
next