oota-llvm.git
2013-10-25 Rafael EspindolaUse c comments.
2013-10-25 Tim NorthoverARM: allow .thumb_func to be separated from symbol...
2013-10-25 Yaron KerenThe FIXME was indeed fixed in the linker, comment removed.
2013-10-25 Tim NorthoverARM: don't expand atomicrmw inline on Cortex-M0
2013-10-25 Tim NorthoverLegalizeDAG: allow libcalls for max/min atomic operations
2013-10-25 Tim NorthoverARM: tweak test to pass on all platforms
2013-10-25 Nadav RotemOptimize concat_vectors(X, undef) -> scalar_to_vector(X).
2013-10-25 Richard SmithFix ODR violation.
2013-10-25 Yuchen Wullvm-cov dump to dbgs() instead of outs().
2013-10-25 Yuchen WuSupport for reading program counts in llvm-cov.
2013-10-24 Jim GrosbachARM: Test r193381 a bit more thoroughly.
2013-10-24 Jim GrosbachARM: Tweak usage of '*vfp' compiler_rt functions.
2013-10-24 David BlaikieMCStreamer: Reimplement the virtual EmitRawText as...
2013-10-24 Reid Klecknerlto.h: Use lto_bool_t instead of int to restore the ABI
2013-10-24 David BlaikieDWARF emission: Remove unnecessary/redundant DIE refere...
2013-10-24 Eric ChristopherFix name of variable in comment.
2013-10-24 Eric ChristopherGrammar.
2013-10-24 Eric ChristopherUpdate misleading comment.
2013-10-24 Eric ChristopherFormatting and whitespace.
2013-10-24 David BlaikieDIEHash: Const correct and use references where non...
2013-10-24 David BlaikieDIEHash: Do not use shallow type hashing for unnamed...
2013-10-24 David BlaikieDIEHash: Refactor ref attribute hashing into smaller...
2013-10-24 David BlaikieRemove unused debug-only member variable.
2013-10-24 David PeixottoRemove class abstraction from ARM struct byval lowering
2013-10-24 Tom StellardInliner: Handle readonly attribute per argument when...
2013-10-24 Renato GolinI had to move and remove
2013-10-24 Tim NorthoverARM: Mark double-precision instructions as such
2013-10-24 Renato GolinFix broken builds by moving test to x86 dir
2013-10-24 John ThompsonReverting my r193344 checkin due to build breakage.
2013-10-24 Renato GolinMark vector loops as already vectorized
2013-10-24 John ThompsonAdded std::string as a built-in type for mapping.
2013-10-24 Tim NorthoverARM: add a couple more NEON predicates.
2013-10-24 Tim NorthoverARM: mark various aliases with their architecture requi...
2013-10-24 Zoran JovanovicAdded tests for microMIPS relocations 1.
2013-10-24 Tim NorthoverARM: Use non-VFP softcalls on embedded Darwinish targets
2013-10-24 Yaron KerenReplaced non-ASCII character.
2013-10-24 Chandler CarruthRevert part of r193291, restoring the deletion of loade...
2013-10-24 Tim NorthoverARM: fix assert on unpredictable POP instruction.
2013-10-24 Yaron KerenAdded test for -elf configuration, to see that _alloca...
2013-10-24 Job NoormanMake sure SP is always aligned on a 2 byte boundary
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.
next