llvm-c-test: Don't leak memory buffers.
[oota-llvm.git] / lib /
2013-10-25 Rafael EspindolaCall destroy from ~BasicCallGraph.
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 Nadav RotemOptimize concat_vectors(X, undef) -> scalar_to_vector(X).
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: Tweak usage of '*vfp' compiler_rt functions.
2013-10-24 David BlaikieMCStreamer: Reimplement the virtual EmitRawText as...
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 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 Tim NorthoverARM: Mark double-precision instructions as such
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 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 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 Elena DemikhovskyAVX-512: added VCVTPH2PS, VCVTPS2PH with intrinsics
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 Manman RenRemove {} from one-line block.
2013-10-23 Rafael EspindolaRevert "Calling _chkstk is required on ELF as well...
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 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 Zoran JovanovicSupport for microMIPS relocations 1.
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 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 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 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 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 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 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.
next