aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2011-04-05Make the virtual destructor out-of-line so we have a key function.Chandler Carruth
2011-04-05Provide an empty virtual destructor to go with the virtual methods inChandler Carruth
2011-04-05Add support to encode function's template parameters.Devang Patel
2011-04-05remove postdom frontiers, because it is dead. Forward dom frontiers areChris Lattner
2011-04-05Fix a typo.Andrew Trick
2011-04-05Added *hidden* flags -print-options and -print-all-options soAndrew Trick
2011-04-05Use std::unique instead of a SmallPtrSet to ensure unique instructions in Use...Jakob Stoklund Olesen
2011-04-05Cache the fairly expensive last split point computation and provide a fastJakob Stoklund Olesen
2011-04-05Revamp the SjLj "dispatch setup" intrinsic.Bill Wendling
2011-04-04Layer the memory manager between the JIT and the runtime Dyld.Jim Grosbach
2011-04-04Stop caching basic block index ranges now that SlotIndexes can keep up.Jakob Stoklund Olesen
2011-04-04Region: Allow user control the printing style of the print function.Tobias Grosser
2011-04-04IntrusiveRefCntPtr: in RefCountedBase and RefCountedBaseVPTR, makePeter Collingbourne
2011-04-03Start migrating mach-o dumping facilities to the object file out of aEric Christopher
2011-04-03Add a set of C bindings for the Object interface.Eric Christopher
2011-04-03Remove the LLVMContext& arguments from *Folder constructors, as they don't se...Frits van Bommel
2011-04-02PR9446: RecursivelyDeleteTriviallyDeadInstructions can delete the instructionEli Friedman
2011-04-02Add an InterferenceCache class for caching per-block interference ranges.Jakob Stoklund Olesen
2011-04-02Use basic block numbers as indexes when mapping slot index ranges.Jakob Stoklund Olesen
2011-04-02Add a RemoveFromWorklist method to DCI. This is needed to do some complicatedCameron Zwarich
2011-04-01Various Instructions' resizeOperands() methods are only used to grow theJay Foad
2011-04-01Issue libcalls __udivmod*i4 / __divmod*i4 for div / rem pairs.Evan Cheng
2011-03-31Add XCore intrinsics for initializing / starting / synchronizing threads.Richard Osborne
2011-03-31Fix whitespace.Michael J. Spencer
2011-03-31Switch FileRemover from PathV1 to V2.Michael J. Spencer
2011-03-30Tidy up. Whitespace and 80-columns.Jim Grosbach
2011-03-30Don't add the same analysis implementation pair twice.Jakob Stoklund Olesen
2011-03-30Reset StringMap's NumTombstones on clears and rehashes.Jakob Stoklund Olesen
2011-03-30Prevent infinite growth of SmallPtrSet instances.Jakob Stoklund Olesen
2011-03-30Prevent infinite growth of SmallMap instances.Jakob Stoklund Olesen
2011-03-30Prevent infinite growth of the DenseMap.Jakob Stoklund Olesen
2011-03-30Add APFloat::getExactInverse.Benjamin Kramer
2011-03-30Fix more zero length memset warnings.Jay Foad
2011-03-30Add a comment on PHINode::Create().Jay Foad
2011-03-30Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad
2011-03-30Revert a minor comment change inadvertently included with r128502.Bob Wilson
2011-03-29Add intrinsics @llvm.arm.neon.vmulls and @llvm.arm.neon.vmullu.* back. FrontendsEvan Cheng
2011-03-29Instantiate a JITMemoryManager for MCJIT DyldJim Grosbach
2011-03-29C-API: Include DataTypes.h instead of stdint.h.Daniel Dunbar
2011-03-28Integrated-As: Add support for setting the AllowTemporaryLabels flag viaDaniel Dunbar
2011-03-28MC: Add support for disabling "temporary label" behavior. Useful for debuggingDaniel Dunbar
2011-03-28Again adding a C API to the disassembler for use by such tools as Darwin'sKevin Enderby
2011-03-27Constant folding support for calls to umul.with.overflow(), basically identic...Frits van Bommel
2011-03-26Collect and coalesce DBG_VALUE instructions before emitting the function.Jakob Stoklund Olesen
2011-03-26Remove the files for r128308 as it is causing a buildbot failure.Kevin Enderby
2011-03-26Adding a C API to the disassembler for use by such tools as Darwin's otool(1).Kevin Enderby
2011-03-24Clean up assembly statement separator support.Jim Grosbach
2011-03-24Fix typo in comment.Jay Foad
2011-03-24Add comment to clarify what MachineConstantPoolEntry::isMachineConstantPoolEn...Evan Cheng
2011-03-23Fix comments.Jim Grosbach