aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Collect and coalesce DBG_VALUE instructions before emitting the function.Jakob Stoklund Olesen2011-03-261-0/+4
* Remove the files for r128308 as it is causing a buildbot failure.Kevin Enderby2011-03-261-106/+0
* Adding a C API to the disassembler for use by such tools as Darwin's otool(1).Kevin Enderby2011-03-261-0/+106
* Clean up assembly statement separator support.Jim Grosbach2011-03-242-6/+6
* Fix typo in comment.Jay Foad2011-03-241-1/+1
* Add comment to clarify what MachineConstantPoolEntry::isMachineConstantPoolEn...Evan Cheng2011-03-241-1/+4
* Fix comments.Jim Grosbach2011-03-231-2/+2
* Add a lto_codegen_compile_to_file to avoid producing a file, reading it toRafael Espindola2011-03-221-0/+7
* We don't need a null terminator for the output file.Rafael Espindola2011-03-221-2/+4
* Propogate the error message, not just the error state.Jim Grosbach2011-03-221-0/+1
* Properly initialize all fields in CrashReporterCleanupContext. This caused t...Ted Kremenek2011-03-221-2/+1
* Rework CrashRecoveryContextCleanup to provide a simpler way to create cleanup...Ted Kremenek2011-03-221-52/+60
* Relax access control on 'Release' method of RefCountedBase.Ted Kremenek2011-03-221-3/+1
* Library-ize the dyld components of llvm-rtdyld.Jim Grosbach2011-03-211-0/+45
* Provide a means for CrashRecovery clients to determine if code is currently r...Ted Kremenek2011-03-211-0/+4
* Allow a client to clear an IntrustiveRefCntPtr (deliberately leaking the refe...Ted Kremenek2011-03-211-0/+4
* Fix unused param warning.Eric Christopher2011-03-211-1/+1
* Fix typos in assert messages.Jay Foad2011-03-211-2/+2
* We need to pass the TargetMachine object to the InstPrinter if we are printingBill Wendling2011-03-211-2/+4
* Re-apply r127953 with fixes: eliminate empty return block if it has no predec...Evan Cheng2011-03-211-0/+8
* If a class inherits from RefCountedBaseVPTR allow all its subclasses to be us...Argyrios Kyrtzidis2011-03-203-4/+4
* Revert r127953, "SimplifyCFG has stopped duplicating returns into predecessorsDaniel Dunbar2011-03-191-8/+0
* SimplifyCFG has stopped duplicating returns into predecessors to canonicalize IREvan Cheng2011-03-191-0/+8
* Reapply 127939 since Daniel fixed the breakage. <rdar://problem/9012638>Stuart Hastings2011-03-191-0/+2