Introduce line editor library.
[oota-llvm.git] / lib / IR /
2014-01-31 Reid Kleckner[ms-cxxabi] Add a new calling convention that swaps...
2014-01-30 Timur IskhodzhanovReland r200340 - 'Add line table debug info to COFF...
2014-01-29 NAKAMURA TakumiRevert r200340, "Add line table debug info to COFF...
2014-01-29 Rafael EspindolaUse a raw_stream to implement the mangler.
2014-01-28 Timur IskhodzhanovAdd line table debug info to COFF files when using...
2014-01-28 Rafael EspindolaFix pr14893.
2014-01-25 Reid KlecknerFix llvm-dis to print the inalloca bit on allocas.
2014-01-22 Matt ArsenaultBug 18228 - Fix accepting bitcasts between vectors...
2014-01-20 Chandler Carruth[PM] Wire up the Verifier for the new pass manager...
2014-01-19 Chandler Carruth[PM] Make the verifier work independently of any pass...
2014-01-19 Chandler CarruthAdd a const lookup routine to get a BlockAddress consta...
2014-01-18 Eli BenderskySupport AddrSpaceCast in ConstantExpr::getAsInstruction.
2014-01-18 Benjamin KramerUpgrade ConstantFP's negative zero and infinity getters...
2014-01-17 Reid KlecknerAdd an inalloca flag to allocas
2014-01-17 Juergen RibutzkaAdd two new calling conventions for runtime calls
2014-01-17 Chandler Carruth[PM] [cleanup] Rename some of the Verifier's members...
2014-01-17 Chandler Carruth[PM] Remove the preverifier and directly compute the...
2014-01-16 Reid KlecknerChange inalloca rules to make it only apply to the...
2014-01-16 Quentin Colombet[opt][PassInfo] Allow opt to run passes that need targe...
2014-01-16 Manman RenReport a warning when dropping outdated debug info...
2014-01-14 Rafael EspindolaReturn an error_code from materializeAllPermanently.
2014-01-14 Rafael EspindolaUse error_code in Module::materializeAll.
2014-01-14 Nico RieckDecouple dllexport/dllimport from linkage
2014-01-14 Nico RieckRevert "Decouple dllexport/dllimport from linkage"
2014-01-14 Nico RieckDecouple dllexport/dllimport from linkage
2014-01-14 Nico RieckFix fastcall mangling of dllimported symbols
2014-01-14 Mark SeabornFix llc to not reuse spill slots in functions that...
2014-01-13 Cameron McInallyFix uninitialized warning in llvm/lib/IR/DataLayout...
2014-01-13 Chandler Carruth[PM] Split DominatorTree into a concrete analysis resul...
2014-01-13 Chandler Carruth[PM] Pull the generic graph algorithms and data structu...
2014-01-13 Chandler Carruth[cleanup] Move the Dominators.h and Verifier.h headers...
2014-01-12 Chandler Carruth[PM] Add module and function printing passes for the...
2014-01-12 Chandler Carruth[PM] Simplify the IR printing passes significantly...
2014-01-12 Chandler Carruth[PM] Simplify the interface exposed for IR printing...
2014-01-12 Chandler Carruth[PM] Run clang-format and remove redundant or obvious...
2014-01-12 Chandler Carruth[PM] Rename the IR printing pass header to a more gener...
2014-01-11 Chandler Carruth[PM] Add names to passes under the new pass manager...
2014-01-10 Rafael EspindolaUse 'w' instead of 'c' to represent the win32 mangling.
2014-01-09 Nadav RotemRe-remove dead code.
2014-01-09 Nadav RotemRevert r198819 - "Remove dead code."
2014-01-09 Chandler Carruth[PM] Rename this source file to something a bit more...
2014-01-09 Chandler CarruthPut the functionality for printing a value to a raw_ost...
2014-01-09 Rafael EspindolaRemove dead code.
2014-01-08 Chandler CarruthRemove vestigal bits of MC from the mangler. It no...
2014-01-07 Rafael EspindolaMove the llvm mangler to lib/IR.
2014-01-07 Cameron McInallyFix uninitialized variable warning in DataLayout.
2014-01-07 Chandler CarruthMove the LLVM IR asm writer header files into the IR...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2014-01-06 Rafael EspindolaImprove documentation of the 'a' specifier and the...
2014-01-03 Rafael EspindolaMake the llvm mangler depend only on DataLayout.
2014-01-02 Matt ArsenaultAllow addrspacecast in global aliases
2014-01-01 Rafael EspindolaRemove the 's' DataLayout specification
2013-12-31 Nick LewyckyFold vector selects with undef elements in the conditio...
2013-12-28 Craig TopperMark some Type and EVT methods as LLVM_READONLY.
2013-12-27 David BlaikieDebugInfo: Remove dead code, DICompositeType::addMember...
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...
next