Move the AttributesImpl header file into the VMCore directory so that it can be opaque.
[oota-llvm.git] / include /
2012-10-15 Bill WendlingMove the AttributesImpl header file into the VMCore...
2012-10-15 Bill WendlingAttributes Rewrite
2012-10-14 Benjamin KramerFix a typo that made ImmutableMap::getMaxElement()...
2012-10-14 Bill WendlingRemove dead methods.
2012-10-14 Bill WendlingRemove operator cast method in favor of querying with...
2012-10-14 Bill WendlingRemove the bitwise AND operators from the Attributes...
2012-10-14 Bill WendlingRemove the bitwise assignment OR operator from the...
2012-10-14 Bill WendlingRemove the bitwise OR operator from the Attributes...
2012-10-14 Bill WendlingRemove the bitwise XOR operator from the Attributes...
2012-10-14 Bill WendlingRemove the bitwise NOT operator from the Attributes...
2012-10-14 Bill WendlingDecode the LLVM attributes from bitcode using the attri...
2012-10-14 Bill WendlingUse builder to create alignment attributes. Remove...
2012-10-14 Bill WendlingRemove dead method.
2012-10-13 Meador IngeImplement new LibCallSimplifier class
2012-10-13 Chad Rosier[ms-inline asm] Remove the MatchInstruction() function...
2012-10-12 Chad Rosier[ms-inline asm] Capitalize per coding standard.
2012-10-12 Chad Rosier[ms-inline asm] Use the new API introduced in r165830...
2012-10-12 Chad Rosier[ms-inline asm] Add a few data members and member funct...
2012-10-12 Andrew KaylorCorrecting enum values mentioned in comments.
2012-10-12 Duncan SandsAdd powerpc-ibm-aix to Triple. Patch by Kai.
2012-10-12 Nick LewyckyShuffle the virtual destructor down to the base. This...
2012-10-12 Nick LewyckyGive this class full of virtual functions a virtual...
2012-10-11 Sean SilvaRemove unnecessary classof()'s
2012-10-11 Sean SilvaCasting.h: Automatically handle isa<Base>(Derived).
2012-10-11 Chad RosierRemove extra semicolon.
2012-10-11 Micah VillmowRevert 165732 for further review.
2012-10-11 Jan Wen VoungChange encoding of instruction operands in bitcode...
2012-10-11 Micah VillmowAdd in the first iteration of support for llvm/clang...
2012-10-11 NAKAMURA Takumillvm/Analysis/Passes.h: Fix copypasto in createDependen...
2012-10-11 Sebastian Popdependence analysis
2012-10-11 Bill WendlingAdd the LLVM context to this c'tor. It will be needed...
2012-10-11 Bill WendlingSupport a common idiom on how to build an Attributes...
2012-10-11 Evan ChengChange MachineInstrBuilder::addDisp to copy over target...
2012-10-10 Eric ChristopherFormatting and 80-col.
2012-10-10 Nadav RotemAdd a new interface to allow IR-level passes to access...
2012-10-10 Sean Silvatblgen: Put dyn_cast<> machinery in place for Init...
2012-10-10 Bill WendlingRemove unused argument.
2012-10-10 Stepan DyatkovskiyIssue description:
2012-10-10 Bill WendlingCleanup. Get rid of now dead code.
2012-10-10 Bill WendlingRemove the final bits of Attributes being declared...
2012-10-10 Bill WendlingPass into the AttributeWithIndex::get method an ArrayRe...
2012-10-10 Andrew TrickTODO comment
2012-10-10 Andrew Trickmisched: Use the TargetSchedModel interface wherever...
2012-10-10 Andrew Trickmisched: Generate IsBuffered flag for machine resources.
2012-10-10 Bill WendlingHave 'addFnAttr' take the attribute enum value. Then...
2012-10-10 Andrew KaylorThis patch adds new functions to the SectionRef and...
2012-10-09 Andrew Trickmisched: Add computeInstrLatency to TargetSchedModel.
2012-10-09 Andrew Trickmisched: Doxument the TargetSchedule API.
2012-10-09 Andrew Trickmisched: Allow flags to disable hasInstrSchedModel...
2012-10-09 Andrew Trickmisched: Remove LoopDependencies heuristic.
2012-10-09 Bill WendlingUse the attribute builder to add attributes to call...
2012-10-09 Douglas GregorAdd count() method to MapVector
2012-10-09 Micah VillmowAdd in some interfaces that will allow easier access...
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 Bill WendlingRemove this now unused variable macro.
2012-10-09 Bill WendlingUse appropriate method calls to get the alignment value.
2012-10-09 Bill WendlingInline the checks for mutually exclusive attributes...
2012-10-09 Rafael EspindolaEnable response files in all tools. Patch by Liu, Yaxun...
2012-10-09 Bill WendlingMove the 'FunctionOnly' attributes thingy inside of...
2012-10-09 Douglas GregorNot everyone uses C++11, apparently
2012-10-09 Douglas GregorAllow MapVector clients to specify the map and vector...
2012-10-09 Michael IlsemanMore descriptive, doxygen-ed comments
2012-10-09 Michael IlsemanNew value_op_iterator for User. This allows other code...
2012-10-09 Micah VillmowAdd in the first step of the multiple pointer support...
2012-10-09 Bill WendlingMove the 'ParameterOnly' variable inside of the Attribu...
2012-10-09 Bill WendlingRemove the now dead VarArgsIncompatible variable.
2012-10-09 Bill WendlingUse the enum value of the attributes when removing...
2012-10-09 Bill WendlingUse the enum value of the attributes when adding them...
2012-10-09 Alexey SamsonovFix PR14016.
2012-10-09 Bill WendlingCreate enums for the different attributes.
2012-10-09 Bill WendlingRemove some dead methods.
2012-10-09 Bill WendlingRemove ifdef'd code.
2012-10-09 Nadav Rotemwhitespace
2012-10-09 Sean SilvaMove misplaced comment.
2012-10-09 Bill WendlingRemove a couple more 'hasAttrSomewhere' calls.
2012-10-09 Bill WendlingRemove more uses of the attribute enums by supplying...
2012-10-09 Bill WendlingConvert to using the Attributes::Builder interface.
2012-10-08 Bill WendlingUpdate comment.
2012-10-08 Bill WendlingUse the Attributes::Builder to build the attributes...
2012-10-08 Nadav RotemUse DataTypes.h
2012-10-08 Nadav RotemRefactor the AddrMode class out of TLI to its own heade...
2012-10-08 Bill WendlingConvert the LLVM parser over to using the new Attribute...
2012-10-08 Nick LewyckyGive CaptureTracker::shouldExplore a base implementatio...
2012-10-08 Bill WendlingBegin the transition to using the AttributesImpl object...
2012-10-08 Eric ChristopherUpdate comment.
2012-10-08 Andrew Trickmisched: remove the unused getSpecialAddressLatency...
2012-10-08 Andrew Trickmisched: remove forceUnitLatencies. Defaults are handle...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-10-07 Craig TopperRemove unused MachineInstr constructors that don't...
2012-10-07 Bill WendlingMove more methods out-of-line. This is in preparation...
2012-10-05 Chad Rosier[ms-inline asm] Add a comment describing the MapAndCons...
2012-10-05 Chad Rosier[ms-inline asm] Add a few typedefs to simplify future...
2012-10-05 Chad RosierRemove extraneous semicolon.
2012-10-05 Micah VillmowImplement TargetData with the DataLayout class, this...
2012-10-05 Hemant KulkarniAdd ELF program header.
2012-10-05 Adhemerval ZanellaAdd PowerPC64 definitions for ELF.h
2012-10-05 Bill WendlingMove methods out-of-line.
2012-10-05 Sean Silvatblgen: Use appropriate LLVM-style RTTI functions.
2012-10-05 Sean Silvatblgen: Replace uses of dynamic_cast<XXXRecTy> with...
next