2009-01-06 |
Chris Lattner | document annotation tokens. |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Chris Lattner | Make Token::setLength assert that the token is not... |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Douglas Gregor | Oops. Un-publicify SrcMgr::ContentCache::Buffer. |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Douglas Gregor | Add QualifiedDeclRefExpr, which retains additional... |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Chris Lattner | rename tok::annot_qualtypename -> tok::annot_typename... |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Chris Lattner | add TypeTraits.h to the Xcode project |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Chris Lattner | use getBuffer() to fix compile error. Ted, please... |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Daniel Dunbar | ccc: Use dummy InputOption and UnknownOption classes... |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Ted Kremenek | Misc changes to SourceManager::ContentCache: |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Daniel Dunbar | ccc: Introduce ArgList for keeping input argv & parsed... |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Chris Lattner | rename these tests to match the attribute. |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Chris Lattner | Optimize stringification a bit to avoid std::string... |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Daniel Dunbar | Remainder is only valid on integer vector operands. |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Daniel Dunbar | Back out code for handling VectorType's in getFloatingRank. |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Daniel Dunbar | Use CheckVectorOperands when % is applied to a vector... |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Daniel Dunbar | Implement getFloatingRank() for extended vectors. |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Sebastian Redl | Silence a GCC warning |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Sebastian Redl | PODness and Type Traits |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Daniel Dunbar | Add prototype ccc rewrite. |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Douglas Gregor | Add forgotten test case for linkage specifications |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Douglas Gregor | Introduce support for "transparent" DeclContexts, which are |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Chris Lattner | simplify Preprocessor::getSpelling now that identifiers... |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Douglas Gregor | Fix an uninitialized-variable warning |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Chris Lattner | remove optimization to avoid looking ahead for cases... |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Chris Lattner | simplify some code. |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Chris Lattner | Rearrange some code in TryAnnotateTypeOrScopeToken... |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Chris Lattner | Fix a bug where we'd try to look beyond the current... |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Anders Carlsson | Pass '-undefined- to the linker |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Chris Lattner | TryAnnotateTypeOrScopeToken and TryAnnotateCXXScopeToke... |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Anders Carlsson | Generate debug info for VLA types |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Chris Lattner | add a testcase |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Chris Lattner | ParseCXXSimpleTypeSpecifier can only be called on thing... |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Chris Lattner | sink a call to TryAnnotateCXXScopeToken down into the |
commit | commitdiff | tree | snapshot |
2009-01-04 |
Chris Lattner | Simplify some control flow and remove a call to TryAnno... |
commit | commitdiff | tree | snapshot |
2009-01-04 |
Chris Lattner | code simplification |
commit | commitdiff | tree | snapshot |
2009-01-04 |
Chris Lattner | sink calls to TryAnnotateTypeOrScopeToken down into... |
commit | commitdiff | tree | snapshot |
2009-01-04 |
Chris Lattner | push the call in isCXXDeclarationSpecifier to TryAnnota... |
commit | commitdiff | tree | snapshot |
2009-01-04 |
Chris Lattner | my previous patch caused sema to drop the global qualif... |
commit | commitdiff | tree | snapshot |
2009-01-04 |
Chris Lattner | sink the call to TryAnnotateTypeOrScopeToken in |
commit | commitdiff | tree | snapshot |
2009-01-04 |
Chris Lattner | use early exits to reduce nesting. |
commit | commitdiff | tree | snapshot |
2009-01-04 |
Chris Lattner | simplify control flow by removing a goto. |
commit | commitdiff | tree | snapshot |
2009-01-04 |
Chris Lattner | eliminate lookahead when parsing ::new / ::delete. |
commit | commitdiff | tree | snapshot |
2009-01-04 |
Chris Lattner | minor simplifications. |
commit | commitdiff | tree | snapshot |
2009-01-04 |
Anders Carlsson | Fix the bug that would cause Python to crash at startup. |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Bill Wendling | Rename AddReadAttrs to FunctionAttrs. This is related... |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Anders Carlsson | Perform default function/array conversion for input... |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Douglas Gregor | Parser support for C++ using directives, from Piotr Rak |
commit | commitdiff | tree | snapshot |
2008-12-29 |
Fariborz Jahanian | Remove hasKind(). Use existing getKind(). |
commit | commitdiff | tree | snapshot |
2008-12-28 |
Sebastian Redl | Fill in C++ status table for statements. |
commit | commitdiff | tree | snapshot |
2008-12-28 |
Sebastian Redl | Convert a two more statement actions to smart pointers. |
commit | commitdiff | tree | snapshot |
2008-12-28 |
Sebastian Redl | Fix a grep error that caused CodeGenObjC/encode-test... |
commit | commitdiff | tree | snapshot |
2008-12-28 |
Sebastian Redl | Diagnose declarations that don't declare anything,... |
commit | commitdiff | tree | snapshot |
2008-12-28 |
Sebastian Redl | Fix filename typo. |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Nuno Lopes | add RUN line |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Anders Carlsson | Add a MS specific intrinsic. |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Anders Carlsson | Eli noticed that I had forgotten some #defines. Add... |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Anders Carlsson | Add float.h header. Eli, please review :) |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Anders Carlsson | Add __builtin_flt_rounds |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Douglas Gregor | Add support for out-of-line definitions of conversion... |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Anders Carlsson | Fix implementation of _mm_pause. |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Anders Carlsson | OK, all tests pass. Let's start using the SSE2 header |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Anders Carlsson | Add two more builtins |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Anton Korobeynikov | Complete the test after adding handling of merged attri... |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Anton Korobeynikov | Add full dllimport / dllexport support: both sema check... |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Anton Korobeynikov | Testcase for stdcall/fastcall sema checks. |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Anders Carlsson | Fix formatting |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Anders Carlsson | Add _mm_pause and _MM_SHUFFLE |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Anders Carlsson | More SSE2 intrinsics |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Anders Carlsson | More SSE2 intrinsics |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Steve Naroff | Add parser support for __forceinline, __w64, __ptr64. |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Steve Naroff | Add parser support for __cdecl, __stdcall, and __fastcall. |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Zhongxing Xu | Add Fedora 10 GCC paths. |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Anders Carlsson | Make _mm_add_si64 inlined |
commit | commitdiff | tree | snapshot |
2008-12-24 |
Steve Naroff | Add explicit "fuzzy" parse support for Microsoft declspec. |
commit | commitdiff | tree | snapshot |
2008-12-24 |
Sebastian Redl | Fix try statement deserialization. |
commit | commitdiff | tree | snapshot |
2008-12-24 |
Ted Kremenek | Add a bunch of comments and FIXMEs. |
commit | commitdiff | tree | snapshot |
2008-12-24 |
Zhongxing Xu | set region default value if there are not enough init... |
commit | commitdiff | tree | snapshot |
2008-12-24 |
Zhongxing Xu | Add serialization support for TypeOfType. |
commit | commitdiff | tree | snapshot |
2008-12-24 |
Zhongxing Xu | Add serialization support for TypeOfExpr. |
commit | commitdiff | tree | snapshot |
2008-12-24 |
Douglas Gregor | Keep track of template arguments when we parse them... |
commit | commitdiff | tree | snapshot |
2008-12-24 |
Anders Carlsson | Add integer arithmetic intrinsics |
commit | commitdiff | tree | snapshot |
2008-12-24 |
Anders Carlsson | Add store/set/load intrisics |
commit | commitdiff | tree | snapshot |
2008-12-24 |
Anders Carlsson | Start implementing some SSE2 instructions |
commit | commitdiff | tree | snapshot |
2008-12-24 |
Ted Kremenek | Comment and fixup GDM entries for RegionStore to use... |
commit | commitdiff | tree | snapshot |
2008-12-24 |
Douglas Gregor | Correct the order in which we cope with end-of-class... |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Anton Korobeynikov | Sema for fastcall/stdcall stuff. Tests will follow. |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Douglas Gregor | Fix misguided type selection |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Douglas Gregor | When determining whether a class type has a const copy... |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Fariborz Jahanian | Last patch, for now, to privde ObjC's encoding of types. |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Douglas Gregor | Don't push OverloadedFunctionDecls onto the chain of... |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Steve Naroff | Fix <rdar://problem/6465284> clang ObjC rewriter: objc_... |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Fariborz Jahanian | Lot more encoding work. We are closing the gap to |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Ted Kremenek | Remove old PTH token-generation test harness. |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Ted Kremenek | PTH: Remove some methods and simplify some conditions... |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Ted Kremenek | PTH: Use 3 bytes instead of 4 bytes to encode the persi... |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Ted Kremenek | Cosmetics: rename a variable and tighten spacing. ... |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Sebastian Redl | Merge pr-3188.cpp into constructor.cpp. |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Chris Lattner | Add a setter for CVR qualifiers, patch by Lukasz Janyst! |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Ted Kremenek | PTH: |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Ted Kremenek | PTH: |
commit | commitdiff | tree | snapshot |
next |