2010-06-09 |
Sebastian Redl | Commit my WIP on constexpr support. This commit: an... |
commit | commitdiff | tree | snapshot |
2010-06-09 |
Sebastian Redl | Fix two typos in comments. |
commit | commitdiff | tree | snapshot |
2010-06-09 |
Daniel Dunbar | Revert "Driver: Change Option parsing to always create... |
commit | commitdiff | tree | snapshot |
2010-06-09 |
Daniel Dunbar | Driver: Change Option parsing to always create argument... |
commit | commitdiff | tree | snapshot |
2010-06-09 |
Daniel Dunbar | Driver: Add an explicit offset to JoinedArg and JoinedA... |
commit | commitdiff | tree | snapshot |
2010-06-09 |
Daniel Dunbar | Driver: Change Arg::render methods to use option name... |
commit | commitdiff | tree | snapshot |
2010-06-09 |
Nate Begeman | Implement codegen for hadd, hsub, max, min, mlal, movl... |
commit | commitdiff | tree | snapshot |
2010-06-09 |
Abramo Bagnara | Added inherited info to template and non-type arguments... |
commit | commitdiff | tree | snapshot |
2010-06-09 |
Chandler Carruth | Major redesign of the RecursiveASTVisitor. This impleme... |
commit | commitdiff | tree | snapshot |
2010-06-09 |
Chandler Carruth | Remove an entry for a now deleted file. Fixes the negle... |
commit | commitdiff | tree | snapshot |
2010-06-09 |
John McCall | Correctly handle > 257 substitutions in a single mangli... |
commit | commitdiff | tree | snapshot |
2010-06-09 |
Zhongxing Xu | Merge StackAddrLeakChecker and ReturnStackAddressChecker. |
commit | commitdiff | tree | snapshot |
2010-06-09 |
Zhongxing Xu | Directly compare the StackFrameContext. This greatly... |
commit | commitdiff | tree | snapshot |
2010-06-09 |
Nate Begeman | More accurate BuiltinsARM.def |
commit | commitdiff | tree | snapshot |
2010-06-09 |
Douglas Gregor | Fix a typo that breaks the GCC build. Turns out that... |
commit | commitdiff | tree | snapshot |
2010-06-09 |
Tom Care | Added FixIt support to printf format string checking. |
commit | commitdiff | tree | snapshot |
2010-06-09 |
Douglas Gregor | Tweak our handling of the notion of a standard conversi... |
commit | commitdiff | tree | snapshot |
2010-06-09 |
Rafael Espindola | Simplify the code a bit and avoid a gcc waring about... |
commit | commitdiff | tree | snapshot |
2010-06-09 |
Anders Carlsson | Get rid of getMangledCXXCtorName and getMangledCXXDtorName. |
commit | commitdiff | tree | snapshot |
2010-06-09 |
Anders Carlsson | More mangling cleanup. |
commit | commitdiff | tree | snapshot |
2010-06-09 |
Anders Carlsson | Get rid of an unnecessary getMangledName overload. |
commit | commitdiff | tree | snapshot |
2010-06-09 |
Rafael Espindola | Fix a gcc warning. |
commit | commitdiff | tree | snapshot |
2010-06-09 |
Anders Carlsson | Fix test. |
commit | commitdiff | tree | snapshot |
2010-06-09 |
Nate Begeman | Implement transpose/zip/unzip & table lookup. |
commit | commitdiff | tree | snapshot |
2010-06-09 |
Tom Care | Added helper function to Type class to determine if... |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Anders Carlsson | Try to fix buildbot tests. |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Ted Kremenek | Fix memory leak in ASTContext where ASTRecordLayout... |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Ted Kremenek | Fix memory leak in Preprocessor where MacroInfo objects... |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Jordy Rose | Code cleanup: remove explicit flush() in favor of using... |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Anders Carlsson | Add test case. |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Anders Carlsson | On Darwin, initialization and destruction functions... |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Anders Carlsson | Add a global CreateGlobalInitOrDestructFunction and... |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Anders Carlsson | Rename __tcf_ to __cxx_global_array_dtor. Remove the... |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Anders Carlsson | Move GenerateCXXAggrDestructorHelper to CGDeclCXX.cpp... |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Anders Carlsson | Simplify GenerateCXXAggrDestructorHelper. |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Daniel Dunbar | Globally disable -fno-strict-aliasing, for reasons... |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Douglas Gregor | When referring to a tag that was previously declared... |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Douglas Gregor | A built-in overload candidate is consider a non-templat... |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Fariborz Jahanian | Block Code Gen. API. Call destructor on descriptior |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Daniel Dunbar | Makefiles: Remove unnecessary early include of Makefile... |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Daniel Dunbar | Simplify libIndex Makefile, which doesn't need to worry... |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Daniel Dunbar | Makefiles: Set Clang CPP compiler flags in a single... |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Daniel Dunbar | Makefile: Switch Clang Makefiles to always include... |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Anders Carlsson | Update Xcode project. |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Douglas Gregor | Warn about comparisons between arrays and improve self... |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Douglas Gregor | Teach the PrintFunctionNames example to be a proper... |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Anders Carlsson | Correctly handle fields with virtual bases containing... |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Ted Kremenek | Add ccc-analyzer support for '-imacros'. Fixes PR... |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Fariborz Jahanian | Fixes a typo which prevented proper code gen. for |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Douglas Gregor | Implement a warning when converting the literal 'false... |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Anders Carlsson | When checking whether we can place a base subobject... |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Anders Carlsson | Minor cleanups to the empty subobject map. |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Daniel Dunbar | Update LINK_COMPONENTS for examples. |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Anders Carlsson | Correctly mangle static variables of anonymous struct... |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Benjamin Kramer | Token is POD-like. |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Zhongxing Xu | Add a checker check if a global variable holds a local... |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Nate Begeman | Fix NEON intrinsic argument passing, support vext.... |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Jeffrey Yasskin | Implement -fcaret-diagnostics to undo -fno-caret-diagno... |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Rafael Espindola | Add a test to the previous commit. |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Rafael Espindola | Fix what looks like a merge problem that broke __clear_... |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Rafael Espindola | Add test for previous commit. |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Nate Begeman | Since the enum values for each arch's builtins overlap... |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Rafael Espindola | Fix passing and returning of objects with non trivial... |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Nate Begeman | Implement ARM NEON up through vcvt, alphabetically. |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Nate Begeman | Extend __builtin_shufflevector to expose the full power... |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Daniel Dunbar | Driver: Support invoking Clang on .ll or .bc inputs. |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Daniel Dunbar | Frontend: Add CodeGenAction support for handling LLVM... |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Daniel Dunbar | Frontend: Add FrontendAction support for handling LLVM... |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Daniel Dunbar | FrontendAction: Track active file kind. |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Daniel Dunbar | Frontend: Rename hasASTSupport to hasASTFileSupport... |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Daniel Dunbar | Frontend: Move some initialization from CompilerInstanc... |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Daniel Dunbar | Frontend: Change FrontendAction::BeginSourceFile to... |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Daniel Dunbar | Frontend: Lift InputKind enumeration to top level. |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Daniel Dunbar | Frontend: Drop unnecessary TargetData argument to EmitB... |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Daniel Dunbar | Frontend: Factor clang::EmitBackendOutput out of CodeGe... |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Daniel Dunbar | Frontend: Add CodeGenOptions::SimplifyLibCalls, and... |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Fariborz Jahanian | When using property-dot assignment syntax to call a... |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Fariborz Jahanian | Fixed a block regression caused by trying to use |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Jordy Rose | Catch free()s on non-regions and regions known to be... |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Rafael Espindola | Implement __clear_cache on ARM. |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Fariborz Jahanian | Use MaybeCreateCXXExprWithTemporaries for potential... |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Nate Begeman | weekend checkpoint of arm neon builtins codegen. |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Jeffrey Yasskin | PR7245: Make binding a reference to a temporary without... |
commit | commitdiff | tree | snapshot |
2010-06-05 |
John McCall | Simplify the methods for creating a pointer, reference... |
commit | commitdiff | tree | snapshot |
2010-06-05 |
Abramo Bagnara | Added AccessSpecDecl node. |
commit | commitdiff | tree | snapshot |
2010-06-05 |
Jeffrey Yasskin | Add an extension to avoid an error when a global templa... |
commit | commitdiff | tree | snapshot |
2010-06-05 |
Devang Patel | Preserve type info for local variables in optimized... |
commit | commitdiff | tree | snapshot |
2010-06-04 |
John McCall | Alter the interface of GetTypeForDeclarator to return... |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Rafael Espindola | Correctly align large arrays in x86-64. This fixes... |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Anders Carlsson | When deciding whether reinterpret_cast casts away const... |
commit | commitdiff | tree | snapshot |
2010-06-04 |
John McCall | Add indexing support for the block and @property type... |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Nate Begeman | Initial support for ARM NEON builtins, codegen up next |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Fariborz Jahanian | Build AST for copy-construction of copied-in |
commit | commitdiff | tree | snapshot |
2010-06-04 |
John McCall | Remember type source information for Objective C proper... |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Fariborz Jahanian | Added a field to BlockDeclRefExpr for future use. |
commit | commitdiff | tree | snapshot |
2010-06-04 |
John McCall | Preserve more information from a block's original funct... |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Daniel Dunbar | Driver: Change -dwarf-debug-flags option to pass the... |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Daniel Dunbar | Driver/Darwin: Model dsymutil properly, as a separate... |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Daniel Dunbar | Driver: Add an explicit dsymutil action. |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Fariborz Jahanian | For C++ copied in objects, use copy constructors in |
commit | commitdiff | tree | snapshot |
next |