| Commit message (Expand) | Author | Age | Files | Lines |
| * | Multiplies, some shifts, set_lane | Nate Begeman | 2010-06-10 | 1 | -8/+109 |
| * | Another chunk of the new RecursiveASTVisitor implementation: switch the return | Chandler Carruth | 2010-06-10 | 2 | -2/+2 |
| * | Create a LinuxTargetInfo on ARM. This make clang correctly expand | Rafael Espindola | 2010-06-10 | 1 | -0/+2 |
| * | support _lane ops, and multiplies by scalar. | Nate Begeman | 2010-06-10 | 3 | -43/+63 |
| * | Add a stub Microsoft Visual C++ ABI class (with stub mangler). | Charles Davis | 2010-06-09 | 4 | -21/+155 |
| * | Driver: Change Option parsing to always create arguments referring to unaliased | Daniel Dunbar | 2010-06-09 | 1 | -9/+10 |
| * | Driver: Eliminate Arg subclasses, which are now unnecessary. | Daniel Dunbar | 2010-06-09 | 5 | -100/+66 |
| * | Driver: Keep the rendering style in the option, instead of as part of the Arg. | Daniel Dunbar | 2010-06-09 | 3 | -46/+64 |
| * | Driver: Change Arg to just hold the values directly, instead of implicitly | Daniel Dunbar | 2010-06-09 | 4 | -66/+64 |
| * | Frontend: Fix crashes on error paths. | Daniel Dunbar | 2010-06-09 | 1 | -3/+3 |
| * | Commit my WIP on constexpr support. This commit: an XFAILed test and treating... | Sebastian Redl | 2010-06-09 | 1 | -1/+6 |
| * | Fix two typos in comments. | Sebastian Redl | 2010-06-09 | 1 | -1/+1 |
| * | Revert "Driver: Change Option parsing to always create arguments referring to | Daniel Dunbar | 2010-06-09 | 1 | -9/+9 |
| * | Driver: Change Option parsing to always create arguments referring to unaliased | Daniel Dunbar | 2010-06-09 | 1 | -9/+9 |
| * | Driver: Add an explicit offset to JoinedArg and JoinedAndSeparateArg, so that | Daniel Dunbar | 2010-06-09 | 3 | -14/+28 |
| * | Driver: Change Arg::render methods to use option name instead of string where | Daniel Dunbar | 2010-06-09 | 1 | -2/+2 |
| * | Implement codegen for hadd, hsub, max, min, mlal, movl, movn, padal, mov_n | Nate Begeman | 2010-06-09 | 2 | -2/+36 |
| * | Added inherited info to template and non-type arguments of templates. | Abramo Bagnara | 2010-06-09 | 3 | -12/+15 |
| * | Major redesign of the RecursiveASTVisitor. This implements the majority of the | Chandler Carruth | 2010-06-09 | 2 | -18/+19 |
| * | Remove an entry for a now deleted file. Fixes the neglected CMake build. ;] | Chandler Carruth | 2010-06-09 | 1 | -1/+0 |
| * | Correctly handle > 257 substitutions in a single mangling, and don't introduce | John McCall | 2010-06-09 | 1 | -10/+8 |
| * | Merge StackAddrLeakChecker and ReturnStackAddressChecker. | Zhongxing Xu | 2010-06-09 | 5 | -133/+90 |
| * | Directly compare the StackFrameContext. This greatly simplifies logic and | Zhongxing Xu | 2010-06-09 | 1 | -30/+23 |
| * | More accurate BuiltinsARM.def | Nate Begeman | 2010-06-09 | 1 | -0/+11 |
| * | Fix a typo that breaks the GCC build. Turns out that Clang isn't | Douglas Gregor | 2010-06-09 | 1 | -1/+1 |
| * | Added FixIt support to printf format string checking. | Tom Care | 2010-06-09 | 2 | -38/+255 |
| * | Tweak our handling of the notion of a standard conversion sequence | Douglas Gregor | 2010-06-09 | 5 | -45/+56 |
| * | Simplify the code a bit and avoid a gcc waring about uninitialized variables. | Rafael Espindola | 2010-06-09 | 1 | -29/+24 |
| * | Get rid of getMangledCXXCtorName and getMangledCXXDtorName. | Anders Carlsson | 2010-06-09 | 3 | -24/+8 |
| * | More mangling cleanup. | Anders Carlsson | 2010-06-09 | 1 | -6/+8 |
| * | Get rid of an unnecessary getMangledName overload. | Anders Carlsson | 2010-06-09 | 2 | -13/+1 |
| * | Fix a gcc warning. | Rafael Espindola | 2010-06-09 | 1 | -1/+1 |
| * | Implement transpose/zip/unzip & table lookup. | Nate Begeman | 2010-06-09 | 3 | -7/+107 |
| * | Fix memory leak in ASTContext where ASTRecordLayout objects involving C++ str... | Ted Kremenek | 2010-06-08 | 1 | -7/+10 |
| * | Fix memory leak in Preprocessor where MacroInfo objects in the MICache wouldn... | Ted Kremenek | 2010-06-08 | 1 | -0/+8 |
| * | Code cleanup: remove explicit flush() in favor of using the ostream's str() | Jordy Rose | 2010-06-08 | 1 | -2/+1 |
| * | On Darwin, initialization and destruction functions should go into the __Stat... | Anders Carlsson | 2010-06-08 | 2 | -0/+11 |
| * | Add a global CreateGlobalInitOrDestructFunction and use it for creating globa... | Anders Carlsson | 2010-06-08 | 1 | -11/+17 |
| * | Rename __tcf_ to __cxx_global_array_dtor. Remove the UniqueAggreDestructorCou... | Anders Carlsson | 2010-06-08 | 3 | -6/+3 |
| * | Move GenerateCXXAggrDestructorHelper to CGDeclCXX.cpp where it belongs. | Anders Carlsson | 2010-06-08 | 2 | -38/+37 |
| * | Simplify GenerateCXXAggrDestructorHelper. | Anders Carlsson | 2010-06-08 | 3 | -27/+19 |
| * | When referring to a tag that was previously declared only as a friend, | Douglas Gregor | 2010-06-08 | 1 | -1/+2 |
| * | A built-in overload candidate is consider a non-template function when | Douglas Gregor | 2010-06-08 | 1 | -1/+1 |
| * | Block Code Gen. API. Call destructor on descriptior | Fariborz Jahanian | 2010-06-08 | 1 | -2/+30 |
| * | Simplify libIndex Makefile, which doesn't need to worry about altivec support. | Daniel Dunbar | 2010-06-08 | 1 | -6/+0 |
| * | Makefiles: Set Clang CPP compiler flags in a single location, instead of scat... | Daniel Dunbar | 2010-06-08 | 12 | -30/+0 |
| * | Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. | Daniel Dunbar | 2010-06-08 | 15 | -33/+33 |
| * | Warn about comparisons between arrays and improve self-comparison | Douglas Gregor | 2010-06-08 | 1 | -11/+45 |
| * | Correctly handle fields with virtual bases containing empty subobjects. | Anders Carlsson | 2010-06-08 | 1 | -1/+27 |
| * | Fixes a typo which prevented proper code gen. for | Fariborz Jahanian | 2010-06-08 | 1 | -2/+1 |