aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2012-05-25Compress MCRegisterInfo register name tables.Jakob Stoklund Olesen
2012-05-25Simplify code for calling a function where CanLowerReturn fails, fixing a sma...Eli Friedman
2012-05-24Don't put TGParser scratch results in the output.Jakob Stoklund Olesen
2012-05-24misched: Added ScoreboardHazardRecognizer.Andrew Trick
2012-05-24Remove the PTX back-end and all of its artifacts (triple, etc.)Justin Holewinski
2012-05-24Teach tblgen's set theory "sequence" operator to support an optional stride o...Owen Anderson
2012-05-23revert r156383: removal of TYPE_CODE_FUNCTION_OLDNuno Lopes
2012-05-23Add support for C++11 enum classes in llvm.Eric Christopher
2012-05-22add a new pass to instrument loads and stores for run-time bounds checkingNuno Lopes
2012-05-22revert my previous patches that introduced an additional parameter to the obj...Nuno Lopes
2012-05-22fix the quotient returned by sdivrem() for the case when LHS is negative and ...Nuno Lopes
2012-05-21Added address space qualifier to intrinsic PointerType arguments.Pete Cooper
2012-05-21PR1255 (case ranges: work with ConstantRangesSet instead of ConstantInt) rela...Stepan Dyatkovskiy
2012-05-21Give a small negative bias to giant edge bundles.Jakob Stoklund Olesen
2012-05-20Add a LiveRangeQuery class.Jakob Stoklund Olesen
2012-05-19Disambiguate call to operator==.Benjamin Kramer
2012-05-19ValueMap: Use DenseMap's find_as mechanism to reduce use list churn.Benjamin Kramer
2012-05-19Move CallbackVHs dtor inline, it can be devirtualized in many cases. Move the...Benjamin Kramer
2012-05-19Provide move semantics for TinyPtrVector and for DenseMap's rehash function.Benjamin Kramer
2012-05-19Allow LiveRangeEdit to be created with a NULL parent.Jakob Stoklund Olesen
2012-05-19Actually support DW_TAG_rvalue_reference_type that we were tryingEric Christopher
2012-05-19SCEV: Add MarkPendingLoopPredicates to avoid recursive isImpliedCond.Andrew Trick
2012-05-18Modernize naming convention for class members.Jakob Stoklund Olesen
2012-05-18Refactor data-in-code annotations.Jim Grosbach
2012-05-18fix warnings when compiling with -WshadowNick Kledzik
2012-05-17[Hexagon] Clean up Hexagon ELF definition.Evandro Menezes
2012-05-16Grammar.Eric Christopher
2012-05-16I noticed that named metadata doesn't provide a direct way of getting at theDuncan Sands
2012-05-15[Support] Add a version of sys::fs::equivalent() that treats errors as false.Daniel Dunbar
2012-05-15TableGen'erate mapping physical registers to encoding values.Jim Grosbach
2012-05-15Allow MCCodeEmitter access to the target MCRegisterInfo.Jim Grosbach
2012-05-15Fixed one small stupid, but critical bug.Stepan Dyatkovskiy
2012-05-14[Support/COFF] Make the order of members in symbol match the standard.Michael J. Spencer
2012-05-14Move the capture analysis from MemoryDependencyAnalysis to a more general placeChad Rosier
2012-05-14Rename @llvm.debugger to @llvm.debugtrap.Dan Gohman
2012-05-14Remove a stale forward declaration.Andrew Trick
2012-05-14Remove the expensive BitVector::operator~().Jakob Stoklund Olesen
2012-05-14Remove BitVector binops.Jakob Stoklund Olesen
2012-05-14Add BitVector::anyCommon().Jakob Stoklund Olesen
2012-05-14SwitchInst cosmetics: renamed "Hash" method to "hash"Stepan Dyatkovskiy
2012-05-14Use ArrayRef instead of an explicit vector type.Bill Wendling
2012-05-12Recommited r156374 with critical fixes in BitcodeReader/Writer:Stepan Dyatkovskiy
2012-05-12Teach Function::hasAddressTaken that BlockAddress doesn't really takeJay Foad
2012-05-11Add doxygen comments.Michael J. Spencer
2012-05-11[Support/StringRef] Add find_last_not_of and {r,l,}trim.Michael J. Spencer
2012-05-11Hexagon V5 intrinsics support.Sirish Pande
2012-05-11PR1255: ConstantRangesSet and CRSBuilder classes moved from include/llvm to i...Stepan Dyatkovskiy
2012-05-11Tidy up. Trailing whitespace.Jim Grosbach
2012-05-11Define a new intrinsic, @llvm.debugger. It will be similar to __builtin_trap(),Dan Gohman
2012-05-11Allow unique_file to take a mode for file permissions, but defaultEric Christopher