Add an inalloca flag to allocas
[oota-llvm.git] / test /
2014-01-17 Reid KlecknerAdd an inalloca flag to allocas
2014-01-17 Rui Ueyamallvm-objdump/COFF: Print ordinal base number.
2014-01-17 Juergen RibutzkaAdd two new calling conventions for runtime calls
2014-01-17 Daniel Sanders[mips][msa] Correct pattern for LSA
2014-01-17 Renato GolinAdd MLA alias for ARMv4 support.
2014-01-17 Kostya Serebryany[asan] extend asan-coverage (still experimental).
2014-01-17 Kevin Qin[AArch64 NEON] Expand vector for UDIV/SDIV/UREM/SREM...
2014-01-17 Craig TopperTeach x86 asm parser to handle 'opaque ptr' in Intel...
2014-01-17 Craig TopperTeach X86 asm parser to understand 'ZMMWORD PTR' in...
2014-01-17 Craig TopperFix intel syntax for 64-bit version of FXSAVE/FXRSTOR...
2014-01-17 Hao Liu[AArch64]Fix the problem can't select f16_to_f32 and...
2014-01-17 Kevin Qin[AArch64 NEON] Custom lower conversion between vector...
2014-01-17 Hao Liu[AArch64]Fix the problem can't select concat_vectors...
2014-01-16 Reid KlecknerChange inalloca rules to make it only apply to the...
2014-01-16 Owen AndersonFix two cases where we could lose fast math flags when...
2014-01-16 Owen AndersonFix an instance where we would drop fast math flags...
2014-01-16 Owen AndersonFix a bug in InstCombine where we failed to preserve...
2014-01-16 Rui Ueyamallvm-objdump/COFF: Print DLL name in the export table...
2014-01-16 Owen AndersonTeach InstCombine that (fmul X, -1.0) can be simplified...
2014-01-16 Ed Mastellvm-symbolizer: make mangled name heuristic apply...
2014-01-16 Amara EmersonMove the xscale build attribute test to the proper...
2014-01-16 Jiangning LiuFor ARM, fix assertuib failures for some ld/st 3/4...
2014-01-16 Elena DemikhovskyAVX-512: fixed a compare pattern
2014-01-16 Craig TopperAllow x86 mov instructions to/from memory with absolute...
2014-01-16 Bill WendlingFix typo: : not ;
2014-01-16 Rui Ueyamallmv-objdump/COFF: Print export table contents.
2014-01-16 Rafael EspindolaConvert test to FileCheck.
2014-01-16 Arnold SchwaighoferBasicAA: We need to check both access sizes when compar...
2014-01-16 Manman RenReport a warning when dropping outdated debug info...
2014-01-16 Reed KotlerAdjust offsets for max load instruction offsets. This...
2014-01-15 David PeixottoFix parsing of .symver directive on ARM
2014-01-15 Andrea Di BiagioUpdate test/CodeGen/X86/vbinop-simplify-bug.ll.
2014-01-15 Andrea Di Biagio[DAGCombiner] Fix a wrong check in method SimplifyVBinOp.
2014-01-15 Kevin EnderbyUpdate the X86 assembler for .intel_syntax to accept
2014-01-15 Rafael EspindolaMake sure we create a new archive by deleting any stale...
2014-01-15 Zoran JovanovicLL and SC decoder method fix.
2014-01-15 Zoran JovanovicAdded support for LWU microMIPS instruction.
2014-01-15 David MajnemerWinCOFF: Transform IR expressions featuring __ImageBase...
2014-01-15 Renato GolinRevert 199262 - MCJIT remote still failing on ARM
2014-01-15 Renato GolinRe-disable MCJIT remote tests on ARM
2014-01-15 Andrew TrickFix PR18449: SCEV needs more precise max BECount for...
2014-01-15 Jiangning LiuFor AArch64, lowering sext_inreg and generate optimized...
2014-01-15 Hans WennborgSwitch-to-lookup tables: set threshold to 3 cases
2014-01-15 Arnold SchwaighoferLoopVectorize: Only strip casts from integer types...
2014-01-15 Rafael EspindolaOnly mark functions as micromips.
2014-01-15 Weiming ZhaoPR 18466: Fix ARM Pseudo Expansion
2014-01-15 Eric ChristopherMake sure we emit a relocation to the debug_ranges...
2014-01-14 Eric ChristopherAdd testcase for r199263 forgotten in commit.
2014-01-14 Tim NorthoverARM: correctly determine final tBX_LR in Thumb1 functions
2014-01-14 Tim NorthoverAArch64: don't try to handle [SU]MUL_LOHI nodes
2014-01-14 Renato GolinRe-enable remote MCJIT tests on ARMv7
2014-01-14 Matt ArsenaultDo pointer cast simplifications on addrspacecast
2014-01-14 Rafael EspindolaRevert "[AArch64] Added vselect patterns with float...
2014-01-14 Matt ArsenaultMake nocapture analysis work with addrspacecast
2014-01-14 Rafael EspindolaFix a low hanging use of hasRawTextSupport.
2014-01-14 Ana Pazos[AArch64] Added vselect patterns with float and double...
2014-01-14 Zoran JovanovicTest case micromips-load-effective-address.s renamed...
2014-01-14 Nico RieckHandle dllexport for global aliases
2014-01-14 Nico RieckDecouple dllexport/dllimport from linkage
2014-01-14 Elena DemikhovskyAVX-512: optimized scalar compare patterns
2014-01-14 Andrea Di Biagio[X86] Fix assertion failure caused by a wrong folding...
2014-01-14 Tim NorthoverARM: add constraint that RdLo != Rn != RdHi for v5...
2014-01-14 Nico RieckRevert "Decouple dllexport/dllimport from linkage"
2014-01-14 Nico RieckRevert "Handle dllexport for global aliases"
2014-01-14 Nico RieckHandle dllexport for global aliases
2014-01-14 Nico RieckDecouple dllexport/dllimport from linkage
2014-01-14 Jakob Stoklund OlesenAlways let value types influence register classes.
2014-01-14 Rafael EspindolaReplace .mips_hack_stocg with ".set micromips" and...
2014-01-14 Mark SeabornFix llc to not reuse spill slots in functions that...
2014-01-13 Cameron McInallyClean up RUN command for Assembler/getInt.ll.
2014-01-13 Cameron McInallyFix uninitialized warning in llvm/lib/IR/DataLayout...
2014-01-13 Juergen Ributzka[DAG] Teach DAG to also reassociate vector operations
2014-01-13 Weiming ZhaoFix PR 18369: [Thumbv8] asserts due to inconsistent...
2014-01-13 Andrea Di Biagio[AArch64] Fix assertion failure caused by an invalid...
2014-01-13 Richard Sandiford[SystemZ] Flesh out stackrestore test (frame-11.ll)
2014-01-13 Richard Sandiford[SystemZ] Add "volatile" to a dead store in variable...
2014-01-13 Richard Sandiford[SystemZ] Improve risbg-01.ll test
2014-01-13 Richard Sandiford[SystemZ] Optimize (sext (ashr (shl ...), ...))
2014-01-13 Tim NorthoverARM: add test for r199108. Oops.
2014-01-13 David Woodhouse[x86] Fix retq/retl handling in 64-bit mode
2014-01-13 Elena DemikhovskyAVX-512: Embedded Rounding Control - encoding and printing
2014-01-13 Chandler Carruth[PM] Wire up support for writing bitcode with new PM.
2014-01-13 NAKAMURA Takumillvm/test/ExecutionEngine/MCJIT/load-object-a.ll: Put...
2014-01-13 Chandler Carruth[PM] Wire up support for printing assembly output from...
2014-01-13 Kevin Qin[AArch64 NEON] Add missing patterns for bitcast from...
2014-01-13 Kevin Qin[AArch64 NEON] Add more scenarios to use perm instructi...
2014-01-13 Saleem Abdulrasoolcorrect target directive handling error handling
2014-01-12 Jakob Stoklund OlesenHandle bundled terminators in isBlockOnlyReachableByFal...
2014-01-12 Nico RieckMake test independent of scheduling
2014-01-12 NAKAMURA Takumillvm/test/CodeGen/X86/shl_undef.ll: Tweak to satisfy...
2014-01-12 Nico RieckFix non-deterministic SDNodeOrder-dependent codegen
2014-01-12 Chandler Carruth[PM] Add module and function printing passes for the...
2014-01-12 Chandler Carruth[PM] Fix a bunch of bugs I spotted by inspection when...
2014-01-12 Chandler Carruth[PM] Add support for parsing function passes and functi...
2014-01-12 Saleem AbdulrasoolARM IAS: fix diagnostics of improper qualification
2014-01-12 Venkatraman Govind... [Sparc] Add support for parsing floating point instruct...
2014-01-12 Saleem AbdulrasoolARM: change implicit immediate forms of {ld,st}r{,b...
2014-01-12 Jakob Stoklund OlesenThe SPARCv9 ABI returns a float in %f0.
2014-01-12 Joerg SonnenbergerTypo
2014-01-12 Joerg SonnenbergerAdd missing mul aliases for armv4 support. Add checks...
next