summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* [autoconf]: Fix description in HAVE_CRASHREPORTER_INFO.NAKAMURA Takumi2013-01-30
* Add a couple of accessor methods to get the kind and values of an attribute.Bill Wendling2013-01-29
* Convert getAttributes() to return an AttributeSetNode.Bill Wendling2013-01-29
* Teach SDISel to combine fsin / fcos into a fsincos node if the followingEvan Cheng2013-01-29
* Use an AttrBuilder to generate the correct AttributeSet.Bill Wendling2013-01-29
* S'more small non-functional changes in comments and #includes.Bill Wendling2013-01-29
* Reorder some functions and add comments. No functionality change.Bill Wendling2013-01-29
* Try to appease some broken compilers by using 'unsigned' instead of 'uint64_t'.Bill Wendling2013-01-28
* Remove the AttributeWithIndex class.Bill Wendling2013-01-28
* Add a comment mentioning that InstructionSimplify routines do,Dan Gohman2013-01-28
* Mid-air collision. reapply r173656.Bill Wendling2013-01-28
* Rewrite the removeAttr() method.Bill Wendling2013-01-28
* Rewrite the addAttr() method.Bill Wendling2013-01-28
* Revert r173646, "Use proper type for the index."NAKAMURA Takumi2013-01-28
* Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...Michael Gottesman2013-01-28
* Use proper type for the index.Bill Wendling2013-01-28
* Use proper return type for attribute index.Bill Wendling2013-01-27
* Push the calculation of the 'Raw' attribute mask down into the implementation...Bill Wendling2013-01-27
* Don't erase these methods. They're used during testing.Bill Wendling2013-01-27
* Add special 'get' methods to create an Attribute with an alignment. Also do s...Bill Wendling2013-01-27
* s/AttrList/pImpl/g in AttributeSet. No functionality change.Bill Wendling2013-01-27
* Fix miscompile. Add back the use of the ArrayRef version of the ::get method.Bill Wendling2013-01-27
* Rearrange some deckchairs. Moving the class before it's use.Bill Wendling2013-01-27
* Remove dead methods.Bill Wendling2013-01-27
* Hide the method that creates an AttributeSet with AttributeWithIndexes.Bill Wendling2013-01-27
* PR14566: Debug Info: Removing top level lexical blocksDavid Blaikie2013-01-26
* IRBuilder: Remove redundant check around SetInstDebugLocation call.David Blaikie2013-01-26
* Object/RelocVisitor: Add minimal support, R_MIPS_32, for mips.NAKAMURA Takumi2013-01-26
* Object/RelocVisitor: Add minimal support, R_PPC64_ADDR32, for ppc64.NAKAMURA Takumi2013-01-26
* RelocVisitor::visit(): Set hasError in the default path.NAKAMURA Takumi2013-01-26
* Add DIContext::getLineInfoForAddressRange() function and test. This function...Andrew Kaylor2013-01-26
* Convert BuildLibCalls.cpp to using the AttributeSet methods instead of Attrib...Bill Wendling2013-01-26
* Remove dead method.Bill Wendling2013-01-25
* Remove some introspection functions.Bill Wendling2013-01-25
* Add support for applying in-memory relocations to the .debug_line section and...Andrew Kaylor2013-01-25
* Add parens to suppress an MSVC 2012 << precedence warningReid Kleckner2013-01-25
* Add an insert() method to MapVector. Adds the first MapVector unit test.Nick Lewycky2013-01-25
* Add an accessor method to get the slot's index. This will limit the use of At...Bill Wendling2013-01-25
* This is no trule.David Blaikie2013-01-25
* Add command-line flags for DWARF dumping.Eli Bendersky2013-01-25
* Add an addition operator to TableGenHal Finkel2013-01-25
* MachineScheduler support for viewGraph.Andrew Trick2013-01-25
* ScheduleDAG: colorize the DOT graph and improve formatting.Andrew Trick2013-01-25
* ScheduleDAG: Added isBoundaryNode to conveniently detect a common corner case.Andrew Trick2013-01-25
* SchedDFS: Complete support for nested subtrees.Andrew Trick2013-01-25
* MIsched: Improve the interface to SchedDFS analysis (subtrees).Andrew Trick2013-01-25
* ArrayRef reverse iterators.Andrew Trick2013-01-25
* whitespaceAndrew Trick2013-01-25
* SchedDFS: Initial support for nested subtrees.Andrew Trick2013-01-25
* MISched: Add SchedDFSResult to ScheduleDAGMI to formalize theAndrew Trick2013-01-25