oota-llvm.git
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...
2013-02-16 Jakub StaszakAdd some constantness in Machine Dominators.
2013-02-16 Jakub StaszakRemove trailing spaces.
2013-02-16 Reed KotlerUse a different scheme to chose 16/32 variants. This...
2013-02-16 Michael J.... [ELF] Add STN_UNDEF.
2013-02-16 Bill WendlingReinitialize the ivars in the subtarget so that they...
2013-02-16 Chad Rosier[ms-inline asm] Do not omit the frame pointer if we...
2013-02-16 Joerg SonnenbergerDerive ELF section type from the name in some cases...
2013-02-16 Akira Hatanaka[mips] Remove SDNPWantParent from the list of SDNodePro...
2013-02-15 Matt Beaumont-GayPacify -Wnon-virtual-dtor
2013-02-15 Bill WendlingTemporary revert of 175320.
2013-02-15 Bill WendlingReinitialize the ivars in the subtarget.
2013-02-15 Matt Beaumont-GaySuppress a GCC -Wunused-variable warning in -Asserts...
2013-02-15 Chad Rosierc[ms-inline asm] It's possible to have a SizeDirective...
2013-02-15 Derek SchuffIf bundle alignment is enabled, do not add data to...
2013-02-15 Bill WendlingSupport changing the subtarget features in ARM.
2013-02-15 Bill WendlingUse the 'target-features' and 'target-cpu' attributes...
2013-02-15 Chad Rosier[ms-inline asm] Adjust the EndLoc to account for the...
2013-02-15 Pekka JaaskelainenForgot to 'svn add' the LoopVectorizer tests for the...
2013-02-15 Akira Hatanaka[mips] Clean up class MipsCCInfo.
2013-02-15 Sebastian Popcapitalize SCEV to match the current naming convention
2013-02-15 Akira Hatanaka[mips] Split SelectAddr, which was used to match addres...
2013-02-15 Reed KotlerRemove a final dependency on the form field in tablegen...
2013-02-15 Sebastian Popadd ScevApplyRewriter
2013-02-15 Sebastian Popadd SCEVParameterRewriter
2013-02-15 Benjamin KramerAsmParser: Reformat the MS asm parser to reduce nesting.
2013-02-15 Paul Redmondenable SDISel sincos optimization for GNU environments
2013-02-15 Jyotsna VermaHexagon: Set appropriate TSFlags to the loads/stores...
2013-02-15 Hal FinkelBBVectorize: Call a DAG and DAG instead of a tree
2013-02-15 Arnaud A. de... Fix refactoring mistake in "Teach InstCombine to work...
2013-02-15 Arnaud A. de... Teach InstCombine to work with smaller legal types...
2013-02-15 Tim NorthoverAArch64: add branch fixup pass.
2013-02-15 Rafael EspindolaGive these callbacks hidden visibility. It is better...
2013-02-15 Rafael EspindolaDon't make assumptions about the mangling of static...
2013-02-15 Kostya Serebryany[asan] support long double on 64-bit. See https://code...
2013-02-15 Benjamin KramerMake helpers static. Add missing include so LLVMInitial...
2013-02-15 Tim NorthoverAArch64: remove ConstantIsland pass & put literals...
2013-02-15 Tim NorthoverAArch64: refactor frame handling to use movz/movk for...
2013-02-15 Alexey Samsonovclang-formatize llvm-symbolizer code
2013-02-15 Bill WendlingSimplify the 'operator<' for the attribute object.
2013-02-15 Hal FinkelBBVectorize: Cap the number of candidate pairs in each...
2013-02-15 Anna ZaksRevert "Simplify the attributes '<' comparison function."
2013-02-15 Anna ZaksRevert "Fix testcase for attribute ordering."
2013-02-15 Anna ZaksRevert "Fix testcase for attribute ordering."
2013-02-15 Bill WendlingFix testcase for attribute ordering.
2013-02-15 Reed KotlerFix minor mips16 issues in directives for function...
2013-02-15 Bill WendlingFix testcase for attribute ordering.
2013-02-15 Bill WendlingSimplify the attributes '<' comparison function.
2013-02-14 Akira Hatanaka[mips] Disallow moving load/store instructions past...
2013-02-14 Akira Hatanaka[mips] Replace usage of SmallSet with BitVector, which...
2013-02-14 Akira Hatanaka[mips] Fix comments and coding style violations. Declar...
2013-02-14 Joel JonesThe ARM NEON vector compare instructions take three...
2013-02-14 Eli BenderskyThe operand listing is very much outdated.
2013-02-14 Akira Hatanaka[mips] Simplify code in function Filler::findDelayInstr.
2013-02-14 Preston GurdMark getRawBits const.
2013-02-14 Hal FinkelBBVectorize: Remove the remaining instances of std...
2013-02-14 Hal FinkelBBVectorize: Don't store candidate pairs in a std:...
2013-02-14 Jakub StaszakSimplify code. Remove "else after return".
2013-02-14 Chad RosierUpdate comment.
2013-02-14 Jyotsna VermaHexagon: Change insn class to support instruction encoding.
2013-02-14 Bill Wendlings/bool/LLVMBool/
2013-02-14 Bill Wendlings/bool/LLVMBool/
2013-02-14 Kay Tiong Khoodeath to extra whitespace
2013-02-14 Bill WendlingAdd two new functions to the C API:
2013-02-14 Kay Tiong Khooadded basic support for Intel ADX instructions
2013-02-14 Michel DanzerR600/SI: Fix int_SI_fs_interp_constant
2013-02-14 Dmitry Vyukovinclude/llvm/Object/ELF.h: do debug checks only when...
2013-02-14 Nadav RotemDont merge consecutive loads/stores into vectors when...
2013-02-14 Nadav Rotem80-col
2013-02-14 Jyotsna VermaHexagon: Use multiclass for absolute addressing mode...
next