2011-07-11 |
Bruno Cardoso... | Enable "avx" feature, so it can be seen by llvm |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Bruno Cardoso... | Reapply r134754, which turns out to be working correctl... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Douglas Gregor | Allow us to compute linkage et al for instantiation... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
NAKAMURA Takumi | Revert r134898, "test/Frontend/dependency-gen.c: Mark... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Argyrios Kyrtzidis | Reenable test. |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Argyrios Kyrtzidis | Add missing header file for the test. |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Eli Friedman | Add diagnostic for constructs like "va_arg(l, float... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Eli Friedman | Test is broken; XFAIL it until Argyrios gets a chance... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Argyrios Kyrtzidis | Don't warn for unused macro when undef'ing it, if it... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Argyrios Kyrtzidis | Fix CMake. |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Argyrios Kyrtzidis | [arcmt] Move the remapping functions to clang-c/Index... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
John McCall | Emit partial destruction of structs with initializer... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Fariborz Jahanian | objc-arc: Diagnose when captured variable in block... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Chandler Carruth | Apply patch from Richard Trieu to fix PR9548: |
commit | commitdiff | tree | snapshot |
2011-07-11 |
NAKAMURA Takumi | Tweak two tests with MSYS-bash tolerant. |
commit | commitdiff | tree | snapshot |
2011-07-11 |
NAKAMURA Takumi | test/Frontend/dependency-gen.c: Mark XFAIL: mingw due... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Douglas Gregor | Don't complain about missing return statements for... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
NAKAMURA Takumi | test/Preprocessor/include-directive2.c: Get rid of... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Jay Foad | De-constify Types in StructType::get() and TargetData... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Abramo Bagnara | Fixed PR10243. |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Abramo Bagnara | Added removeBitWidth method. |
commit | commitdiff | tree | snapshot |
2011-07-11 |
John McCall | Fix a lot of problems with the partial destruction... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Jay Foad | De-constify Types in FunctionType::get(). |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Evan Cheng | Match createCodeEmitter change. |
commit | commitdiff | tree | snapshot |
2011-07-10 |
John McCall | Use cached types; no functionality change. |
commit | commitdiff | tree | snapshot |
2011-07-10 |
Francois Pichet | Fix ARCMT/migrate.m on MSVC. |
commit | commitdiff | tree | snapshot |
2011-07-10 |
Joerg Sonnenberger | Unbreak -cc1as mode after MC subtarget changes |
commit | commitdiff | tree | snapshot |
2011-07-10 |
Argyrios Kyrtzidis | [arcmt] Remove redundant has_error() check. |
commit | commitdiff | tree | snapshot |
2011-07-10 |
Argyrios Kyrtzidis | [arcmt] Try fixing test/ARCMT/migrate.m for windows... |
commit | commitdiff | tree | snapshot |
2011-07-10 |
NAKAMURA Takumi | test/CMakeLists.txt: clang-test may depend on llc when... |
commit | commitdiff | tree | snapshot |
2011-07-10 |
NAKAMURA Takumi | test/CMakeLists.txt: Fix ClangUnitTests to be built... |
commit | commitdiff | tree | snapshot |
2011-07-10 |
NAKAMURA Takumi | tools/c-arcmt-test/Makefile: Add clangARCMigrate.a... |
commit | commitdiff | tree | snapshot |
2011-07-10 |
Chris Lattner | relax this test a bit to hopefully work with VC++ |
commit | commitdiff | tree | snapshot |
2011-07-10 |
Francois Pichet | Change __debugbreak signature to void __debugbreak... |
commit | commitdiff | tree | snapshot |
2011-07-10 |
Chris Lattner | implement a nice new optimization: CodeGenTypes::Update... |
commit | commitdiff | tree | snapshot |
2011-07-10 |
Chris Lattner | enhance EmitLValueForFieldInitialization to do the... |
commit | commitdiff | tree | snapshot |
2011-07-10 |
Chris Lattner | revert part of r134860, which is empirically unnecessar... |
commit | commitdiff | tree | snapshot |
2011-07-10 |
Chris Lattner | keep track of whether being in a RS_StructPointer state |
commit | commitdiff | tree | snapshot |
2011-07-10 |
Chris Lattner | change EmitLValueForField to cast the returned lvalue... |
commit | commitdiff | tree | snapshot |
2011-07-10 |
Chris Lattner | Fix the clang bootstrap and Jay's testcase from llvm... |
commit | commitdiff | tree | snapshot |
2011-07-10 |
Chris Lattner | when emitting pointer load from an lvalue or storing... |
commit | commitdiff | tree | snapshot |
2011-07-10 |
NAKAMURA Takumi | c-arcmt-test.c: MSVCRT does not have setenv. Use putenv... |
commit | commitdiff | tree | snapshot |
2011-07-10 |
Chris Lattner | how about we initialize RecursionState. |
commit | commitdiff | tree | snapshot |
2011-07-10 |
Chris Lattner | Rename CGT::VerifyFuncTypeComplete to isFuncTypeConvert... |
commit | commitdiff | tree | snapshot |
2011-07-09 |
NAKAMURA Takumi | test/CMakeLists.txt: Add missing c-arcmt-test to clang... |
commit | commitdiff | tree | snapshot |
2011-07-09 |
Argyrios Kyrtzidis | Fix linker problem in buildbot. |
commit | commitdiff | tree | snapshot |
2011-07-09 |
Argyrios Kyrtzidis | Ugh, fix CMake. |
commit | commitdiff | tree | snapshot |
2011-07-09 |
Argyrios Kyrtzidis | [libclang] Fix linker error in buildbots. |
commit | commitdiff | tree | snapshot |
2011-07-09 |
Argyrios Kyrtzidis | [arcmt] Remove test/ARCMT/with-working-dir.m which... |
commit | commitdiff | tree | snapshot |
2011-07-09 |
Argyrios Kyrtzidis | [arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC... |
commit | commitdiff | tree | snapshot |
2011-07-09 |
Chris Lattner | when an enum type is completed, only flush the type... |
commit | commitdiff | tree | snapshot |
2011-07-09 |
Chris Lattner | fix this on 32-bit hosts. |
commit | commitdiff | tree | snapshot |
2011-07-09 |
Chris Lattner | clang side to match the LLVM IR type system rewrite... |
commit | commitdiff | tree | snapshot |
2011-07-09 |
John McCall | More compiler workarounds. I have to admit that I... |
commit | commitdiff | tree | snapshot |
2011-07-09 |
Evan Cheng | cc1 must initialize MC subtarget infos for inline asm... |
commit | commitdiff | tree | snapshot |
2011-07-09 |
Chris Lattner | disable this test to get the botz green again. |
commit | commitdiff | tree | snapshot |
2011-07-09 |
Evan Cheng | createAsmParser API change. |
commit | commitdiff | tree | snapshot |
2011-07-09 |
John McCall | GCC 4.2 compatibility hack. |
commit | commitdiff | tree | snapshot |
2011-07-09 |
John McCall | A number of array-related IR-gen cleanups. |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Eli Friedman | Silly typo in test for r134770. |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Eli Friedman | Change -mno-mmx to be more compatible with gcc. Specif... |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Bruno Cardoso... | Revert x86_64 ABI changes until I have time to check... |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Jakub Staszak | Introduce __builtin_expect() intrinsic support. |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Bruno Cardoso... | Add support for AVX 256-bit in the x86_64 ABI (as in... |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Cameron Zwarich | Add codegen support for the fma/fmal/fmaf builtins. |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Benjamin Kramer | Initialize all the AnalysisBasedWarnings statistics... |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Benjamin Kramer | Remove unused variable. |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Eli Friedman | Fix up dependency file name printing to more closely... |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Fariborz Jahanian | objc++-arc: more diagnosis of converting a weak-unavailable |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Douglas Gregor | Teach CXXUnresolvedConstructExpr when it should be an |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Chandler Carruth | Add several CFG-stress-testing input source files.... |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Chandler Carruth | Make the worklist in the uninitialized values checker... |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Evan Cheng | Fix a FIXME in clang ARM driver that was exposed as... |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Francois Pichet | Random cleanup: |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Chandler Carruth | Remove a no-op break after a return, and correct one... |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Chandler Carruth | Minor style cleanup. |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Chandler Carruth | Update the creation of the TargetAsmParser based on... |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Chandler Carruth | Tweak formatting. |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Chandler Carruth | Switch the token-paste source locations inside of funct... |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Chandler Carruth | Keep track of which source locations are part of a... |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Eric Christopher | Add a testcase for the previous commit and update an... |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Fariborz Jahanian | objc++-arc: diagnose assignment/cast of a weak-unavailable |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Eric Christopher | Fix a typo in the fpsr register and add the fpcr register. |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Jonathan D... | Remove BoostCon-specific code from Clang. FWIW, I... |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Argyrios Kyrtzidis | Move SourceManager::isAt[Start/End]OfMacroInstantiation... |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Bill Wendling | Layout the code for trapping arithmetic so that the... |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Cameron Zwarich | r134634 causes a failure on MultiSource/Benchmarks... |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Nick Lewycky | A redeclaration of an inline method in C99 mode should... |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Sean Hunt | Undo r134587 as the bug was actually a deep and hideous... |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Fariborz Jahanian | objc-arc: diagnose assignment/cast of a weak-unavailable |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Argyrios Kyrtzidis | Turn hashhash into tok::unkwown when it comes from... |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Joerg Sonnenberger | FreeBSD gets FreeBSD target, just mipsel. |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Joerg Sonnenberger | Slightly improve the code to derive target from program... |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Douglas Gregor | Introduce a new libclang aPI function, |
commit | commitdiff | tree | snapshot |
2011-07-07 |
David Chisnall | If we're using the pure non-fragile ABI, then skip... |
commit | commitdiff | tree | snapshot |
2011-07-07 |
David Chisnall | Set a flag to tell the runtime when we're compiling... |
commit | commitdiff | tree | snapshot |
2011-07-07 |
David Chisnall | Fix example: variable is initialized to 10 and then... |
commit | commitdiff | tree | snapshot |
2011-07-07 |
John McCall | In ARC, reclaim all return values of retainable type... |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Argyrios Kyrtzidis | [arcmt] Add -ccc-arcmt-check/-ccc-arcmt-modify driver... |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Nick Lewycky | Sort #includes. |
commit | commitdiff | tree | snapshot |
next |