Hopefully fix mingw32 bots.
[oota-llvm.git] / include /
2014-01-21 Nick LewyckyAdd operator!= for FoldingSetNodeID and FoldingSetNodeI...
2014-01-20 Hal FinkelUpdate StackProtector when coloring merges stack slots
2014-01-20 David Woodhouse[x86] Support i386-*-*-code16 triple for emitting 16...
2014-01-20 Chandler Carruth[PM] Wire up the Verifier for the new pass manager...
2014-01-20 Kai NackeARM: add tlsldo relocation
2014-01-20 Artyom Skrobov[ARM] Do not generate Tag_DIV_use=AllowDIVExt when...
2014-01-20 Saleem AbdulrasoolMC: whitespace
2014-01-20 Chandler Carruth[PM] Fix a contradiction in the comments noticed by...
2014-01-19 Michael Gottesman[APInt] Fix nearestLogBase2 to return correct answers...
2014-01-19 Michael Gottesman[APInt] Fixed bug where APInt(UINT32_MAX, 0) would...
2014-01-19 Saleem AbdulrasoolARM: update build attributes for ABI r2.09
2014-01-19 Saleem AbdulrasoolMove ARM build attributes into Support
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 Benjamin KramerUpgrade ConstantFP's negative zero and infinity getters...
2014-01-18 Adrian Prantltypo
2014-01-18 Owen AndersonFix more instances of dropped fast math flags when...
2014-01-17 Reid KlecknerAdd an inalloca flag to allocas
2014-01-17 Justin BognerMC: Add some missing include guards
2014-01-17 Rui Ueyamallvm-objdump/COFF: Print ordinal base number.
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 Rafael EspindolaUse LLVM_EXPLICIT instead of a function pointer as...
2014-01-16 Quentin Colombet[opt][PassInfo] Allow opt to run passes that need targe...
2014-01-16 Duncan P. N. Exon... LTO: document LTO_API_VERSION for each API
2014-01-16 Rui Ueyamallvm-objdump/COFF: Print DLL name in the export table...
2014-01-16 Rafael EspindolaAdd an emitRawComment function and use it to simplify...
2014-01-16 Evgeniy Stepanov[asan] Remove -fsanitize-address-zero-base-shadow comma...
2014-01-16 Rui Ueyamallmv-objdump/COFF: Print export table contents.
2014-01-16 Rafael EspindolaCommentColumn is always 40. Simplify.
2014-01-16 Rui UeyamaDon't use DataRefImpl to implement ImportDirectoryEntryRef.
2014-01-16 Manman RenReport a warning when dropping outdated debug info...
2014-01-15 David PeixottoFix parsing of .symver directive on ARM
2014-01-15 Quentin Colombet[LTO] Add a hook to map LLVM diagnostics into the clien...
2014-01-15 Bob WilsonRemove support for armv7f slice. <rdar://problem/12478440>
2014-01-15 Rafael EspindolaReturn an ErrorOr<Binary *> from createBinary.
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.
next