X86: Use enums for memory operand decoding instead of integer literals.
[oota-llvm.git] / test /
2014-03-18 Bill SchmidtFix PR19144: Incorrect offset generated for int-to...
2014-03-18 Evgeniy Stepanov[msan] Origin tracking with history.
2014-03-18 Diego NovilloTolerate unmangled names in sample profiles.
2014-03-18 Alexander KornienkoRevert r203962 and two revisions depending on it: r2040...
2014-03-18 NAKAMURA TakumiCodeGen/R600/v_cndmask.ll: Relax an expression to unbre...
2014-03-18 NAKAMURA TakumiDebugInfo/lto-comp-dir.ll: Tweak for dos path.
2014-03-18 Adrian PrantlSwitch the type field in DIVariable and DIGlobalVariabl...
2014-03-18 David BlaikieDebugInfo: Avoid emitting standard opcode lengths in...
2014-03-18 David BlaikieDebugInfo: Implement debug_line.dwo for file names...
2014-03-18 David BlaikieDebugInfo: Flag test as requiring object emission support
2014-03-18 David BlaikieDebugInfo: Do not rely on the compilation dir (index...
2014-03-17 David BlaikieDebugInfo: Move line table zero-directory-index (compil...
2014-03-17 Dan GohmanUse range metadata instead of introducing selects.
2014-03-17 Kevin EnderbyMaking a guess to fix the test case with r204056 to...
2014-03-17 Matt ArsenaultR600: Match sign_extend_inreg to BFE instructions
2014-03-17 Matt ArsenaultMake DAGCombiner work on vector bitshifts with constant...
2014-03-17 Saleem AbdulrasoolARM IAS: support .thumb_set
2014-03-17 Adam Nemet[VectorLegalizer/X86] Don't unvectorize fp_to_uint...
2014-03-17 Tom StellardR600/SI: Fix implementation of isInlineConstant() used...
2014-03-17 Tom StellardR600/SI: Use correct dest register class for V_READFIRS...
2014-03-17 NAKAMURA Takumillvm/test/MC/MachO/gen-dwarf-cpp.s: Relax an expression...
2014-03-17 Rafael EspindolaConsider the base pointer for setting the symbol type.
2014-03-17 David BlaikieDebugInfo: Improve reuse of file table entries in asm...
2014-03-17 David BlaikieTest case
2014-03-17 Nico Rieckllvm-readobj: Print referred symbol name for CLR token...
2014-03-17 Nico Rieckllvm-readobj: Add test for COFF auxiliary symbols as...
2014-03-17 Lang Hames[X86] New and improved VZeroUpperInserter optimization.
2014-03-15 Benjamin KramerUse a fixed subtarget for test so atom scheduling can...
2014-03-15 NAKAMURA Takumillvm/test/Transforms/SampleProfile/syntax.ll: Suppress...
2014-03-15 Rui UeyamaObject/COFF: change data type of SymbolNumber from...
2014-03-14 Adrian PrantlDebug info: Unique types before emitting them to DWARF...
2014-03-14 Adrian PrantlDebug Info: Fix LTO type uniquing for C++ member declar...
2014-03-14 Adrian PrantlRe-add checks that were in this testcase before it...
2014-03-14 Diego NovilloUse DiagnosticInfo facility.
2014-03-14 Eric ChristopherRemove command line option for CU hashing. This is...
2014-03-14 Eric ChristopherMake the arbitrary section name be something mach-o...
2014-03-14 Eric ChristopherIf we see that we're emitting code for a function that...
2014-03-14 Eric ChristopherRemove the -generate-dwarf-cu-ranges flag.
2014-03-14 Rafael EspindolaCorrectly handle an ELF symbol defined with "a = b...
2014-03-14 Ulrich Weigand[ppc64] Avoid copy relocs in named rodata sections
2014-03-14 Oliver StannardGeneralise assembly tests to not rely on anonymous...
2014-03-14 Evgeniy StepanovAddressSanitizer instrumentation for MOV and MOVAPS.
2014-03-14 Simon Atanasyan[yaml2obj][ELF] Assign name (.shstrtab) to the section...
2014-03-13 Eric ChristopherUse DW_AT_linkage_name when we're emitting DWARF4 or...
2014-03-13 Rafael EspindolaRemove the linker_private and linker_private_weak linkages.
2014-03-13 Owen AndersonFix a bug in InstCombine where we would incorrectly...
2014-03-13 Kevin EnderbyAdd -mtriple=x86_64-linux to this test case to fix...
2014-03-13 Ekaterina RomanovaFix for http://llvm.org/bugs/show_bug.cgi?id=18590
2014-03-13 Rafael EspindolaUse printable names to implement directional labels.
2014-03-13 Tom StellardR600: LDS instructions shouldn't implicitly define...
2014-03-13 Mark SeabornCleanup: Remove use of old "-enable-correct-eh-support...
2014-03-13 Hans Wennborg[ARM] Use symbolic register names in .cfi directives...
2014-03-13 Manuel JacobCodeGenPrep: sink extends of illegal types into use...
2014-03-13 Evgeniy Stepanov[msan] Fix handling of byval arguments in VarArg calls.
2014-03-13 Elena DemikhovskyAVX-512: masked load/store + intrinsics for them.
2014-03-13 Hal Finkel[PowerPC] Initial support for the VSX instruction set
2014-03-13 Saleem AbdulrasoolARM: support emission of complex SO expressions
2014-03-13 Saleem AbdulrasoolSupport: add support to identify WinCOFF/ARM objects
2014-03-13 Karthik BhatFix PR18800. llvm intrinsic memcpy takes 5 arguments...
2014-03-13 NAKAMURA Takumillvm/test/BugPoint/compile-custom.ll.py: Make it py3...
2014-03-12 NAKAMURA Takumidecl-derived-member.ll: Try to unbreak. Don't add ...
2014-03-12 Rafael EspindolaThis test need the X86 backend, move it to the X86...
2014-03-12 Justin BognerBack out Profile library and dependent commits
2014-03-12 Michael ZolotukhinPR17473:
2014-03-12 Adam Nemet[X86] Add peephole for masked rotate amount
2014-03-12 Rafael EspindolaFix the ocaml test to not create a alias to a declaration.
2014-03-12 Raul E. SilveraResubmit "[SLPV] Recognize vectorizable intrinsics...
2014-03-12 Rafael EspindolaAdd a triple to fix the test on OS X.
2014-03-12 Rafael EspindolaReject alias to undefined symbols in the verifier.
2014-03-12 Justin Bognerllvm-profdata: Use the Profile library, implement show...
2014-03-12 Eric ChristopherFix two thinkos in testcase and remove XFAIL.
2014-03-12 Roman DivackyAllow exclamation and tilde to be parsed as a part...
2014-03-12 Eric ChristopherXFAIL this temporarily.
2014-03-12 Eric ChristopherMove test to X86 only for now.
2014-03-12 Matt ArsenaultR600: Fix trunc store from i64 to i1
2014-03-12 Hans WennborgAllow switch-to-lookup table for tables with holes...
2014-03-12 Eric ChristopherWhen computing the size of a base type be conservative...
2014-03-12 Evan ChengRevert r203488 and r203520.
2014-03-12 Eric ChristopherTurn on hashing by default for split dwarf compile...
2014-03-12 Rafael EspindolaTry harder to evaluate expressions when printing assembly.
2014-03-12 Daniel Sanders[mips] BSEL's and BINS[RL] operands are reversed compar...
2014-03-12 Tim NorthoverARM: correct Dwarf output for non-contiguous VFP saves.
2014-03-12 Hans Wennborg[ARM] Use DWARF register numbers for CFI directives...
2014-03-12 David BlaikieDebugInfo: Omit pubnames/pubtypes when compiling with...
2014-03-11 David BlaikieDebugInfo: Do not emit pubnames/pubtypes sections if...
2014-03-11 David BlaikieTest for empty pubnames/pubtypes
2014-03-11 David BlaikieDebugInfo: Refactor emitDebugPubNames/Types into a...
2014-03-11 David BlaikieClean up test/DebugInfo/empty.ll now that we have an...
2014-03-11 Sasa Stankovic[mips] Implement NaCl sandboxing of function calls:
2014-03-11 Rafael EspindolaDon't assume an empty stderr.
2014-03-11 Hans WennborgX86: Don't generate 64-bit movd after cmpneqsd in 32...
2014-03-11 Saleem AbdulrasoolARM: honour -f{no-,}optimize-sibling-calls
2014-03-11 Saleem AbdulrasoolARM: remove ancient -arm-tail-calls option
2014-03-11 Saleem AbdulrasoolARM: enable tail call optimisation on Thumb 2
2014-03-11 Erik VerbruggenFix crash in PRE.
2014-03-11 Tim NorthoverIR: add a second ordering operand to cmpxhg for failure
2014-03-11 Erik VerbruggenGVN: merge overflow intrinsics with non-overflow instru...
2014-03-11 Jim GrosbachX86: Enable ISel of 16-bit MOVBE instructions.
2014-03-11 Matt ArsenaultFix undefined behavior in vector shift tests.
2014-03-10 Duncan P. N. Exon... Module: Don't rename in getOrInsertFunction()
next