2009-09-10 |
Daniel Dunbar | Add a check that -static is not used with -dynamic... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Daniel Dunbar | Factor out CheckPreprocessing options to share between... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Daniel Dunbar | Recognize and ignore -Woverloaded-virtual. |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Daniel Dunbar | Fix dependencies for DiagnosticGroups.td. |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Douglas Gregor | When re-entering a template scope, we may be entering... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Douglas Gregor | Don't bother to perform any initialization for a variab... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Douglas Gregor | For a C++ delete expression where the operand is of... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Anders Carlsson | Use the right GlobalDecl type for destructors. |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Douglas Gregor | Improve handling of initialization by constructor,... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Daniel Dunbar | Improve Darwin argument translation to match what the... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Daniel Dunbar | Move Clang X86 cpu/feature argument translation into... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Daniel Dunbar | Change Get{File,Program}Path to return an std::string... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Daniel Dunbar | Remove gratuitous use of c_str(). |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Daniel Dunbar | Use Twine concatenation instead of llvm::format. |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Daniel Dunbar | Simplify. |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Daniel Dunbar | StringRefize ArgList construction of ArgStrings. |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Daniel Dunbar | Suppress build warning. |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Anders Carlsson | If a cast expression needs either a conversion function... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Ted Kremenek | Implement: <rdar://problem/7185647> [RegionStore]... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Fariborz Jahanian | Status update related to code gen for type conversion |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Daniel Dunbar | Use AddDarwinArch for passing arch name to assembler. |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Daniel Dunbar | Add DarwinTool base class for all Darwin tools, and... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Daniel Dunbar | Push bound architecture name into TranslateArgs. |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Daniel Dunbar | Push bound architecture name into Compilation::getArgsF... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Mike Stump | Remove tabs, and whitespace cleanups. |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Mike Stump | Remove tab characters. |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Mike Stump | Reflow comments and some minor whitespace fixups. |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Douglas Gregor | Fix a thinko |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Anders Carlsson | Make BuildByRefType take a ValueDecl instead of a QualT... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Douglas Gregor | Allow a declaration of an array to complete a prior... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Douglas Gregor | Initial stab at implement dependent member references... |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Fariborz Jahanian | More objc GC's API work for array of pointers declared |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Daniel Dunbar | Change Darwin toolchain lookup to use llvm::Triple. |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Daniel Dunbar | Validate arguments to -arch. |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Daniel Dunbar | Rename HostInfo::getToolChain to HostInfo::CreateToolCh... |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Daniel Dunbar | Delete trailing whitespace. |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Daniel Dunbar | Simplify. |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Daniel Dunbar | Fix ShouldUseClangCompiler to use llvm::Triple. |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Daniel Dunbar | Tweak & reflow comments, and delete trailing whitespace. |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Douglas Gregor | Make sure to access APValue's data via a char array... |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Fariborz Jahanian | Fixes a regression in generating objc's GC API |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Chris Lattner | convert this to filecheck, hopefully it will fix PR4888... |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Anders Carlsson | Vastly improve PredefinedExpr output, both in Sema... |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Chris Lattner | Fix PR4922, where Sema would complete tentative definit... |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Chris Lattner | reduce indentation. |
commit | commitdiff | tree | snapshot |
2009-09-08 |
John McCall | Support templateids in friend declarations. Fixes... |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Daniel Dunbar | Support running tests using the new 'lit', via 'make... |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Daniel Dunbar | Remove FIXMEs for pedantically-gcc-bug-compatible behavior. |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Anders Carlsson | Handle variadic constructors better. Share code between... |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Anders Carlsson | Clean up the CXXConstructExpr constructor, add Arg... |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Chris Lattner | reject returning a block expr even when it has parens... |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Daniel Dunbar | Remove trailing whitespace. |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Anders Carlsson | BuildCXXConstructExpr now takes a MultiExprArg. |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Anders Carlsson | Check that the destination type of a static_cast expres... |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Benjamin Kramer | More <sstream> removal. |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Benjamin Kramer | Remove unnecessary #include <sstream>. |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Mike Stump | Refine vcall offsets. Cleanups. WIP. |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Daniel Dunbar | Use a SetVector for tracking some Obj-C metadata, to... |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Fariborz Jahanian | Test for generation of objc_assign_strongCast in a... |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Anders Carlsson | Reapply 81096, now with a fix. Spot the bug: |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Daniel Dunbar | Revert "Initialize default CXXConstructExpr arguments... |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Daniel Dunbar | lit: Set requireAndAnd config variable (currently unused). |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Anders Carlsson | Initialize default CXXConstructExpr arguments to 0... |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Ted Kremenek | Fix buffer overflow reported in PR 4903. |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Mike Stump | Refine overrides and thunks for virtual bases. Cleanup... |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Benjamin Kramer | Replace some instances of std::string with StringRefs. |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Mike Stump | Cleanup. |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Mike Stump | Cleanups. |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Mike Stump | Cleanups. |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Mike Stump | Cleanups. |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Mike Stump | Cleanups. |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Mike Stump | Cleanups. |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Mike Stump | Cleanups. |
commit | commitdiff | tree | snapshot |
2009-09-05 |
John McCall | Overhaul the mangler to use a visitor pattern, at least... |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Mike Stump | Cleanups. WIP. |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Anders Carlsson | Pass the ConstructLoc to BuildCXXConstructExpr. |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Mike Stump | Install thunks later to fixup overrides. Track space... |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Zhongxing Xu | pass the correct predecessor node. |
commit | commitdiff | tree | snapshot |
2009-09-05 |
John McCall | Start emitting ElaboratedTypes in C++ mode. Support... |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Zhongxing Xu | Do not call FlushReports() in GRBugReporter's dtor... |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Anders Carlsson | Report errors for member functions correctly. |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Anders Carlsson | Use a separate diagnostic for default function argument... |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Zhongxing Xu | Refactor builtin function evaluation code into its... |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Daniel Dunbar | Add missing include. |
commit | commitdiff | tree | snapshot |
2009-09-05 |
John McCall | Basic support for representing elaborated type specifiers |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Douglas Gregor | Improve the AST representation and semantic analysis... |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Douglas Gregor | Don't generate any code for an explicit call to a trivi... |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Mike Stump | Cleanup. |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Daniel Dunbar | Merge libgcc spec changes for darwin::Link::ConstructJob. |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Daniel Dunbar | Tweak darwin::Link::AddLinkArgs. |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Daniel Dunbar | Implement darwin::Link::AddDarwinArch for ARM. |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Daniel Dunbar | Darwin: Pass -iphoneos-version-min to ld when building... |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Daniel Dunbar | Also compare stdout and stderr lines. |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Daniel Dunbar | Add -ccc-install-dir option for faking installation... |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Daniel Dunbar | Rename Darwin_X86 toolchain to just Darwin, this can... |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Douglas Gregor | If a destructor is referenced or a pseudo-destructor... |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Mike Stump | Add overidding for methods for vtable building for... |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Daniel Dunbar | Use llvm::sys::getHostTriple, not LLVM_HOSTTRIPLE. |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Daniel Dunbar | Make CmpDriver less stupid. |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Daniel Dunbar | Support 'make test TESTSUITE=CodeGen', etc. |
commit | commitdiff | tree | snapshot |
next |