summaryrefslogtreecommitdiff
path: root/include/llvm/Support
Commit message (Expand)AuthorAge
* [Modules] Fix a layering issue that is actually impacting the modulesChandler Carruth2014-03-06
* [Layering] Move DebugLoc.h into the IR library. The implementationChandler Carruth2014-03-05
* [C++11] Add overloads for externally used OwningPtr functions.Ahmed Charles2014-03-05
* Partially roll back r202915.Rui Ueyama2014-03-05
* Fix endianness bug.Rui Ueyama2014-03-05
* Remove dependence on std::function.Richard Smith2014-03-04
* Add support for arbitrary functors to CrashRecoveryContext.Richard Smith2014-03-04
* [Modules] Move the LeakDetector header into the IR library where theChandler Carruth2014-03-04
* [cleanup] Fix a typo in the path.Chandler 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] Stop including CFG.h from GenericDomTree.h. This used to beChandler 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 the TargetFolder into the Analysis library. Historically,Chandler Carruth2014-03-04
* [Modules] Move CFG.h to the IR library as it defines graph traits overChandler Carruth2014-03-04
* [Modules] Delete DataFlow.h rather than move it to the IR library. NoChandler 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
* [C+11] Add 'override' keyword to methods in the support library.Craig Topper2014-03-04
* Add missing include.Benjamin Kramer2014-03-03
* [C++11] Use std::tie to simplify compare operators.Benjamin Kramer2014-03-03
* Revert "[C++11] Replace LLVM atomics with std::atomic."Benjamin Kramer2014-03-03
* [C++11] Replace LLVM atomics with std::atomic.Benjamin Kramer2014-03-03
* [C++11] Replace LLVM_STATIC_ASSERT with static_assert, we now haveChandler Carruth2014-03-02
* [C++11] Clarify in the Compiler.h support macros and comments (andChandler Carruth2014-03-02
* [C++11] Remove LLVM_FINAL and LLVM_OVERRIDE macros now that all their uses ar...Craig Topper2014-03-02
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-02
* Add back LLVM_FINAL macro. lld still needs it.Craig Topper2014-03-02
* Switch all uses of LLVM_FINAL to just use 'final', and remove the macro.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 LLVM_HAS_CXX11_STDLIB now that it is just on.Chandler Carruth2014-03-01
* [C++11] Remove LLVM_HAS_CXX11_TYPETRAITS now that it is a constant dueChandler Carruth2014-03-01
* [C++11] Now that we're not using it, remove theChandler Carruth2014-03-01
* [C++11] Remove the R-value reference #if usage from the ADT and SupportChandler Carruth2014-03-01
* [C++11] Force the other C++11 standard library detection macros to beChandler Carruth2014-03-01
* [C++11] Turn off compiler-based detection of R-value references, relyingChandler Carruth2014-03-01
* Re-apply r200853, which should not crash after Clang plugins were converted t...Alexander Kornienko2014-02-27
* Revert "Use StringRef in raw_fd_ostream constructor"Ben Langmuir2014-02-27
* Remove unnecessary llvm:: qualification.Eric Christopher2014-02-26
* Use StringRef in raw_fd_ostream constructorBen Langmuir2014-02-26
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-24
* Don't make F_None the default.Rafael Espindola2014-02-24
* Share a createUniqueEntity implementation between unix and windows.Rafael Espindola2014-02-24
* Delete dead code.Rafael Espindola2014-02-24