oota-llvm.git
2013-12-04 David BlaikieDebugInfo: Avoid recreating matching labels in disparat...
2013-12-04 Michael Liao[X86] Check YMM31/ZMM31 as well
2013-12-04 Chad RosierUpdate the UseFusedMAC definition to directly specify...
2013-12-04 Cameron McInallySuppress '(x < y) ? a : 0 -> (x < y) & a' transform...
2013-12-04 NAKAMURA Takumi[CMake] add_lit_target: Let lit.site.cfg free from...
2013-12-04 Bill WendlingUpdate email address.
2013-12-04 Daniel JasperUn-revert r196358: "llvm-cov: Added support for functio...
2013-12-04 Daniel JasperRevert r196358: "llvm-cov: Added support for function...
2013-12-04 Kevin Qin[AArch64 Neon] Add ACLE intrinsic vceqz_f64.
2013-12-04 Kevin Qin[AArch64 NEON] Add missing compare intrinsics.
2013-12-04 Yuchen Wullvm-cov: Added support for function checksums.
2013-12-04 Yuchen Wullvm-cov: Added checks for ident, checksum, name.
2013-12-04 Yuchen Wullvm-cov: Capitalized GCNO and GCDA for consistency.
2013-12-04 Yuchen Wullvm-cov: Split GCOVFile's read into GCNO and GCDA.
2013-12-04 Rafael EspindolaFix a funny typo.
2013-12-04 Sean Silva[LangRef] Remove (non-normative) paragraph that doesn...
2013-12-04 Rafael EspindolaProduce deterministic coff files.
2013-12-04 Rafael EspindolaAdd -mcpu=core2 to all llc invocations in this test.
2013-12-04 Juergen Ributzka[Stackmap] Specify the triple and cpu to fix the unit...
2013-12-04 Juergen Ributzka[Stackmap] Emit multi-byte nops for X86.
2013-12-03 Reed Kotlerfinal patch for very long conditional branches for...
2013-12-03 NAKAMURA Takumicheck-llvm: Ask llvm-config about assertion mode, inste...
2013-12-03 NAKAMURA Takumiutils/llvm-lit: Generate "llvm-lit.py" rather than...
2013-12-03 Eric ChristopherUpdate comment grammar and contents.
2013-12-03 Rafael EspindolaUse CHECK-LABEL to make this test more strict.
2013-12-03 Rafael EspindolaFix mingw32 thiscall + sret.
2013-12-03 Michael GottesmanFixed various whitespace/spelling/80+ issues.
2013-12-03 Reid KlecknerReturn true on success in cl::ExpandResponseFiles
2013-12-03 Yuchen Wullvm-cov: Another fix to llvm-cov test.
2013-12-03 Timur IskhodzhanovFix a typo in a comment
2013-12-03 David BlaikieAvoid buffer copies when a Twine already is a StringRef.
2013-12-03 Yunzhong GaoTeach the internalize pass to skip dllexported symbols...
2013-12-03 Arnold Schwaighoferopt: Mirror vectorization presets of clang
2013-12-03 Timur IskhodzhanovReland 196270 "Generalize debug info / EH emission...
2013-12-03 NAKAMURA Takumillvm-config: With --build-mode, show ${CMAKE_CFG_INTDIR...
2013-12-03 Renato GolinFix lit config for disabled MCJIT tests on ARM
2013-12-03 NAKAMURA TakumiRevert r196270, "Generalize debug info / EH emission...
2013-12-03 Timur IskhodzhanovGeneralize debug info / EH emission in AsmPrinter
2013-12-03 James MolloyAddrspacecasts are no-ops on ARM.
2013-12-03 Richard Sandiford[SystemZ] Fix choice of known-zero mask in insertion...
2013-12-03 Michael LiaoEnhance the fix of PR17631
2013-12-03 Renato GolinDisable Remote MCJIT tests on ARM
2013-12-03 Daniel JasperFurther fix to llvm-cov test.
2013-12-03 Daniel JasperFix llvm-cov test as suggested in r196228's post commit...
2013-12-03 Daniel JasperCopy input files to test directory.
2013-12-03 Bill WendlingRemove superfluous label.
2013-12-03 Hao Liu[AArch64]Add missing floating point convert, round...
2013-12-03 Hao LiuAArch64: add missing ACLE intrinsics mapping to general...
2013-12-03 NAKAMURA Takumillvm-cov.test: Resurrect part of r194694 for win32...
2013-12-03 NAKAMURA TakumiWhitespace.
2013-12-03 Hao LiuAArch64: Add missing scalar pair intrinsics.
2013-12-03 NAKAMURA Takumillvm/test/Transforms/SampleProfile/syntax.ll: Relax...
2013-12-03 Yuchen Wullvm-cov: Cleaned up print() function slightly.
2013-12-03 Jiangning LiuAdd some missing pattern matches for AArch64 Neon intri...
2013-12-03 Jiangning LiuAdd some missing pattern matches for AArch64 Neon intri...
2013-12-03 Rafael EspindolaDon't set PrivateGlobalPrefix for NVPTX and R600.
2013-12-03 Yuchen Wullvm-cov: Removed output to STDOUT/specified file.
2013-12-03 Michael GottesmanAdded MachineBlockFrequencyInfo::view for displaying...
2013-12-03 Eric ChristopherRefactor the handling of lexical block and inline scope...
2013-12-03 Eric ChristopherUpdate doxygen tags.
2013-12-03 Eric ChristopherReorder member function declarations to match source...
2013-12-03 Eric ChristopherMake ranges and range lists be a discrete entity that...
2013-12-03 Yuchen Wullvm-cov: Store blocks rather than counts per line.
2013-12-03 Yuchen Wullvm-cov: Added edge struct for traversal in block.
2013-12-03 Yuchen Wullvm-cov: Split up reading of GCNO and GCDA files.
2013-12-03 Manman RenDebug Info: rename getDebugInfoVersionFromModule to...
2013-12-02 Hal FinkelRemove PPCScoreboardHazardRecognizer
2013-12-02 Rafael EspindolaRefactor the setting of PrivateGlobalPrefix.
2013-12-02 Rafael EspindolaDon't set PrivateGlobalPrefix twice in the same function.
2013-12-02 Rafael EspindolaConvert two char* that are only ever used as booleans...
2013-12-02 Kay Tiong KhooUse local variable for repeated use rather than 'get...
2013-12-02 Kay Tiong KhooMove variables to where they are used and give them...
2013-12-02 Kay Tiong KhooRename variables to be consistent (CST -> Cst). No...
2013-12-02 David BlaikieRemove unnecessary/commented-out header inclusion.
2013-12-02 David BlaikieDebugInfo: Rename generic unit references to "TheU...
2013-12-02 Manman RenDebug Info: drop debug info via upgrading path if versi...
2013-12-02 Manman RenUpdate Ocaml/vmcore.ml to emit a "Debug Info Version...
2013-12-02 Chad Rosier[AArch64] Implemented vcopy_lane patterns using scalar...
2013-12-02 Mark SeabornInlineFunction.cpp: Remove a return value that is alway...
2013-12-02 Manman RenDebug Info: Move the constant for Debug Info Version...
2013-12-02 David BlaikieDebugInfo: Rename DwarfCompileUnit.* to DwarfUnit....
2013-12-02 David BlaikieDebugInfo: Refactor CompileUnit into a Unit baseclass...
2013-12-02 David BlaikieDebugInfo: Type Units: Propagate the correct DW_AT_lang...
2013-12-02 Kay Tiong KhooConservative fix for PR17827 - don't optimize a shift...
2013-12-02 Vincent LejeuneR600: Workaround for cayman loop bug
2013-12-02 Rafael EspindolaMove getSymbolWithGlobalValueBase to TargetLoweringObje...
2013-12-02 Alp TokerIntroduce poor man's consumeToken() in X86AsmParser
2013-12-02 Rafael EspindolaRemove dead code.
2013-12-02 Diego NovilloAdd tests for profile sample file parsing.
2013-12-02 Rafael EspindolaOutput .eh_frames on COFF too now that the integrated...
2013-12-02 Tim NorthoverARM: decide whether to use movw/movt based on "minsize...
2013-12-02 Alp TokerCut the gold plugin README down to size
2013-12-02 Diego NovilloFix dominator descendants for unreachable blocks.
2013-12-02 Chandler Carruth[PM] [cleanup] Rearrange the public and private section...
2013-12-02 NAKAMURA TakumiXCoreFrameLowering.cpp: Use [in,out] instead of [in...
2013-12-02 NAKAMURA Takumi[CMake] add_lit_target: Tests should be excluded from...
2013-12-02 Robert LyttonXCore target: Make handling of large frames not depende...
2013-12-02 Tim NorthoverARM: add pseudo-instructions for lit-pool global materi...
2013-12-02 Benjamin KramerXCore: Unbreak C++11 build.
2013-12-02 Robert LyttonXCore target: fix large code model 'select' indirect...
next