Use proper return type for attribute index.
[oota-llvm.git] / include / llvm /
2013-01-27 Bill WendlingUse proper return type for attribute index.
2013-01-27 Bill WendlingPush the calculation of the 'Raw' attribute mask down...
2013-01-27 Bill WendlingDon't erase these methods. They're used during testing.
2013-01-27 Bill WendlingAdd special 'get' methods to create an Attribute with...
2013-01-27 Bill Wendlings/AttrList/pImpl/g in AttributeSet. No functionality...
2013-01-27 Bill WendlingFix miscompile. Add back the use of the ArrayRef versio...
2013-01-27 Bill WendlingRearrange some deckchairs. Moving the class before...
2013-01-27 Bill WendlingRemove dead methods.
2013-01-27 Bill WendlingHide the method that creates an AttributeSet with Attri...
2013-01-26 David BlaikiePR14566: Debug Info: Removing top level lexical blocks
2013-01-26 David BlaikieIRBuilder: Remove redundant check around SetInstDebugLo...
2013-01-26 NAKAMURA TakumiObject/RelocVisitor: Add minimal support, R_MIPS_32...
2013-01-26 NAKAMURA TakumiObject/RelocVisitor: Add minimal support, R_PPC64_ADDR3...
2013-01-26 NAKAMURA TakumiRelocVisitor::visit(): Set hasError in the default...
2013-01-26 Andrew KaylorAdd DIContext::getLineInfoForAddressRange() function...
2013-01-26 Bill WendlingConvert BuildLibCalls.cpp to using the AttributeSet...
2013-01-25 Bill WendlingRemove dead method.
2013-01-25 Bill WendlingRemove some introspection functions.
2013-01-25 Andrew KaylorAdd support for applying in-memory relocations to the...
2013-01-25 Reid KlecknerAdd parens to suppress an MSVC 2012 << precedence warning
2013-01-25 Nick LewyckyAdd an insert() method to MapVector. Adds the first...
2013-01-25 Bill WendlingAdd an accessor method to get the slot's index. This...
2013-01-25 David BlaikieThis is no trule.
2013-01-25 Eli BenderskyAdd command-line flags for DWARF dumping.
2013-01-25 Hal FinkelAdd an addition operator to TableGen
2013-01-25 Andrew TrickMachineScheduler support for viewGraph.
2013-01-25 Andrew TrickScheduleDAG: colorize the DOT graph and improve formatting.
2013-01-25 Andrew TrickScheduleDAG: Added isBoundaryNode to conveniently detec...
2013-01-25 Andrew TrickSchedDFS: Complete support for nested subtrees.
2013-01-25 Andrew TrickMIsched: Improve the interface to SchedDFS analysis...
2013-01-25 Andrew TrickArrayRef reverse iterators.
2013-01-25 Andrew Trickwhitespace
2013-01-25 Andrew TrickSchedDFS: Initial support for nested subtrees.
2013-01-25 Andrew TrickMISched: Add SchedDFSResult to ScheduleDAGMI to formali...
2013-01-25 Andrew TrickSchedDFS: Constify interface.
2013-01-24 Renato GolinMoving Cost Tables up to share with other targets
2013-01-24 Richard TrieuAdd asserts to SmallVector so that calls to front(...
2013-01-24 Andrew TrickMIsched: Added biasCriticalPath.
2013-01-24 Michael J. Spencer[ELF] Add R_X86_64_IRELATIVE.
2013-01-24 Bill WendlingAdd a profile for uniquifying the AttributeSet with...
2013-01-24 Bill WendlingCreate a new class: AttributeSetNode.
2013-01-23 Bill WendlingRemove dead methods.
2013-01-23 Chad RosierInitialize SSPBufferSize. PR14999. Patch by Vinson...
2013-01-23 Bill WendlingRemove unused methods and ivars.
2013-01-23 Eli BenderskyClean up assignment of CalleeSaveStackSlotSize: get...
2013-01-23 Bill WendlingAdd the IR attribute 'sspstrong'.
2013-01-23 Bill WendlingRemove the last of uses that use the Attribute object...
2013-01-23 Bill WendlingUse the AttributeSet when removing multiple attributes...
2013-01-23 Michael J. Spencer[Support][ErrorOr] Don't use nullptr :(
2013-01-23 Bill WendlingUse the AttributeSet when adding multiple attributes...
2013-01-23 Michael J. Spencer[Support][ErrorOr] Add optimized specialization of...
2013-01-22 Michael J. Spencer[Support][ErrorOr] Make old gcc happy.
2013-01-22 Bill WendlingMore encapsulation work.
2013-01-22 Eli BenderskyInitial patch for x32 ABI support.
2013-01-22 Tim NorthoverFix truncation of relocation types in Support/ELF.h
2013-01-22 Chandler CarruthBegin fleshing out an interface in TTI for modelling...
2013-01-22 Tim NorthoverMake APFloat constructor require explicit semantics.
2013-01-22 NAKAMURA TakumiSparseMultiSet.h: Add suggested parentheses.
2013-01-22 Bill WendlingAdd a new method that adds the AttributeSet at the...
2013-01-21 Bill WendlingRemove unused method.
2013-01-21 Bill WendlingHave AttributeSet::getRetAttributes() return an Attribu...
2013-01-21 Bill WendlingMake AttributeSet::getFnAttributes() return an Attribut...
2013-01-21 Chris Lattnerr173072 is causing some regressions on big endian hosts...
2013-01-21 Chris Lattnerrework the Bitstream reader to actually work a machine...
2013-01-21 Chris LattnerFix a heinous inefficiency introduced in r149918, where...
2013-01-21 Michael IlsemanIntroduce a new data structure, the SparseMultiSet...
2013-01-21 Chris Lattnerrename "SkipToWord" to "SkipToFourByteBoundary" since...
2013-01-21 Chandler CarruthSwitch CodeMetrics itself over to use TTI to determine...
2013-01-21 Chandler CarruthFix indentation and formatting.
2013-01-21 Chandler CarruthNow that the inline cost analysis is a pass, we can...
2013-01-21 Chandler CarruthMake the inline cost a proper analysis pass. This remai...
2013-01-21 Chandler CarruthFix an old-style doxygen comment.
2013-01-21 Chandler CarruthCleanup the formatting of this header. This removes...
2013-01-21 Michael J. SpencerRevert "[Object] .bss sections have no content. PR15005."
2013-01-21 Michael J. Spencer[Object] .bss sections have no content. PR15005.
2013-01-21 Chandler CarruthRemove the comma from the last enumerator to fix -pedan...
2013-01-21 Chandler CarruthIntroduce a generic interface for querying an operation...
2013-01-21 NAKAMURA TakumiSupport/Compiler.h: MSC1600, aka VS2010, is not C+...
2013-01-20 Renato GolinRevert CostTable algorithm, will re-write
2013-01-20 Michael J. Spencer[Support] Port ErrorOr<T> from lld to C++03.
2013-01-20 Michael GottesmanChanged IRBuilder::CreateZExtOrTrunc and IRBuilder...
2013-01-20 Michael GottesmanMore copy editing.
2013-01-20 Michael GottesmanDoxygenified and copy edited BasicBlock.h.
2013-01-20 Michael GottesmanDoxygenified Argument.h and performed some copy editing...
2013-01-20 Michael GottesmanConverted all method comments in IRBuilder.h to use...
2013-01-20 Michael GottesmanCorrected assert messages for CreateZExtOrTrunc/CreateS...
2013-01-20 Michael GottesmanAdded IRBuilder::CreateFPExtOrFPTrunc.
2013-01-20 Chris Lattnertrivial micro-optimization: lazily call the virtual...
2013-01-20 Chris Lattnerswitch llvm-bcanalyzer onto the new cursor APIs, allowi...
2013-01-20 Chris Lattneradd an option to not auto-process abbreviations in...
2013-01-20 Chris Lattnerstringref'ize readRecord and properly capitalize it...
2013-01-20 Chris Lattnermove some private methods out of line, add a skipRecord...
2013-01-19 Chris Lattneradd some optional flags to affect the way advance works.
2013-01-19 Chris LattnerAdd a new BitstreamEntry concept, and add two helper...
2013-01-19 Jakub StaszakInclude Support/ELF.h instead of Object/ELF.h. It is...
2013-01-19 Chris LattnerBitstreamReader hasn't aged well. It's been hacked...
2013-01-19 Chandler CarruthSort all of the includes. Several files got checked...
2013-01-18 Andrew KaylorFixing behavior of ELFObjectFile::getSymbolFileOffset().
2013-01-18 Bill WendlingUse AttributeSet accessor methods instead of Attribute...
2013-01-18 Bill WendlingRemove unused parameter. Also use the AttributeSet...
next