summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* 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
* Report a warning when dropping outdated debug info metadata.Manman Ren2014-01-16
* Adjust offsets for max load instruction offsets. This is more pessimisticReed Kotler2014-01-16
* Fix parsing of .symver directive on ARMDavid Peixotto2014-01-15
* Update test/CodeGen/X86/vbinop-simplify-bug.ll.Andrea Di Biagio2014-01-15
* [DAGCombiner] Fix a wrong check in method SimplifyVBinOp.Andrea Di Biagio2014-01-15
* Update the X86 assembler for .intel_syntax to acceptKevin Enderby2014-01-15
* Make sure we create a new archive by deleting any stale ones first.Rafael Espindola2014-01-15
* LL and SC decoder method fix.Zoran Jovanovic2014-01-15
* Added support for LWU microMIPS instruction.Zoran Jovanovic2014-01-15
* WinCOFF: Transform IR expressions featuring __ImageBase into image relative r...David Majnemer2014-01-15
* Revert 199262 - MCJIT remote still failing on ARMRenato Golin2014-01-15
* Re-disable MCJIT remote tests on ARMRenato Golin2014-01-15
* Fix PR18449: SCEV needs more precise max BECount for multi-exit loop.Andrew Trick2014-01-15
* For AArch64, lowering sext_inreg and generate optimized code by using SXTL.Jiangning Liu2014-01-15
* Switch-to-lookup tables: set threshold to 3 casesHans Wennborg2014-01-15
* LoopVectorize: Only strip casts from integer types when replacing symbolicArnold Schwaighofer2014-01-15
* Only mark functions as micromips.Rafael Espindola2014-01-15
* PR 18466: Fix ARM Pseudo ExpansionWeiming Zhao2014-01-15
* Make sure we emit a relocation to the debug_ranges section in theEric Christopher2014-01-15
* Add testcase for r199263 forgotten in commit.Eric Christopher2014-01-14
* ARM: correctly determine final tBX_LR in Thumb1 functionsTim Northover2014-01-14
* AArch64: don't try to handle [SU]MUL_LOHI nodesTim Northover2014-01-14
* Re-enable remote MCJIT tests on ARMv7Renato Golin2014-01-14