Add an option for evaluating past symbols.
[oota-llvm.git] / include / llvm / IR /
2014-04-28 Juergen Ributzka[PM] Add pass run listeners to the pass manager.
2014-04-26 Michael ZolotukhinRevert r206749 till a final decision about the intrinsi...
2014-04-25 Saleem AbdulrasoolARM: remove @llvm.arm.sevl
2014-04-25 Saleem AbdulrasoolARM: provide a new generic hint intrinsic
2014-04-24 Reid KlecknerRemove dead inline function that doesn't compile
2014-04-24 Reid KlecknerAdd 'musttail' marker to call instructions
2014-04-24 Andrea Di Biagio[X86] Add support for Read Time Stamp Counter x86 built...
2014-04-24 Craig Topper[C++] Use 'nullptr'.
2014-04-24 Chandler CarruthUse the shiny new iterator adaptor tool to implement the
2014-04-23 Rafael EspindolaRemove AssemblyAnnotationWriter from NamedMDNode::print.
2014-04-22 Tim NorthoverAArch64/ARM64: mark fmul intrinsic as commutative.
2014-04-21 Michael ZolotukhinReapply r206732. This time without optimization of...
2014-04-21 Chandler CarruthRevert r206732 which is causing llc to crash on most...
2014-04-21 Michael ZolotukhinImplement builtins for safe division: safe.sdiv.iN...
2014-04-17 Diego NovilloFix bug 19437 - Only add discriminators for DWARF 4...
2014-04-17 Tim NorthoverARM64: add acquire/release versions of the existing...
2014-04-17 NAKAMURA TakumiInliner::OptimizationRemark: Fix crash in clang/test...
2014-04-17 Chandler CarruthMake the User::value_op_iterator a random access iterat...
2014-04-16 Tom StellardAdded new functionality to LLVM C API to use Diagnostic...
2014-04-15 Duncan P. N. Exon... verify-di: Implement DebugInfoVerifier
2014-04-15 Nick LewyckyBreak PseudoSourceValue out of the Value hierarchy...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-12 Benjamin KramerMove MDBuilder's methods out of line.
2014-04-11 Diego NovilloFix use-after-free bug caught by address sanitizer:
2014-04-09 Justin Holewinski[NVPTX] Add preliminary intrinsics and codegen support...
2014-04-09 Alp TokerFix some doc and comment typos
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-04-08 Diego NovilloAdd support for optimization reports.
2014-04-06 David BlaikieDebugInfo: Support namespace aliases as DW_TAG_imported...
2014-04-05 David BlaikieRemove unused parameter
2014-04-02 Adrian Prantlfix a comment to use ASCII aprostrophes.
2014-04-01 Adrian PrantlAdd a comment about the DIDescriptor class hierarchy.
2014-04-01 Tim NorthoverARM64: add intrinsic for pmull (p64 x p64 = p128) opera...
2014-04-01 Adrian PrantlRemove FIXMEs. The scope of a Variable is always a...
2014-04-01 Adrian PrantlLTO type uniquing: store the Decl field of a DIImported...
2014-04-01 Adrian PrantlAdd a comment about type-uniquing ObjC types.
2014-03-31 Tim NorthoverARM64: add more scalar patterns for reciprocal ops.
2014-03-31 Tim NorthoverARM64: add i64 scalar pattern for @llvm.arm64.abs
2014-03-29 Tim NorthoverARM64: initial backend import
2014-03-29 Tim NorthoverIntrinsics: add LLVMHalfElementsVectorType constraint
2014-03-28 Tim NorthoverIntrinsics: expand semantics of LLVMExtendedVectorType...
2014-03-27 Rafael EspindolaPrevent alias from pointing to weak aliases.
2014-03-26 Eli BenderskyFix problem with r204836
2014-03-26 Eli BenderskyEnable range-for iteration over call/invoke arguments.
2014-03-26 Eli BenderskyAdd args() iteartor adapter to Function, for range...
2014-03-26 Tim NorthoverARM: add intrinsics for the v8 ldaex/stlex
2014-03-26 Renato GolinAdd @llvm.clear_cache builtin
2014-03-26 Rafael EspindolaRevert "Prevent alias from pointing to weak aliases."
2014-03-26 Rafael EspindolaPrevent alias from pointing to weak aliases.
2014-03-25 Benjamin KramerAdd missing slash to make the doxygen output less confu...
2014-03-23 Nuno Lopesremove a bunch of unused private methods
2014-03-18 Eli BenderskyExpose "noduplicate" attribute as a property for intrin...
2014-03-18 Alon Mishne[C++11] Change DebugInfoFinder to use range-based loops
2014-03-18 Adrian PrantlSwitch the type field in DIVariable and DIGlobalVariabl...
2014-03-17 Eli BenderskyConsistent use of the noduplicate attribute.
2014-03-16 Manman RenAdd FIXMEs to use DIScopeRef instead of DIScope for...
2014-03-14 Diego NovilloUse DiagnosticInfo facility.
2014-03-13 Rafael EspindolaRemove the linker_private and linker_private_weak linkages.
2014-03-13 Elena DemikhovskyAVX-512: masked load/store + intrinsics for them.
2014-03-13 Chandler Carruth[PM] As was pointed out in review, I need to define...
2014-03-13 Chandler Carruth[PM] Stop playing fast and loose with rebinding of...
2014-03-12 Evan ChengRevert r203488 and r203520.
2014-03-11 Benjamin KramerRemove copy ctors that did the same thing as the defaul...
2014-03-11 Tim NorthoverIR: add a second ordering operand to cmpxhg for failure
2014-03-11 Erik VerbruggenFix fixme: remove unused method.
2014-03-10 Evan ChengFor functions with ARM target specific calling conventi...
2014-03-10 Benjamin Kramer[C++11] Modernize the IR library a bit.
2014-03-10 Craig Topper[C++11] Remove 'virtual' keyword from methods marked...
2014-03-10 Chandler Carruth[PM] Cleanup formatting and namespace commenting. Mostl...
2014-03-10 Chandler Carruth[PM] As Dave noticed in review, I had erroneously copie...
2014-03-10 Chandler Carruth[PM] Add a comment I missed and add the special members...
2014-03-10 Chandler Carruth[PM] Comment on all of the totally pointless definition...
2014-03-10 Chandler Carruth[PM] I have been educated by several folks that MSVC...
2014-03-09 Chandler Carruth[C++11] Add range views for various parts of a Module.
2014-03-09 Chandler Carruth[PM] Switch new pass manager from polymorphic_ptr to...
2014-03-09 Chandler Carruth[C++11] Add range based accessors for the Use-Def chain...
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-07 Benjamin Kramer[C++11] Replace LLVM-style type traits with C++11 stand...
2014-03-06 Matt ArsenaultTeach lint about address spaces
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-06 Chandler Carruth[Layering] Move GVMaterializer.h into the IR library...
2014-03-06 Chandler Carruth[Layering] Move InstVisitor.h into the IR library as...
2014-03-06 Owen AndersonChange the tag on this iterator to bidir and implement...
2014-03-06 Owen AndersonFix issues in the NamedMDNode operand iterator, includi...
2014-03-06 Owen AndersonAdd a iterator and interator_range interface to the...
2014-03-06 Chandler Carruth[Layering] Move DebugInfo.h into the IR library where...
2014-03-06 Chandler Carruth[Layering] Move DIBuilder.h into the IR library where...
2014-03-06 Raul E. SilveraChange math intrinsic attributes from readonly to readn...
2014-03-05 Chandler Carruth[Layering] Move AutoUpgrade.h into the IR library where its
2014-03-05 Chandler Carruth[Layering] Move DebugLoc.h into the IR library. The...
2014-03-05 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-05 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-05 Craig Topper[C++11] Add 'override' keyword to IR library.
2014-03-05 Chandler Carruth[C++11] Sink the iterator over a Value's users into...
2014-03-04 Chandler Carruth[Modules] Move the LeakDetector header into the IR...
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] Move the PredIteratorCache into the IR librar...
next