oota-llvm.git
2013-10-24 Nuno Lopesfix PR17635: false positive with packed structures
2013-10-24 Amara Emerson[AArch64] Fix NZCV reg live-in bug in F128CSEL codegen.
2013-10-24 Zonr ChangInclude missing Compiler.h for using LLVM_ENUM_INT_TYPE.
2013-10-24 Elena DemikhovskyAVX-512: added VCVTPH2PS, VCVTPS2PH with intrinsics
2013-10-24 Craig TopperReplace sse41/sse42 with sse4.1/sse4.2 in test command...
2013-10-24 Craig TopperAdd non-AVX tests for AES intrinsics.
2013-10-24 Craig TopperAdd tests for SSE intrinsics in non-avx mode by copying...
2013-10-24 Juergen RibutzkaFix a bug in LinearFunctionTestReplace that created...
2013-10-24 Yuchen WuFixed llvm-cov to count edges instead of blocks.
2013-10-24 Andrew TrickClarify comments in genLoopLimit.
2013-10-24 Andrew KaylorOptimizing MCJIT module state tracking
2013-10-23 Yaron Keren(this is a corrected patch)
2013-10-23 Manman RenDebug Info: code clean up.
2013-10-23 Manman RenDebug Info: code clean up.
2013-10-23 Manman RenDebug Info: code clean up.
2013-10-23 Manman RenDebug Info: code clean up.
2013-10-23 Rafael EspindolaActually switch the default to use multiprocessing
2013-10-23 Daniel Dunbar[lit] Stop hacking the GIL check interval.
2013-10-23 Daniel Dunbar[lit] Use multiprocessing based parallelism by default...
2013-10-23 Manman RenRemove {} from one-line block.
2013-10-23 Rafael EspindolaRevert "Calling _chkstk is required on ELF as well...
2013-10-23 Yuchen WuFixed doxygen comment to match Module.cpp
2013-10-23 Rafael EspindolaReduce casting and use a fully covered switch.
2013-10-23 Benjamin KramerX86: Custom lower sext v16i8 to v16i16, and the corresp...
2013-10-23 Yuchen WuFixed comment typo in GCOVProfiling.cpp
2013-10-23 Yuchen WuUse a map instead of vector to store line counts.
2013-10-23 Yaron KerenCalling _chkstk is required on ELF as well as COFF...
2013-10-23 Benjamin KramerX86: Custom lower zext v16i8 to v16i16.
2013-10-23 Michael LiaoFix PR17631
2013-10-23 NAKAMURA TakumiAdd llvm-c-test to check-llvm.
2013-10-23 NAKAMURA Takumillvm/tools/llvm-c-test should be built also on msvc.
2013-10-23 NAKAMURA Takumillvm-c/Target.h: Tweak "inline" for msvc to use __inlin...
2013-10-23 NAKAMURA Takumillvm-c/lto.h: Avoid use of bool.
2013-10-23 NAKAMURA Takumillvm-c-test: Make them C89-compliant.
2013-10-23 NAKAMURA Takumiinclude/llvm-c: Whitespace.
2013-10-23 Jim GrosbachX86: Make concat_vectors combine a bit more conservative.
2013-10-23 Shuxin YangUse address-taken to disambiguate global variable and...
2013-10-23 Benjamin KramerMark zero-argument functions explicitly in C headers.
2013-10-23 Zoran JovanovicSupport for microMIPS relocations 1.
2013-10-23 Anders WaldenborgFix cmake dependency on llvm-c-test in test
2013-10-23 Matheus Almeida[mips][msa] Direct Object Emission support for the...
2013-10-23 Daniel Sanders[mips][msa] Added support for matching fexp2 from norma...
2013-10-23 Artyom SkrobovMake ARM hint ranges consistent, and add tests for...
2013-10-23 Anders WaldenborgFix check for supported targets in llvm-c lit.local.cfg
2013-10-23 Anders WaldenborgAdd llvm-c-test tool for testing llvm-c
2013-10-23 Tom StellardR600/SI: Replace ffs(x) - 1 with countTrailingZeros(x)
2013-10-23 Yuchen WuTest commit. Added whitespace in GCOV.cpp.
2013-10-23 Tom StellardR600/SI: fix MIMG writemask adjustement
2013-10-23 Tom StellardR600: Fix handling of vector kernel arguments
2013-10-23 Tom StellardSelectionDAG: Pass along the original argument/element...
2013-10-23 Tom StellardR600/SI: Add support for i64 bitwise or
2013-10-23 Tom StellardR600/SI: Use S_LOAD_DWORD instructions for v8i32 and...
2013-10-22 David BlaikieMC: Support multiple sections with the same name in...
2013-10-22 Quentin Colombet[X86][FastISel] Add a comment to help understanding...
2013-10-22 Matt ArsenaultR600/SI: Don't assert on SCC usage
2013-10-22 Manman RenDebug Info: code clean up.
2013-10-22 David BlaikieWhitespace
2013-10-22 David BlaikieDIEHashing: Provide an assert for unreachable functiona...
2013-10-22 Bob Wilsonllvm-cov: Use uint32_t for loop variables to be more...
2013-10-22 Bob Wilsonllvm-cov: fix a typo and rename a variable.
2013-10-22 Tim NorthoverARM: provide diagnostics on more writeback LDM/STM...
2013-10-22 Tom StellardR600/SI: Use llvm_unreachable() for an always false...
2013-10-22 Tom StellardR600/SI: Fix warning on non-asserts build
2013-10-22 Tom StellardR600: Simplify handling of private address space
2013-10-22 Tom StellardR600: Remove unused InstrInfo::getMovImmInstr() function
2013-10-22 Manman RenSimplify testing case (Thanks Rafael for the testing...
2013-10-22 David BlaikieDWARF type hashing: pointers to members
2013-10-22 Bob WilsonFix llvm-cov counts to be 64-bit integers to avoid...
2013-10-22 Benjamin KramerSpeling fixes.
2013-10-22 Alp TokerFix the -Werror -Wpedantic clang selfhost build
2013-10-22 Matheus Almeida[mips][msa] Direct Object Emission support for conditio...
2013-10-22 Elena DemikhovskyAVX-512: aligned / unaligned load and store for 512...
2013-10-22 Bill WendlingAdd testcase for PR3168. It was fixed over time.
2013-10-22 Wan XiaofeiUsing FoldingSet in SelectionDAG::getVTList.
2013-10-22 Anders Waldenborgllvm-c: Add LLVMPrintTypeToString
2013-10-22 Bob WilsonChange llvm-cov output formatting to be more similar...
2013-10-22 Andrew TrickClarify SCEV comments.
2013-10-22 Craig TopperReplace (V)MOVZDI2PDIrr/rm instructions with patterns...
2013-10-22 Jim GrosbachARM: Thumb2 copy for GPRPair needs to use thumb instruc...
2013-10-22 Jim GrosbachARM: Clean up copyPhysReg() a bit.
2013-10-22 Manman RenTBAA: fix PR17620.
2013-10-22 Eric ChristopherFormatting/whitespace.
2013-10-22 Bob WilsonMove the printing of llvm-cov information out from...
2013-10-21 Adrian Prantlfix two typos.
2013-10-21 Andrew KaylorFIXME comment shouldn't have been doxygen style
2013-10-21 Eric ChristopherFix spelling, grammar, and match naming convention...
2013-10-21 David BlaikieDWARF Type Hashing: Include reference and rvalue refere...
2013-10-21 David BlaikieDWARF type hashing: begin implementing Step 5, summary...
2013-10-21 Andrew KaylorRemoving unnecessary link component for MCJIT unittests
2013-10-21 David BlaikieDIEHashTest: Correct the order of operands to the TEST...
2013-10-21 Chad Rosier[AArch64] Add the constraint to NEON scalar mla/mls...
2013-10-21 Tom StellardSimplifyCFG: Don't duplicate calls to functions marked...
2013-10-21 Matt ArsenaultRemove unused TargetLowering field.
2013-10-21 Matt ArsenaultFix CodeGen for vectors of pointers with address spaces.
2013-10-21 Matt ArsenaultFix CodeGen for different size address space GEPs
2013-10-21 Matt ArsenaultUse more type helper functions
2013-10-21 Matt ArsenaultReuse variable
2013-10-21 Reid KlecknerFix the build in DIE.cpp with MSVC 2010
2013-10-21 David BlaikieDWARF type hashing: Handle multiple (including recursiv...
2013-10-21 Matt ArsenaultTeach SimplifyCFG about address spaces
next