summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* 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
* Fix the exception-specification of abort() when declaring it in C++.John McCall2011-03-14
* Make llvm_unreachable evaluate to __builtin_unreachable() in -AssertsJohn McCall2011-03-14
* Added SCEV::NoWrapFlags to manage unsigned, signed, and self wrapAndrew Trick2011-03-14
* Emacs mode string.Mikhail Glushenkov2011-03-14
* Speculatively revert commit 127478 (jsjodin) in an attempt to fix theDuncan Sands2011-03-12
* Teach FastISel to support register-immediate-immediate instructions.Owen Anderson2011-03-11
* 80 columns.Jim Grosbach2011-03-11
* Trailing whitespace.Jim Grosbach2011-03-11
* Remove optimization emitting a reference insted of label difference, since it...Jan Sjödin2011-03-11
* Add r127409 back now that the windows file was updated.Rafael Espindola2011-03-10
* Revert r127409 which broke all the Windows bots.Jakob Stoklund Olesen2011-03-10
* Add support for MemoryBuffers that are not null terminated and addRafael Espindola2011-03-10
* ptx: add the rest of special registers of ISA version 2.0Che-Liang Chiou2011-03-10
* Make SpillIs an optional pointer. Avoid creating a bunch of temporary SmallVe...Jakob Stoklund Olesen2011-03-10
* Introduce DebugInfoProbe. This is used to monitor how llvm optimizer is treat...Devang Patel2011-03-10
* Re-commit 127368 and 127371. They are exonerated.Evan Cheng2011-03-10
* Revert 127368 and 127371 for now.Evan Cheng2011-03-09
* Restore the default implementation of getCrossCopyRegClass: no need for cross...Evan Cheng2011-03-09
* Change the definition of TargetRegisterInfo::getCrossCopyRegClass to be moreEvan Cheng2011-03-09
* Add createELFObjectTargetWriter method to TargetAsmBackend, which enables con...Jan Sjödin2011-03-09
* Add constructors to MCElfStreamer and MCObjectStreamer to take an extra MCAss...Jan Sjödin2011-03-09
* Add InitializeNativeAsmParser function.Jan Sjödin2011-03-09