oota-llvm.git
2013-02-20 Bill WendlingUse the attribute group reference instead of the attrib...
2013-02-20 David BlaikieFully qualify llvm::next to avoid ambiguity when buildi...
2013-02-20 David BlaikieFix the (clang -Werror) build by removing an unused...
2013-02-20 Bill WendlingModify the LLVM assembly output so that it uses referen...
2013-02-20 Cameron ZwarichAdd support to the two-address pass for updating LiveIn...
2013-02-20 Cameron ZwarichMove the computation of the IsEarlyClobber flag into...
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 Cameron ZwarichRemove verification after PHIElimination when using...
2013-02-20 Cameron ZwarichAvoid recomputing an inserted instruction's SlotIndex.
2013-02-20 Cameron ZwarichAdd preservation of SlotIndexes to PHIElimination.
2013-02-20 David BlaikieRename llvm::Optional<T>::Reset to 'reset' as per LLVM...
2013-02-20 Reed KotlerExpand pseudos/macros:
2013-02-20 Michael J.... [llvm-readobj] Add ELF .dynamic table dumping.
2013-02-20 Jakub StaszakRemove unneeded #include.
2013-02-20 Jakub StaszakAdd missing #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-20 Pedro Artigasclear new map and initialize new variable
2013-02-20 Bill WendlingAdd the function attributes from an inline asm call...
2013-02-19 Chad Rosier[ms-inline asm] Force the use of a base pointer if...
2013-02-19 Dan GohmanUpdate a portability kludge to keep it in sync with...
2013-02-19 Jack CarterELF symbol table field st_other support,
2013-02-19 Jakub StaszakRemove unused variable.
2013-02-19 Jakub StaszakMinor cleanups. No functionality change.
2013-02-19 Jack CarterELF symbol table field st_other support,
2013-02-19 Jakub StaszakRemove unneeded #includes.
2013-02-19 Jack CarterELF symbol table field st_other support,
2013-02-19 Jakub StaszakFix typos.
2013-02-19 Jack CarterELF symbol table field st_other support,
2013-02-19 Jakub StaszakAdd obvious constantness.
2013-02-19 Jakub StaszakSimplify code. No functionality change.
2013-02-19 Arnold SchwaighoferARM NEON: Don't need COPY_TO_REGCLASS in pattern
2013-02-19 Nadav RotemFix a bug in mayHaveSideEffects. Functions that do...
2013-02-19 Nadav RotemFix a bug that was found by the clang static analyzer...
2013-02-19 Dan GohmanWhitelist files and block devices instead of blacklisti...
2013-02-19 Dan GohmanDon't trust st_size of a character device. This fixes...
2013-02-19 Jim GrosbachARM: Allocation hints must make sure to be in the alloc...
2013-02-19 Jakob Stoklund... Assert that the target provided hints are in the alloca...
2013-02-19 Douglas GregorRemove my bogus MapVector::erase() with a narrower...
2013-02-19 Jyotsna VermaHexagon: Sync TSFlags in MCTargetDesc/HexagonBaseInfo...
2013-02-19 Benjamin KramerClean up HiPE prologue emission a bit and avoid signed...
2013-02-19 Rafael EspindolaMove LLVM_LIBRARY_VISIBILITY for consistency with what...
2013-02-19 Eli BenderskyFix typo
2013-02-19 Benjamin KramerFix GCMetadaPrinter::finishAssembly not executed, patch...
2013-02-19 Eli BenderskyMake ARMAsmPrinter pass name more precise and fix comment.
2013-02-19 Eli BenderskyMake pass name more precise and fix comment.
2013-02-19 Arnold SchwaighoferARM NEON: Merge a f32 bitcast of a v2i32 extractelt
2013-02-19 Tom StellardR600: Add AR_X to the R600_TReg_X register class.
2013-02-19 Tom StellardR600: Mark all members of the TRegMem register class...
2013-02-19 Tom StellardR600: Fix scheduler crash caused by invalid MachinePoin...
2013-02-19 Tom StellardR600: Fix tracking of implicit defs in the IndirectAddr...
2013-02-19 Alexey SamsonovFix initialization-order bug in llvm::Support::TimeValu...
2013-02-19 Kostya Serebryany[asan] instrument memory accesses with unusual sizes
2013-02-19 Jakub StaszakSimplify code. No functionality change.
2013-02-19 Craig TopperFix capitalization in comment to match function name.
2013-02-19 Eric ChristopherGrammar.
2013-02-19 Craig TopperMore const correcting of stack coloring.
2013-02-19 Craig TopperConst-correct the stack coloring code.
2013-02-19 Craig TopperAvoid extra DenseMap lookups in StackColoring::calculat...
2013-02-19 Reed KotlerExpand pseudos/macros BteqzT8SltiX16, BteqzT8SltiuX16,
2013-02-19 Craig TopperMake the dump() function const and reduce the number...
2013-02-19 Craig TopperUse a reference into the BlockLiveness DenseMap to...
2013-02-19 Chandler CarruthRemove some unused private fields from the AArch64MCCod...
2013-02-19 Bill WendlingTemporarily revert r175470 for more review.
2013-02-19 Reed KotlerExpand pseudos BteqzT8CmpiX16 and BtnezT8CmpiX16.
2013-02-18 Jakub StaszakUse array_pod_sort instead of std::sort.
2013-02-18 Bill WendlingCheck to see if the 'no-builtin' attribute is set befor...
2013-02-18 Bill WendlingAdd some convenience methods for querying function...
2013-02-18 NAKAMURA TakumiX86FrameLowering.cpp: Fixup. Sorry for the breakage.
2013-02-18 David BlaikieUse LLVM_DELETED_FUNCTION rather than '// do not implem...
2013-02-18 NAKAMURA TakumiX86FrameLowering.cpp: Fix a warning in -Asserts. [...
2013-02-18 Chad RosierRemove a useless assert.
2013-02-18 Chad RosierComment out the rdar number.
2013-02-18 Chad Rosier[fast-isel] Remove an invalid assert.
2013-02-18 Benjamin KramerFix a 32/64 bit incompatibility in the HiPE prologue...
2013-02-18 Benjamin KramerSupport for HiPE-compatible code emission, patch by...
2013-02-18 Chad Rosier[ms-inline asm] Remove a redundant call to the setHasMS...
2013-02-18 Jakub StaszakUse llvm::cast instead of reinterpret_cast.
2013-02-18 Douglas GregorAdd front/back/erase to MapVector.
2013-02-18 Vincent LejeuneR600/SI: Use MULADD_IEEE/V_MAD_F32 instruction for...
2013-02-18 Vincent LejeuneR600: Support for TBO
2013-02-18 Vincent LejeuneR600: Increase number of ArrayBase Reg to 32
2013-02-18 Kostya Serebryany[asan] revert r175266 as it breaks code with packed...
2013-02-18 Benjamin KramerFutureproof AttrBuild if we ever have more than 64...
2013-02-18 Tim NorthoverRevert CMake version bump since we don't actually need...
2013-02-18 Tim NorthoverNote minimum required version of CMake
2013-02-18 Tim NorthoverAArch64: adjust tests which rely on a default JIT
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 BlaikieDIBuilder: Correct the null/0 type of trailing fields...
2013-02-18 David BlaikieDIBuilder: Add function and method definitions to the...
2013-02-18 NAKAMURA Takumi[ms-inline asm] Fix undefined behavior to reset hasMSIn...
2013-02-18 David BlaikieNarrow the return types of a few DIBuilder utility...
2013-02-18 Reed KotlerExpand macro/pseudo instructions BtnezT8SltX16 and...
2013-02-18 Reed KotlerExpand pseudo/macro BteqzT8SltuX16 . There is no test...
2013-02-18 Reed KotlerExpand pseudo/macro BteqzT8SltX16.
next