]> granicus.if.org Git - clang/shortlog
clang
2015-06-15 Samuel AntaoAccording to the OpenMP spec, all the preprocessor...
2015-06-15 Richard Smith[modules] Re-enable accidentally-disabled test.
2015-06-15 Eric ChristopherUse a macro for the omnipresent attributes on header...
2015-06-15 Adrian PrantlDebug Info: Turn on ODR type uniquing for (the C++...
2015-06-15 Reid KlecknerFix submodule test to pass on content addressable files...
2015-06-15 Peter CollingbourneProtection against stack-based memory corruption errors...
2015-06-15 Saleem Abdulrasoolparser: improve diagnostics for MS attributes
2015-06-15 Reid KlecknerWildcard out some SSA value names from the ACLE intrins...
2015-06-15 James Y Knight[Sparc] Make soft-float emit an error.
2015-06-15 Richard Smith[modules] Better support for redefinitions of an entity...
2015-06-15 Luke CheesemanThis patch implements clang support for the ACLE specia...
2015-06-15 Daniel Jasperclang-format: NFC. Move testing of selective formatting...
2015-06-15 Douglas KatzmanFix spelling in comment.
2015-06-15 Daniel SandersRevert r239721 - Replace string GNU Triples with llvm...
2015-06-15 Daniel Jasperclang-format: [JS] Tweak behavior for multiline array...
2015-06-15 Daniel SandersReplace string GNU Triples with llvm::Triple in InitMCO...
2015-06-15 Devin Coughlin[analyzer] Remove ObjCContainersChecker size informatio...
2015-06-14 Michael KupersteinAdd test for parsing the XOR operator in Intel syntax...
2015-06-14 Daniel Jasperclang-format: [JS] Fix corner case in template string...
2015-06-13 Ed SchoutenAdd some basic support for CloudABI on i686.
2015-06-13 Rafael EspindolaDon't use std::errc.
2015-06-13 Rafael EspindolaUpdate for llvm api change.
2015-06-13 Eric FiselierAdd `-verify-ignore-unexpected` option to ignore unexpe...
2015-06-13 Hans WennborgRevert r239213: "clang-cl: Implement /GL in terms of...
2015-06-13 Saleem Abdulrasooldocs: grammar adjustments in clang manpage
2015-06-13 Ahmed Bougacha[CodeGen] Don't evaluate immediate inlineasm arguments...
2015-06-12 Alexey Samsonov[CodeGen] Use IRBuilder to create llvm.lifetime intrinsics.
2015-06-12 Hans Wennborg[ms] Don't try to delay lookup for failures in SFINAE...
2015-06-12 Alexey Samsonov[CGCall] Fix potential invalid iterator decrement in...
2015-06-12 Eric ChristopherQuote the user provided string in the warning message...
2015-06-12 Tim NorthoverDriver: only set -mlinker-version based on host if...
2015-06-12 David Majnemer[MS ABI] Lock-in the derived memptr rep. for base-to...
2015-06-12 Gabor BallabasAllow case-insensitive values for -mcpu for AArch64...
2015-06-12 Greg BedwellUse Clang version numbers for the Windows VERSIONINFO...
2015-06-12 Luke CheesemanThis patch makes the NEON intrinsics vget_lane_f16...
2015-06-12 Sylvestre Ledruscan-build: Remove useless whitespace in File path
2015-06-12 Douglas KatzmanAllow ToolChain to decide if Clang is not the right...
2015-06-12 Benjamin Kramerpush_back() loop -> append() for random access iterators.
2015-06-12 Benjamin Kramer[clang-format] Use in-class initializers to simplify...
2015-06-12 Benjamin Kramer[clang-format] Reorder and pack ParenState members...
2015-06-12 Benjamin Kramer[clang-format] Hoist vector allocation out of loop...
2015-06-12 Daniel Jasperclang-format: Always add space before lambda-{
2015-06-12 Daniel Jasperclang-format: Understand C-style case in case label.
2015-06-12 Daniel Jasperclang-format: [JS] Support "export enum" declarations.
2015-06-12 Daniel Jasperclang-format: [JS] Add tests to ensure clang-format...
2015-06-12 Daniel Jasperclang-format: [JS] Fix regression caused by r239592.
2015-06-12 Daniel Jasperclang-format: [JS] fix incorrectly collapsed lines...
2015-06-12 Nico WeberWrap to 80 columns. No behavior change.
2015-06-12 Teresa JohnsonRevert commit r239481 as it is dependent on reverted...
2015-06-12 Eric ChristopherAdd a warning for unsupported elements of the target...
2015-06-12 Eric ChristopherHandle fpmath= in the target attribute.
2015-06-12 Eric ChristopherHandle -mno-<feature> in target attribute strings by...
2015-06-12 Eric ChristopherAdd support for tune= to the target attribute support...
2015-06-12 Eric ChristopherAdd support for the the target attribute.
2015-06-12 Richard Smith[modules] Apply name visibility rules to names found...
2015-06-12 David Majnemer[IRGen] Fix the MSVC2013 build
2015-06-11 Richard Smith[modules] Fix crash with multiple levels of default...
2015-06-11 Sean Silva[cleanup] Remove some unused #ifdef's
2015-06-11 Tyler NowickiAdd assume_safety option for pragma loop vectorize...
2015-06-11 Richard Smith[modules] Fix assert/crash when parsing and merging...
2015-06-11 Hans Wennborg[ms] Do lookup in dependent base classes also when...
2015-06-11 Ahmed Bougacha[CodeGen] Emit Constants for immediate inlineasm arguments.
2015-06-11 Hans Wennborgclang-cl: Add an alias for /wd4910
2015-06-11 Hans WennborgSpell -Wdllexport-explicit-instantiation-decl correctly.
2015-06-11 Douglas KatzmanAdd comments to PrintActions1 and Driver::PrintActions.
2015-06-11 Sanjay Pateladd the -mrecip driver flag and process its options...
2015-06-11 Daniel Jasperclang-format: Make SFS_Inline imply SFS_Empty.
2015-06-11 Daniel Jasperclang-format: [JS] Ensure that formatting actually...
2015-06-11 Yaron KerenC++11 rangify several loops.
2015-06-11 Gabor BallabasAllow case-insensitive values for -march for ARM in...
2015-06-11 Daniel MarjamakiToken: complement is() method with isOneOf() to allow...
2015-06-11 Toma Tabacu[mips] Pass on -m{single,double}-float to GAS.
2015-06-11 Alexey Bataev[OPENMP] Fox for http://llvm.org/PR23663: OpenMP crash
2015-06-11 Manuel KlimekFix crash in clang-format.
2015-06-11 Daniel Jasperclang-format: Don't add spaces in foreach macro definition.
2015-06-11 David MajnemerReinstate r239499 and r239503
2015-06-11 Manuel KlimekRevert "[MS ABI] Allow fastcall member function pointer...
2015-06-11 Nemanja IvanovicClang support for vector quad bit permute and gather...
2015-06-11 Richard Smith[modules] Fix a few places where merging wasn't perform...
2015-06-11 David Majnemer[MS Compatibility] Handle cleanups we create for a...
2015-06-11 David Majnemer[MS ABI] Allow fastcall member function pointers to...
2015-06-11 David Majnemer[MS ABI] Allow memfn pointers with unconvertible types...
2015-06-10 Alexei Starovoitov[bpf] add support for BPF backend
2015-06-10 Richard SmithWork around MSVC miscompilation.
2015-06-10 Richard Smith[modules] Don't allow use of non-visible (inherited...
2015-06-10 Richard Smith[modules] Track all default template arguments for...
2015-06-10 Serge PavlovDo not parse members of incomplete class.
2015-06-10 Teresa JohnsonPass down the -flto option to the -cc1 job, and from...
2015-06-10 Scott Douglasssome StmtExprs do not have side-effects
2015-06-10 Scott Douglassadd ConstEvaluatedExprVisitor
2015-06-10 Alexander MusmanPR5172: Fix for a bug in pragma redefine_extname implem...
2015-06-10 Daniel Jasperclang-format: [JS] Only special case top level object...
2015-06-10 Yunzhong GaoFix the test case to handle different IR variable names.
2015-06-10 Richard Smith[modules] Reconstruct template default argument inherit...
2015-06-10 Sean Silva[cleanup] Remove unused default argument and tidy up.
2015-06-10 Richard SmithRevert accidentally-committed test change from r239447.
2015-06-10 Richard SmithRefactor storage of default template arguments.
2015-06-10 Yunzhong GaoImplementing C99 partial re-initialization behavior...
2015-06-09 Akira HatanakaAttach attribute "disable-tail-calls" to the functions...
2015-06-09 David Majnemer[ItaniumMangle] Mangle long double as __float128 for...
next