[mips][sched] Renamed II_FsqrtSingle and II_FsqrtDouble to II_SQRT_S and II_SQRT_D...
[oota-llvm.git] / test /
2014-01-21 Saleem Abdulrasooltools: support decoding ARM EHABI opcodes in readobj
2014-01-21 Saleem AbdulrasoolARM IAS: add support for .unwind_raw directive
2014-01-21 Saleem AbdulrasoolARM IAS: support .personalityindex
2014-01-21 Kevin Qin[AArch64 NEON] Fix a bug caused by undef lane when...
2014-01-20 Andrea Di Biagio[X86] Teach how to combine a vselect into a movss/movsd
2014-01-20 Adrian PrantlDebug info: On ARM ensure that all __TEXT sections...
2014-01-20 Adrian PrantlRevert "Debug info: On ARM ensure that the data section...
2014-01-20 James MolloyRemove the useless pseudo instructions VDUPfdf and...
2014-01-20 Hal FinkelFix misched-aa-colored.ll to require asserts (trying...
2014-01-20 Hal FinkelFix misched-aa-colored.ll to require asserts.
2014-01-20 Hal FinkelUpdate IR when merging slots in stack coloring
2014-01-20 David Woodhouse[x86] Fix disassembly of MOV16ao16 et al.
2014-01-20 David Woodhouse[x86] Fix 16-bit disassembly of JCXZ/JECXZ
2014-01-20 David Woodhouse[x86] Rename MOVSD/STOSD/LODSD/OUTSD to MOVSL/STOSL...
2014-01-20 David Woodhouse[x86] Fix disassembly of callw instruction
2014-01-20 David Woodhouse[x86] Fix 16-bit handling of OpSize bit
2014-01-20 David Woodhouse[x86] Support i386-*-*-code16 triple for emitting 16...
2014-01-20 Chandler Carruth[PM] Wire up the Verifier for the new pass manager...
2014-01-20 Kai NackeARM: add tlsldo relocation
2014-01-20 Artyom Skrobov[ARM] Do not generate Tag_DIV_use=AllowDIVExt when...
2014-01-20 Chandler CarruthRevert r199628: "[AArch64 NEON] Fix a bug caused by...
2014-01-20 Owen AndersonFix all the remaining lost-fast-math-flags bugs I've...
2014-01-20 Kevin Qin[AArch64 NEON] Fix a bug caused by undef lane when...
2014-01-20 Kevin Qin[AArch64 NEON] Accept both #0.0 and #0 for comparing...
2014-01-19 Benjamin KramerInstCombine: Modernize a bunch of cast combines.
2014-01-19 Benjamin KramerInstCombine: Replace a hand-rolled version of isKnownTo...
2014-01-19 Benjamin KramerInstCombine: Teach most integer add/sub/mul/div combine...
2014-01-19 Benjamin KramerInstCombine: Refactor fmul/fdiv combines to handle...
2014-01-19 Chandler CarruthFix a really nasty SROA bug with how we handled out...
2014-01-19 Saleem AbdulrasoolARM ELF: ensure that the tag types are corrected
2014-01-19 Saleem AbdulrasoolARM: update build attributes for ABI r2.09
2014-01-19 Arnold SchwaighoferLoopVectorizer: A reduction that has multiple uses...
2014-01-19 Chandler Carruth[PM] Make the verifier work independently of any pass...
2014-01-18 Nick LewyckyDon't refuse to transform constexpr(call(arg, ...)...
2014-01-18 Benjamin KramerARM: Let the assembler reject v5 instructions in v4...
2014-01-18 NAKAMURA Takumi[CMake] Add llvm-tblgen to dependencies of check-llvm.
2014-01-18 Benjamin KramerInstCombine: Make the (fmul X, -1.0) -> (fsub -0.0...
2014-01-18 Adrian PrantlDebug info (LTO): Move the creation of accessibility...
2014-01-18 Owen AndersonFix more instances of dropped fast math flags when...
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...
next