[C++11] Add range based accessors for the Use-Def chain of a Value.
[oota-llvm.git] / include / llvm / Support /
2014-03-07 Eric ChristopherActually include the ArrayRef header rather than rely...
2014-03-07 Benjamin Kramer[C++11] Now that the users are gone, rip out the duplic...
2014-03-07 Benjamin KramerMake header standalone for libstdc++.
2014-03-07 Benjamin Kramer[C++11] Replace LLVM-style type traits with C++11 stand...
2014-03-07 David MajnemerMC: Remove superfluous section attribute flag definitions
2014-03-06 Reid KlecknerRevert create_symbolic_link and both depending changes
2014-03-06 Argyrios Kyrtzidis[Support/FileSystem] Introduce llvm::sys::fs::create_sy...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-06 Chandler Carruth[Modules] Fix a layering issue that is actually impacti...
2014-03-05 Chandler Carruth[Layering] Move DebugLoc.h into the IR library. The...
2014-03-05 Ahmed Charles[C++11] Add overloads for externally used OwningPtr...
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 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 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 Craig Topper[C+11] Add 'override' keyword to methods in the support...
2014-03-03 Benjamin KramerAdd missing include.
2014-03-03 Benjamin Kramer[C++11] Use std::tie to simplify compare operators.
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-02 Chandler Carruth[C++11] Replace LLVM_STATIC_ASSERT with static_assert...
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 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 R-value reference #if usage from...
2014-03-01 Chandler Carruth[C++11] Force the other C++11 standard library detectio...
2014-03-01 Chandler Carruth[C++11] Turn off compiler-based detection of R-value...
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-26 Eric ChristopherRemove unnecessary llvm:: qualification.
2014-02-26 Ben LangmuirUse StringRef in raw_fd_ostream constructor
2014-02-24 Rafael EspindolaReplace the F_Binary flag with a F_Text one.
2014-02-24 Rafael EspindolaDon't make F_None the default.
2014-02-24 Rafael EspindolaShare a createUniqueEntity implementation between unix...
2014-02-24 Rafael EspindolaDelete dead code.
2014-02-23 Rafael EspindolaSimplify remove, create_directory and create_directories.
2014-02-22 Logan ChienDon't inline get[S|U]LEB128Size() until they are proved...
2014-02-22 Logan ChienMove get[S|U]LEB128Size() to LEB128.h.
2014-02-22 Logan ChienAdd const to some member functions of SuccIterator.
2014-02-20 Evgeniy StepanovUnconditionally include msan_interface.h when building...
2014-02-19 Tobias GrosserAvoid collisions with Objective-C++ keywords
2014-02-19 Logan ChienDisable override and final C++ keyword in gcc 4.6.
2014-02-19 Alexey SamsonovTry to revive buildbots after r201620
2014-02-18 Rafael EspindolaRename some member variables from TD to DL.
2014-02-13 Rafael EspindolaRemove dead code.
2014-02-11 Dmitri GribenkoRemove TimeValue::toPosixTime() -- it is buggy, semanti...
2014-02-10 Benjamin KramerMake succ_iterator a real random access iterator and...
2014-02-05 Nick KledzikFix layering StringRef copy using BumpPtrAllocator.
2014-02-05 Rafael EspindolaRemove support for not using .loc directives.
2014-02-05 Rafael EspindolaRevert "Fix an invalid check for duplicate option categ...
2014-02-05 Alexander KornienkoFix an invalid check for duplicate option categories.
2014-02-04 Justin Bognerllvm-cov: Implement the preserve-paths flag
2014-01-31 Reid KlecknerImplement inalloca codegen for x86 with the new inalloc...
2014-01-31 Peter CollingbourneIntroduce llvm::sys::path::home_directory.
2014-01-30 Timur IskhodzhanovReland r200340 - 'Add line table debug info to COFF...
2014-01-29 Jordan Rose[CommandLine] Aliases require an value if their target...
2014-01-29 NAKAMURA TakumiRevert r200340, "Add line table debug info to COFF...
2014-01-28 Rafael EspindolaFinish bringing file_type to the llvm style (other...
2014-01-28 Nick KledzikBe more explicit about which overloaded variant to...
2014-01-28 Rafael EspindolaConvert to the inner enum so the compiler can warn...
2014-01-28 Timur IskhodzhanovAdd line table debug info to COFF files when using...
2014-01-28 Nick Kledzikfix templates to work with pre c++11
2014-01-28 Nick KledzikAdd BumpPtrAllocator::allocateCopy() utilities
2014-01-27 Chandler Carruth[vectorizer] Teach the loop vectorizer's unroller to...
2014-01-27 Alp TokerRoll back the ConstStringRef change for now
2014-01-27 Rui UeyamaRename IMAGE_DLL_CHARACTERISTICS_HIGH_ENTROPY_VA.
2014-01-27 Alp TokerStringRef: Extend constexpr capabilities and introduce...
2014-01-26 Rafael EspindolaImplement the missing bits corresponding to .mips_hack_...
2014-01-26 Rafael EspindolaPass a MCSubtargetInfo down to the TargetStreamer creation.
2014-01-26 Rafael EspindolaConstruct the MCStreamer before constructing the MCTarg...
2014-01-26 Rui UeyamaCOFF: Add a missing enum value for high entropy ASLR.
2014-01-26 Rui UeyamaRemove unused typedef.
2014-01-25 Venkatraman Govind... removing duplicate enum value
2014-01-25 Venkatraman Govind... Missing ELF relocations for Sparc.
2014-01-24 Rui UeyamaSupport/COFF: Fix PEHeader struct, and define PE32Heade...
2014-01-24 Alp TokerFix known typos
2014-01-24 Rui UeyamaAdd constants for optional header magic field.
next