[C API] Implement LLVM{Get,Set}Alignment for AllocaInst.
[oota-llvm.git] / include /
2014-03-05 Peter Zotov[C API] Implement LLVM{Get,Set}Alignment for AllocaInst.
2014-03-05 Hans WennborgCheck for dynamic allocas and inline asm that clobbers...
2014-03-05 Reid KlecknerC API: Add functions to get or set a GlobalValue's...
2014-03-05 Chandler Carruth[C++11] Sink the iterator over a Value's users into...
2014-03-05 Rui UeyamaPartially roll back r202915.
2014-03-05 Rui UeyamaFix endianness bug.
2014-03-04 Richard SmithRemove dependence on std::function.
2014-03-04 Richard SmithAdd support for arbitrary functors to CrashRecoveryContext.
2014-03-04 Benjamin KramerAPFloat: Add a move ctor and operator=
2014-03-04 Chandler Carruth[Modules] Move the LeakDetector header into the IR...
2014-03-04 Chandler Carruth[cleanup] Fix a typo in the path.
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] Stop including CFG.h from GenericDomTree...
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 the TargetFolder into the Analysis libra...
2014-03-04 Chandler Carruth[Modules] Move CFG.h to the IR library as it defines...
2014-03-04 Chandler Carruth[Modules] Delete DataFlow.h rather than move it to...
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 Timur IskhodzhanovRemove unused typedef
2014-03-04 Chandler Carruth[cleanup] Add a getOperandNo method to the Use class...
2014-03-04 Patrik HagglundFix gcc -Wunused-but-set-variable warning.
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 NAKAMURA TakumiPBQP/Graph.h: Prune @return in setNodeCosts, possibly...
2014-03-04 NAKAMURA TakumiPBQP/Graph.h: s/os/OS/ in @param. [-Wdocumentation]
2014-03-04 Craig Topper[C+11] Add 'override' keyword to methods in the support...
2014-03-03 Benjamin KramerAdd missing include.
2014-03-03 Diego NovilloPass to emit DWARF path discriminators.
2014-03-03 Benjamin Kramer[C++11] Use std::tie to simplify compare operators.
2014-03-03 Chandler Carruth[C++11] Remove the completely unnecessary requirement...
2014-03-03 Diego NovilloAdd DWARF discriminator support to DILexicalBlocks.
2014-03-03 Lang HamesRe-apply r202551, which introduced new PBQP solver.
2014-03-03 Benjamin KramerRevert "[C++11] Replace LLVM atomics with std::atomic."
2014-03-03 Benjamin Kramer[C++11] Replace LLVM atomics with std::atomic.
2014-03-03 Tom StellardAdd patch level to llvm version in CMake and Autoconf
2014-03-03 Tobias Grosser[C++11] Add a basic block range view for RegionInfo
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-03 Chandler Carruth[C++11] Add an iterator_range class template. This...
2014-03-03 Ahmed Charles[C++11] Pass unique_ptr by value instead of &&.
2014-03-02 Benjamin KramerRemove unnecessary copy ctors.
2014-03-02 Benjamin KramerGive APInt move semantics.
2014-03-02 Benjamin Kramer[C++11] Replace llvm::tie with std::tie.
2014-03-02 Chandler Carruth[C++11] Replace LLVM_STATIC_ASSERT with static_assert...
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-03-02 Chandler Carruth[C++11] Clarify in the Compiler.h support macros and...
2014-03-02 Craig Topper[C++11] Remove LLVM_FINAL and LLVM_OVERRIDE macros...
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2014-03-02 Craig TopperAdd back LLVM_FINAL macro. lld still needs it.
2014-03-02 Craig TopperSwitch all uses of LLVM_FINAL to just use 'final',...
2014-03-02 Chandler Carruth[C++11] Switch all uses of the llvm_move macro to use...
2014-03-02 Chandler Carruth[C++11] Add support for OwningPtr<T> to be converted...
2014-03-02 Alp Toker[C++11] Expand and eliminate the LLVM_ENUM_INT_TYPE...
2014-03-01 Chandler Carruth[C++11] Remove LLVM_HAS_CXX11_STDLIB now that it is...
2014-03-01 Chandler Carruth[C++11] Remove LLVM_HAS_CXX11_TYPETRAITS now that it...
2014-03-01 Chandler Carruth[C++11] Now that we're not using it, remove the
2014-03-01 Chandler Carruth[C++11] Remove the use of LLVM_HAS_RVALUE_REFERENCES...
2014-03-01 Chandler Carruth[C++11] Remove the R-value reference #if usage from...
2014-03-01 Chandler Carruth[C++11] Force the other C++11 standard library detectio...
2014-03-01 Andrew TrickRewrite a terrible comment about the machine model.
2014-03-01 Chandler Carruth[C++11] Turn off compiler-based detection of R-value...
2014-02-28 Lang HamesJumped the gun with r202551 and broke some bots that...
2014-02-28 Lang HamesNew PBQP solver, and updates to the PBQP graph.
2014-02-28 Eric ChristopherFix a crasher where when we're attempting to replace...
2014-02-28 Rafael EspindolaDrop libtool from llvm.
2014-02-28 Sasa Stankovic[mips] Implement NaCl sandboxing of indirect jumps:
2014-02-28 Tobias GrosserAdd 'remark' diagnostic type in LLVM
2014-02-28 Alexey SamsonovTurn static inline functions to inline, following Rafae...
2014-02-28 Rafael EspindolaNow that it is possible, use the mangler in IRObjectFile.
2014-02-28 Rui UeyamaRename coff_pdata_x64 -> coff_runtime_function_x64.
2014-02-28 Hal FinkelAdd an OutPatFrag TableGen class
2014-02-27 Rui UeyamaObject/COFF: Add a struct for the function table in...
2014-02-27 Andrew TrickProvide a target override for the latest regalloc heuri...
2014-02-27 Andrew TrickDrive-by comment fix. This regalloc comment was not...
2014-02-27 Matheus AlmeidaAdd getter method to access Reloc::Model.
2014-02-27 Rafael EspindolaRemove MCPureStreamer.
2014-02-27 Alexander KornienkoRe-apply r200853, which should not crash after Clang...
2014-02-27 Ben LangmuirRevert "Use StringRef in raw_fd_ostream constructor"
2014-02-27 Eric ChristopherAdd a debug info code generation level to the compile...
2014-02-27 Eric ChristopherFormatting.
2014-02-27 Eric ChristopherAdd an explanatory comment.
2014-02-26 Eric ChristopherGrammar and spelling.
2014-02-26 Eric ChristopherRemove unnecessary llvm:: qualification.
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 Alexey SamsonovMove getELFDynamicSymbolIterators to a public header.
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 Ben LangmuirUse StringRef in raw_fd_ostream constructor
next