summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* 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
* Provide a means for CrashRecovery clients to determine if code is currently r...Ted Kremenek2011-03-21
* Allow a client to clear an IntrustiveRefCntPtr (deliberately leaking the refe...Ted Kremenek2011-03-21
* Fix unused param warning.Eric Christopher2011-03-21
* Fix typos in assert messages.Jay Foad2011-03-21
* We need to pass the TargetMachine object to the InstPrinter if we are printingBill Wendling2011-03-21
* Re-apply r127953 with fixes: eliminate empty return block if it has no predec...Evan Cheng2011-03-21
* If a class inherits from RefCountedBaseVPTR allow all its subclasses to be us...Argyrios Kyrtzidis2011-03-20
* Revert r127953, "SimplifyCFG has stopped duplicating returns into predecessorsDaniel Dunbar2011-03-19
* SimplifyCFG has stopped duplicating returns into predecessors to canonicalize IREvan Cheng2011-03-19
* Reapply 127939 since Daniel fixed the breakage. <rdar://problem/9012638>Stuart Hastings2011-03-19
* Revert 127939. <rdar://problem/9012638>Stuart Hastings2011-03-19
* Revise r126127 to address Daniel's comments. <rdar://problem/9012638>Stuart Hastings2011-03-19
* Tweak CrashRecoveryContextCleanup to provide an easy method for clients to se...Ted Kremenek2011-03-19
* If an AllocaInst referred by DbgDeclareInst is used by a LoadInst then the Lo...Devang Patel2011-03-18
* Beginnings of MC-JIT code generation.Jim Grosbach2011-03-18
* Avoid creating canonical induction variables for non-native types.Andrew Trick2011-03-18
* Tidy up.Jim Grosbach2011-03-18
* Tweak CrashRecoveryContextCleanup::createCleanup() to use the 'delete' cleanu...Ted Kremenek2011-03-18
* Add new CrashRecoveryContextCleanup subclass: CrashRecoveryContextDeleteClean...Ted Kremenek2011-03-18
* Augment CrashRecoveryContext to have registered "cleanup" objects that can be...Ted Kremenek2011-03-18
* Added isValidRewrite() to check the result of ScalarEvolutionExpander.Andrew Trick2011-03-17
* Use RequiresNullTerminator to create buffers without a null terminatorRafael Espindola2011-03-17
* Try to not lose variable's debug info during instcombine.Devang Patel2011-03-17
* Refactor into a separate utility function.Devang Patel2011-03-17
* Add an argument to APInt's magic udiv calculation to specify the number of bi...Benjamin Kramer2011-03-17
* Dead code elimination may separate the live interval into multiple connected ...Jakob Stoklund Olesen2011-03-17
* Add XCore intrinsic for setpsc.Richard Osborne2011-03-17
* Move more logic into getTypeForExtArgOrReturn.Cameron Zwarich2011-03-17
* Rename getTypeForExtendedInteger() to getTypeForExtArgOrReturn().Cameron Zwarich2011-03-17
* Add support in the LTO library for loading an object from the middleRafael Espindola2011-03-17
* Rewrite instructions as part of ConnectedVNInfoEqClasses::Distribute.Jakob Stoklund Olesen2011-03-17
* The x86-64 ABI says that a bool is only guaranteed to be sign-extended to a byteCameron Zwarich2011-03-16
* Add XCore intrinsics for setclk, setrdy.Richard Osborne2011-03-16
* Add checkevent intrinsic to check if any resources owned by the current threadRichard Osborne2011-03-16
* Add TargetData::fitsInLegalInteger().Cameron Zwarich2011-03-16
* Add scei vendorJohn Thompson2011-03-15
* Add XCore intrinsics for getps, setps, setsr and clrsr.Richard Osborne2011-03-15
* PTX: Set PTX 2.0 as the minimum supported versionJustin Holewinski2011-03-15
* - Add "Bitcast" target instruction property for instructions which performEvan Cheng2011-03-15
* Version N of the llvm_unreachable patch: VC++ doesn't recognize that abort()John McCall2011-03-14
* Trailing whitespace.Jim Grosbach2011-03-14
* Place context in member variables instead of passing around pointers.Jakob Stoklund Olesen2011-03-14
* Okay, some compilers complain if you provide the exception-specificationJohn McCall2011-03-14