Age | Commit message (Expand) | Author |
2011-12-12 | When we have an umbrella directory in a module map, recursively walk | Douglas Gregor |
2011-12-08 | Implement umbrella directories for modules, which are similar to | Douglas Gregor |
2011-12-08 | Within the module representation, generalize the notion of an umbrella | Douglas Gregor |
2011-12-06 | When building the main file to parse given a module map, don't skip | Douglas Gregor |
2011-11-30 | Promote ModuleMap::Module to a namespace-scope class in the Basic | Douglas Gregor |
2011-11-30 | When writing a module file, pass the module through to the AST | Douglas Gregor |
2011-11-29 | Eliminate the -emit-module option, which emitted a module by parsing a | Douglas Gregor |
2011-11-16 | When building a module from a module map that isn't simply an umbrella | Douglas Gregor |
2011-11-16 | Switch some more of the modules tests over to "-emit-module-from-map", | Douglas Gregor |
2011-11-16 | Add support for building a module from a module map to the -cc1 | Douglas Gregor |
2011-11-15 | Revert r144703. It was a dumb idea anyway; will add the new bits more | Douglas Gregor |
2011-11-15 | Split GenerateModuleAction into its own action, which will start | Douglas Gregor |
2011-09-23 | Don't translate CRLF files into LF files. Fixes PR6870, from Aaron Ballman! | Douglas Gregor |
2011-09-01 | Modules hide macro definitions by default, so that silly things like | Douglas Gregor |
2011-08-25 | Remove the Chaining argument from the PCH/module generator. It's no longer used | Douglas Gregor |
2011-08-25 | Introduce a -cc1 option "-emit-module", that creates a binary module | Douglas Gregor |
2011-08-25 | Make Lexer::ComputePreamble accept a LangOptions parameter, otherwise it may be | Argyrios Kyrtzidis |
2011-07-28 | Cut down the number of open/close system calls for output files. | Argyrios Kyrtzidis |
2011-07-23 | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner |
2011-07-22 | Switch all of the "isysroot" const char*'s throughout the AST reader | Douglas Gregor |
2011-03-07 | Remove the AST printer (-ast-print-xml), which is too incomplete and | Douglas Gregor |
2011-02-17 | Eliminate the internal command-line option for viewing inheritance in C++ cla... | Douglas Gregor |
2011-02-15 | Allow resolving headers from a PCH even after headers+PCH were moved to anoth... | Argyrios Kyrtzidis |
2011-01-31 | libclang: Don't allow RemoveFileOnSignal to be called via libclang, badness can | Daniel Dunbar |
2010-12-01 | Driver, Frontend: add CUDA language support | Peter Collingbourne |
2010-11-24 | Add -cc1 -ast-dump-xml, an excessively detailed XML dump of the internals | John McCall |
2010-11-23 | now the FileManager has a FileSystemOpts ivar, stop threading | Chris Lattner |
2010-11-03 | Implement -working-directory. | Argyrios Kyrtzidis |
2010-08-18 | Rename PCHWriter.h to ASTWriter.h | Sebastian Redl |
2010-08-17 | Reintroduce the serialization library, with fixed dependencies. | Sebastian Redl |
2010-08-17 | Revert Sebastian's build-breaking patch. | Douglas Gregor |
2010-08-17 | Create a new Serialization module that contains all the PCH code, and will co... | Sebastian Redl |
2010-08-17 | Fix a typo in a diag name. | Sebastian Redl |
2010-08-03 | Reshuffle the PCH generator action and consumer, so that we can re-use | Douglas Gregor |
2010-07-30 | Make macro weirdness in chained PCH work. This required changing the way PCHR... | Sebastian Redl |
2010-07-26 | Introduce basic support for loading a precompiled preamble while | Douglas Gregor |
2010-07-26 | Eliminate the "minimal" and printing parser actions, which only ever | Douglas Gregor |
2010-07-20 | Introduce a new lexer function to compute the "preamble" of a file, | Douglas Gregor |
2010-07-14 | Add a callback interface that allows interested parties to get notified whene... | Sebastian Redl |
2010-07-13 | Modify the pragma handlers to accept and use StringRefs instead of Identifier... | Argyrios Kyrtzidis |
2010-07-09 | Really respect -chained-pch. | Sebastian Redl |
2010-07-09 | Add a frontend option -chained-pch and don't pass an active PCH reader to the... | Sebastian Redl |
2010-07-08 | Some preparatory work for chained PCH. No functionality change. | Sebastian Redl |
2010-06-15 | Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library... | Daniel Dunbar |
2010-06-11 | Preprocessor: Ignore unknown pragmas in -E -dM and -Eonly modes. | Daniel Dunbar |
2010-04-24 | Teach clang -fixit to modify files in-place, or -fixit=suffix to create new | Nick Lewycky |
2010-04-20 | push some source location information down through the compiler, | Chris Lattner |
2010-04-15 | Teach -fixit to modify all of its inputs instead of just the main file, unless | Nick Lewycky |
2010-04-08 | Fronted: Kill overly specialized RecordLayoutDumper, just make -dump-record-l... | Daniel Dunbar |
2010-04-07 | rename llvm::llvm_report_error -> llvm::report_fatal_error | Chris Lattner |