Fix comment (PR19188)
[oota-llvm.git] / test /
2014-03-19 Matheus Almeida[mips] Making sure that a '.set noreorder' directive...
2014-03-19 Evgeniy StepanovSet debug info for instructions inserted in SplitBlockA...
2014-03-19 David MajnemerObject: Provide a richer means of describing auxiliary...
2014-03-19 Justin Bognerllvm-profdata: Make "merge" into a subcommand.
2014-03-19 Justin Bognerllvm-profdata: Update to use the naive text format...
2014-03-19 Rafael EspindolaMake the test harder by using a non-zero offset.
2014-03-19 Rafael EspindolaRevert "Add back r203962, r204028 and r204059."
2014-03-19 David BlaikieDebugInfo: Use the comp_dir of the referencing type...
2014-03-18 Eli BenderskyExpose "noduplicate" attribute as a property for intrin...
2014-03-18 Rui UeyamaObject/COFF: Add function to check if section number...
2014-03-18 NAKAMURA TakumiMove yet another test that requires ARM to an ARM test...
2014-03-18 Jim GrosbachMove tests that require ARM to an ARM test directory.
2014-03-18 Duncan P. N. Exon... Fix use_iterator crash in ObjCArc from r203364
2014-03-18 Jim GrosbachDarwin: Add assembler directives to create version...
2014-03-18 Rafael EspindolaAdd back r203962, r204028 and r204059.
2014-03-18 Hans WennborgX86 memcpy lowering: use "rep movs" even when esi is...
2014-03-18 Michael ZolotukhinFix test lsr-normalization.ll broken in r204161.
2014-03-18 Raul E. SilveraAdd support for scalarizing/splitting vector bswap.
2014-03-18 Michael ZolotukhinAdd stride normalization to SCEV Normalize/Denormalize...
2014-03-18 Andrea Di Biagio[DAGCombiner] teach how to simplify xor/and/or nodes...
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.
next