aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2012-10-03Added instregex support to TableGen subtarget emitter.Andrew Trick
2012-10-03tblgen: Remove last traces of old TableGenMain API.Sean Silva
2012-10-03tblgen: Put new TableGenMain API in place.Sean Silva
2012-10-03Add function to return return attributes.Bill Wendling
2012-10-03No need to call functions which do the same thing as the default.Bill Wendling
2012-10-03Remove assert that's too restrictive.Bill Wendling
2012-10-03Add methods which query for the specific attribute instead of using theBill Wendling
2012-10-03Revert 165051-165049 while looking into the foreach.m failure inEric Christopher
2012-10-03Remove unused function that used to get itineraries from SubTargetFeatures. T...Craig Topper
2012-10-03Third try at fixing this. ;] Go back to using std::remove_if, which hasChandler Carruth
2012-10-03Switch the SetVector::remove_if implementation to use partition whichChandler Carruth
2012-10-02Revert 165057, per Jim's request. This requires further discussion.Chad Rosier
2012-10-02Teach the new SROA to handle cases where an alloca that has already beenChandler Carruth
2012-10-02Clean up these doxygen comments to follow the proposed new style. ThisChandler Carruth
2012-10-02[ms-inline asm] Add basic support for wildcard MCParsedAsmOperands. This typeChad Rosier
2012-10-02Clean-up of memory buffer and object ownership model in MCJITAndrew Kaylor
2012-10-02Remove the SavePoint infrastructure from fast isel, replaceEric Christopher
2012-10-02Support for generating ELF objects on Windows.Andrew Kaylor
2012-10-01[ms-inline asm] Add the convertToMapAndConstraints() function that is used toChad Rosier
2012-10-01MachO: direct-to-object attribute for data-in-code markers.Jim Grosbach
2012-10-01[ms-inline asm] Expose the getReg() function in the base class.Chad Rosier
2012-10-01Add in support for SPIR to LLVM core. This adds a new target and two new call...Micah Villmow
2012-10-01Fix PR13899Michael Liao
2012-10-01Provide a shortcut for MCObjectStreamer when emitting fills.Benjamin Kramer
2012-10-01TargetData: s/uint32_t/unsigned/ per Kuba's request.Benjamin Kramer
2012-09-29Add LLVM support for Swift.Bob Wilson
2012-09-29Shrink TargetAlignElem a bit, we do a lot of searches on them.Benjamin Kramer
2012-09-29Remove more LLVM_DELETED_FUNCTIONs from destructors to fix -std=c++11 build o...Craig Topper
2012-09-28Remove unused methods.Bill Wendling
2012-09-28Removing dependency on third party library for Intel JIT event support.Andrew Kaylor
2012-09-28PackedVector: Make the BitVector implementation configurable.Benjamin Kramer
2012-09-28Provide malloc-free sentinels for the SparseBitVector internals.Benjamin Kramer
2012-09-28Make backtraces work again with both the configure and cmake build.Benjamin Kramer
2012-09-28Remove a LLVM_DELETED_FUNCTION from destructor to fix -std=c++11 build on gcc...Craig Topper
2012-09-27Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru
2012-09-27Fix a typo 'iff' => 'if'Sylvestre Ledru
2012-09-27Add constructors to the attribute builder.Bill Wendling
2012-09-27Add missing function CreateFPCast to the TargetFolder. It's there in the otherNick Lewycky
2012-09-26Buildbot Fix.Bill Wendling
2012-09-26Add IRBuilder code for adding !tbaa.struct metadata tags to llvm.memcpy calls.Dan Gohman
2012-09-26Query the parameter attributes directly instead of using the Attribute symbols.Bill Wendling
2012-09-26Remove the `hasFnAttr' method from Function.Bill Wendling
2012-09-26Initial commit for the AttributesImpl class.Bill Wendling
2012-09-26Address Duncan's comments on r164684:Hans Wennborg
2012-09-26Add some convenience methods to IRBuilder for constructing aligned loadsChandler Carruth
2012-09-26Revert r164663 due to buildbot failure.Craig Topper
2012-09-26Add is16BitVector and is32BitVector to MVT and call them from EVT. Matches ot...Craig Topper
2012-09-26Rename virtual table anchors from Anchor() to anchor() for consistency with t...Craig Topper
2012-09-26Mark extended type querying methods as 'readonly' to reduce compile size.Craig Topper
2012-09-26Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...Michael Ilseman