2010-03-24 |
Anders Carlsson | Use getNamedGlobal instead of getGlobalVariable. (Fixes... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Anders Carlsson | Make the license header in smmintrin.h match the other... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
John McCall | Implement a framework for the delay of arbitrary diagno... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Douglas Gregor | When performing name lookup for the allocation or deall... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Anders Carlsson | More vtable work; preparations for moving over to the... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Douglas Gregor | Each non-local class instantiation is its own local... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Anders Carlsson | Remove old thunks code. |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Douglas Gregor | Make sure to properly track the anonymous namespace... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Anders Carlsson | Flip the switch and use the new vtable layout code... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Anders Carlsson | Add CodeGenFunction::GenerateThunk and implement it. |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Anders Carlsson | Minor cleanup. |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Anders Carlsson | Remove parts of virt.cpp |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Douglas Gregor | Implement computation of the final overriders for each... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Fariborz Jahanian | Add some missing files to xcode project |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Rafael Espindola | revert 99311. Looks like it broke darwin bootstrap. |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Ted Kremenek | Improve diagnostic for @property/ivar type mismatch... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Rafael Espindola | Avoid producing implicit methods when we have a explici... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Fariborz Jahanian | Code gen for compound assignment of complex |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Anders Carlsson | More work on thunks - don't assert if there's a variabl... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Fariborz Jahanian | Patch to implement code gen. use of compound assignent on |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Anders Carlsson | More thunks scaffolding. |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Anders Carlsson | More work on thunks. |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Douglas Gregor | When recovering from a qualified typedef name, don... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Anders Carlsson | Move ThunkInfo as well. |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Anders Carlsson | Move ReturnAdjustment and ThisAdjustment out into CGVta... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Duncan Sands | Ignore a more comprehensive set of gcc-special format... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Zhongxing Xu | Bind the constructed object value to CXXConstructExpr. |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Zhongxing Xu | update CMakeLists.txt |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Zhongxing Xu | Clear the return expr GDM after using it. |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Zhongxing Xu | Add a AggExprVisitor class. It contains lots of boiler |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Anders Carlsson | Use the canonical destructor, which fixes the self... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Zhongxing Xu | merge line. |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Daniel Dunbar | Frontend: Don't free the CompilerInstance or FrontendAc... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Daniel Dunbar | PPCallbacks: Add hook for reaching the end of the main... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Zhongxing Xu | Since we now may have basicblocks with the same block... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Anders Carlsson | Baby steps towards making thunks be emitted from the... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Anders Carlsson | Some renames. |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Anders Carlsson | Always emit associated thunks when emitting the functio... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Anders Carlsson | Rename MaybeEmitVtable to EmitVTableRelatedData in... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Anders Carlsson | Rename CGVtableInfo to CodeGenVTables in preparation... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Ted Kremenek | For forward-declared static inline functions, delay... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Ted Kremenek | Tweak null dereference diagnostics to give clearer... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Ted Kremenek | Only perform CFG-based warnings on 'static inline'... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Fariborz Jahanian | Set the relevent attributes declared in class extension |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Rafael Espindola | A fixed version of r99174 which also includes a test... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Ted Kremenek | Disable the emission of frontend warnings (not errors... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Ted Kremenek | Improve the diagnostics for the UndefinedAssignmentChec... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Douglas Gregor | Comment the reasons for the strange little dance we... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Chris Lattner | (re)implement PR6542, accepting and discarding the... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Chris Lattner | merge some tests. |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Chris Lattner | rename test |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Fariborz Jahanian | Diagnose miuse of property dot-syntax instead of crashing. |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Chris Lattner | merge two tests. |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Chris Lattner | rename test. |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Chris Lattner | revert r98661, gcc_tdiag is not an attribute (PR6542). |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Chris Lattner | move a test to a more appropriate directory |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Anders Carlsson | More work on thunks; almost there now. |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Fariborz Jahanian | Fixes access rues for ivars declared in class |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Chris Lattner | hopefully fix this on non-sse2 hosts. Shouldn't an... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Fariborz Jahanian | Test for my last patch. |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Fariborz Jahanian | More clean up of ivars which are either in class extens... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Kovarththanan... | Sort calls to add_clang_library() |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Chris Lattner | fix PR6658: inline isn't a keyword in C89 mode, use... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Rafael Espindola | revert r99174. It caused PR6677. Will try to debug... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Anders Carlsson | Add less than operators to ThisAdjustment, ReturnAdjust... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Anders Carlsson | Improve dumping of thunks. |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Douglas Gregor | Use the cursor's ASTContext rather than the ASTContext... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Douglas Gregor | Fix a thinko and a typo in the delayed-diagnostic code. |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Anders Carlsson | We want to add all thunks, not just 'this' adjustment... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Kovarththanan... | Use DEFINE_SYMBOL property to control dllexport/dllimport |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Douglas Gregor | Introduce the notion of a single "delayed" diagnostic... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Rafael Espindola | When handling a TSK_ExplicitInstantiationDefinition... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
John McCall | -Wshadow should only warn about parameter declarations... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Chandler Carruth | Add very limited support for GCC's '-B' flag. This... |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Rafael Espindola | Fix PR6618. |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Douglas Gregor | Keep track of the size/modification time of each file... |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Anders Carlsson | AddThunk should take a const reference. |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Rafael Espindola | Fix PR6648 by not creating a temporary with the type... |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Ted Kremenek | Delete the new visitor if an old one already exists. |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Daniel Dunbar | tests: Mangle '-vg' onto the end of the triple when... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Ted Kremenek | Don't bother running the analysis for CFG-based warning... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Ted Kremenek | Refactor CFG-based warnings in Sema to be run by a... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
David Chisnall | Fixed synthesizing properties declared in properties... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Ted Kremenek | Reapply r99024 (but with the memory issue now fixed). |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Ted Kremenek | Check if a BugReporterVisitor has already been added... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Ted Kremenek | Fix use-of-invalid-memory found by Valgrind and Windows... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Daniel Dunbar | Driver: Fix thinkos that prevented Clang from picking... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Daniel Dunbar | Driver: Support CC_PRINT_OPTIONS, used for logging... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Daniel Dunbar | Driver: Fix -### to quote shell special characters... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Eric Christopher | Add sse4.2 support to this test. |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Eric Christopher | Add sse4.2 header and builtin support. |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Daniel Dunbar | IRgen: Wrap atomic intrinsics with memory barriers... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Daniel Dunbar | Evaluate: Fix a subtle bug in the pointer evaluator... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Daniel Dunbar | Driver: Fix a number of -fapple-kext issues: |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Daniel Dunbar | Revert r99024, "Augment path diagnostics to include... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Daniel Dunbar | C++: Add support for -fno-use-cxa-atexit. |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Daniel Dunbar | IRgen: Inline GenerateCXXGlobal[VarDecl]InitFunc into... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
John McCall | Implement -Wshadow for parameter declarations as well. |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Eric Christopher | Add a newline at the end of the file. |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Eric Christopher | For legacy compatibility add a varargs.h header. |
commit | commitdiff | tree | snapshot |
next |