2009-03-17 |
Daniel Dunbar | Driver: Pass Driver reference down into Host info,... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Daniel Dunbar | Driver: Fix typo ArgList destructor. |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Ted Kremenek | retain/release checker: Add support for reasoning about... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Douglas Gregor | Implement instantiation of enums within class templates... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Daniel Dunbar | Driver: Hide HostInfo implementations. |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Daniel Dunbar | Driver: Add two option form of ArgList::getLastArg. |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Daniel Dunbar | Driver: Add logic for computing where to put job output... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Daniel Dunbar | Driver: Add list of temporary and result files to Compi... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Daniel Dunbar | Add ArgList::MakeArgString and make ArgList::Make*... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Gabor Greif | typo |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Anders Carlsson | Initialize the cleanup.dst variable if necessary. Fixes... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Anders Carlsson | We want to grep the output, not the input :-) |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Daniel Dunbar | Fix unused variable warning in -Asserts mode. |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Anders Carlsson | Handle ImplicitCastExprs when instantiating templates. |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Devang Patel | Fix struct field's debug info. |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Douglas Gregor | Fix a problem noticed by Anders, where we were creating |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Sebastian Redl | Almost complete implementation of rvalue references... |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Douglas Gregor | Build system changes to use TableGen to generate the... |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Chris Lattner | some updates, Daniel points out that this is woefully... |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Chris Lattner | simplify this code by reading the decision from LangOpt... |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Anders Carlsson | Check signedness of bitfield sizes. |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Anders Carlsson | We support static_assert. |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Daniel Dunbar | Driver: Implement majority tool binding logic. |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Daniel Dunbar | Driver: Migrate some data into the Compilation; after... |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Daniel Dunbar | Driver: Sketch Tool and ToolChain classes. |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Daniel Dunbar | Driver: Include Casting header definitions in a few... |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Sebastian Redl | Parser support for rvalue references. |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Anders Carlsson | (Hopefully) instantiate dependent array types correctly. |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Anders Carlsson | Handle static_asserts when instantiating structs. |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Anders Carlsson | Add the ability to clone integer and string literals... |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Sebastian Redl | Convert a bunch of actions to smart pointers, and also... |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Douglas Gregor | Fix bitfield-instantiation ownership bug noticed by... |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Anders Carlsson | Make sure to release the expressions. |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Sebastian Redl | Keep diagnostic td in sync with r67015. |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Daniel Dunbar | Add note on theoretical IRgen improvement. |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Daniel Dunbar | Remove a FIXME. |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Daniel Dunbar | Fix comment typo. |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Daniel Dunbar | Only intptr_t is protected by __intptr_t_defined. |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Daniel Dunbar | Driver: Typo fix. |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Daniel Dunbar | Driver: claim input arguments when building phases. |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Daniel Dunbar | Driver: Start warning about unused arguments. |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Daniel Dunbar | Driver: Update ArgList::{hasArg,getLastArg} to optional... |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Daniel Dunbar | Don't accept '$' in identifiers in assembler-with-cpp... |
commit | commitdiff | tree | snapshot |
2009-03-14 |
Sebastian Redl | Revert the switch to the tablegen diags. It fails for... |
commit | commitdiff | tree | snapshot |
2009-03-14 |
Sebastian Redl | Switch diagnostics from .def to tablegen files. Please... |
commit | commitdiff | tree | snapshot |
2009-03-14 |
Sebastian Redl | Update tablegen diagnostic files to be in sync with... |
commit | commitdiff | tree | snapshot |
2009-03-14 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2009-03-14 |
Anders Carlsson | Handle dependent types/exprs in static_assert expressions. |
commit | commitdiff | tree | snapshot |
2009-03-14 |
Ted Kremenek | Remove dead DeclarationName constructors that involving... |
commit | commitdiff | tree | snapshot |
2009-03-14 |
Anders Carlsson | More static_assert work. Check that the assert expr... |
commit | commitdiff | tree | snapshot |
2009-03-14 |
Douglas Gregor | Check for overflow and signedness problems with template |
commit | commitdiff | tree | snapshot |
2009-03-14 |
Ted Kremenek | Make Selector::getIdentifierInfo() private. I took... |
commit | commitdiff | tree | snapshot |
2009-03-14 |
Daniel Dunbar | Don't run simplify lib calls with -ffreestanding (fix... |
commit | commitdiff | tree | snapshot |
2009-03-14 |
Douglas Gregor | Make sure that the canonical representation of integral... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Douglas Gregor | Implement template instantiation for the prefix unary... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Daniel Dunbar | Driver: Add types::{isAcceptedByClang,isCXX} predicates. |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Daniel Dunbar | Driver: Add simple Job classes, simple wrappers for... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Mike Stump | Do up codegen for function static data and externs... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Anders Carlsson | Pass more sane arguments to ActOnStaticAssertDeclaration |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Daniel Dunbar | Driver: Action vtables were still hungry. |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Ted Kremenek | BlockDecl::Destroy now deallocates BlockDecl's array... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Daniel Dunbar | Driver: Provide food and shelter for Action vtables. |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Daniel Dunbar | Force triple for a couple test cases. |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Chris Lattner | wire up a new -fno-builtin option, make it control... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Ted Kremenek | Include component warning TableGen files in Diagnostic.td. |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Daniel Dunbar | Driver: Sprinkle some consts in, stub out BuildJobs... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Daniel Dunbar | Update test. |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Chris Lattner | add a testcase for recursion through blocks pointers... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Chris Lattner | fix PR3798 by ignoring all diagnostics generated while... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Chris Lattner | make Preprocessor::Diags be a pointer instead of a... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Chris Lattner | use accessor instead of poking ivar directly |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Douglas Gregor | Devious test-case involved overload resolution and... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Daniel Dunbar | Driver: Desensitize test to location of input. |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Douglas Gregor | Implement template instantiation for several more kinds... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Ted Kremenek | Fix typo. |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Ted Kremenek | Add missing ';'. |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Daniel Dunbar | Driver: Test pipelining for universal builds. |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Fariborz Jahanian | Fix a bug in building function pointer type |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Daniel Dunbar | Driver: For universal builds, handle archs in the order... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Daniel Dunbar | ccc: Handle limited forms of -ccc-host-triple for testing |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Ted Kremenek | Fix PR 3677 [retain checker]: custom 'allocWithZone... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Mike Stump | Remove FIXME, issue has been resolved. |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Douglas Gregor | Remove an already-fixed FIXME |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Douglas Gregor | Refactor the way we handle operator overloading and... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Daniel Dunbar | ccc/Driver: Forward -fheinous-gnu-extensions to clang. |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Daniel Dunbar | Driver: Fix '-x none' handling. |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Daniel Dunbar | ccc/Driver: Normalize phase spelling in -ccc-print... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Daniel Dunbar | Driver: Some minor bug fixes. |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Chris Lattner | introduce a new -fheinous-gnu-extensions flag that... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Chris Lattner | add a helper function to strip noop casts. |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Daniel Dunbar | Driver: Fix think in ArgList::MakeIndex. |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Daniel Dunbar | Driver: Return 0 from BuildCompilation on -ccc-print... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Daniel Dunbar | Driver: Print -ccc-print-phases on stderr. |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Ted Kremenek | Fix typo. |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Steve Naroff | Fix <rdar://problem/6675489> BlockDecl should not use... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Ted Kremenek | Add a hack in the analyzer to recover some path-sensiti... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Steve Naroff | Reimplement fix for <rdar://problem/6451399> problems... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Ted Kremenek | Updated comment. |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Steve Naroff | Remove ActiveScope (revert http://llvm.org/viewvc/llvm... |
commit | commitdiff | tree | snapshot |
next |