aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add support for ArrayRef in IRBuilder's CreateCall.Nick Lewycky2011-04-071-0/+6
* Fix typo in doxy-comment.Nick Lewycky2011-04-061-1/+1
* Replace const std::vector& with ArrayRef in the type creation APIs.Nick Lewycky2011-04-061-5/+5
* EngineBuilder setter method for UseMCJIT was missing return value.Jim Grosbach2011-04-061-1/+2
* Add an empty key for DebugLoc so that you can store an empty DebugLoc in aNick Lewycky2011-04-061-2/+10
* Support using DebugLoc's in a DenseMap.Nick Lewycky2011-04-061-0/+20
* RuntimeDyld should use the memory manager API.Jim Grosbach2011-04-061-3/+3
* Make the virtual destructor out-of-line so we have a key function.Chandler Carruth2011-04-051-1/+1
* Provide an empty virtual destructor to go with the virtual methods inChandler Carruth2011-04-051-0/+1
* Add support to encode function's template parameters.Devang Patel2011-04-052-2/+7
* remove postdom frontiers, because it is dead. Forward dom frontiers areChris Lattner2011-04-054-35/+3
* Fix a typo.Andrew Trick2011-04-051-1/+1
* Added *hidden* flags -print-options and -print-all-options soAndrew Trick2011-04-051-15/+280
* Use std::unique instead of a SmallPtrSet to ensure unique instructions in Use...Jakob Stoklund Olesen2011-04-051-0/+5
* Cache the fairly expensive last split point computation and provide a fastJakob Stoklund Olesen2011-04-051-0/+4
* Revamp the SjLj "dispatch setup" intrinsic.Bill Wendling2011-04-051-1/+1
* Layer the memory manager between the JIT and the runtime Dyld.Jim Grosbach2011-04-041-3/+26
* Stop caching basic block index ranges now that SlotIndexes can keep up.Jakob Stoklund Olesen2011-04-041-0/+10
* Region: Allow user control the printing style of the print function.Tobias Grosser2011-04-041-1/+5
* IntrusiveRefCntPtr: in RefCountedBase and RefCountedBaseVPTR, makePeter Collingbourne2011-04-041-7/+7
* Start migrating mach-o dumping facilities to the object file out of aEric Christopher2011-04-031-0/+20
* Add a set of C bindings for the Object interface.Eric Christopher2011-04-031-0/+77
* Remove the LLVMContext& arguments from *Folder constructors, as they don't se...Frits van Bommel2011-04-033-10/+6
* PR9446: RecursivelyDeleteTriviallyDeadInstructions can delete the instructionEli Friedman2011-04-021-4/+0
* Add an InterferenceCache class for caching per-block interference ranges.Jakob Stoklund Olesen2011-04-021-0/+4
* Use basic block numbers as indexes when mapping slot index ranges.Jakob Stoklund Olesen2011-04-021-30/+19
* Add a RemoveFromWorklist method to DCI. This is needed to do some complicatedCameron Zwarich2011-04-021-0/+1
* Various Instructions' resizeOperands() methods are only used to grow theJay Foad2011-04-011-4/+4
* Issue libcalls __udivmod*i4 / __divmod*i4 for div / rem pairs.Evan Cheng2011-04-011-0/+10
* Add XCore intrinsics for initializing / starting / synchronizing threads.Richard Osborne2011-03-311-0/+17
* Fix whitespace.Michael J. Spencer2011-03-311-1/+1
* Switch FileRemover from PathV1 to V2.Michael J. Spencer2011-03-311-8/+16
* Tidy up. Whitespace and 80-columns.Jim Grosbach2011-03-302-26/+28
* Don't add the same analysis implementation pair twice.Jakob Stoklund Olesen2011-03-301-0/+2
* Reset StringMap's NumTombstones on clears and rehashes.Jakob Stoklund Olesen2011-03-301-0/+3
* Prevent infinite growth of SmallPtrSet instances.Jakob Stoklund Olesen2011-03-301-1/+1
* Prevent infinite growth of SmallMap instances.Jakob Stoklund Olesen2011-03-301-14/+2
* Prevent infinite growth of the DenseMap.Jakob Stoklund Olesen2011-03-301-2/+5
* Add APFloat::getExactInverse.Benjamin Kramer2011-03-301-0/+4
* Fix more zero length memset warnings.Jay Foad2011-03-301-1/+2
* Add a comment on PHINode::Create().Jay Foad2011-03-301-0/+2
* Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad2011-03-302-20/+17
* Revert a minor comment change inadvertently included with r128502.Bob Wilson2011-03-301-1/+1
* Add intrinsics @llvm.arm.neon.vmulls and @llvm.arm.neon.vmullu.* back. FrontendsEvan Cheng2011-03-291-1/+5
* Instantiate a JITMemoryManager for MCJIT DyldJim Grosbach2011-03-291-1/+2
* C-API: Include DataTypes.h instead of stdint.h.Daniel Dunbar2011-03-291-1/+1
* Integrated-As: Add support for setting the AllowTemporaryLabels flag viaDaniel Dunbar2011-03-281-0/+9
* MC: Add support for disabling "temporary label" behavior. Useful for debuggingDaniel Dunbar2011-03-281-0/+7
* Again adding a C API to the disassembler for use by such tools as Darwin'sKevin Enderby2011-03-281-0/+106
* Constant folding support for calls to umul.with.overflow(), basically identic...Frits van Bommel2011-03-271-0/+1