oota-llvm.git
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.
2013-02-18 Reed KotlerExpand macro/pseudo BteqzT8CmpX16.
2013-02-18 Alex RosenbergSpelling corrections
2013-02-18 Reed KotlerBeginning of expanding all current mips16 macro/pseudo...
2013-02-17 Benjamin KramerX86: Add a note.
2013-02-17 Richard Osborne[XCore] Add missing 2r instructions.
2013-02-17 Richard Osborne[XCore] Add TSETR instruction.
2013-02-17 Richard Osborne[XCore] Add missing u10 / lu10 instructions.
2013-02-17 Richard Osborne[XCore] Add missing u6 / lu6 instructions.
2013-02-17 Jakub StaszakReturn false instead of 0.
2013-02-17 Benjamin KramerForce a cpu for test. It failed on atom due to differen...
2013-02-17 Benjamin KramerAArch64: Avoid shifts by 64, that's undefined behavior.
2013-02-17 Duncan SandsAdd multithreading functions and shutdown to the C...
2013-02-17 Hal FinkelBBVectorize: Fix an invalid reference bug
2013-02-17 Benjamin KramerMake the visibility of LLVMPPCCompilationCallback work...
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 ZwarichFix a conversion from a forward iterator to a reverse...
2013-02-17 Cameron ZwarichAdd support for updating the LiveIntervals of registers...
2013-02-16 Bill WendlingThe transform is:
2013-02-16 Reed KotlerClean up mips16 td file in preparation for massive...
2013-02-16 Dmitri GribenkoDocumentation: correct syntax (one missing comma, one...
2013-02-16 Benjamin KramerGCC doesn't like ++ on enums.
2013-02-16 Benjamin KramerRemove comma at the end of enum. Still my favourite...
2013-02-16 Renato GolinTypo
2013-02-16 Benjamin KramerTurn the enum attributes DenseSet in AttrBuilder into...
2013-02-16 Reed KotlerOne more try to make this look nice. I have lots of...
2013-02-16 Benjamin KramerReplace erase loop with std::remove_if.
2013-02-16 Benjamin KramerReplace loop with std::find.
2013-02-16 Jakub StaszakLegalizeDAG.cpp doesn't need DenseMap.
2013-02-16 Jakub StaszakReduce indents in LSRInstance::NarrowSearchSpaceByColla...
2013-02-16 NAKAMURA Takumi[msvc x64] Update X86CompilationCallback_Win64.asm...
2013-02-16 Jakub StaszakUse const reference instead of vector object when passi...
2013-02-16 NAKAMURA TakumiTarget/R600/CMakeLists.txt: Prune SILowerLiteralConstan...
2013-02-16 Benjamin KramerMCParser: Reject .balign with non-pow2 alignments.
2013-02-16 Jakub StaszakMinor cleanups. No functionality change.
2013-02-16 Jakub StaszakAdd even more constatness in MachineDominators.h.
2013-02-16 Jakub StaszakReplace "check:" wth "CHECK:".
2013-02-16 Christian KonigR600/SI: Add pattern to simplify i64 loading
2013-02-16 Christian KonigR600/SI: nuke SReg_1 v3
2013-02-16 Christian KonigR600/SI: cleanup literal handling v3
2013-02-16 Christian KonigR600/SI: replace AllReg_* with [SV]Src_* v2
2013-02-16 Christian KonigR600/SI: fix VOPC encoding v2
2013-02-16 Christian KonigR600/SI: move *_Helper definitions to SIInstrFormat.td
2013-02-16 Christian KonigR600/SI: remove some more unused code
2013-02-16 Christian KonigR600/structurizer: improve inverting conditions
2013-02-16 Christian KonigR600/structurizer: improve loop handling
2013-02-16 Christian KonigR600/structurizer: improve finding condition values
2013-02-16 Christian KonigR600/structurizer: improve PHI value finding
2013-02-16 Christian KonigR600/structurizer: add class to find the Nearest Common...
next