summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Remove the PTX back-end and all of its artifacts (triple, etc.)Justin Holewinski2012-05-24
* Teach tblgen's set theory "sequence" operator to support an optional stride o...Owen Anderson2012-05-24
* revert r156383: removal of TYPE_CODE_FUNCTION_OLDNuno Lopes2012-05-23
* Add support for C++11 enum classes in llvm.Eric Christopher2012-05-23
* add a new pass to instrument loads and stores for run-time bounds checkingNuno Lopes2012-05-22
* revert my previous patches that introduced an additional parameter to the obj...Nuno Lopes2012-05-22
* fix the quotient returned by sdivrem() for the case when LHS is negative and ...Nuno Lopes2012-05-22
* Added address space qualifier to intrinsic PointerType arguments.Pete Cooper2012-05-21
* PR1255 (case ranges: work with ConstantRangesSet instead of ConstantInt) rela...Stepan Dyatkovskiy2012-05-21
* Give a small negative bias to giant edge bundles.Jakob Stoklund Olesen2012-05-21
* Add a LiveRangeQuery class.Jakob Stoklund Olesen2012-05-20
* Disambiguate call to operator==.Benjamin Kramer2012-05-19
* ValueMap: Use DenseMap's find_as mechanism to reduce use list churn.Benjamin Kramer2012-05-19
* Move CallbackVHs dtor inline, it can be devirtualized in many cases. Move the...Benjamin Kramer2012-05-19
* Provide move semantics for TinyPtrVector and for DenseMap's rehash function.Benjamin Kramer2012-05-19
* Allow LiveRangeEdit to be created with a NULL parent.Jakob Stoklund Olesen2012-05-19
* Actually support DW_TAG_rvalue_reference_type that we were tryingEric Christopher2012-05-19
* SCEV: Add MarkPendingLoopPredicates to avoid recursive isImpliedCond.Andrew Trick2012-05-19
* Modernize naming convention for class members.Jakob Stoklund Olesen2012-05-18
* Refactor data-in-code annotations.Jim Grosbach2012-05-18
* fix warnings when compiling with -WshadowNick Kledzik2012-05-18
* [Hexagon] Clean up Hexagon ELF definition.Evandro Menezes2012-05-17
* Grammar.Eric Christopher2012-05-16
* I noticed that named metadata doesn't provide a direct way of getting at theDuncan Sands2012-05-16
* [Support] Add a version of sys::fs::equivalent() that treats errors as false.Daniel Dunbar2012-05-15
* TableGen'erate mapping physical registers to encoding values.Jim Grosbach2012-05-15
* Allow MCCodeEmitter access to the target MCRegisterInfo.Jim Grosbach2012-05-15
* Fixed one small stupid, but critical bug.Stepan Dyatkovskiy2012-05-15
* [Support/COFF] Make the order of members in symbol match the standard.Michael J. Spencer2012-05-14
* Move the capture analysis from MemoryDependencyAnalysis to a more general placeChad Rosier2012-05-14
* Rename @llvm.debugger to @llvm.debugtrap.Dan Gohman2012-05-14
* Remove a stale forward declaration.Andrew Trick2012-05-14
* Remove the expensive BitVector::operator~().Jakob Stoklund Olesen2012-05-14
* Remove BitVector binops.Jakob Stoklund Olesen2012-05-14
* Add BitVector::anyCommon().Jakob Stoklund Olesen2012-05-14
* SwitchInst cosmetics: renamed "Hash" method to "hash"Stepan Dyatkovskiy2012-05-14
* Use ArrayRef instead of an explicit vector type.Bill Wendling2012-05-14
* Recommited r156374 with critical fixes in BitcodeReader/Writer:Stepan Dyatkovskiy2012-05-12
* Teach Function::hasAddressTaken that BlockAddress doesn't really takeJay Foad2012-05-12
* Add doxygen comments.Michael J. Spencer2012-05-11
* [Support/StringRef] Add find_last_not_of and {r,l,}trim.Michael J. Spencer2012-05-11
* Hexagon V5 intrinsics support.Sirish Pande2012-05-11
* PR1255: ConstantRangesSet and CRSBuilder classes moved from include/llvm to i...Stepan Dyatkovskiy2012-05-11
* Tidy up. Trailing whitespace.Jim Grosbach2012-05-11
* Define a new intrinsic, @llvm.debugger. It will be similar to __builtin_trap(),Dan Gohman2012-05-11
* Allow unique_file to take a mode for file permissions, but defaultEric Christopher2012-05-11
* Teach DeadStoreElimination to eliminate exit-block stores with phi addresses.Dan Gohman2012-05-10
* Add Triple::getiOSVersion.Chad Rosier2012-05-09
* Introduce llvm-c function LLVMPrintModuleToFile.Hans Wennborg2012-05-09
* change the objectsize intrinsic signature: add a 3rd parameter to denote the ...Nuno Lopes2012-05-09