2011-07-28 |
NAKAMURA Takumi | test/CodeGen/2004-03-16-AsmRegisterCrash.c: XTARGET... |
commit | commitdiff | tree | snapshot |
2011-07-28 |
John McCall | Make a note about a missing optimization. |
commit | commitdiff | tree | snapshot |
2011-07-28 |
John McCall | Fix a couple of problems with initialization and assign... |
commit | commitdiff | tree | snapshot |
2011-07-28 |
NAKAMURA Takumi | test/CodeGen/struct-matching-constraint.c: Fixup not... |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Douglas Gregor | AST serialization support for the Framework in IndexHea... |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Douglas Gregor | Introduce the "-index-header-map" option, to give speci... |
commit | commitdiff | tree | snapshot |
2011-07-28 |
NAKAMURA Takumi | test/CodeGen/struct-init.c, struct-matching-constraint... |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Douglas Gregor | Don't set Sema's StdNamespace or StdBadAlloc if they... |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Douglas Gregor | Switch Sema::DynamicClasses over to LazyVector |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Argyrios Kyrtzidis | Cut down the number of open/close system calls for... |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Douglas Gregor | Switch Sema::ExtVectorDecls over to LazyVector. |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Eric Christopher | Fix thinko in last checkin. |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Eric Christopher | Remove the need for a header and specify a triple so... |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Eric Christopher | Fix this up for clang codegen versus llvm-gcc. |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Eric Christopher | Fix this test to work for arm and on all platforms. |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Richard Trieu | Add template instantiations to the output of -ast-dump. |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Eric Christopher | Add a triple to this test and make sure it passes on... |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Eric Christopher | Correct the triple here. |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Eric Christopher | This works on arm. |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Eric Christopher | Apparently this does work on arm. |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Eric Christopher | This was meant to test arm anyhow, make the registers... |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Eric Christopher | Remove this test, it's actually testing something that... |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Eric Christopher | XFAIL this test on ARM. Filed PR10518 to track. |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Eric Christopher | Remove the optimization option for this test. |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Eric Christopher | No one cares about ppc, but make this work for arm... |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Chad Rosier | Test for r136294. |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Chad Rosier | The -fapple-kext flag was designed to "do the right... |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Douglas Gregor | Turn Sema::DelegatingCtorDecls into a LazyVector. |
commit | commitdiff | tree | snapshot |
2011-07-27 |
John McCall | The lock operand to an @synchronized statement is also |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Douglas Gregor | Switch Sema::UnusedFileScopedDecls over to a LazyVector. |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Anna Zaks | Add a utility function to the Lexer, which makes it... |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Douglas Gregor | Introduce a new data structure, LazyVector, which is... |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Peter Collingbourne | Silence gcc warning |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Peter Collingbourne | Forbid address-space-qualified function types, per... |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Peter Collingbourne | Fix TR 18037 citation in SemaType.cpp |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Peter Collingbourne | CodeGen: rename CodeGenModule::Runtime to ObjCRuntime |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Eli Friedman | Fix typo in test. |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Eli Friedman | Make CodeGen for array delete involving incomplete... |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Ted Kremenek | Change Preprocessor::getTotalMemory() to use llvm:... |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Ted Kremenek | Change PreprocessingRecord::getTotalMemory() to use... |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Ted Kremenek | Change HeaderSearch::getTotalMemory() to use llvm:... |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Ted Kremenek | Change SourceManager::getDataStructureSizes() to use... |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Ted Kremenek | Change ASTContext::getSideTableAllocatedMemory() to... |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Douglas Gregor | Modules don't require validation of the predefines... |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Eric Christopher | Make this darwin only for now while investigating to... |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Douglas Gregor | Update C++0x status page to reflect support for unicode... |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Douglas Gregor | Add support for C++0x unicode string and character... |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Argyrios Kyrtzidis | [arcmt] Revert r135382, there's a different approach... |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Argyrios Kyrtzidis | [arcmt] More automatic transformations and safety impro... |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Douglas Gregor | Easier debugging with Visual Studio Visualizers, from... |
commit | commitdiff | tree | snapshot |
2011-07-27 |
John McCall | Clean up the analysis of the collection operand to... |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Francois Pichet | In Microsoft mode, if we are within a templated functio... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Eric Christopher | Handle different sized wchar_t for windows. |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Ted Kremenek | clang_getCXTUResourceUsage: report memory used by Heade... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Ted Kremenek | clang_getCXTUResourceUsage: Report memory used by data... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Eric Christopher | Use the correct definition for memset. |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Eric Christopher | Make this darwin only to simplify the padding calculati... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Eli Friedman | Re-fix r136172 so it isn't an error; apparently, some... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Eric Christopher | This appears to be passing on all hosts. |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Jeffrey Yasskin | This patch implements as much of the narrowing conversi... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Douglas Gregor | Disable the optimization that skips emission of complet... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Eric Christopher | Try a little hack to fix the memset duplication on... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Eric Christopher | Try harder to fix these for windows. |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Eric Christopher | Generalize for various build bots. |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Eli Friedman | Diagnose trying to delete a pointer to an abstract... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Eric Christopher | Rewrite match line to be friendlier to misc buildbots. |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Eric Christopher | Rewrite matching line to be friendlier to misc buildbots. |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Eric Christopher | Attempt to rewrite the matching for this test to pacify... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Anna Zaks | Remove unused diagnostic definition. |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Eric Christopher | Rework the match here to silence release mode windows... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Eric Christopher | Attempt to generalize this test for release mode buildbots. |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Eric Christopher | Try to generalize the match to quiet the windows build... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Eli Friedman | A couple minor issues with Sema for delete: |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Eric Christopher | Use unsigned long long for uint64_t. Fixes part of... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Eric Christopher | Migrate most of the rest of test/FrontendC from llvm... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Eric Christopher | Adjust check for release mode. |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Argyrios Kyrtzidis | In ARC we emit an error when compiling: |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Eric Christopher | Migrate: |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Ted Kremenek | Report more memory using in Preprocessor::getTotalMemor... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Eric Christopher | Migrate CodeGen/2007-03-05-DataLayout.c from test/Front... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Eric Christopher | Migrate CodeGen/2005-02-20-AggregateSAVEEXPR.c from... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Eric Christopher | Migrate CodeGen/2009-09-24-SqrtErrno.c from test/Fronte... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Eric Christopher | Migrate CodeGen/2002-03-11-LargeCharInString.c from... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Eric Christopher | Add CodeGen/2009-07-15-pad-wchar_t-array.c migrated... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Eric Christopher | Migrate wchar-const.c with fixes and FileCheck from... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Kaelyn Uhrain | Revert r136046 while fixing handling of e.g. &foo[index... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Jonathan D... | This patch extends the previous patch by starting to... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Fariborz Jahanian | Provide fixit for static use of objective-c type |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Benjamin Kramer | Eliminate a bunch of temporary strings. |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Douglas Gregor | Add new libclang API, clang_codeCompleteGetObjCSelector... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Douglas Gregor | When we decide not to rebuild an instantiated C++ ... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Douglas Gregor | Objective-C++ ARC: When performing template argument... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Chad Rosier | After further discussion it has been determined that... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Chandler Carruth | Cleanup the stray comments and variables I could dig... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Chandler Carruth | Fix a stray instantiation comment in Parse. |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Chandler Carruth | Clean up as many of the comments in Basic I can find... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Chandler Carruth | Migrate 'Instantiation' data and API bits of SLocEntry... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Chandler Carruth | Convert InstantiationInfo and much of the related code... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Chandler Carruth | Rename create(MacroArg)InstantiationLoc to create(Macro... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Chandler Carruth | Rename SourceManager (and InstantiationInfo) isMacroArg... |
commit | commitdiff | tree | snapshot |
next |