Revert "Test commit"
[oota-llvm.git] / include /
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...
2013-02-17 Cameron ZwarichRemove use of reverse iterators in repairIntervalsInRan...
2013-02-17 Cameron ZwarichUse ArrayRef instead of a reference to a SmallVectorImpl.
2013-02-17 Cameron ZwarichAdd support for updating the LiveIntervals of registers...
2013-02-16 Benjamin KramerRemove comma at the end of enum. Still my favourite...
2013-02-16 Benjamin KramerTurn the enum attributes DenseSet in AttrBuilder into...
2013-02-16 Jakub StaszakUse const reference instead of vector object when passi...
2013-02-16 Jakub StaszakAdd even more constatness in MachineDominators.h.
2013-02-16 Jakub StaszakAdd some constantness in Machine Dominators.
2013-02-16 Jakub StaszakRemove trailing spaces.
2013-02-16 Michael J. Spencer[ELF] Add STN_UNDEF.
2013-02-16 Chad Rosier[ms-inline asm] Do not omit the frame pointer if we...
2013-02-15 Matt Beaumont-GayPacify -Wnon-virtual-dtor
2013-02-15 Bill WendlingUse the 'target-features' and 'target-cpu' attributes...
2013-02-15 Sebastian Popcapitalize SCEV to match the current naming convention
2013-02-15 Sebastian Popadd ScevApplyRewriter
2013-02-15 Sebastian Popadd SCEVParameterRewriter
2013-02-15 Hal FinkelBBVectorize: Cap the number of candidate pairs in each...
2013-02-14 Preston GurdMark getRawBits const.
2013-02-14 Bill Wendlings/bool/LLVMBool/
2013-02-14 Bill WendlingAdd two new functions to the C API:
2013-02-14 Dmitry Vyukovinclude/llvm/Object/ELF.h: do debug checks only when...
2013-02-14 Tim NorthoverAdd deprecation of neverHasSideEffects to documentation...
2013-02-14 Francois PichetAdd missing typename to unbreak the MSVC 2012 build.
2013-02-13 Alex Rosenbergllvm-gcc -pedantic warns about C++ comments in C90...
2013-02-13 Ryan GovostesFix iterator definitions for ImmutableSet and ImmutableMap.
2013-02-13 Ryan GovostesAdd iterator_traits to ImmutableMap and ImmutableSet.
2013-02-13 Pekka JaaskelainenMetadata for annotating loops as parallel. The first...
2013-02-13 Evgeniy StepanovFix MSan annotations inclusion guard.
2013-02-13 Bill WendlingAdd some accessor and query methods for retrieving...
2013-02-13 Craig TopperRemove unnecessary condtional assignment. The next...
2013-02-13 Chris Lattneruse memcpy instead of dubious union to type pun two...
2013-02-12 Bill WendlingAdd a default empty string to the 'value' of a string...
2013-02-12 Chad Rosier[ms-inline-asm] Implement align directive (which is...
2013-02-12 Jack CarterThis patch just fixes up various llvm formatting
2013-02-12 Krzysztof ParzyszekAllow optionally generating pubnames section in DWARF...
2013-02-12 Krzysztof ParzyszekAdd support for the pubnames section to llvm-dwarfdump.
2013-02-12 Justin Holewinski[NVPTX] Disable vector registers
2013-02-12 Cameron ZwarichRenumber SlotIndexes locally when a new block is inserted.
2013-02-12 Cameron ZwarichAdd blocks to the LiveIntervalAnalysis RegMaskBlocks...
2013-02-12 David BlaikieDIBuilder: make the return type of createBasicType...
2013-02-11 Michael J. Spencer[Support][Compiler] Add LLVM_HAS_VARIADIC_TEMPLATES.
2013-02-11 Bill WendlingRename to something more sensible. No functionality...
2013-02-11 Justin Holewinski[NVPTX] Remove NoCapture from address space conversion...
2013-02-11 Tim NorthoverAArch64: Add basic relocation processing for llvm-dwarf...
2013-02-11 Cameron ZwarichFix some problems with the updating of SlotIndexes...
2013-02-11 Bill WendlingAdd support for printing out the attribute groups.
2013-02-11 Kostya Serebryany[tsan/msan] adding thread_safety and uninitialized_chec...
2013-02-11 Bob WilsonRevert "Rename LLVMContext diagnostic handler types...
2013-02-11 Evan ChengCurrently, codegen may spent some time in SDISel passes...
2013-02-11 David BlaikieFix unnecessary removal of const through cast machinery
2013-02-10 Cameron ZwarichFix the unused but nearly correct method SlotIndexes...
next