Formatting fixups.
[oota-llvm.git] / lib / IR /
2014-02-26 Paul RobinsonConstify the Optnone checks in IR passes.
2014-02-25 Adrian PrantlAdd DIUnspecifiedParameter, so we can pretty-print it.
2014-02-25 Rafael EspindolaUse DataLayout from the module when easily available.
2014-02-25 Rafael EspindolaFix resetting the DataLayout in a Module.
2014-02-25 Rafael EspindolaStore a DataLayout in Module.
2014-02-25 Rafael EspindolaMake DataLayout a plain object, not a pass.
2014-02-24 Rafael EspindolaReplace the F_Binary flag with a F_Text one.
2014-02-24 Rafael EspindolaDon't make F_None the default.
2014-02-22 Quentin ColombetSwitch the LLVM error reporting on the new diagnostic...
2014-02-19 Rafael EspindolaAdd back r201608, r201622, r201624 and r201625
2014-02-19 Daniel JasperRevert r201622 and r201608.
2014-02-18 Rafael EspindolaFix PR18743.
2014-02-16 Rafael EspindolaRemove unnecessary typename.
2014-02-14 Rafael EspindolaAdd extern template instantiations of llvm::Calculate.
2014-02-13 Rafael EspindolaCheck that GlobalAliases don't have section or alignment.
2014-02-13 Rafael EspindolaCopy dll storage in copyAttributes.
2014-02-10 Rafael EspindolaMark the methods in the Mangler const.
2014-02-10 Hans WennborgCopy the ThreadLocalMode in GlobalVariable::copyAttribu...
2014-02-06 Paul RobinsonDisable most IR-level transform passes on functions...
2014-02-05 Chandler Carruth[PM] Don't require analysis results to be const in...
2014-02-05 Alon MishneTest commit
2014-02-04 Manman RenFix wording of warning message about invalid debug...
2014-02-04 Justin Bognerllvm-cov: Fix include order in GCOV.cpp
2014-02-04 Justin Bognerllvm-cov: Implement the preserve-paths flag
2014-02-03 David BlaikieDIBuilder: simplify array generation to produce true...
2014-01-31 Reid KlecknerImplement inalloca codegen for x86 with the new inalloc...
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 ;;.
next