aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-01-28Rewrite the addAttr() method.Bill Wendling
2013-01-28Revert r173646, "Use proper type for the index."NAKAMURA Takumi
2013-01-28Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...Michael Gottesman
2013-01-28Use proper type for the index.Bill Wendling
2013-01-27Use proper return type for attribute index.Bill Wendling
2013-01-27Push the calculation of the 'Raw' attribute mask down into the implementation...Bill Wendling
2013-01-27Don't erase these methods. They're used during testing.Bill Wendling
2013-01-27Add special 'get' methods to create an Attribute with an alignment. Also do s...Bill Wendling
2013-01-27s/AttrList/pImpl/g in AttributeSet. No functionality change.Bill Wendling
2013-01-27Fix miscompile. Add back the use of the ArrayRef version of the ::get method.Bill Wendling
2013-01-27Rearrange some deckchairs. Moving the class before it's use.Bill Wendling
2013-01-27Remove dead methods.Bill Wendling
2013-01-27Hide the method that creates an AttributeSet with AttributeWithIndexes.Bill Wendling
2013-01-26PR14566: Debug Info: Removing top level lexical blocksDavid Blaikie
2013-01-26IRBuilder: Remove redundant check around SetInstDebugLocation call.David Blaikie
2013-01-26Object/RelocVisitor: Add minimal support, R_MIPS_32, for mips.NAKAMURA Takumi
2013-01-26Object/RelocVisitor: Add minimal support, R_PPC64_ADDR32, for ppc64.NAKAMURA Takumi
2013-01-26RelocVisitor::visit(): Set hasError in the default path.NAKAMURA Takumi
2013-01-26Add DIContext::getLineInfoForAddressRange() function and test. This function...Andrew Kaylor
2013-01-26Convert BuildLibCalls.cpp to using the AttributeSet methods instead of Attrib...Bill Wendling
2013-01-25Remove dead method.Bill Wendling
2013-01-25Remove some introspection functions.Bill Wendling
2013-01-25Add support for applying in-memory relocations to the .debug_line section and...Andrew Kaylor
2013-01-25Add parens to suppress an MSVC 2012 << precedence warningReid Kleckner
2013-01-25Add an insert() method to MapVector. Adds the first MapVector unit test.Nick Lewycky
2013-01-25Add an accessor method to get the slot's index. This will limit the use of At...Bill Wendling
2013-01-25This is no trule.David Blaikie
2013-01-25Add command-line flags for DWARF dumping.Eli Bendersky
2013-01-25Add an addition operator to TableGenHal Finkel
2013-01-25MachineScheduler support for viewGraph.Andrew Trick
2013-01-25ScheduleDAG: colorize the DOT graph and improve formatting.Andrew Trick
2013-01-25ScheduleDAG: Added isBoundaryNode to conveniently detect a common corner case.Andrew Trick
2013-01-25SchedDFS: Complete support for nested subtrees.Andrew Trick
2013-01-25MIsched: Improve the interface to SchedDFS analysis (subtrees).Andrew Trick
2013-01-25ArrayRef reverse iterators.Andrew Trick
2013-01-25whitespaceAndrew Trick
2013-01-25SchedDFS: Initial support for nested subtrees.Andrew Trick
2013-01-25MISched: Add SchedDFSResult to ScheduleDAGMI to formalize theAndrew Trick
2013-01-25SchedDFS: Constify interface.Andrew Trick
2013-01-24Moving Cost Tables up to share with other targetsRenato Golin
2013-01-24Add asserts to SmallVector so that calls to front() and back() only succeedRichard Trieu
2013-01-24MIsched: Added biasCriticalPath.Andrew Trick
2013-01-24[ELF] Add R_X86_64_IRELATIVE.Michael J. Spencer
2013-01-24Add a profile for uniquifying the AttributeSet with the AttributeSetNodes.Bill Wendling
2013-01-24Create a new class: AttributeSetNode.Bill Wendling
2013-01-23Remove dead methods.Bill Wendling
2013-01-23Initialize SSPBufferSize. PR14999. Patch by Vinson Lee.Chad Rosier
2013-01-23Remove unused methods and ivars.Bill Wendling
2013-01-23Clean up assignment of CalleeSaveStackSlotSize: get rid of the default and ex...Eli Bendersky
2013-01-23Add the IR attribute 'sspstrong'.Bill Wendling