test commit
[oota-llvm.git] / include / llvm /
2012-05-21 Stepan DyatkovskiyPR1255 (case ranges: work with ConstantRangesSet instea...
2012-05-21 Jakob Stoklund OlesenGive a small negative bias to giant edge bundles.
2012-05-20 Jakob Stoklund OlesenAdd a LiveRangeQuery class.
2012-05-19 Benjamin KramerDisambiguate call to operator==.
2012-05-19 Benjamin KramerValueMap: Use DenseMap's find_as mechanism to reduce...
2012-05-19 Benjamin KramerMove CallbackVHs dtor inline, it can be devirtualized...
2012-05-19 Benjamin KramerProvide move semantics for TinyPtrVector and for DenseM...
2012-05-19 Jakob Stoklund OlesenAllow LiveRangeEdit to be created with a NULL parent.
2012-05-19 Eric ChristopherActually support DW_TAG_rvalue_reference_type that...
2012-05-19 Andrew TrickSCEV: Add MarkPendingLoopPredicates to avoid recursive...
2012-05-18 Jakob Stoklund OlesenModernize naming convention for class members.
2012-05-18 Jim GrosbachRefactor data-in-code annotations.
2012-05-18 Nick Kledzikfix warnings when compiling with -Wshadow
2012-05-17 Evandro Menezes[Hexagon] Clean up Hexagon ELF definition.
2012-05-16 Eric ChristopherGrammar.
2012-05-16 Duncan SandsI noticed that named metadata doesn't provide a direct...
2012-05-15 Daniel Dunbar[Support] Add a version of sys::fs::equivalent() that...
2012-05-15 Jim GrosbachTableGen'erate mapping physical registers to encoding...
2012-05-15 Jim GrosbachAllow MCCodeEmitter access to the target MCRegisterInfo.
2012-05-15 Stepan DyatkovskiyFixed one small stupid, but critical bug.
2012-05-14 Michael J. Spencer[Support/COFF] Make the order of members in symbol...
2012-05-14 Chad RosierMove the capture analysis from MemoryDependencyAnalysis...
2012-05-14 Dan GohmanRename @llvm.debugger to @llvm.debugtrap.
2012-05-14 Andrew TrickRemove a stale forward declaration.
2012-05-14 Jakob Stoklund OlesenRemove the expensive BitVector::operator~().
2012-05-14 Jakob Stoklund OlesenRemove BitVector binops.
2012-05-14 Jakob Stoklund OlesenAdd BitVector::anyCommon().
2012-05-14 Stepan DyatkovskiySwitchInst cosmetics: renamed "Hash" method to "hash"
2012-05-14 Bill WendlingUse ArrayRef instead of an explicit vector type.
2012-05-12 Stepan DyatkovskiyRecommited r156374 with critical fixes in BitcodeReader...
2012-05-12 Jay FoadTeach Function::hasAddressTaken that BlockAddress doesn...
2012-05-11 Michael J. SpencerAdd doxygen comments.
2012-05-11 Michael J. Spencer[Support/StringRef] Add find_last_not_of and {r,l,...
2012-05-11 Sirish PandeHexagon V5 intrinsics support.
2012-05-11 Stepan DyatkovskiyPR1255: ConstantRangesSet and CRSBuilder classes moved...
2012-05-11 Jim GrosbachTidy up. Trailing whitespace.
2012-05-11 Dan GohmanDefine a new intrinsic, @llvm.debugger. It will be...
2012-05-11 Eric ChristopherAllow unique_file to take a mode for file permissions...
2012-05-10 Dan GohmanTeach DeadStoreElimination to eliminate exit-block...
2012-05-09 Chad RosierAdd Triple::getiOSVersion.
2012-05-09 Nuno Lopeschange the objectsize intrinsic signature: add a 3rd...
2012-05-08 Kevin EnderbyFix it so llvm-objdump -arch does accept x86 and x86...
2012-05-08 Eric ChristopherRemove excess semi-colons to quiet warnings.
2012-05-08 Eric ChristopherUpdate comment.
2012-05-08 Nuno Lopesremove TYPE_CODE_FUNCTION_OLD type code. it is no longe...
2012-05-08 Stepan DyatkovskiyRejected r156374: Ordinary PR1255 patch. Due to clang...
2012-05-08 Craig TopperRemove 256-bit AVX non-temporal store intrinsics. Simil...
2012-05-08 Stepan DyatkovskiyOrdinary patch for PR1255.
2012-05-07 Jakob Stoklund OlesenAdd an MF argument to TRI::getPointerRegClass() and...
2012-05-07 Jordy RoseConstify (trivially) ImmutableSet::iterator::getVisitSt...
2012-05-07 Jakob Stoklund OlesenAdd TRI::getCommonSuperRegClass().
2012-05-07 John McCallFix trivial typo in llvm_move.
2012-05-07 Craig TopperAdd SSE4A MOVNTSS/MOVNTSD instructions.
2012-05-07 Jim GrosbachTidy up. Whitespace.
2012-05-05 Chris Lattnerreapply my patch, with a fix for an off-by-one error...
2012-05-05 Chris Lattnerrevert my patches, which are causing problems.
2012-05-05 Chris Lattneradd missing header <shame>
2012-05-05 Jim GrosbachNuke a few dead remnants of the CBE.
2012-05-05 Daniel Dunbar[Support] Add sys::Process::GetRandomNumber().
2012-05-05 Daniel Dunbar[build] Add build check for ::arc4random().
2012-05-05 Benjamin KramerAdd a new target hook "predictableSelectIsExpensive".
2012-05-04 Chandler CarruthTeach the code extractor how to extract a sequence...
2012-05-04 Chandler CarruthRename the Region::block_iterator to Region::block_node...
2012-05-04 Justin HolewinskiThis patch adds a new NVPTX back-end to LLVM which...
2012-05-04 Chandler CarruthFactor the computation of input and output sets into...
2012-05-04 Chandler CarruthMove the CodeExtractor utility to a dedicated header...
2012-05-04 Jakob Stoklund OlesenRemove the SubRegClasses field from RegisterClass descr...
2012-05-04 Jakob Stoklund OlesenRemove TargetRegisterClass::SuperRegClasses.
2012-05-04 Jakob Stoklund OlesenUse SuperRegClassIterator for findRepresentativeClass().
2012-05-04 Jakob Stoklund OlesenAdd a SuperRegClassIterator class.
2012-05-04 Chandler CarruthA pile of long over-due refactorings here. There are...
2012-05-03 Chandler CarruthAdd a FoldingSetVector datastructure which is analogous...
2012-05-03 Jakob Stoklund OlesenUse a shared implementation of getMatchingSuperRegClass().
2012-05-03 Jakob Stoklund OlesenAdd TargetRegisterClass::getSuperRegIndices().
2012-05-03 Chandler CarruthFactor the logic for testing whether a basic block...
2012-05-03 Ted KremenekAdd rudimentary CMake logic for detecting Graphviz.
2012-05-03 Nuno Lopesadd support for calloc to objectsize lowering
2012-05-03 Jakob Stoklund OlesenFix the type of SubClassMask.
2012-05-03 Jakob Stoklund OlesenDon't override subreg functions in targets without...
2012-05-03 Andrew TrickAdded TargetRegisterInfo::getAllocatableClass.
2012-05-02 Douglas GregorMove llvm-tblgen's StringMatcher into the TableGen...
2012-05-02 John McCallUpdate SmallVector to support move semantics if the...
2012-05-01 Sirish PandeTarget independent Hexagon Packetizer fix.
2012-05-01 Benjamin KramerYAMLParser: get rid of global ctors & dtors.
2012-05-01 Bill WendlingChange the PassManager from a reference to a pointer.
2012-04-30 Bill WendlingSecond attempt at PR12573:
2012-04-29 Craig TopperRemove superfluous 'inline'
2012-04-29 Eli BenderskyFix some formatting, grammar and style issues and add...
2012-04-29 Benjamin KramerSmallVector: Don't rely on having an assignment operato...
2012-04-29 Eli BenderskyFix comments from copy-paste to a more relevant meaning
2012-04-29 Craig TopperAdd constants for first and last integer vector types...
2012-04-29 Craig TopperRemove tab characters
2012-04-29 Craig TopperMark the default cases of MVT::getVectorElementType...
2012-04-28 Jakob Stoklund OlesenDon't update spill weights when joining intervals.
2012-04-28 Jakob Stoklund OlesenSpring cleaning - Delete dead code.
2012-04-28 Benjamin KramerIf the __is_trivially_copyable type trait is available...
2012-04-28 Benjamin KramerUse the most basic superclass of SmallVector in ArrayRef.
2012-04-25 Benjamin KramerReapply the SmallMap patch with a fix.
2012-04-25 Jakob Stoklund OlesenRemove more dead code.
2012-04-25 Eric ChristopherRevert "First implementation of:"
next