summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* 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
* Turn static inline functions to inline, following Rafael's suggestionAlexey Samsonov2014-02-28
* Now that it is possible, use the mangler in IRObjectFile.Rafael Espindola2014-02-28
* Rename coff_pdata_x64 -> coff_runtime_function_x64.Rui Ueyama2014-02-28
* Add an OutPatFrag TableGen classHal Finkel2014-02-28
* Object/COFF: Add a struct for the function table in .pdata.Rui Ueyama2014-02-27
* Provide a target override for the latest regalloc heuristic.Andrew Trick2014-02-27
* Drive-by comment fix. This regalloc comment was not accurate.Andrew Trick2014-02-27
* Add getter method to access Reloc::Model.Matheus Almeida2014-02-27
* Remove MCPureStreamer.Rafael Espindola2014-02-27