]> granicus.if.org Git - clang/shortlog
clang
2011-07-12 Peter CollingbourneImplement -MG. Fixes PR9613
2011-07-12 Benjamin KramerAdd more compiler workarounds. Should fix the build...
2011-07-12 Douglas GregorIn ARC mode, consider Objective-C lifetime types (objec...
2011-07-12 Fariborz JahanianFix a bug where a local variable named 'self' is causing
2011-07-12 John McCallUgh, use this compiler workaround again.
2011-07-12 John McCallSwitch field destruction over to use the new destroyer...
2011-07-12 Douglas GregorImprove name mangling for instantiation-dependent types...
2011-07-12 Benjamin KramerPop block scope after reading from it.
2011-07-12 Jay FoadSecond attempt at de-constifying LLVM Types in Function...
2011-07-12 Chandler CarruthWork around a problem with a static helper's formulatio...
2011-07-12 Hans WennborgFix typo correction crash on overloaded functions,...
2011-07-12 Douglas GregorImplement name mangling for sizeof...(function paramete...
2011-07-12 Douglas GregorFix the desugaring of dependent decltype and typeof...
2011-07-12 Chris LattnerFix a problem Eli ran into where we now reject incomple...
2011-07-12 Chris Lattnerinsert a bitcast in the 'expand' case of argument passi...
2011-07-12 Chris Lattnerfix an unintended behavior change in the type system...
2011-07-12 Douglas GregorMangle dependent template names of unknown arity
2011-07-12 Chris Lattnerfix PR10335 by watching out for IR type compatibility...
2011-07-12 Argyrios KyrtzidisMove OBJC_PR_NumBits out of PropertyAttributeKind enum...
2011-07-12 Chris Lattnermake test name less specific
2011-07-12 Douglas GregorImplement the Itanium C++ ABI's mangling rule for
2011-07-12 Chris Lattneradd some aggressive assertions that call arguments...
2011-07-12 Douglas GregorCentralize the getCanonicalType() calls in the Itanium...
2011-07-12 Argyrios Kyrtzidis[ARC] Complain about property without storage attribute...
2011-07-12 Bruno Cardoso... Fix a typo!
2011-07-12 Bruno Cardoso... Do the same as r134946 for arrays. Add more testcases...
2011-07-12 Bill WendlingRevert r134888 (and related patches in other trees...
2011-07-12 Bruno Cardoso... Fix one x86_64 abi issue and the test to actually look...
2011-07-12 John McCallDo full-expression cleanups in a much more sensible...
2011-07-11 Bruno Cardoso... Disable avx feature from corei7-avx, and use -mavx...
2011-07-11 Chandler CarruthStyle tweak to the more idiomatic 'assert(!bad_state...
2011-07-11 Chandler CarruthHoist the logic for checking the number of arguments...
2011-07-11 Bruno Cardoso... Enable "avx" feature, so it can be seen by llvm
2011-07-11 Bruno Cardoso... Reapply r134754, which turns out to be working correctl...
2011-07-11 Douglas GregorAllow us to compute linkage et al for instantiation...
2011-07-11 NAKAMURA TakumiRevert r134898, "test/Frontend/dependency-gen.c: Mark...
2011-07-11 Argyrios KyrtzidisReenable test.
2011-07-11 Argyrios KyrtzidisAdd missing header file for the test.
2011-07-11 Eli FriedmanAdd diagnostic for constructs like "va_arg(l, float...
2011-07-11 Eli FriedmanTest is broken; XFAIL it until Argyrios gets a chance...
2011-07-11 Argyrios KyrtzidisDon't warn for unused macro when undef'ing it, if it...
2011-07-11 Argyrios KyrtzidisFix CMake.
2011-07-11 Argyrios Kyrtzidis[arcmt] Move the remapping functions to clang-c/Index...
2011-07-11 John McCallEmit partial destruction of structs with initializer...
2011-07-11 Fariborz Jahanianobjc-arc: Diagnose when captured variable in block...
2011-07-11 Chandler CarruthApply patch from Richard Trieu to fix PR9548:
2011-07-11 NAKAMURA TakumiTweak two tests with MSYS-bash tolerant.
2011-07-11 NAKAMURA Takumitest/Frontend/dependency-gen.c: Mark XFAIL: mingw due...
2011-07-11 Douglas GregorDon't complain about missing return statements for...
2011-07-11 NAKAMURA Takumitest/Preprocessor/include-directive2.c: Get rid of...
2011-07-11 Jay FoadDe-constify Types in StructType::get() and TargetData...
2011-07-11 Abramo BagnaraFixed PR10243.
2011-07-11 Abramo BagnaraAdded removeBitWidth method.
2011-07-11 John McCallFix a lot of problems with the partial destruction...
2011-07-11 Jay FoadDe-constify Types in FunctionType::get().
2011-07-11 Evan ChengMatch createCodeEmitter change.
2011-07-10 John McCallUse cached types; no functionality change.
2011-07-10 Francois PichetFix ARCMT/migrate.m on MSVC.
2011-07-10 Joerg SonnenbergerUnbreak -cc1as mode after MC subtarget changes
2011-07-10 Argyrios Kyrtzidis[arcmt] Remove redundant has_error() check.
2011-07-10 Argyrios Kyrtzidis[arcmt] Try fixing test/ARCMT/migrate.m for windows...
2011-07-10 NAKAMURA Takumitest/CMakeLists.txt: clang-test may depend on llc when...
2011-07-10 NAKAMURA Takumitest/CMakeLists.txt: Fix ClangUnitTests to be built...
2011-07-10 NAKAMURA Takumitools/c-arcmt-test/Makefile: Add clangARCMigrate.a...
2011-07-10 Chris Lattnerrelax this test a bit to hopefully work with VC++
2011-07-10 Francois PichetChange __debugbreak signature to void __debugbreak...
2011-07-10 Chris Lattnerimplement a nice new optimization: CodeGenTypes::Update...
2011-07-10 Chris Lattnerenhance EmitLValueForFieldInitialization to do the...
2011-07-10 Chris Lattnerrevert part of r134860, which is empirically unnecessar...
2011-07-10 Chris Lattnerkeep track of whether being in a RS_StructPointer state
2011-07-10 Chris Lattnerchange EmitLValueForField to cast the returned lvalue...
2011-07-10 Chris LattnerFix the clang bootstrap and Jay's testcase from llvm...
2011-07-10 Chris Lattnerwhen emitting pointer load from an lvalue or storing...
2011-07-10 NAKAMURA Takumic-arcmt-test.c: MSVCRT does not have setenv. Use putenv...
2011-07-10 Chris Lattnerhow about we initialize RecursionState.
2011-07-10 Chris LattnerRename CGT::VerifyFuncTypeComplete to isFuncTypeConvert...
2011-07-09 NAKAMURA Takumitest/CMakeLists.txt: Add missing c-arcmt-test to clang...
2011-07-09 Argyrios KyrtzidisFix linker problem in buildbot.
2011-07-09 Argyrios KyrtzidisUgh, fix CMake.
2011-07-09 Argyrios Kyrtzidis[libclang] Fix linker error in buildbots.
2011-07-09 Argyrios Kyrtzidis[arcmt] Remove test/ARCMT/with-working-dir.m which...
2011-07-09 Argyrios Kyrtzidis[arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC...
2011-07-09 Chris Lattnerwhen an enum type is completed, only flush the type...
2011-07-09 Chris Lattnerfix this on 32-bit hosts.
2011-07-09 Chris Lattnerclang side to match the LLVM IR type system rewrite...
2011-07-09 John McCallMore compiler workarounds. I have to admit that I...
2011-07-09 Evan Chengcc1 must initialize MC subtarget infos for inline asm...
2011-07-09 Chris Lattnerdisable this test to get the botz green again.
2011-07-09 Evan ChengcreateAsmParser API change.
2011-07-09 John McCallGCC 4.2 compatibility hack.
2011-07-09 John McCallA number of array-related IR-gen cleanups.
2011-07-08 Eli FriedmanSilly typo in test for r134770.
2011-07-08 Eli FriedmanChange -mno-mmx to be more compatible with gcc. Specif...
2011-07-08 Bruno Cardoso... Revert x86_64 ABI changes until I have time to check...
2011-07-08 Jakub StaszakIntroduce __builtin_expect() intrinsic support.
2011-07-08 Bruno Cardoso... Add support for AVX 256-bit in the x86_64 ABI (as in...
2011-07-08 Cameron ZwarichAdd codegen support for the fma/fmal/fmaf builtins.
2011-07-08 Benjamin KramerInitialize all the AnalysisBasedWarnings statistics...
2011-07-08 Benjamin KramerRemove unused variable.
2011-07-08 Eli FriedmanFix up dependency file name printing to more closely...
next