2010-03-14 |
Anton Korobeynikov | Fix thinko and enable clang build on mingw again (hopef... |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Kovarththanan... | Add EmitString helper method |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Kovarththanan... | Unbreak last commit. This should have been part of... |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Kovarththanan... | Pass file string by reference |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Kovarththanan... | Path related cleanup. Remove unnecessary variables. |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Kovarththanan... | Use makeAbsolute() |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Kovarththanan... | Move to anonymous namespace |
commit | commitdiff | tree | snapshot |
2010-03-13 |
David Chisnall | Fixed copy-and-paste error causing categories to contai... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Benjamin Kramer | Revert 98439. There is a bad race condition in sys... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Rafael Espindola | Add missing space. |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Douglas Gregor | Give explicit template instantiations weak ODR linkage... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Rafael Espindola | Fix PR6562. If a type is dependent, we don't know if... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Benjamin Kramer | Make getTemporaryPath a static member of CIndexer and... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Benjamin Kramer | Use raw_ostream instead of sprintf. |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Benjamin Kramer | Simplify code. |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Kovarththanan... | Use SmallString instead of SmallVector |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Kovarththanan... | No need to call setIdentifierInfo() after LookUpIdentif... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Douglas Gregor | Re-revert the explicit template instantiation linkage... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Douglas Gregor | Reinstate patch to turn explicit template instantiation... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Ted Kremenek | Implement several CIndex functions for constructing... |
commit | commitdiff | tree | snapshot |
2010-03-12 |
John McCall | Check compatibility of vector types using their canonic... |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Jeffrey Yasskin | Allow users to set CPPFLAGS and CXXFLAGS on the make... |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Ted Kremenek | Use llvm::SmallVector instead of std::vector. |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Fariborz Jahanian | Fix a rare corner case bug which exposed a serious... |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Devang Patel | If main file name is empty then use "<unknown>". |
commit | commitdiff | tree | snapshot |
2010-03-12 |
John McCall | Preserve the inherited-default-argument bit through... |
commit | commitdiff | tree | snapshot |
2010-03-12 |
John McCall | Remember whether a ParmVarDecl was spelled with a defau... |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Ted Kremenek | Fix grammar |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Kovarththanan... | Make IdentifierTable::get(StringRef) "primary" (no... |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Kovarththanan... | Reintroduce r98340 and r98341 now without copy/paste... |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Kovarththanan... | Back out r98340 abd r98341 |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Kovarththanan... | Add IdentifierTable::get() overload and start using it |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Nuno Lopes | fix PR6584: __SSE3__ not defined with -mss3 |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Kovarththanan... | Switch parameter order for consistency (no functionalit... |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Kovarththanan... | Add keywords using StringRef |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Kovarththanan... | Cleanup using StringRef |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Kovarththanan... | Switch over IdentifierInfoLookup to StringRef |
commit | commitdiff | tree | snapshot |
2010-03-12 |
John McCall | Improve the unused-value check to look into comma expre... |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Anders Carlsson | More this adjustment simplification. |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Douglas Gregor | Revert the linkage change for explicit template instant... |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Anders Carlsson | Remove OldOffset. |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Anders Carlsson | Remove debug output. |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Anders Carlsson | Begin simplifying handling of thunks. |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Douglas Gregor | Give explicit template instantiations weak linkage... |
commit | commitdiff | tree | snapshot |
2010-03-12 |
John McCall | Extend the builtin syntax to allow address-space qualif... |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Ted Kremenek | Split Sema::ActOnProperty() into two recursive function... |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Eric Christopher | Add SSE4 packed integer comparisons and corresponding... |
commit | commitdiff | tree | snapshot |
2010-03-12 |
John McCall | Add an extra test to this test-case. |
commit | commitdiff | tree | snapshot |
2010-03-12 |
John McCall | Implement basic support for friend types and functions... |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Ted Kremenek | Fix 80 col violations. |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Ted Kremenek | Move 'ActOn' methods to the beginning of the file |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Ted Kremenek | Update CMake build. |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Ted Kremenek | Split Sema logic for ObjC @property and @synthesize... |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Eric Christopher | Integer array extraction for sse4.1. |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Eric Christopher | Add packed integer array insertion. |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Devang Patel | Keep track of Record context to ensure that record... |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Ted Kremenek | For ivars created using @synthesize, set their DeclCont... |
commit | commitdiff | tree | snapshot |
2010-03-11 |
John McCall | Warn about comparing an unsigned expression with 0... |
commit | commitdiff | tree | snapshot |
2010-03-11 |
John McCall | Remember the PR number. |
commit | commitdiff | tree | snapshot |
2010-03-11 |
John McCall | Implement -Wmissing-field-initializers. Patch by mikem! |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Daniel Dunbar | Use -emit-llvm-only, to avoid leaving a temp around. |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Fariborz Jahanian | Add tentative support for accessing local variables... |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Chris Lattner | fix PR6433, crash on va_arg of typedef. |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Daniel Dunbar | Driver: Free Action objects. |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Daniel Dunbar | Driver: Free synthesized derived arguments. |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Daniel Dunbar | Driver: Free jobs in JobList and PipedJob instances. |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Anders Carlsson | Use the new vtable layout code for computing virtual... |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Rafael Espindola | Correctly mangle address of member in template argument... |
commit | commitdiff | tree | snapshot |
2010-03-11 |
John McCall | Fix a self-host problem caused by this over-eager asser... |
commit | commitdiff | tree | snapshot |
2010-03-11 |
John McCall | Maintain type source information for functions through... |
commit | commitdiff | tree | snapshot |
2010-03-11 |
John McCall | Split C++ friend declarations into their own header... |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Anders Carlsson | Rename getVirtualBaseOffsetIndex to getVirtualBaseOffse... |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Anders Carlsson | When possible, use the vbase offset offsets from the... |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Anders Carlsson | Add a test. |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Anders Carlsson | Keep track of, and dump, vbase offset offsets. |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Anders Carlsson | Fix tests. |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Anders Carlsson | Run the new vtable builder for construction vtables... |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Anders Carlsson | More record layout builder cleanup and simplification. |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Anders Carlsson | Get rid of the PrimaryBase parameter from LayoutVirtual... |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Anders Carlsson | More cleanup towards fixing the real bug. |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Anders Carlsson | Replace the class offset vectors in RecordLayoutBuilder... |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Anders Carlsson | More cleanup. |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Anders Carlsson | More record layout builder cleanup. |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Anders Carlsson | Assert that primary bases always have offset 0. |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Ted Kremenek | Remove unused 'IVars' field from ObjCInterfaceDecl... |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Anders Carlsson | Remove the IndirectPrimary parameter in LayoutVirtualBa... |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Anders Carlsson | More cleanup and simplification of the record layout... |
commit | commitdiff | tree | snapshot |
2010-03-11 |
John McCall | Support PPC-32 DWARF EH intrinisics. Thanks to rdivack... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Chris Lattner | set alignment on static locals properly, patch by Arnau... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Anders Carlsson | Get rid of the LayoutBaseNonVirtually; it was used... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Anders Carlsson | More shuffling. |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Anders Carlsson | Cleanups, no functionality change yet. |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Chris Lattner | add DESTDIR support for clang headers, PR6556. |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Anders Carlsson | Fix calculation of whether a member function needs... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Fariborz Jahanian | Change the 'super' messaging API in the rewriter. |
commit | commitdiff | tree | snapshot |
2010-03-10 |
John McCall | Suppress the tag when printing an ElaboratedType if... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Anders Carlsson | We were mistakenly marking morally virtual bases as... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Anders Carlsson | Ignore non-interesting bases when emitting construction... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Ted Kremenek | Simplify assertion. |
commit | commitdiff | tree | snapshot |
next |