- a393e9e Build system changes to use TableGen to generate the various by Douglas Gregor · 16 years ago
- 8c84417 some updates, Daniel points out that this is woefully out of date. by Chris Lattner · 16 years ago
- 7afae71 simplify this code by reading the decision from LangOptions instead by Chris Lattner · 16 years ago
- f257b61 Check signedness of bitfield sizes. by Anders Carlsson · 16 years ago
- c31a0ce We support static_assert. by Anders Carlsson · 16 years ago
- f353c8c Driver: Implement majority tool binding logic. by Daniel Dunbar · 16 years ago
- 586dc23 Driver: Migrate some data into the Compilation; after pipelining by Daniel Dunbar · 16 years ago
- 2ba38ba Driver: Sketch Tool and ToolChain classes. by Daniel Dunbar · 16 years ago
- a1ead48 Driver: Include Casting header definitions in a few places, add by Daniel Dunbar · 16 years ago
- 05532f2 Parser support for rvalue references. by Sebastian Redl · 16 years ago
- 76b1c84 (Hopefully) instantiate dependent array types correctly. by Anders Carlsson · 16 years ago
- 94b15fb Handle static_asserts when instantiating structs. by Anders Carlsson · 16 years ago
- a135fb4 Add the ability to clone integer and string literals. Use it when instantiating template expressions. by Anders Carlsson · 16 years ago
- f53597f Convert a bunch of actions to smart pointers, and also bring PrintParserCallbacks a bit more in line with reality. by Sebastian Redl · 16 years ago
- 3e287c2 Fix bitfield-instantiation ownership bug noticed by Anders by Douglas Gregor · 16 years ago
- 77d8142 Make sure to release the expressions. by Anders Carlsson · 16 years ago
- 8afc3da Keep diagnostic td in sync with r67015. by Sebastian Redl · 16 years ago
- c8a7952 Add note on theoretical IRgen improvement. by Daniel Dunbar · 16 years ago
- 73f697f Remove a FIXME. by Daniel Dunbar · 16 years ago
- 4abaed0 Fix comment typo. by Daniel Dunbar · 16 years ago
- cf117d3 Only intptr_t is protected by __intptr_t_defined. by Daniel Dunbar · 16 years ago
- 2234768 Driver: Typo fix. by Daniel Dunbar · 16 years ago
- 411f2e4 Driver: claim input arguments when building phases. by Daniel Dunbar · 16 years ago
- 8d2554a Driver: Start warning about unused arguments. by Daniel Dunbar · 16 years ago
- 8022fd4 Driver: Update ArgList::{hasArg,getLastArg} to optionally claim the by Daniel Dunbar · 16 years ago
- 85c4910 Don't accept '$' in identifiers in assembler-with-cpp mode. by Daniel Dunbar · 16 years ago
- e89b6b2 Revert the switch to the tablegen diags. It fails for seperate objdir builds and cmake builds, and I have no clue what to do about it. Revisit this after someone with a clue about the build systems has looked at it. by Sebastian Redl · 16 years ago
- 3801d71 Switch diagnostics from .def to tablegen files. Please validate the Windows build. by Sebastian Redl · 16 years ago
- f4dc83c Update tablegen diagnostic files to be in sync with the def files. by Sebastian Redl · 16 years ago
- 27c0ccb Update checker build. by Ted Kremenek · 16 years ago
- c308241 Handle dependent types/exprs in static_assert expressions. by Anders Carlsson · 16 years ago
- 3eb8dd7 Remove dead DeclarationName constructors that involving knowing about the by Ted Kremenek · 16 years ago
- fb31176 More static_assert work. Check that the assert expr is valid and show an error if it's false. Create the declaration and add it to the current context. by Anders Carlsson · 16 years ago
- f80a9d5 Check for overflow and signedness problems with template by Douglas Gregor · 16 years ago
- 8af2c16 Make Selector::getIdentifierInfo() private. I took a first attempt at this last by Ted Kremenek · 16 years ago
- 0ddcd14 Don't run simplify lib calls with -ffreestanding (fix for already by Daniel Dunbar · 16 years ago
- 5b0f752 Make sure that the canonical representation of integral template arguments uses the bitwidth and signedness of the template parameter by Douglas Gregor · 16 years ago
- bc736fc Implement template instantiation for the prefix unary operators. As by Douglas Gregor · 16 years ago
- 4db938c Driver: Add types::{isAcceptedByClang,isCXX} predicates. by Daniel Dunbar · 16 years ago
- 789e220 Driver: Add simple Job classes, simple wrappers for information about by Daniel Dunbar · 16 years ago
- 7f28a9c Do up codegen for function static data and externs in functions in block by Mike Stump · 16 years ago
- ad5f960 Pass more sane arguments to ActOnStaticAssertDeclaration by Anders Carlsson · 16 years ago
- 0c3f599 Driver: Action vtables were still hungry. by Daniel Dunbar · 16 years ago
- 879d27a BlockDecl::Destroy now deallocates BlockDecl's array of ParmVarDecl*. by Ted Kremenek · 16 years ago
- f40ed17 Driver: Provide food and shelter for Action vtables. by Daniel Dunbar · 16 years ago
- 0d794b2 Force triple for a couple test cases. by Daniel Dunbar · 16 years ago
- 7644f07 wire up a new -fno-builtin option, make it control things like simplifylibcalls, by Chris Lattner · 16 years ago
- 0527bcc Include component warning TableGen files in Diagnostic.td. by Ted Kremenek · 16 years ago
- 57b704d Driver: Sprinkle some consts in, stub out BuildJobs method. by Daniel Dunbar · 16 years ago
- 159715f Update test. by Daniel Dunbar · 16 years ago
- a66b4df add a testcase for recursion through blocks pointers, rdar://6676764. by Chris Lattner · 16 years ago
- 7c175fb fix PR3798 by ignoring all diagnostics generated while repreprocessing a file in rewrite macros. by Chris Lattner · 16 years ago
- 836040f make Preprocessor::Diags be a pointer instead of a reference. by Chris Lattner · 16 years ago
- 7f549df use accessor instead of poking ivar directly by Chris Lattner · 16 years ago
- 940bd83 Devious test-case involved overload resolution and ADL during template instantiation. by Douglas Gregor · 16 years ago
- 73bf6a9 Driver: Desensitize test to location of input. by Daniel Dunbar · 16 years ago
- ba49817 Implement template instantiation for several more kinds of expressions: by Douglas Gregor · 16 years ago
- e8463ef Fix typo. by Ted Kremenek · 16 years ago
- 88ef4c4 Add missing ';'. by Ted Kremenek · 16 years ago
- 83df91b Driver: Test pipelining for universal builds. by Daniel Dunbar · 16 years ago
- 209bb43 Fix a bug in building function pointer type corresponding to block pointer. by Fariborz Jahanian · 16 years ago
- 1368954 Driver: For universal builds, handle archs in the order they were seen. by Daniel Dunbar · 16 years ago
- f1a624f ccc: Handle limited forms of -ccc-host-triple for testing by Daniel Dunbar · 16 years ago
- 8be2a67 Fix PR 3677 [retain checker]: custom 'allocWithZone' methods should be allowed by Ted Kremenek · 16 years ago
- 9d25423 Remove FIXME, issue has been resolved. by Mike Stump · 16 years ago
- f61d231 Update checker build. by Ted Kremenek · 16 years ago
- 1d65fa7 Remove an already-fixed FIXME by Douglas Gregor · 16 years ago
- 063daf6 Refactor the way we handle operator overloading and template by Douglas Gregor · 16 years ago
- 13135a6 ccc/Driver: Forward -fheinous-gnu-extensions to clang. by Daniel Dunbar · 16 years ago
- 83dd21f Driver: Fix '-x none' handling. by Daniel Dunbar · 16 years ago
- 2093335 ccc/Driver: Normalize phase spelling in -ccc-print-phases. by Daniel Dunbar · 16 years ago
- 3dbd6c5 Driver: Some minor bug fixes. by Daniel Dunbar · 16 years ago
- 810f6d5 introduce a new -fheinous-gnu-extensions flag that enables really by Chris Lattner · 16 years ago
- ecdd841 add a helper function to strip noop casts. by Chris Lattner · 16 years ago
- c0dfd53 Driver: Fix think in ArgList::MakeIndex. by Daniel Dunbar · 16 years ago
- ab83543 Driver: Return 0 from BuildCompilation on -ccc-print-phases, -ccc-print-options. by Daniel Dunbar · 16 years ago
- b269c32 Driver: Print -ccc-print-phases on stderr. by Daniel Dunbar · 16 years ago
- 36c2338 Fix typo. by Ted Kremenek · 16 years ago
- e78b809 Fix <rdar://problem/6675489> BlockDecl should not use llvm::smallvector. by Steve Naroff · 16 years ago
- 6ae8a36 Add a hack in the analyzer to recover some path-sensitivity at branch by Ted Kremenek · 16 years ago
- d8eb456 Reimplement fix for <rdar://problem/6451399> problems with labels and blocks. by Steve Naroff · 16 years ago
- 1060a3c Updated comment. by Ted Kremenek · 16 years ago
- caaacec Remove ActiveScope (revert http://llvm.org/viewvc/llvm-project?view=rev&revision=65694 and http://llvm.org/viewvc/llvm-project?view=rev&revision=66741). by Steve Naroff · 16 years ago
- 610e81d Fix failure reported by Sebastian of test/Analysis/ptr-arith.c when the target by Ted Kremenek · 16 years ago
- ef52738 Split get_involved into Get Involved and Open Projects pages by Douglas Gregor · 16 years ago
- a88162c Driver: Fix thinko in Darwin host identification. by Daniel Dunbar · 16 years ago
- ba10213 Driver: Support -ccc-print-phases. by Daniel Dunbar · 16 years ago
- 85da007 Driver: Add cast<> support for Action, and some other accessors. by Daniel Dunbar · 16 years ago
- 26308ba ccc: Don't print the arch for every action when printing phases. by Daniel Dunbar · 16 years ago
- ad2a9af Driver: Complete "pipelining" (building the list of abstract actions by Daniel Dunbar · 16 years ago
- 3279575 support cmake by Gabor Greif · 16 years ago
- 3de1e7c Driver: Make phase names nouns not verbs. by Daniel Dunbar · 16 years ago
- 7ab25d5 Driver: Add remaining Action classes we need. by Daniel Dunbar · 16 years ago
- c1b5fa8 Driver: Add types::getNumCompilationPhases, getCompilationPhase to by Daniel Dunbar · 16 years ago
- b1efcd8 Driver: Pull Phase info into separate file. by Daniel Dunbar · 16 years ago
- 3bf8224 ccc/Driver: Forward -fprint-source-range-info to clang. by Daniel Dunbar · 16 years ago
- 1fbee5d implement a new -fprint-source-range-info option, which by Chris Lattner · 16 years ago
- 668ab1a fix typo by Chris Lattner · 16 years ago
- 4139340 Driver: Ignore empty arguments. by Daniel Dunbar · 16 years ago
- cb88167 Driver: Handle "immediate" options. by Daniel Dunbar · 16 years ago