tblgen: Put dyn_cast<> machinery in place for Init hierarchy.
[oota-llvm.git] / include / llvm / Support /
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:
2012-07-15 Chandler CarruthMove llvm/Support/TypeBuilder.h -> llvm/TypeBuilder...
2012-07-15 Chandler CarruthMove llvm/Support/MDBuilder.h to llvm/MDBuilder.h,...
2012-07-13 Alexander KornienkoInitializers for some fields were missing in Option...
2012-07-08 Benjamin KramerRemove some trivial copy ctors so the classes become...
2012-07-06 Dmitri GribenkoRevert r159789.
2012-07-06 Dmitri GribenkoEnable new[] on llvm::BumpPtrAllocator.
2012-07-04 Stepan DyatkovskiyReverted r159658:
2012-07-04 Stepan DyatkovskiyReverted r156659, due to probable performance regressio...
2012-07-03 Stepan DyatkovskiyIntegersSubsetMappin: cosmetic changes in diff operation.
2012-07-03 Stepan DyatkovskiyPart of r159527. Splitted into series of patches and...
2012-07-03 Stepan DyatkovskiyPart of r159527. Splitted into series of patches and...
2012-07-03 Stepan DyatkovskiyPart of r159527. Splitted into series of patches and...
2012-07-02 Eric ChristopherRevert "IntRange:" as it appears to be breaking self...
2012-07-02 David BlaikieFix -Wstring-conversion warning.
2012-07-02 Stepan DyatkovskiyFixed switch in IntRange::isSingleNumber method.
2012-07-02 Stepan DyatkovskiyIntRange, fixed warning in isSingleNumber method
2012-07-02 Stepan DyatkovskiyIntRange:
2012-06-29 Chandler CarruthMove llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
2012-06-28 Nuno Lopesadd ConstantRange::difference (to perform set differenc...
2012-06-26 Stepan DyatkovskiyIntegersSubsetMapping: implemented "diff" operation...
2012-06-26 Stepan DyatkovskiyIntegersSubsetMapping: removed exclude operation, it...
2012-06-25 Nuno Lopesadd CallSite/CallInst/InvokeInst::hasFnAttr()
2012-06-25 Chandler CarruthJust remove generic support for C++11 alignas -- GCC...
2012-06-24 NAKAMURA Takumillvm/Support/IntegersSubset.h: Add a copy constructor...
2012-06-24 NAKAMURA Takumillvm/Support/IntegersSubset.h: Fix whitespace.
2012-06-23 Marshall ClowAdd relocation types for Hexagon processor; patch by...
2012-06-22 Stepan DyatkovskiyFixed r158979.
2012-06-22 Duncan SandsRevert commit 158979 (dyatkovskiy) since it is causing...
2012-06-22 Stepan DyatkovskiyPerformance optimizations:
2012-06-20 Chandler CarruthRemove 'static' from inline functions defined in header...
2012-06-20 Nick KledzikAdd permissions(), map_file_pages(), and unmap_file_pag...
next