]> granicus.if.org Git - clang/shortlog
clang
2011-09-15 Douglas GregorAdd test case for mutually recursive modules
2011-09-15 Douglas GregorComment what's going on when we compile a module
2011-09-15 Fariborz Jahanianreverse patch in r139818 to focus on 'self'
2011-09-15 Douglas GregorDetect cyclic module dependencies in a manner that...
2011-09-15 Anna Zaks[analyzer] Refactor: make PathDiagnosticLocation respon...
2011-09-15 Douglas GregorEliminate the list of modules from the preprocessor...
2011-09-15 Douglas GregorEliminate the unused -create-module cc1-level option
2011-09-15 Bill WendlingRefactor the load of the exception pointer and the...
2011-09-15 Anna Zaks[analyzer] Refactor: make PathDiagnosticLocation respon...
2011-09-15 Douglas GregorWhen we load the first module, make sure that we wire...
2011-09-15 Fariborz JahanianObjective-c: Conversion from type Class to any root...
2011-09-15 Caitlin SadowskiThread safety: changing naming in error messages based...
2011-09-15 Caitlin SadowskiThread safety: test cases originally from gcc annotalys...
2011-09-15 Argyrios Kyrtzidis[PCH] Overhaul how preprocessed entities are [de]serial...
2011-09-15 Caitlin SadowskiThread safety: cleaning up FIXME for trylocks
2011-09-15 Caitlin SadowskiThread safety: completeing the implementation of shared...
2011-09-15 Caitlin SadowskiThread safety: refactoring various out of scope warning...
2011-09-15 Douglas GregorTeach LangOptions::resetNonModularOptions to actually...
2011-09-15 Justin HolewinskiPTX: Define target options
2011-09-15 John McCallRewrite this loop to use partial destruction; I'm...
2011-09-15 John McCallSorry, that assertion actually already exists.
2011-09-15 John McCallWe don't generate null initializer expressions anymore...
2011-09-15 Anna Zaks[analyzer] Refactor: make PathDiagnosticLocation respon...
2011-09-14 Devang PatelEmit debug info for c++0x nullptr.
2011-09-14 Douglas GregorMake -E work with module imports
2011-09-14 Douglas GregorDon't try to write a macro offset for an identifier...
2011-09-14 Douglas GregorRevert my exported-macro hackery. Something is amiss
2011-09-14 Caitlin SadowskiThread safety: small fixes in comments
2011-09-14 Douglas GregorMake sure that we actually keep the key length and...
2011-09-14 Douglas GregorDisable this test on win32. My "sleep 2" trick didn...
2011-09-14 Douglas GregorDon't try to write a macro offset for an identifier...
2011-09-14 Douglas GregorAdd test for the driver's handling of modules
2011-09-14 Douglas GregorTeach the driver to always pass down a module cache...
2011-09-14 Caitlin SadowskiThread safety: reverting to use separate warning for...
2011-09-14 Caitlin SadowskiThread safety: adding additional documentation to the...
2011-09-14 Caitlin SadowskiThread safety: adding test cases for unparseable lock...
2011-09-14 Kaelyn UhrainPlug an abstraction leak and fix a crasher in DiagnoseI...
2011-09-14 Eli FriedmanPR10864: make sure we correctly delay type-checking...
2011-09-14 Fariborz JahanianUse a group for a diagnostics I added late.
2011-09-14 Argyrios Kyrtzidis[arcmt] Use __bridge_retained when passing an objc...
2011-09-14 Fariborz Jahanianobjc-arc: warn when a 'retain' block property is
2011-09-14 Anna Zaks[analyzer] Remove redundant copy constructor.
2011-09-14 Anna Zaks[analyzer] After CFG has been linearized, we can have...
2011-09-14 Akira HatanakaAdd comment.
2011-09-14 Douglas GregorEncode the module hash in base-36, to reduce the length...
2011-09-14 Eric ChristopherFormatting.
2011-09-14 Eli FriedmanFix comment.
2011-09-14 Chad Rosier[driver] Add support for the COMPILER_PATH environment...
2011-09-14 Anna Zaks[analyzer] Refactor: Make PathDiagnosticLocation respon...
2011-09-13 Eric ChristopherFix typo.
2011-09-13 Douglas GregorAssert that the module hash produced after stripping...
2011-09-13 Douglas GregorFor modules, use a hash of the compiler version, langua...
2011-09-13 Argyrios Kyrtzidis[libclang] Remove libclang.darwin.exports, it's not...
2011-09-13 John McCallIn general, don't look through explicit casts when...
2011-09-13 John McCallCorrectly generate IR for casted "builtin" functions...
2011-09-13 Akira HatanakaO64 will not be supported.
2011-09-13 Akira Hatanakamips*-*-psp is no longer supported as a target.
2011-09-13 Kaelyn UhrainSplit the two invalid uses of the unqualified Foobar...
2011-09-13 Eli FriedmanRe-commit r139643.
2011-09-13 Eli FriedmanRevert r139643 while I look into it; it's breaking...
2011-09-13 Argyrios Kyrtzidis[libclang] Introduce clang_getPresumedLocation which...
2011-09-13 Argyrios Kyrtzidis[PCH] Fix a regression that r139441 introduced (decls...
2011-09-13 Eli FriedmanMake clang use Acquire loads and Release stores where...
2011-09-13 Eli FriedmanTurn off the generation of unaligned atomic load/store...
2011-09-13 Douglas GregorWhen building a module on-demand, clear out the "non...
2011-09-13 Argyrios Kyrtzidis[libclang] Correct annotation and taking of cursor...
2011-09-13 Argyrios KyrtzidisRename InterFace -> Interface, no functionality change.
2011-09-13 John McCallA strong property of block type has "copy" setter seman...
2011-09-13 Argyrios KyrtzidisAdd the location of the interface reference to IBOutlet...
2011-09-13 John McCallRefactoring, mostly to give ObjCPropertyDecls stronger...
2011-09-13 Douglas GregorSwitch the serialization of LangOptions over to use...
2011-09-13 Caitlin SadowskiThread safety: Initializing var before exhaustive switc...
2011-09-13 Argyrios Kyrtzidis[libclang]
2011-09-13 Douglas GregorSwitch LangOptions over to a .def file that describes...
2011-09-13 Chad Rosier[driver] Add follow up comment for r139551 to ensure...
2011-09-13 Argyrios KyrtzidisKeep the source range of attributes. Depends on a llvm...
2011-09-13 Argyrios KyrtzidisRecord the full source range of an attribute.
2011-09-13 Douglas GregorAdd a struct-size check for modules when dealing with...
2011-09-13 Francois PichetIn Microsoft mode, downgrade "goto into protected scope...
2011-09-13 Chandler CarruthSwitch -Wreturn-type to completely rely on the CFG...
2011-09-13 Chandler CarruthAdd a bit to the CFGBlock to track when it contains...
2011-09-13 Chandler CarruthConsolidate the logic for building a no-return CFG...
2011-09-13 John McCallDon't use native atomics on ivars whose size is not...
2011-09-13 John McCallThis test seems pretty low-value.
2011-09-13 Chandler CarruthEnhance the CFG construction to detect no-return destru...
2011-09-13 John McCallHandle reference properties correctly in the trivial...
2011-09-13 John McCallAlways emit bitfield properties using expression behavi...
2011-09-13 John McCallUnify the decision of how to emit property getters...
2011-09-13 Douglas GregorWhen compiling a module on-demand, re-use the diagnosti...
2011-09-12 Douglas GregorWhen an import statement fails to find a module in...
2011-09-12 John McCallPrivatize the setter/getter call generation methods...
2011-09-12 Chad Rosier[driver] Ignore the '--' option, rather then fail....
2011-09-12 Anna Zaks[analyzer] CmpRuns can now optionally delete empty...
2011-09-12 Caitlin SadowskiThread safety: small formatting change
2011-09-12 Argyrios Kyrtzidis[libclang] For getDeclFromExpr in CIndex.cpp, associate...
2011-09-12 Anna Zaks[analyzer] CmpRuns.cmpScanBuildResults() should be...
2011-09-12 Anna ZaksRename CmpRuns into CmpRuns.py so that it could be...
2011-09-12 Douglas GregorIntroduce a cc1-level option to provide the path to...
2011-09-12 Douglas GregorKill off an irrelevant FIXME
2011-09-12 Devang PatelBy popular demand, enumerate all builtin types!
next