summaryrefslogtreecommitdiff
path: root/include/llvm/IR
Commit message (Expand)AuthorAge
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [Layering] Move GVMaterializer.h into the IR library where itsChandler Carruth2014-03-06
* [Layering] Move InstVisitor.h into the IR library as it is prettyChandler Carruth2014-03-06
* Change the tag on this iterator to bidir and implement enough operators to ma...Owen Anderson2014-03-06
* Fix issues in the NamedMDNode operand iterator, including those pointed out byOwen Anderson2014-03-06
* Add a iterator and interator_range interface to the operands of a NamedMDNode.Owen Anderson2014-03-06
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-06
* [Layering] Move DIBuilder.h into the IR library where its implementationChandler Carruth2014-03-06
* Change math intrinsic attributes from readonly to readnone. TheseRaul E. Silvera2014-03-06
* [Layering] Move AutoUpgrade.h into the IR library where itsChandler Carruth2014-03-05
* [Layering] Move DebugLoc.h into the IR library. The implementationChandler Carruth2014-03-05
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-05
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-05
* [C++11] Add 'override' keyword to IR library.Craig Topper2014-03-05
* [C++11] Sink the iterator over a Value's users into the Value typeChandler Carruth2014-03-05
* [Modules] Move the LeakDetector header into the IR library where theChandler Carruth2014-03-04
* [Modules] Move the PassNameParser to the IR library as it deals in theChandler Carruth2014-03-04
* [Modules] Move the ConstantRange class into the IR library. This isChandler Carruth2014-03-04
* [Modules] Move the PredIteratorCache into the IR library -- it isChandler Carruth2014-03-04
* [Modules] Move the NoFolder into the IR library as it createsChandler Carruth2014-03-04
* [Modules] Move the ConstantFolder into the IR library where it canChandler Carruth2014-03-04
* [Modules] Move CFG.h to the IR library as it defines graph traits overChandler Carruth2014-03-04
* [Modules] Move ValueMap to the IR library. While this class does notChandler Carruth2014-03-04
* [Modules] Move ValueHandle into the IR library where Value itself lives.Chandler Carruth2014-03-04
* [Modules] Move the LLVM IR pattern match header into the IR library, itChandler Carruth2014-03-04
* [Modules] Move CallSite into the IR library where it belogs. It isChandler Carruth2014-03-04
* [Modules] Move GetElementPtrTypeIterator into the IR library. As itsChandler Carruth2014-03-04
* [Modules] Move InstIterator out of the Support library, where it had noChandler Carruth2014-03-04
* [cleanup] Re-sort all the includes with utils/sort_includes.py.Chandler Carruth2014-03-04
* [cleanup] Add a getOperandNo method to the Use class and implement itChandler Carruth2014-03-04
* [cleanup] Run clang-format over the Use code. It was *really*Chandler Carruth2014-03-04
* [cleanup] Tidy up and modernize comments and the definition order forChandler Carruth2014-03-04
* [C+11] Add 'override' keyword to methods in the support library.Craig Topper2014-03-04
* [C++11] MSVC 2012 can't handle list-initialization that callsChandler Carruth2014-03-03
* [C++11] Add two range adaptor views to User: operands andChandler Carruth2014-03-03
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-02
* [C++11] Switch all uses of the llvm_move macro to use std::moveChandler Carruth2014-03-02
* [C++11] Expand and eliminate the LLVM_ENUM_INT_TYPE() macroAlp Toker2014-03-02
* [C++11] Remove the use of LLVM_HAS_RVALUE_REFERENCES from the rest ofChandler Carruth2014-03-01
* Add 'remark' diagnostic type in LLVMTobias Grosser2014-02-28
* Fix typo. Thanks to Roman Divacky for noticing it.Rafael Espindola2014-02-26
* Compare DataLayout by Value, not by pointer.Rafael Espindola2014-02-26
* Use a sorted array to store the information about a few address spaces.Rafael Espindola2014-02-26
* Move these functions out of line. A DenseMap lookup is not a simple operation.Rafael Espindola2014-02-26
* AArch64: simplify tbl/tbx polymorphismTim Northover2014-02-26
* Add two helpers to IRBuilder to flesh the interface out to N-widthChandler Carruth2014-02-26
* Delete two declared overloads of CallInst::CallInst that are never defined or...Nick Lewycky2014-02-26
* Use DataLayout from the module when easily available.Rafael Espindola2014-02-25
* Fix resetting the DataLayout in a Module.Rafael Espindola2014-02-25
* Store a DataLayout in Module.Rafael Espindola2014-02-25