SLPVectorizer: Sort inputs to commutative binary operations
[oota-llvm.git] / test /
2013-10-04 Arnold SchwaighoferSLPVectorizer: Sort inputs to commutative binary operations
2013-10-04 Eric ChristopherTemporarily revert r191792 as it is causing some LTO...
2013-10-04 Matthias BraunARM: optimizeSelect has to consider the previous regist...
2013-10-04 Matthias BraunARM: do not add a regmask for TAILJUMPs
2013-10-04 Matthias BraunARM: preserve undef flag in pseudo instruction expanders
2013-10-04 Rafael EspindolaFix this test.
2013-10-04 Jiangning LiuImplement aarch64 neon instruction set AdvSIMD (3V...
2013-10-04 David BlaikieDebugInfo: Fix ordering of members after r191928
2013-10-04 Andrew KaylorAdding support and tests for multiple module handling...
2013-10-03 Richard MittonFixed a bug with section names containing special chara...
2013-10-03 Owen AndersonPull fptrunc's upwards through selects when one of...
2013-10-03 Rafael EspindolaOptimize linkonce_odr unnamed_addr functions during...
2013-10-03 Matt ArsenaultMake gep i8* X, -(ptrtoint Y) transform work with addre...
2013-10-03 Eric ChristopherMake sure we emit a section for pubnames even if that...
2013-10-03 Logan Chien[arm] Enhance the test case by checking .fpu directive.
2013-10-03 Amara Emerson[ARM] Warn on deprecated IT blocks in v8 AArch32 assembly.
2013-10-03 Alexey SamsonovRemove wild .debug_aranges entries generated from unimp...
2013-10-03 Craig TopperAdd XOP disassembler support. Fixes PR13933.
2013-10-03 Craig TopperRemove duplicated test cases that occurred when I appli...
2013-10-03 Craig TopperAdd patterns for selecting TBM instructions from logica...
2013-10-02 Matt ArsenaultDon't use runtime bounds check between address spaces.
2013-10-02 Andrew KaylorFixing lli-child-target build
2013-10-02 Matt ArsenaultFix missing CHECK-LABELs
2013-10-02 Yi JiangApply slp vectorization on fully-vectorizable tree...
2013-10-02 Benjamin KramerSLPVectorizer: Make store chain finding more aggressive...
2013-10-02 Andrew KaylorAdding out-of-process execution support to lli.
2013-10-02 Tom StellardStructurizeCFG: Add dependency on LowerSwitch pass
2013-10-02 Rafael EspindolaTry harder to disable the LTO tests on windows.
2013-10-02 Chandler CarruthRemove the very substantial, largely unmaintained legac...
2013-10-02 Alexey SamsonovRemove "localize global" optimization
2013-10-02 Rafael EspindolaAdd test I forgot to git add in r191824.
2013-10-02 Rafael EspindolaDisable this test on Win32 for now.
2013-10-02 Chandler CarruthDon't layout items in a list in columns. That requires...
2013-10-02 Rafael EspindolaAdd a -exported-symbol option to llvm-lto.
2013-10-02 Rafael EspindolaEnable building LTO on WIN32.
2013-10-02 Elena DemikhovskyAVX-512: fixed a bug in getLoadStoreRegOpcode() for...
2013-10-01 Manman RenDebug Info: In DIBuilder, the derived-from field of...
2013-10-01 Manman RenRemove triple from type unique testing cases.
2013-10-01 Manman RenTry to fix native-arm bot
2013-10-01 Manman RenDebug Info: remove duplication of DIEs when a DIE is...
2013-10-01 Vincent LejeuneR600: add a pass that merges clauses.
2013-10-01 Vincent LejeuneR600: Put PRED_X instruction in its own clause
2013-10-01 Vincent LejeuneR600: Enable -verify-machineinstrs in some tests.
2013-10-01 Matt ArsenaultDon't merge tiny functions.
2013-10-01 Preston GurdAdd test case for PR16785.
2013-10-01 Richard Sandiford[SystemZ] Add comparisons of high words and memory
2013-10-01 Richard Sandiford[SystemZ] Add comparisons of large immediates using...
2013-10-01 Richard Sandiford[SystemZ] Add immediate addition involving high words
2013-10-01 Richard Sandiford[SystemZ] Extend test-under-mask support to high GR32s
2013-10-01 Richard Sandiford[SystemZ] Extend 32-bit RISBG optimizations to high...
2013-10-01 Richard Sandiford[SystemZ] Extend pseudo conditional 8- and 16-bit store...
2013-10-01 Tim NorthoverARM: support interrupt attribute
2013-10-01 Richard Sandiford[SystemZ] Add test missing from r191764.
2013-10-01 Richard Sandiford[SystemZ] Allow integer AND involving high words
2013-10-01 Richard Sandiford[SystemZ] Allow integer XOR involving high words
2013-10-01 Richard Sandiford[SystemZ] Allow integer OR involving high words
2013-10-01 Richard Sandiford[SystemZ] Allow integer insertions with a high-word...
2013-10-01 Richard Sandiford[SystemZ] Allow selects with a high-word destination
2013-10-01 Richard Sandiford[SystemZ] Add patterns to load a constant into a high...
2013-10-01 Richard Sandiford[SystemZ] Add register zero extensions involving at...
2013-10-01 Joey Gouly[ARM] Introduce the 'sevl' instruction in ARMv8.
2013-10-01 Richard Sandiford[SystemZ] Add truncating high-word stores (STCH and...
2013-10-01 Richard Sandiford[SystemZ] Add zero-extending high-word loads (LLCH...
2013-10-01 Benjamin KramerSCEVExpander: Fix a regression I introduced by to eager...
2013-10-01 Richard Sandiford[SystemZ] Add sign-extending high-word loads (LBH and...
2013-10-01 Richard Sandiford[SystemZ] Use upper words of GR64s for codegen
2013-10-01 Richard Sandiford[SystemZ] Reapply: Add definitions of LFH and STFH
2013-10-01 Daniel Sanders[mips][msa] Added support for matching mod_[us] from...
2013-10-01 Vladimir MedicThis patch adds aliases for Mips sub instruction with...
2013-10-01 Elena DemikhovskyAVX-512: Added X86vzmovl patterns
2013-10-01 Eric ChristopherAdd the DW_AT_GNU_ranges_base attribute if we've emitte...
2013-09-30 Matt ArsenaultUse CHECK-LABEL
2013-09-30 Eric ChristopherThe DW_AT_GNU_pubnames/pubtypes attributes are actually...
2013-09-30 Eric ChristopherAdd llvm-readobj to the list of programs to find in...
2013-09-30 Matt ArsenaultUse right address space size in InstCombineCompares
2013-09-30 Matt ArsenaultConstant fold ptrtoint + compare with address spaces
2013-09-30 Tilmann Scheller[ARM] Fix Thumb(-2) diagnostic tests.
2013-09-30 Manman RenTBAA: update tbaa format from scalar format to struct...
2013-09-30 Manman RenTBAA: remove !tbaa from testing cases when they are...
2013-09-30 Jack Carter[mips][msa] Direct Object Emission for I8 instructions.
2013-09-30 Jack Carter[mips][msa] Direct Object Emission for I5 instructions.
2013-09-30 Jack Carter[mips][msa] Direct Object Emission for 2R instructions.
2013-09-30 Jack Carter[PATCH 1/4] [mips][msa] Source register of FILL instruc...
2013-09-30 Tilmann Scheller[ARM] Use FileCheck instead of grep for ARM LDRD negati...
2013-09-30 Rafael EspindolaRevert "Enable building LTO on WIN32."
2013-09-30 Tilmann Scheller[ARM] Assembler: ARM LDRD with writeback requires the...
2013-09-30 Benjamin KramerIRBuilder: Add RAII objects to reset insertion points...
2013-09-30 Rafael EspindolaEnable building LTO on WIN32.
2013-09-30 Joey GoulyFix a bug in InstCombine where it attempted to cast...
2013-09-30 Tilmann Scheller[ARM] Assembler: Add more negative tests for ARM LDRD.
2013-09-30 Richard Sandiford[SystemZ] Revert r191661: Add definitions of LFH and...
2013-09-30 Richard Sandiford[SystemZ] Add definitions of LFH and STFH
2013-09-30 Craig TopperAdd a few more FMA4 disassembler test cases to match...
2013-09-30 Craig TopperVarious x86 disassembler fixes.
2013-09-29 Benjamin KramerObjectSizeOffsetEvaluator: Don't run into infinite...
2013-09-29 Craig TopperRevert accidental commit.
2013-09-29 Craig TopperChange type of XOP flag in code emitters to a bool...
2013-09-28 Benjamin KramerAdd a test that large offsets on GEPs on 32 bits target...
2013-09-28 Robert WilhelmFix spelling intruction -> instruction.
2013-09-28 Tom StellardR600: Fix handling of NAN in comparison instructions
next