Provide a default constructor for TimeValue. This was used, but only in
[oota-llvm.git] / include / llvm / Support /
2013-01-05 Chandler CarruthProvide a default constructor for TimeValue. This was...
2013-01-04 Chandler CarruthAdd time getters to the process interface for requestin...
2013-01-04 Jakob Stoklund OlesenSpecial case Recycler::clear(BumpPtrAllocator).
2013-01-04 Nick KledzikFix how YAML I/O detects flow sequences.
2013-01-04 Adhemerval ZanellaPowerPC: Fix eh_frame relocation for PIC
2013-01-03 NAKAMURA TakumiCompiler.h: Leave LLVM_BUILTIN_UNREACHABLE undefined...
2013-01-02 Michael J. SpencerRestrict __builtin_assume_aligned to gcc 4.7+
2013-01-02 Michael J. Spencer[Support][Endian] Add support for specifying the alignm...
2013-01-02 Argyrios KyrtzidisDon't #include stuff outside the include guards.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-31 Chandler CarruthMake it explicit that the only entry points to the...
2012-12-31 Chandler CarruthRemove an unused method on Program.
2012-12-31 Chandler CarruthRemove an unused method on the Program class.
2012-12-31 Chandler CarruthGo ahead and get rid of the old page size interface...
2012-12-31 Chandler CarruthFlesh out a page size accessor in the new API.
2012-12-31 Chandler CarruthRemove the declspecs from small alignments that we...
2012-12-31 Chandler CarruthRemove an unused function in the old Process interface.
2012-12-31 Michael J. Spencer[AlignOf] Add AlignedCharArray and refactor AlignedChar...
2012-12-31 Chandler CarruthBegin sketching out the process interface.
2012-12-31 Chandler CarruthStart sketching out a roadmap for better subprocess...
2012-12-22 Bill WendlingChange 'AttrVal' to 'AttrKind' to better reflect that...
2012-12-22 Richard SmithFix some undefined behavior when parsing YAML input...
2012-12-20 Roman DivackyRemove MCTargetAsmLexer and its derived classes now...
2012-12-19 Bill WendlingRename the 'Attributes' class to 'Attribute'. It's...
2012-12-18 Eric ChristopherAdd support for passing -main-file-name all the way...
2012-12-17 Nick KledzikUse different trait techniques to be compatible with g++
2012-12-14 Bill SchmidtThis patch improves the 64-bit PowerPC InitialExec...
2012-12-13 Michael IlsemanPattern matching code for intrinsics.
2012-12-13 Michael Ilsemanm_CombineOr and m_CombineAnd pattern combinators
2012-12-12 Benjamin KramerYAMLIO: Remove all of the template instantiation hacks...
2012-12-12 Nick KledzikAlignedCharArrayUnion is erroring with non-clang compilers
2012-12-12 Nick KledzikInitial implementation of a utility for converting...
2012-12-12 Bill SchmidtThis patch implements local-dynamic TLS model support...
2012-12-12 Michael IlsemanPattern matchers for floating point values
2012-12-12 Michael IlsemanRemove FIXMEs surrounding Constant[Data]Vectors, instead
2012-12-11 Bill SchmidtThis patch implements the general dynamic TLS model...
2012-12-07 Bill Wendlings/AttrListPtr/AttributeSet/g to better label what this...
2012-12-07 Michael IlsemanRemove trailing whitespace
2012-12-05 Michael J. SpencerUpdates to Win64EH.h structures.
2012-12-04 Bill SchmidtThis patch introduces initial-exec model support for...
2012-12-03 Michael J. Spencer[Support] Make FileOutputBuffer work on Windows.
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-11-30 Chandler CarruthSwitch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_RE...
2012-11-30 Chandler CarruthSeparate out the tests for whether the compiler suports...
2012-11-30 Chandler CarruthMove the InstVisitor utility into VMCore where it belon...
2012-11-30 Jordan RoseAdd a new C++11 compatibility macro, LLVM_LVALUE_FUNCTION.
2012-11-28 Eli BenderskyAdd backreference matching capabilities to Support...
2012-11-27 Bill SchmidtThis patch implements medium code model support for...
2012-11-25 Craig TopperAdd an extra slash so doxygen comments will be properly...
2012-11-19 Sean SilvaAllow using MemoryBuffers with yaml::Stream directly.
2012-11-16 Eric ChristopherAdd constant definitions for fission dwarf attributes...
2012-11-15 Dmitri GribenkoUse empty parens for empty function parameter list...
2012-11-13 Ulrich WeigandAdd (some) PowerPC TLS relocation types to ELF.h and
2012-11-13 Duncan SandsFix the instcombine GEP index widening transform to...
2012-11-07 Eric ChristopherAdd a relocation visitor to lib object. This works...
2012-11-05 Rafael EspindolaAdd missing this->. Fixes pr14238.
2012-11-03 Duncan SandsFix the IntegersSubsetTest unit test when compiled...
2012-10-31 James MolloyAdd support for ARM segment types PT_ARM_ARCHEXT, PT_AR...
2012-10-31 Rafael Espindolaxlc supports __attribute__((aligned(x))), use it.
2012-10-30 Sid Manning * Add e_flags enum for Hexagon
2012-10-29 Evgeniy Stepanovva_start, va_end, va_copy: InstrinsicInst subclasses...
2012-10-12 Andrew KaylorCorrecting enum values mentioned in comments.
2012-10-11 Sean SilvaRemove unnecessary classof()'s
2012-10-11 Sean SilvaCasting.h: Automatically handle isa<Base>(Derived).
2012-10-09 Bill WendlingUse the attribute builder to add attributes to call...
2012-10-09 Bill WendlingUse the attribute enums to query if a function has...
2012-10-09 Bill WendlingUse the attribute enums to query if a parameter has...
2012-10-09 Rafael EspindolaEnable response files in all tools. Patch by Liu, Yaxun...
2012-10-09 Bill WendlingRemove more uses of the attribute enums by supplying...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-10-04 Bill WendlingAdd method to query for NoCapture attribute.
2012-10-04 Bill WendlingAdd method to query for 'NoAlias' attribute on call...
2012-10-03 Bill WendlingAdd methods which query for the specific attribute...
2012-09-27 Sylvestre LedruRevert 'Fix a typo 'iff' => 'if''. iff is an abreviatio...
2012-09-27 Sylvestre LedruFix a typo 'iff' => 'if'
2012-09-27 Nick LewyckyAdd missing function CreateFPCast to the TargetFolder...
2012-09-23 Craig TopperAdd LLVM_OVERRIDE to methods that override their base...
2012-09-22 Jordan RoseCasting: assert that pointer arguments to isa<> are...
2012-09-19 Andrew KaylorThis patch adds memory support functions which will...
2012-09-18 Roman DivackyAdd PowerPC64 relocation definitions. Patch by Adhemerv...
2012-09-18 Roman DivackyWhen creating MCAsmBackend pass the CPU string as well...
2012-09-18 Craig TopperFix a typo. No functional change.
2012-09-17 Craig TopperMark unimplemented copy constructors and copy assignmen...
2012-09-16 Craig TopperUse LLVM_DELETED_FUNCTION for copy constructors and...
2012-09-16 Craig TopperAdd LLVM_OVERRIDE and LLVM_FINAL C++11 compatibility...
2012-09-15 Dmitri GribenkoFix Doxygen issues: wrap code examples in \code and...
2012-09-15 Craig TopperFix a couple include directives that used angle bracket...
2012-09-14 Daniel Dunbarformatted_raw_ostream: Fix a serious bug in tell().
2012-09-14 David BlaikieFix up erroneous alignas usage while making this portab...
2012-09-14 Dmitri GribenkoFix Doxygen issues:
2012-09-13 Richard SmithFix some code which is invalid in C++11: an expression...
2012-09-13 Dmitri GribenkoFix documentation: parameter being documented was remov...
2012-09-13 Dmitri GribenkoFix Doxygen issues:
2012-09-13 Dmitri GribenkoFix a doxygen issue: these examples are supposed to...
2012-09-12 Dmitri GribenkoFix a couple of Doxygen comment issues pointed out...
2012-09-12 Alexander PotapenkoSuppress the warnings about unused parameters in change...
2012-09-05 Roman DivackyStop casting away const qualifier needlessly.
2012-09-05 Chad RosierClean up.
2012-09-04 Bob WilsonMake sure macros in the include subdirectory are not...
2012-08-31 Bill WendlingMove the GCOVFormat enums into their own namespace...
next