summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* [PM] Wire up the Verifier for the new pass manager and connect it to theChandler Carruth2014-01-20
* ARM: add tlsldo relocationKai Nacke2014-01-20
* [ARM] Do not generate Tag_DIV_use=AllowDIVExt when hardware div is non-option...Artyom Skrobov2014-01-20
* Revert r199628: "[AArch64 NEON] Fix a bug caused by undef lane when generatin...Chandler Carruth2014-01-20
* Fix all the remaining lost-fast-math-flags bugs I've been able to find. The ...Owen Anderson2014-01-20
* [AArch64 NEON] Fix a bug caused by undef lane when generating VEXT.Kevin Qin2014-01-20
* [AArch64 NEON] Accept both #0.0 and #0 for comparing with floating point zero...Kevin Qin2014-01-20
* InstCombine: Modernize a bunch of cast combines.Benjamin Kramer2014-01-19
* InstCombine: Replace a hand-rolled version of isKnownToBeAPowerOfTwo with the...Benjamin Kramer2014-01-19
* InstCombine: Teach most integer add/sub/mul/div combines how to deal with vec...Benjamin Kramer2014-01-19
* InstCombine: Refactor fmul/fdiv combines to handle vectors.Benjamin Kramer2014-01-19
* Fix a really nasty SROA bug with how we handled out-of-bounds memcpyChandler Carruth2014-01-19
* ARM ELF: ensure that the tag types are correctedSaleem Abdulrasool2014-01-19
* ARM: update build attributes for ABI r2.09Saleem Abdulrasool2014-01-19
* LoopVectorizer: A reduction that has multiple uses of the reduction value is notArnold Schwaighofer2014-01-19
* [PM] Make the verifier work independently of any pass manager.Chandler Carruth2014-01-19
* Don't refuse to transform constexpr(call(arg, ...)) to call(constexpr(arg), ....Nick Lewycky2014-01-18
* ARM: Let the assembler reject v5 instructions in v4 mode.Benjamin Kramer2014-01-18
* [CMake] Add llvm-tblgen to dependencies of check-llvm.NAKAMURA Takumi2014-01-18
* InstCombine: Make the (fmul X, -1.0) -> (fsub -0.0, X) transform handle vecto...Benjamin Kramer2014-01-18
* Debug info (LTO): Move the creation of accessibility flags toAdrian Prantl2014-01-18
* Fix more instances of dropped fast math flags when optimizing FADD instructio...Owen Anderson2014-01-18
* Add an inalloca flag to allocasReid Kleckner2014-01-17
* llvm-objdump/COFF: Print ordinal base number.Rui Ueyama2014-01-17
* Add two new calling conventions for runtime callsJuergen Ributzka2014-01-17
* [mips][msa] Correct pattern for LSADaniel Sanders2014-01-17
* Add MLA alias for ARMv4 support.Renato Golin2014-01-17
* [asan] extend asan-coverage (still experimental).Kostya Serebryany2014-01-17
* [AArch64 NEON] Expand vector for UDIV/SDIV/UREM/SREM/FREM as neon doesn't sup...Kevin Qin2014-01-17
* Teach x86 asm parser to handle 'opaque ptr' in Intel syntax.Craig Topper2014-01-17
* Teach X86 asm parser to understand 'ZMMWORD PTR' in Intel syntax.Craig Topper2014-01-17
* Fix intel syntax for 64-bit version of FXSAVE/FXRSTOR to use '64' suffix inst...Craig Topper2014-01-17
* [AArch64]Fix the problem can't select f16_to_f32 and f32_to_f16.Hao Liu2014-01-17
* [AArch64 NEON] Custom lower conversion between vector integer and vector floa...Kevin Qin2014-01-17
* [AArch64]Fix the problem can't select concat_vectors of two v1i32 types.Hao Liu2014-01-17
* Change inalloca rules to make it only apply to the last parameterReid Kleckner2014-01-16
* Fix two cases where we could lose fast math flags when optimizing FADD expres...Owen Anderson2014-01-16
* Fix an instance where we would drop fast math flags when performing an fdiv t...Owen Anderson2014-01-16
* Fix a bug in InstCombine where we failed to preserve fast math flags when opt...Owen Anderson2014-01-16
* llvm-objdump/COFF: Print DLL name in the export table header.Rui Ueyama2014-01-16
* Teach InstCombine that (fmul X, -1.0) can be simplified to (fneg X), which LL...Owen Anderson2014-01-16
* llvm-symbolizer: make mangled name heuristic apply to all symbolsEd Maste2014-01-16
* Move the xscale build attribute test to the proper place and remove the old one.Amara Emerson2014-01-16
* For ARM, fix assertuib failures for some ld/st 3/4 instruction with wirteback.Jiangning Liu2014-01-16
* AVX-512: fixed a compare patternElena Demikhovsky2014-01-16
* Allow x86 mov instructions to/from memory with absolute address to be encoded...Craig Topper2014-01-16
* Fix typo: : not ;Bill Wendling2014-01-16
* llmv-objdump/COFF: Print export table contents.Rui Ueyama2014-01-16
* Convert test to FileCheck.Rafael Espindola2014-01-16
* BasicAA: We need to check both access sizes when comparing a gep and anArnold Schwaighofer2014-01-16