The TargetData is not used for the isPowerOfTwo determination. It has never
[oota-llvm.git] / include / llvm / 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...
2012-08-29 Benjamin KramerExplicitly cast an expression to bool before handing...
2012-08-29 Benjamin KramerReplace the BUILTIN_EXPECT macro with a less horrible...
2012-08-24 Richard SmithFix integer undefined behavior due to signed left shift...
2012-08-24 Manman RenBranchProb: modify the definition of an edge in BranchP...
2012-08-24 Chandler CarruthTry to appease MSVC even more elaborately in the alignm...
2012-08-23 Dmitri GribenkoFix a bunch of -Wdocumentation warnings.
2012-08-22 Ted KremenekFix an assortment of doxygen comment mistakes found...
2012-08-21 David BlaikieProvide a portability macro for __builtin_trap.
2012-08-17 Jin-Gu KangInsertion of NoFolder functions to avoid ambiguous...
2012-08-17 Chandler CarruthFlatten the aligned-char-array utility template to...
2012-08-16 Roman DivackyRevert r162034, r162035 and r162037.
2012-08-16 Roman DivackyAdd PPC64 relocations definitions, by Adhemerval Zanella.
2012-08-15 Michael J. SpencerProperly test the LLVM_USE_RVALUE_REFERENCES macro.
2012-08-15 Michael J. Spencer[PathV2] Add mapped_file_region. Implementation for...
2012-08-15 Michael J. SpencerAdd LLVM_DELETED_FUNCTION compatibility macro.
2012-08-14 Michael J. Spencer[yaml2obj] Fix incorrect use of signed values.
2012-08-14 Jim GrosbachSwitch the fixed-length disassembler to be table-driven.
2012-08-13 Nadav RotemLICM uses AliasSet information to hoist and sink instru...
2012-08-08 Jim GrosbachMove [SU]LEB128 encoding to a utility header.
2012-08-08 Bill WendlingRemove OpenBSD defines:
2012-08-02 Michael J. SpencerAdd yaml2obj. A utility to convert YAML to binaries.
2012-08-01 Nick KledzikInitial commit of new FileOutputBuffer support class.
2012-07-30 Chandler CarruthExtend the InstVisitor to visit the specialized classes...
2012-07-27 Chad RosierTypos.
2012-07-26 Chad RosierMake comments in Debug.cpp and Debug.h consistent....
2012-07-23 Sylvestre LedruFix a typo (the the => the)
2012-07-20 Galina KistanovaFix few warnings.
2012-07-20 Daniel Dunbarraw_ostream: Add a has_colors() method.
2012-07-20 Daniel DunbarProcess: Add sys::Process::FileDescriptorHasColors().
2012-07-19 Benjamin KramerPull the simple parts of DenseMapInfo<DebugLoc> inline...
2012-07-19 Galina KistanovaFixed few warnings.
2012-07-19 Bill WendlingRemove tabs.
2012-07-18 Simon AtanasyanAdd some missed ELF constants definitions:
next