Add a check to configure that the libstdc++ selected by Clang isn't
[oota-llvm.git] / include /
2014-01-15 David MajnemerWinCOFF: Transform IR expressions featuring __ImageBase...
2014-01-15 Andrew TrickFix PR18449: SCEV needs more precise max BECount for...
2014-01-15 Rafael EspindolaMake parseBitcodeFile return an ErrorOr<Module *>.
2014-01-14 Rafael EspindolaReturn an error_code from materializeAllPermanently.
2014-01-14 Rafael EspindolaUse error_code in Module::materializeAll.
2014-01-14 Lang HamesAdd FPExt option to CCValAssign::LocInfo. When generati...
2014-01-14 Duncan P. N. Exon... Reapply "LTO: add API to set strategy for -internalize"
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 NAKAMURA TakumiRevert r199191, "LTO: add API to set strategy for ...
2014-01-14 Duncan P. N. Exon... LTO: add API to set strategy for -internalize
2014-01-14 Chandler Carruth[PM] Fix stale header blocker, found by Duncan Smith...
2014-01-14 Rafael EspindolaReplace .mips_hack_stocg with ".set micromips" and...
2014-01-14 Rafael EspindolaMake getTargetStreamer return a possibly null pointer.
2014-01-13 Duncan P. N. Exon... Remove extra } in documentation comment
2014-01-13 Juergen Ributzka[DAG] Teach DAG to also reassociate vector operations
2014-01-13 Rafael EspindolaUpdate getLazyBitcodeModule to use ErrorOr for error...
2014-01-13 Chris Lattnerfix a -Wdocumentation warning.
2014-01-13 Chandler Carruth[PM] Split DominatorTree into a concrete analysis resul...
2014-01-13 Chandler Carruth[PM][cleanup] Clean up comments and use modern doxygen...
2014-01-13 Elena DemikhovskyAVX-512: Embedded Rounding Control - encoding and printing
2014-01-13 Chandler Carruth[PM] Fix the const-correctness of the generic Dominator...
2014-01-13 Chandler Carruth[PM] Pull the generic graph algorithms and data structu...
2014-01-13 Chandler Carruth[cleanup] Switch comments to use '\brief' style instead...
2014-01-13 Chandler Carruth[cleanup] Move the Dominators.h and Verifier.h headers...
2014-01-13 Chandler Carruth[PM] Wire up support for writing bitcode with new PM.
2014-01-12 Chandler Carruth[PM] Add module and function printing passes for the...
2014-01-12 Chandler Carruth[PM] Revert an accidental commit of total BS code....
2014-01-12 Chandler Carruth[PM] Simplify the interface exposed for IR printing...
2014-01-12 Chandler Carruth[PM] Rename the IR printing pass header to a more gener...
2014-01-12 Chandler Carruth[PM] Un-indent this file-level namespace. It's far...
2014-01-11 Chandler Carruth[PM] Add names to passes under the new pass manager...
2014-01-11 Chandler Carruth[PM] Somehow I missed the header guards on this file...
2014-01-11 Eric ChristopherFix odd whitespace.
2014-01-10 Rafael EspindolaAll backends use MC now.
2014-01-10 Rafael EspindolaUse the simpler version of sys::fs::remove when possible.
2014-01-10 Rafael EspindolaRemove remove_all. A compiler has no need for recursive...
2014-01-10 Duncan P. N. Exon... LTO: whitespace changes
2014-01-10 Arnold SchwaighoferSCEVRewriter: Optionally interpret constants in value...
2014-01-10 Rafael EspindolaUse 'w' instead of 'c' to represent the win32 mangling.
2014-01-10 NAKAMURA TakumiWhitespace.
2014-01-09 Justin BognerBitcode: Fix a typo in an assert
2014-01-09 Nadav RotemRe-remove dead code.
2014-01-09 Rafael EspindolaUpdate example to be more idiomatic.
2014-01-09 Nadav RotemRevert r198819 - "Remove dead code."
2014-01-09 David Blaikiellvm-dwarfdump: type unit dwo support
2014-01-09 Richard SmithExtend llvm::AlignedCharArrayUnion to support up to...
2014-01-09 Chandler CarruthPut the functionality for printing a value to a raw_ost...
2014-01-09 Eric ChristopherRemove the test for endianness in configure.ac and...
2014-01-09 Rafael EspindolaRemove dead code.
2014-01-09 Rafael EspindolaUse the existing typedef to avoid forming a reference...
2014-01-08 Rafael EspindolaFix the C++03 build.
2014-01-08 Rafael EspindolaUse getError and remove the error_code operator.
2014-01-08 Chandler CarruthRemove vestigal bits of MC from the mangler. It no...
2014-01-08 Matt ArsenaultAdd missing definitions of key_type and value_type...
2014-01-08 Rafael EspindolaAdd get and getError methods to ErrorOr.
2014-01-08 Rafael EspindolaAdd missing rename from the previous commit.
2014-01-08 Rafael EspindolaRename get to getStorage and getError to getErrorStorage.
2014-01-08 Elena DemikhovskyAVX-512: Added more intrinsics for pmin/pmax, pabs...
2014-01-08 Iain Sandoe[patch] Adjust behavior of FDE cross-section relocs...
2014-01-08 Lang HamesRe-apply r196639: Add support for archives and object...
2014-01-07 Rafael EspindolaMove the llvm mangler to lib/IR.
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-07 Saleem AbdulrasoolARM IAS: improve .eabi_attribute handling
2014-01-07 Saleem AbdulrasoolMCParser: introduce Note and use it for ARM AsmParser
2014-01-06 Kevin EnderbyFor the 'C' disassembler API, add a new ReferenceType...
2014-01-06 Matt ArsenaultFix c++ mode comments
2014-01-06 Andrew TrickReapply r198478 "Fix PR18361: Invalidate LoopDispositio...
2014-01-06 Elena DemikhovskyAVX-512: added intrinsic vcvtpd2ps (with rounding mode...
2014-01-06 Saleem AbdulrasoolSupport: add reference for ARM EHABI
2014-01-06 Bill WendlingRefactor function that checks that __builtin_returnaddr...
2014-01-06 Saleem AbdulrasoolARM: move ARMUnwindOp.h into Support
2014-01-05 Venkatraman Govind... ELF relocation types for sparc.
2014-01-05 Elena DemikhovskyAVX-512: Added more intrinsics for convert and min...
2014-01-05 Chandler CarruthAdd support to the pattern match library for matching...
2014-01-05 Chandler CarruthFix a bug in IRBuilder that's been there for who knows...
2014-01-04 Alp TokerRevert "Fix PR18361: Invalidate LoopDispositions after...
2014-01-04 Andrew TrickFix PR18361: Invalidate LoopDispositions after LoopSimp...
2014-01-04 Andrew Trickwhitespace
2014-01-03 Reid KlecknerFix MSVC warning about missing return in DataLayout
2014-01-03 Nico WeberAdd a LLVM_DUMP_METHOD macro.
2014-01-03 Rafael EspindolaMake the llvm mangler depend only on DataLayout.
2014-01-03 Alp TokerMSVC 2010 build fix
2014-01-03 Alp TokerEnable LLVM_FINAL, LLVM_OVERRIDE and LLVM_HAS_VARIADIC_...
2014-01-02 David BlaikieRemove StringMapEntryInitializer support.
2014-01-02 Quentin Colombet[RegAlloc] Make tryInstructionSplit less aggressive.
2014-01-02 Hal FinkelDisable compare sinking in CodeGenPrepare when multiple...
2014-01-02 David BlaikieMake llvm::Regex non-copyable but movable.
2014-01-02 Alp TokerSupport LLVM_STATIC_ASSERT() in clang pre-C++11 mode
2014-01-01 Rafael EspindolaRemove the 's' DataLayout specification
2014-01-01 Elena DemikhovskyAVX-512: Added intrinsics for vcvt, vcvtt, vrndscale...
2013-12-31 Alp TokerSilence g++ 4.9 build issue
2013-12-29 Alp TokerMake LLVM_MSC_PREREQ() compatible with all MSVC versions
2013-12-29 Alp TokerFix parens fail in r198142
2013-12-29 Alp TokerEnable deleted functions and explicit conversions in...
2013-12-29 Alp TokerDefine LLVM_MSC_PREREQ() macro to simplify _MSC_VER...
2013-12-28 Andrew TrickMove the PostRA scheduler's fixupKills function for...
2013-12-28 Andrew TrickStub out a PostMachineScheduler pass.
next