summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Cache the fairly expensive last split point computation and provide a fastJakob Stoklund Olesen2011-04-05
* Revamp the SjLj "dispatch setup" intrinsic.Bill Wendling2011-04-05
* Layer the memory manager between the JIT and the runtime Dyld.Jim Grosbach2011-04-04
* Stop caching basic block index ranges now that SlotIndexes can keep up.Jakob Stoklund Olesen2011-04-04
* Region: Allow user control the printing style of the print function.Tobias Grosser2011-04-04
* IntrusiveRefCntPtr: in RefCountedBase and RefCountedBaseVPTR, makePeter Collingbourne2011-04-04
* Start migrating mach-o dumping facilities to the object file out of aEric Christopher2011-04-03
* Add a set of C bindings for the Object interface.Eric Christopher2011-04-03
* Remove the LLVMContext& arguments from *Folder constructors, as they don't se...Frits van Bommel2011-04-03
* PR9446: RecursivelyDeleteTriviallyDeadInstructions can delete the instructionEli Friedman2011-04-02
* Add an InterferenceCache class for caching per-block interference ranges.Jakob Stoklund Olesen2011-04-02
* Use basic block numbers as indexes when mapping slot index ranges.Jakob Stoklund Olesen2011-04-02
* Add a RemoveFromWorklist method to DCI. This is needed to do some complicatedCameron Zwarich2011-04-02
* Various Instructions' resizeOperands() methods are only used to grow theJay Foad2011-04-01
* Issue libcalls __udivmod*i4 / __divmod*i4 for div / rem pairs.Evan Cheng2011-04-01
* Add XCore intrinsics for initializing / starting / synchronizing threads.Richard Osborne2011-03-31
* Fix whitespace.Michael J. Spencer2011-03-31
* Switch FileRemover from PathV1 to V2.Michael J. Spencer2011-03-31
* Tidy up. Whitespace and 80-columns.Jim Grosbach2011-03-30
* Don't add the same analysis implementation pair twice.Jakob Stoklund Olesen2011-03-30
* Reset StringMap's NumTombstones on clears and rehashes.Jakob Stoklund Olesen2011-03-30
* Prevent infinite growth of SmallPtrSet instances.Jakob Stoklund Olesen2011-03-30
* Prevent infinite growth of SmallMap instances.Jakob Stoklund Olesen2011-03-30
* Prevent infinite growth of the DenseMap.Jakob Stoklund Olesen2011-03-30
* Add APFloat::getExactInverse.Benjamin Kramer2011-03-30
* Fix more zero length memset warnings.Jay Foad2011-03-30
* Add a comment on PHINode::Create().Jay Foad2011-03-30
* Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad2011-03-30
* Revert a minor comment change inadvertently included with r128502.Bob Wilson2011-03-30
* Add intrinsics @llvm.arm.neon.vmulls and @llvm.arm.neon.vmullu.* back. FrontendsEvan Cheng2011-03-29
* Instantiate a JITMemoryManager for MCJIT DyldJim Grosbach2011-03-29
* C-API: Include DataTypes.h instead of stdint.h.Daniel Dunbar2011-03-29
* Integrated-As: Add support for setting the AllowTemporaryLabels flag viaDaniel Dunbar2011-03-28
* MC: Add support for disabling "temporary label" behavior. Useful for debuggingDaniel Dunbar2011-03-28
* Again adding a C API to the disassembler for use by such tools as Darwin'sKevin Enderby2011-03-28
* Constant folding support for calls to umul.with.overflow(), basically identic...Frits van Bommel2011-03-27
* Collect and coalesce DBG_VALUE instructions before emitting the function.Jakob Stoklund Olesen2011-03-26
* Remove the files for r128308 as it is causing a buildbot failure.Kevin Enderby2011-03-26
* Adding a C API to the disassembler for use by such tools as Darwin's otool(1).Kevin Enderby2011-03-26
* Clean up assembly statement separator support.Jim Grosbach2011-03-24
* Fix typo in comment.Jay Foad2011-03-24
* Add comment to clarify what MachineConstantPoolEntry::isMachineConstantPoolEn...Evan Cheng2011-03-24
* Fix comments.Jim Grosbach2011-03-23
* Add a lto_codegen_compile_to_file to avoid producing a file, reading it toRafael Espindola2011-03-22
* We don't need a null terminator for the output file.Rafael Espindola2011-03-22
* Propogate the error message, not just the error state.Jim Grosbach2011-03-22
* Properly initialize all fields in CrashReporterCleanupContext. This caused t...Ted Kremenek2011-03-22
* Rework CrashRecoveryContextCleanup to provide a simpler way to create cleanup...Ted Kremenek2011-03-22
* Relax access control on 'Release' method of RefCountedBase.Ted Kremenek2011-03-22
* Library-ize the dyld components of llvm-rtdyld.Jim Grosbach2011-03-21