2012-01-03 |
Abramo Bagnara | Added testcases for -Wdisabled-macro-expansion. |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Douglas Gregor | Re-uglify #public and #private to #__public_macro and... |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Fariborz Jahanian | objc: use objc_suppress_autosynthesis attribute on... |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Douglas Gregor | Eliminate the uglified keyword __import_module__ for... |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Joerg Sonnenberger | Don't depend on undefined macros being 0, there are... |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Fariborz Jahanian | objc: introduce objc_suppress_autosynthesis class |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Douglas Gregor | Under -fmodules, accept #public <macroname> and #privat... |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Douglas Gregor | Introduce a non-uglified syntax for module imports... |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Douglas Gregor | Don't attempt to merge a deserialized declaration with... |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Douglas Gregor | Factor the merging of declarations in the AST reader... |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Douglas Gregor | Add -fno-modules to the driver, to turn off modules... |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Douglas Gregor | Add a "Modules" language option, which subsumes the... |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Douglas Gregor | Rename the command-line option for mapping #include... |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Rafael Espindola | Process attributes in explicit template instatiation... |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Chandler Carruth | Teach the frontend to provide the builtin preprocessor... |
commit | commitdiff | tree | snapshot |
2012-01-02 |
Richard Smith | Add assertion to char32_t that the value is valid,... |
commit | commitdiff | tree | snapshot |
2012-01-02 |
Douglas Gregor | Diagnose cases where the definition of a particular... |
commit | commitdiff | tree | snapshot |
2012-01-02 |
Chandler Carruth | Fix PR11685 by implementing -ffast-math and its various... |
commit | commitdiff | tree | snapshot |
2012-01-02 |
Abramo Bagnara | Added a missing case for -Wdisabled-macro-expansion. |
commit | commitdiff | tree | snapshot |
2012-01-02 |
Rafael Espindola | Small cosmetic cleanups in code I will change anyway. |
commit | commitdiff | tree | snapshot |
2012-01-02 |
Rafael Espindola | Small refactoring so that only one of the mergeVisibili... |
commit | commitdiff | tree | snapshot |
2012-01-02 |
Douglas Gregor | Eliminate ObjCProtocolDecl's end-of-definition location... |
commit | commitdiff | tree | snapshot |
2012-01-02 |
Douglas Gregor | Fix canonicalization of protocol-qualified types |
commit | commitdiff | tree | snapshot |
2012-01-02 |
Douglas Gregor | Move ObjCProtocolDecl::EndLoc into its DefinitionData... |
commit | commitdiff | tree | snapshot |
2012-01-01 |
Douglas Gregor | Eliminate the ForwardDecl/InitiallyForwardDecl bits... |
commit | commitdiff | tree | snapshot |
2012-01-01 |
Abramo Bagnara | Added -Wdisabled-macro-expansion warning. |
commit | commitdiff | tree | snapshot |
2012-01-01 |
Douglas Gregor | Implement declaration merging for Objective-C protocols... |
commit | commitdiff | tree | snapshot |
2012-01-01 |
Douglas Gregor | Eliminate redundant, empty function |
commit | commitdiff | tree | snapshot |
2012-01-01 |
Douglas Gregor | Eliminate ObjCForwardProtocolDecl, which is redundant... |
commit | commitdiff | tree | snapshot |
2012-01-01 |
Douglas Gregor | Don't bother rewriting an Objective-C class or protocol... |
commit | commitdiff | tree | snapshot |
2012-01-01 |
Douglas Gregor | Eliminate ASTMutationListener::UpdatedAttributeList... |
commit | commitdiff | tree | snapshot |
2012-01-01 |
Douglas Gregor | Wire up redeclaration chains for Objective-C protocols... |
commit | commitdiff | tree | snapshot |
2012-01-01 |
Douglas Gregor | Introduce the core infrastructure needed to model redec... |
commit | commitdiff | tree | snapshot |
2012-01-01 |
Douglas Gregor | Move the data that corresponds to the definition of... |
commit | commitdiff | tree | snapshot |
2012-01-01 |
Rafael Espindola | Use hasSameType. |
commit | commitdiff | tree | snapshot |
2012-01-01 |
Douglas Gregor | Use declaresSameEntity() when comparing ObjCProtocolDec... |
commit | commitdiff | tree | snapshot |
2012-01-01 |
Rafael Espindola | Consider visibility attributes in namespaces as being... |
commit | commitdiff | tree | snapshot |
2012-01-01 |
Rafael Espindola | Replace a isa+cast with a dyn_cast. |
commit | commitdiff | tree | snapshot |
2012-01-01 |
NAKAMURA Takumi | Happy new year 2012! |
commit | commitdiff | tree | snapshot |
2011-12-31 |
NAKAMURA Takumi | clang/unittests/Basic/SourceManagerTest.cpp: Fixup... |
commit | commitdiff | tree | snapshot |
2011-12-31 |
Douglas Gregor | Implement support for module requirements, which indica... |
commit | commitdiff | tree | snapshot |
2011-12-31 |
NAKAMURA Takumi | Split out clang/test/Driver/debug-options-as.c from... |
commit | commitdiff | tree | snapshot |
2011-12-30 |
Richard Smith | Fix crash when trying to pretty-print unicode or wide... |
commit | commitdiff | tree | snapshot |
2011-12-30 |
Richard Smith | Unrevert r147271, reverted in r147361. |
commit | commitdiff | tree | snapshot |
2011-12-30 |
Rafael Espindola | Add CXX_FINAL_ATTR, CXX_OVERRIDE_ATTR, ANNOTATE_ATTR... |
commit | commitdiff | tree | snapshot |
2011-12-30 |
NAKAMURA Takumi | clang/lib/Headers/CMakeLists.txt: Unbreak cmake build. |
commit | commitdiff | tree | snapshot |
2011-12-30 |
Craig Topper | Add FMA4 intrinsics. |
commit | commitdiff | tree | snapshot |
2011-12-30 |
Craig Topper | Remove an accidental change from r147370. Would only... |
commit | commitdiff | tree | snapshot |
2011-12-30 |
Craig Topper | Add FMA4 feature flag. Intrinsics coming soon. Also... |
commit | commitdiff | tree | snapshot |
2011-12-30 |
Rafael Espindola | Add test for PRr11676. |
commit | commitdiff | tree | snapshot |
2011-12-30 |
Rafael Espindola | Revert r147271. This fixes PR11676. |
commit | commitdiff | tree | snapshot |
2011-12-29 |
Richard Smith | Change the diagnostics which said 'accepted as an exten... |
commit | commitdiff | tree | snapshot |
2011-12-29 |
Richard Smith | Unbreak cmake build after r147340. |
commit | commitdiff | tree | snapshot |
2011-12-29 |
Sean Hunt | Make this text slightly more accurate; thanks to Johann... |
commit | commitdiff | tree | snapshot |
2011-12-29 |
Craig Topper | Add popcnt feature flag to match gcc. This flag is... |
commit | commitdiff | tree | snapshot |
2011-12-29 |
Rafael Espindola | Fix cmake build with -DBUILD_SHARED_LIBS=ON. |
commit | commitdiff | tree | snapshot |
2011-12-29 |
DeLesley Hutchins | Support for thread safety attributes on functions |
commit | commitdiff | tree | snapshot |
2011-12-28 |
Richard Smith | Small refactoring and simplification of constant evalua... |
commit | commitdiff | tree | snapshot |
2011-12-28 |
Rafael Espindola | Handle a /etc/debian_version with a version number... |
commit | commitdiff | tree | snapshot |
2011-12-28 |
Benjamin Kramer | Add a target hook for FLT_EVAL_METHOD and use it to... |
commit | commitdiff | tree | snapshot |
2011-12-28 |
Hans Wennborg | Support the 'a' scanf length modifier as an extension... |
commit | commitdiff | tree | snapshot |
2011-12-28 |
Zhongxing Xu | Enable the user to control whether CXXConstructExpr... |
commit | commitdiff | tree | snapshot |
2011-12-27 |
Douglas Gregor | Eliminate ObjCClassDecl, which is redundant now that... |
commit | commitdiff | tree | snapshot |
2011-12-27 |
Rafael Espindola | Fix the visibility of methods of explicit template... |
commit | commitdiff | tree | snapshot |
2011-12-27 |
Richard Smith | constexpr: support for evaluation and codegen of typeid... |
commit | commitdiff | tree | snapshot |
2011-12-27 |
Benjamin Kramer | Initialize member that ends up in PCH files. |
commit | commitdiff | tree | snapshot |
2011-12-26 |
Eli Friedman | Partially revert r147195; lib/Basic/Version.cpp conditi... |
commit | commitdiff | tree | snapshot |
2011-12-26 |
Rafael Espindola | Delay checking of typedefs of dependent types. Fixes... |
commit | commitdiff | tree | snapshot |
2011-12-26 |
Dylan Noblesmith | driver: fix unused variable warning |
commit | commitdiff | tree | snapshot |
2011-12-26 |
Benjamin Kramer | Fix potential use after free. |
commit | commitdiff | tree | snapshot |
2011-12-26 |
NAKAMURA Takumi | clang/lib/Headers/CMakeLists.txt: Unbreak cmake build... |
commit | commitdiff | tree | snapshot |
2011-12-26 |
Craig Topper | Add BMI2 intrinsics. |
commit | commitdiff | tree | snapshot |
2011-12-25 |
Richard Smith | Fix constexpr handling to allow 'extern constexpr'... |
commit | commitdiff | tree | snapshot |
2011-12-25 |
Richard Smith | constexpr: perform zero-initialization prior to / inste... |
commit | commitdiff | tree | snapshot |
2011-12-25 |
Craig Topper | Change LZCNT and BMI tests to check IR instead of X86... |
commit | commitdiff | tree | snapshot |
2011-12-25 |
NAKAMURA Takumi | lib/Headers/CMakeLists.txt: Fix cmake build since r1472... |
commit | commitdiff | tree | snapshot |
2011-12-25 |
Craig Topper | Add the rest of the BMI intrinsics. |
commit | commitdiff | tree | snapshot |
2011-12-25 |
Craig Topper | Add intrinsics for lzcnt and tzcnt instructions. |
commit | commitdiff | tree | snapshot |
2011-12-25 |
Craig Topper | Add BMI, BMI2, and LZCNT feature flags to enable adding... |
commit | commitdiff | tree | snapshot |
2011-12-25 |
Rafael Espindola | Remove unused variables. |
commit | commitdiff | tree | snapshot |
2011-12-24 |
Richard Smith | Always implicitly declare move assignment operations... |
commit | commitdiff | tree | snapshot |
2011-12-24 |
Craig Topper | Add last of the AVX2 intrinsics except for gather. |
commit | commitdiff | tree | snapshot |
2011-12-24 |
Craig Topper | Add AVX2 permute intrinsics. Also add parentheses on... |
commit | commitdiff | tree | snapshot |
2011-12-24 |
Craig Topper | Add AVX2 permute intrinsics. Also add parentheses on... |
commit | commitdiff | tree | snapshot |
2011-12-24 |
Craig Topper | Add AVX2 intrinsics for FP vbroadcast, vbroadcasti128... |
commit | commitdiff | tree | snapshot |
2011-12-24 |
Craig Topper | Add AVX2 intrinsics for FP vbroadcast, vbroadcasti128... |
commit | commitdiff | tree | snapshot |
2011-12-24 |
Craig Topper | Intrinsics for AVX2 unpack instructions. |
commit | commitdiff | tree | snapshot |
2011-12-24 |
Craig Topper | More AVX2 intrinsics for shift, psign, some shuffles... |
commit | commitdiff | tree | snapshot |
2011-12-23 |
Nico Weber | Fix several issues related to specializations and expli... |
commit | commitdiff | tree | snapshot |
2011-12-23 |
Anton Yartsev | fix for PR11634 |
commit | commitdiff | tree | snapshot |
2011-12-23 |
Benjamin Kramer | Give C11's __STDC_VERSION__ the final value. |
commit | commitdiff | tree | snapshot |
2011-12-23 |
Benjamin Kramer | Mass rename C1x references to C11. The name hasn't... |
commit | commitdiff | tree | snapshot |
2011-12-23 |
Benjamin Kramer | C1X is now C11, add -std=c11 and -std=gnu11 as aliases... |
commit | commitdiff | tree | snapshot |
2011-12-23 |
Craig Topper | Add AVX2 multiply intrinsics. |
commit | commitdiff | tree | snapshot |
2011-12-23 |
Dylan Noblesmith | Let CompilerInvocation initialization indicate failure |
commit | commitdiff | tree | snapshot |
2011-12-23 |
Argyrios Kyrtzidis | Pass context and access to Parser::ParseExplicitInstant... |
commit | commitdiff | tree | snapshot |
2011-12-23 |
Fariborz Jahanian | objective-c: Use class definition AST in several situat... |
commit | commitdiff | tree | snapshot |
2011-12-23 |
Douglas Gregor | Remove spurious, but now legal, typename |
commit | commitdiff | tree | snapshot |
2011-12-23 |
Douglas Gregor | When building a module with an umbrella header, warn... |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Ted Kremenek | Colorize and condense CFG pretty-printing. |
commit | commitdiff | tree | snapshot |
next |