Recognize armv7a and friends as aliases for armv7-a etc. for the purpose
[oota-llvm.git] / lib / IR /
2013-12-21 Mark LaceyFix typo in assert message: s/load/store
2013-12-20 Rafael EspindolaMake this array const.
2013-12-20 Dmitri GribenkoWhen parsing data layout string looking for endianness...
2013-12-20 Dmitri GribenkoCorrectly apply the default pointer size
2013-12-19 Rafael EspindolaChange getStringRepresentation to skip defaults.
2013-12-19 NAKAMURA TakumiGCOV.cpp: Fix format strings, %lf. Don't use %lf to...
2013-12-19 Reid KlecknerBegin adding docs and IR-level support for the inalloca...
2013-12-19 Yuchen Wullvm-cov: Added -f option for function summaries.
2013-12-18 Adrian PrantlDebug info: Implement (rvalue) reference qualifiers...
2013-12-18 Yuchen Wullvm-cov: Print coverage summary to STDOUT.
2013-12-18 Yuchen Wullvm-cov: s/(.*)Executed/\1Exec/
2013-12-18 Yuchen Wullvm-cov: Added -c option for branch counts.
2013-12-18 Tobias GrosserDiagnosticInfo: Add missing namespace
2013-12-17 Quentin Colombet[DiagnosticPrinter] Use the appropriate method to print...
2013-12-17 Quentin ColombetAdd warning capabilities in LLVM.
2013-12-17 Quentin ColombetRevert r197438 and r197447 until we figure out how...
2013-12-16 Quentin ColombetAdd warning capabilities in LLVM.
2013-12-16 Yuchen Wullvm-cov: Added -u option for unconditional branch...
2013-12-16 Yuchen Wullvm-cov: Removed extra semicolon from ;;.
2013-12-15 Michael KupersteinFix AsmWriter's handling of SPIR calling conventions...
2013-12-13 Rafael EspindolaPointer sizes are stored in Bytes. Fix variables names...
2013-12-13 Yuchen Wullvm-cov: Added -b option for branch probabilities.
2013-12-10 NAKAMURA TakumiGCOV.cpp: Use PRIu64 instead of %lu.
2013-12-10 Yuchen Wullvm-cov: Added -a option for block data.
2013-12-07 Matt ArsenaultAdd getBitCastOrAddrSpaceCast
2013-12-07 Rafael EspindolaRemove unused value.
2013-12-07 Kaelyn UhrainFix the segfault reported in PR 11990.
2013-12-06 Rafael Espindolamicro optimization: isSizedDerivedType is only called...
2013-12-05 Yuchen Wullvm-cov: Further improved error messages.
2013-12-05 Yuchen Wullvm-cov: Conformed headers.
2013-12-05 Yuchen Wullvm-cov: Changed extension from .llcov to .gcov.
2013-12-05 Matt ArsenaultUse isIntrinsic() instead of checking for "llvm."
2013-12-05 Alp TokerCorrect word hyphenations
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 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-03 Yuchen Wullvm-cov: Cleaned up print() function slightly.
2013-12-03 Yuchen Wullvm-cov: Removed output to STDOUT/specified file.
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 Manman RenDebug Info: drop debug info via upgrading path if versi...
2013-11-26 Renato GolinFix spurious return introduced by my earlier patch...
2013-11-26 Renato GolinAdd return to DIType::Verify
2013-11-26 Chandler Carruth[PM] Factor the overwhelming majority of the interface...
2013-11-23 Chandler Carruth[PM] Complete the cross-layer interfaces with a Module...
2013-11-23 Chandler Carruth[PM] Add support to the analysis managers to query...
2013-11-22 Chandler Carruth[PM] Switch the downward invalidation to be incremental...
2013-11-22 Manman RenDebug Info: move StripDebugInfo from StripSymbols.cpp...
2013-11-22 Chandler Carruth[PM] Teach the analysis managers to pass themselves...
2013-11-22 Chandler Carruth[PM] Fix the analysis templates' usage of IRUnitT.
2013-11-22 Chandler Carruth[PM] Switch analysis managers to be threaded through...
2013-11-21 Chandler Carruth[PM] Widen the interface for invalidate on an analysis...
2013-11-21 Yuchen Wullvm-cov: Formatting change.
2013-11-21 Chandler Carruth[PM] Add a module analysis pass proxy for the function...
2013-11-20 Chandler Carruth[PM] Add the preservation system to the new pass manager.
2013-11-20 Chandler Carruth[PM] Make the function pass manager more regular.
2013-11-20 Yuchen Wullvm-cov: Added file checksum to gcno and gcda files.
2013-11-20 Chandler Carruth[PM] Split the analysis manager into a function-specifi...
2013-11-20 Filip PizloExpose the fence instruction via the C API.
2013-11-19 Rafael EspindolaMake it explicit that nulls are not allowed in names.
2013-11-19 Yuchen Wullvm-cov: Moved printing after error checks.
2013-11-19 Yuchen Wullvm-cov: Added constness property to methods.
2013-11-19 Benjamin KramerDataLayout: value initialize globals to avoid static...
2013-11-19 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-18 David BlaikieDebugInfo: Simplify a few more explicit constructions...
2013-11-18 Paul RobinsonThe 'optnone' attribute means don't inline anything...
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-18 Manman RenDebug Info Verifier: disable it by default.
2013-11-17 Manman RenDebug Info: fix typo in function name.
2013-11-17 Manman RenDebug Info Verifier: fix when to find debug info nodes...
2013-11-17 Manman RenDebug Info Verifier: enable public functions of Finder...
2013-11-16 Manman RenDebug Info Verifier: remove un-used argument in verifyD...
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-15 Chandler Carruth[PM] Fix an iterator problem spotted by the MSVC debug...
2013-11-15 Chandler Carruth[PM] Run clang-format on a few lines that I missed...
2013-11-15 Benjamin Kramerllvm-cov: Clean up memory leaks.
2013-11-15 Matt ArsenaultAdd addrspacecast instruction.
2013-11-14 NAKAMURA TakumiIR/GCOV.cpp: Use PRIu64 as format string with uint64_t.
2013-11-14 NAKAMURA TakumiWhitespace.
2013-11-14 Yuchen Wullvm-cov: Slightly improved error checking.
2013-11-14 Yuchen Wullvm-cov: Removed StringMap holding GCOVLines.
2013-11-14 Yuchen Wullvm-cov: Replaced asserts with proper error handling.
2013-11-13 Rafael EspindolaDon't call doFinalization from verifyFunction.
2013-11-13 Chandler CarruthIntroduce an AnalysisManager which is like a pass manag...
2013-11-11 Andrew TrickPrint new JavaScript calling conventions symbolically.
2013-11-11 Benjamin KramerSimplify code. No functionality change.
2013-11-10 David MajnemerIR: Refactor GEP range checks, reuse them for other...
2013-11-09 Chandler CarruthMove the old pass manager infrastructure into a legacy...
2013-11-08 Bill WendlingRemove ^M from the file.
2013-11-07 David MajnemerIR: Properly canonicalize PointerType in ConstantExpr...
2013-11-07 David MajnemerIR: Do not canonicalize constant GEPs into an out-of...
2013-11-06 Peter Zotov[llvm-c] Implement LLVMPrintValueToString
2013-11-05 Rafael EspindolaUse error_code in GVMaterializer.
2013-11-05 Yuchen WuRevert "llvm-cov: Added command-line option to change...
2013-11-05 Yuchen Wullvm-cov: Added command-line option to change dir.
next