summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* [cleanup] Re-sort all the includes with utils/sort_includes.py.Chandler Carruth2014-03-04
* Remove unused typedefTimur Iskhodzhanov2014-03-04
* [cleanup] Add a getOperandNo method to the Use class and implement itChandler Carruth2014-03-04
* Fix gcc -Wunused-but-set-variable warning.Patrik Hagglund2014-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
* PBQP/Graph.h: Prune @return in setNodeCosts, possibly copypasto. [-Wdocumenta...NAKAMURA Takumi2014-03-04
* PBQP/Graph.h: s/os/OS/ in @param. [-Wdocumentation]NAKAMURA Takumi2014-03-04
* [C+11] Add 'override' keyword to methods in the support library.Craig Topper2014-03-04
* Add missing include.Benjamin Kramer2014-03-03
* Pass to emit DWARF path discriminators.Diego Novillo2014-03-03
* [C++11] Use std::tie to simplify compare operators.Benjamin Kramer2014-03-03
* [C++11] Remove the completely unnecessary requirement on SetVector'sChandler Carruth2014-03-03
* Add DWARF discriminator support to DILexicalBlocks.Diego Novillo2014-03-03
* Re-apply r202551, which introduced new PBQP solver.Lang Hames2014-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
* Add patch level to llvm version in CMake and AutoconfTom Stellard2014-03-03
* [C++11] Add a basic block range view for RegionInfoTobias Grosser2014-03-03
* [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
* [C++11] Add an iterator_range class template. This is modeled on theChandler Carruth2014-03-03
* [C++11] Pass unique_ptr by value instead of &&.Ahmed Charles2014-03-03
* Remove unnecessary copy ctors.Benjamin Kramer2014-03-02
* Give APInt move semantics.Benjamin Kramer2014-03-02
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-02
* [C++11] Replace LLVM_STATIC_ASSERT with static_assert, we now haveChandler Carruth2014-03-02
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-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] Add support for OwningPtr<T> to be converted to and fromChandler 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 use of LLVM_HAS_RVALUE_REFERENCES from the rest ofChandler 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
* Rewrite a terrible comment about the machine model.Andrew Trick2014-03-01
* [C++11] Turn off compiler-based detection of R-value references, relyingChandler Carruth2014-03-01
* Jumped the gun with r202551 and broke some bots that weren't yet C++11ified.Lang Hames2014-02-28
* New PBQP solver, and updates to the PBQP graph.Lang Hames2014-02-28
* Fix a crasher where when we're attempting to replace a typeEric Christopher2014-02-28
* Drop libtool from llvm.Rafael Espindola2014-02-28
* [mips] Implement NaCl sandboxing of indirect jumps:Sasa Stankovic2014-02-28
* Add 'remark' diagnostic type in LLVMTobias Grosser2014-02-28