summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Compress MCRegisterInfo register name tables.Jakob Stoklund Olesen2012-05-251-5/+8
* Simplify code for calling a function where CanLowerReturn fails, fixing a sma...Eli Friedman2012-05-251-2/+1
* Don't put TGParser scratch results in the output.Jakob Stoklund Olesen2012-05-241-4/+6
* misched: Added ScoreboardHazardRecognizer.Andrew Trick2012-05-242-1/+12
* Remove the PTX back-end and all of its artifacts (triple, etc.)Justin Holewinski2012-05-244-95/+80
* Teach tblgen's set theory "sequence" operator to support an optional stride o...Owen Anderson2012-05-241-1/+2
* revert r156383: removal of TYPE_CODE_FUNCTION_OLDNuno Lopes2012-05-231-0/+3
* Add support for C++11 enum classes in llvm.Eric Christopher2012-05-231-2/+2
* add a new pass to instrument loads and stores for run-time bounds checkingNuno Lopes2012-05-224-0/+71
* revert my previous patches that introduced an additional parameter to the obj...Nuno Lopes2012-05-221-2/+1
* fix the quotient returned by sdivrem() for the case when LHS is negative and ...Nuno Lopes2012-05-221-2/+3
* Added address space qualifier to intrinsic PointerType arguments.Pete Cooper2012-05-211-1/+5
* PR1255 (case ranges: work with ConstantRangesSet instead of ConstantInt) rela...Stepan Dyatkovskiy2012-05-211-2/+7
* Give a small negative bias to giant edge bundles.Jakob Stoklund Olesen2012-05-211-1/+1
* Add a LiveRangeQuery class.Jakob Stoklund Olesen2012-05-201-0/+85
* Disambiguate call to operator==.Benjamin Kramer2012-05-191-1/+1
* ValueMap: Use DenseMap's find_as mechanism to reduce use list churn.Benjamin Kramer2012-05-191-5/+17
* Move CallbackVHs dtor inline, it can be devirtualized in many cases. Move the...Benjamin Kramer2012-05-191-5/+3
* Provide move semantics for TinyPtrVector and for DenseMap's rehash function.Benjamin Kramer2012-05-192-2/+13
* Allow LiveRangeEdit to be created with a NULL parent.Jakob Stoklund Olesen2012-05-191-4/+7
* Actually support DW_TAG_rvalue_reference_type that we were tryingEric Christopher2012-05-191-2/+2
* SCEV: Add MarkPendingLoopPredicates to avoid recursive isImpliedCond.Andrew Trick2012-05-191-1/+4
* Modernize naming convention for class members.Jakob Stoklund Olesen2012-05-181-25/+25
* Refactor data-in-code annotations.Jim Grosbach2012-05-188-73/+88
* fix warnings when compiling with -WshadowNick Kledzik2012-05-183-5/+5
* [Hexagon] Clean up Hexagon ELF definition.Evandro Menezes2012-05-172-2/+3
* Grammar.Eric Christopher2012-05-161-2/+2
* I noticed that named metadata doesn't provide a direct way of getting at theDuncan Sands2012-05-161-0/+7
* [Support] Add a version of sys::fs::equivalent() that treats errors as false.Daniel Dunbar2012-05-151-0/+7
* TableGen'erate mapping physical registers to encoding values.Jim Grosbach2012-05-152-1/+16
* Allow MCCodeEmitter access to the target MCRegisterInfo.Jim Grosbach2012-05-151-1/+4
* Fixed one small stupid, but critical bug.Stepan Dyatkovskiy2012-05-151-2/+2
* [Support/COFF] Make the order of members in symbol match the standard.Michael J. Spencer2012-05-141-1/+1
* Move the capture analysis from MemoryDependencyAnalysis to a more general placeChad Rosier2012-05-142-3/+13
* Rename @llvm.debugger to @llvm.debugtrap.Dan Gohman2012-05-143-5/+5
* Remove a stale forward declaration.Andrew Trick2012-05-141-1/+0
* Remove the expensive BitVector::operator~().Jakob Stoklund Olesen2012-05-141-5/+0
* Remove BitVector binops.Jakob Stoklund Olesen2012-05-141-18/+0
* Add BitVector::anyCommon().Jakob Stoklund Olesen2012-05-141-0/+10
* SwitchInst cosmetics: renamed "Hash" method to "hash"Stepan Dyatkovskiy2012-05-141-1/+1
* Use ArrayRef instead of an explicit vector type.Bill Wendling2012-05-141-1/+2
* Recommited r156374 with critical fixes in BitcodeReader/Writer:Stepan Dyatkovskiy2012-05-122-5/+59
* Teach Function::hasAddressTaken that BlockAddress doesn't really takeJay Foad2012-05-121-2/+2
* Add doxygen comments.Michael J. Spencer2012-05-111-0/+6
* [Support/StringRef] Add find_last_not_of and {r,l,}trim.Michael J. Spencer2012-05-111-0/+22
* Hexagon V5 intrinsics support.Sirish Pande2012-05-111-346/+1552
* PR1255: ConstantRangesSet and CRSBuilder classes moved from include/llvm to i...Stepan Dyatkovskiy2012-05-112-1/+1
* Tidy up. Trailing whitespace.Jim Grosbach2012-05-118-55/+55
* Define a new intrinsic, @llvm.debugger. It will be similar to __builtin_trap(),Dan Gohman2012-05-113-0/+7
* Allow unique_file to take a mode for file permissions, but defaultEric Christopher2012-05-111-2/+2