Remove unneeded const_cast.
[oota-llvm.git] / include /
2013-03-09 Jakub StaszakRemove unneeded const_cast.
2013-03-09 Jakub StaszakUse forward declaration instead of #include.
2013-03-08 Jan Wen VoungDisable statistics on Release builds and move tests...
2013-03-08 Eli BenderskyClean up out-of-date comments and some stray whitespace
2013-03-08 Jakob Stoklund OlesenNo really, don't use end().
2013-03-08 David BlaikieRemove -print-dbginfo as it is unused & bitrotten.
2013-03-08 Jakob Stoklund OlesenAvoid creating a SlotIndex from the end() iterator.
2013-03-07 Jakob Stoklund OlesenRename isEarlierInSameTrace to isUsefulDominator.
2013-03-07 Benjamin KramerFix tautological compare. Not sure why this didn't...
2013-03-07 Benjamin KramerArrayRefize some code. No functionality change.
2013-03-07 Jakub StaszakChange Index type from unsigned long to unsigned. This...
2013-03-07 Jakub StaszakRemove trailing spaces.
2013-03-07 Nick LewyckySwitch from a version 4.2/4.4 switch to a four-byte...
2013-03-07 Manman RenDebug Info: store the files and directories for each...
2013-03-06 Andrew TrickGeneralize my previous fix for -print-options.
2013-03-06 Shuxin YangMemory Dependence Analysis (not mem-dep test) take...
2013-03-06 Jakub StaszakRemove duplicated forward declaration.
2013-03-05 Jakub StaszakFix a few typos in comments.
2013-03-05 Jakub StaszakAdd some constantness.
2013-03-05 Jakub Staszakstd::distance() == 0 means that iterators are equal...
2013-03-05 Meador IngeAdd more functions to the TLI.
2013-03-05 Arnold SchwaighoferUse the right number of slashes in comment string
2013-03-05 Arnold SchwaighoferClarify comment for function getObjectSize
2013-03-02 Nuno Lopesrecommit r172363 & r171325 (reverted in r172756)
2013-03-02 Nuno Lopesadd getUnderlyingObjectSize()
2013-03-02 Peter CollingbourneModify {Call,Invoke}Inst::addAttribute to take an AttrKind.
2013-03-01 Michael IlsemanCache the result of Function::getIntrinsicID() in a...
2013-03-01 Michael LiaoFix PR10475
2013-03-01 Peng Chengtest commit to use consistent comment notation.
2013-03-01 Yiannis TsiourisGCInfoDeleter code cleanup after r175528
2013-03-01 Michael LiaoMinor coding style fix
2013-03-01 Andrew TrickFix incorrect ScheduleDAG comment and formalize Weak...
2013-02-28 Eli BenderskyA small refactoring + adding comments.
2013-02-28 Michael J. Spencer[Support][ErrorOr] Add support for implicit conversion...
2013-02-27 David BlaikieCopy missing member in DataLayout copy ctor.
2013-02-27 Michael IlsemanReverted: r176136 - Have a way for a target to opt...
2013-02-27 Aaron BallmanSwitching -1ULL to UINT64_MAX to fix MSVC warnings...
2013-02-27 Aaron BallmanSuppressing MSVC warnings; patch thanks to Peng Cheng!
2013-02-27 Nick LewyckyIn GCC 4.7, function names are now forbidden from ...
2013-02-26 Pedro ArtigasEnhance integer division emulation support to handle...
2013-02-26 Michael IlsemanHave a way for a target to opt-out of target-independen...
2013-02-26 Matt ArsenaultAnother test commit. Remove trailing whitespace.
2013-02-26 Matt ArsenaultTest commit. Remove trailing whitespace.
2013-02-26 Eli BenderskySlight cosmetic fixes
2013-02-26 Kostya SerebryanyUnify clang/llvm attributes for asan/tsan/msan (LLVM...
2013-02-26 Michael IlsemanUse a DenseMap instead of a std::map for AnalysisID...
2013-02-25 Bill SchmidtFix missing relocation for TLS addressing peephole...
2013-02-25 David BlaikieDIBuilder: support structs with vtable pointers in...
2013-02-22 Eric ChristopherAdd a field to the compile unit of where we plan on...
2013-02-22 Eric ChristopherAdd a TODO and explain when we can get rid of the isMai...
2013-02-22 Eric ChristopherFormatting.
2013-02-22 Benjamin KramerAn Optional<T> is pod-like if the inner type is.
2013-02-22 Bill WendlingImplement the NoBuiltin attribute.
2013-02-21 David BlaikieLimit cast machinery to preserve const and not accept...
2013-02-21 Pedro ArtigasClear the whole table including the tombstones, since...
2013-02-21 Eli BenderskyMove the eliminateCallFramePseudoInstr method from...
2013-02-21 Jakob Stoklund OlesenMake RAFast::UsedInInstr indexed by register units.
2013-02-21 David BlaikieAdd move ctor/assignment to Optional<T>
2013-02-21 David BlaikieCorrect spelling of 'enumerator'.
2013-02-21 David BlaikieMake Optional<T>'s operator bool 'explicit' in C++11
2013-02-21 NAKAMURA TakumiADT/Optional.h: Appease msvc. It reapplies r175626.
2013-02-21 David BlaikieProvide a "None" value for convenience when using Optio...
2013-02-20 Jim GrosbachMCParser: Update method names per coding guidelines.
2013-02-20 Jim GrosbachUpdate TargetLowering ivars for name policy.
2013-02-20 Jakob Stoklund OlesenUse LiveRangeUpdater instead of mergeIntervalRanges.
2013-02-20 Jakob Stoklund OlesenAdd a LiveRangeUpdater class.
2013-02-20 Jakob Stoklund OlesenAdd a default constructor for LiveRange.
2013-02-20 NAKAMURA TakumiRevert r175626, "ADT/Optional.h: Appease msvc."
2013-02-20 NAKAMURA TakumiWhitespace.
2013-02-20 NAKAMURA TakumiADT/Optional.h: Appease msvc.
2013-02-20 Benjamin KramerMove the SplatByte helper to APInt and generalize it...
2013-02-20 Cameron ZwarichModify LiveInterval::addRange() to match the comment...
2013-02-20 Cameron ZwarichAdd SlotIndexes::repairIndexesInRange(), which repairs...
2013-02-20 Cameron ZwarichMake SlotIndex::getEntry() return unsigned to match...
2013-02-20 Cameron ZwarichFix a misunderstanding about how RegMaskBlocks works...
2013-02-20 David BlaikieRename llvm::Optional<T>::Reset to 'reset' as per LLVM...
2013-02-20 Michael J. Spencer[llvm-readobj] Add ELF .dynamic table dumping.
2013-02-20 Jakub StaszakRemove unneeded #include.
2013-02-20 Jakub StaszakFix #includes, so we include only what we really need.
2013-02-20 David BlaikieAllow llvm::Optional to work with types without default...
2013-02-20 Jakub StaszakMove part of APInt implementation from header to cpp...
2013-02-19 Jack CarterELF symbol table field st_other support,
2013-02-19 Jack CarterELF symbol table field st_other support,
2013-02-19 Jack CarterELF symbol table field st_other support,
2013-02-19 Jack CarterELF symbol table field st_other support,
2013-02-19 Jakub StaszakSimplify code. No functionality change.
2013-02-19 Nadav RotemFix a bug in mayHaveSideEffects. Functions that do...
2013-02-19 Douglas GregorRemove my bogus MapVector::erase() with a narrower...
2013-02-19 Alexey SamsonovFix initialization-order bug in llvm::Support::TimeValu...
2013-02-19 Eric ChristopherGrammar.
2013-02-18 Bill WendlingAdd some convenience methods for querying function...
2013-02-18 David BlaikieUse LLVM_DELETED_FUNCTION rather than '// do not implem...
2013-02-18 Benjamin KramerSupport for HiPE-compatible code emission, patch by...
2013-02-18 Jakub StaszakUse llvm::cast instead of reinterpret_cast.
2013-02-18 Douglas GregorAdd front/back/erase to MapVector.
2013-02-18 Benjamin KramerFutureproof AttrBuild if we ever have more than 64...
2013-02-18 David BlaikieAdd `unsigned DISubprogram::getFlags() const` for Drago...
2013-02-18 David BlaikieAdd `DIFile DISubprogram::getFile() const` for DragonEgg.
2013-02-18 David BlaikieNarrow the return types of a few DIBuilder utility...
2013-02-17 Duncan SandsAdd multithreading functions and shutdown to the C...
next