| Commit message (Expand) | Author | Age | Files | Lines |
| * | implement -W[no-]fatal-errors, patch by Christian Adåker! | Chris Lattner | 2009-12-22 | 1 | -0/+13 |
| * | ARM: Remove a FIXME, it's not actually more complicated than that. | Daniel Dunbar | 2009-12-22 | 1 | -1/+0 |
| * | ARM: Honor -mfpu= and set __VFP_FP__ and __ARM_NEON__ "correctly". | Daniel Dunbar | 2009-12-21 | 1 | -9/+59 |
| * | ARM: Use front-end specific target features "soft-float" and "soft-float-abi"... | Daniel Dunbar | 2009-12-19 | 1 | -4/+36 |
| * | Targets: Allow CreateTargetInfo to mutate the target features. | Daniel Dunbar | 2009-12-19 | 1 | -7/+6 |
| * | Add f80 entry for windows targets | Anton Korobeynikov | 2009-12-19 | 1 | -2/+2 |
| * | Use proper alignment for i16/i32 on msp430. This fixes PR5815. | Anton Korobeynikov | 2009-12-19 | 1 | -1/+1 |
| * | ARM: Define __thumb2__ for V6T2 targets and only define | Daniel Dunbar | 2009-12-18 | 1 | -5/+4 |
| * | ARM: Fix predefines (__ARM_ARCH_..., __REGISTER_PREFIX). | Daniel Dunbar | 2009-12-18 | 1 | -54/+59 |
| * | Tweaks for PS3 target. | John Thompson | 2009-12-18 | 1 | -0/+3 |
| * | Removing trailing directory separator, to make stat work | John Thompson | 2009-12-18 | 1 | -0/+5 |
| * | fix PR5689: add support for 'o' and 'V' asm input operands | Nuno Lopes | 2009-12-16 | 1 | -0/+2 |
| * | FileManager: Do not cache failed stats, it is easy to construct common | Daniel Dunbar | 2009-12-11 | 1 | -10/+9 |
| * | Add a pretty horrible hack to prevent clang from crashing with inconsistent PCH | Daniel Dunbar | 2009-12-06 | 1 | -2/+18 |
| * | Remove 'LangOpts' from Diagnostic (added in http://llvm.org/viewvc/llvm-proje... | Steve Naroff | 2009-12-05 | 1 | -1/+0 |
| * | Integrate the following from the 'objective-rewrite' branch: | Steve Naroff | 2009-12-05 | 1 | -1/+2 |
| * | Minor cleanup to the code-completion-point logic suggested by Chris. | Douglas Gregor | 2009-12-03 | 1 | -2/+1 |
| * | Extend -remap-file=from;to to permit mapping from a non-existent | Douglas Gregor | 2009-12-02 | 1 | -22/+73 |
| * | Extend the source manager with the ability to override the contents of | Douglas Gregor | 2009-12-02 | 1 | -78/+28 |
| * | Eliminate the unnecessary FirstFID cache variable from the source manager's C... | Douglas Gregor | 2009-12-02 | 1 | -6/+27 |
| * | In SourceManager::isBeforeInTranslationUnit, if we are trying to compare two ... | Daniel Dunbar | 2009-12-01 | 1 | -24/+14 |
| * | pass the reason for failure up from MemoryBuffer and report it | Chris Lattner | 2009-12-01 | 1 | -2/+2 |
| * | Convert Diagnostic::getCustomDiagID to take a StringRef. | Daniel Dunbar | 2009-12-01 | 1 | -2/+2 |
| * | This patch adds a PUNCTUATOR macro (specialization of TOK) in TokenKinds.def ... | Kovarththanan Rajaratnam | 2009-11-28 | 1 | -53/+2 |
| * | Add SigAtomicType to TargetInfo, Needed for MSP and PIC Targets, Credit to Ke... | Edward O'Callaghan | 2009-11-21 | 2 | -0/+3 |
| * | Added preliminary support step for PS3 | John Thompson | 2009-11-19 | 1 | -0/+47 |
| * | Eliminate TargetInfo::getDefaultLangOptions, this kind of logic is better done | Daniel Dunbar | 2009-11-17 | 1 | -24/+0 |
| * | Move -fnext-runtime defaulting to driver (and change clang-cc default to | Daniel Dunbar | 2009-11-17 | 1 | -2/+0 |
| * | Move -fms-extensions defaulting to driver, instead of using getDefaultLangOpt... | Daniel Dunbar | 2009-11-17 | 1 | -9/+0 |
| * | Move char-is-signed defaulting to driver, instead of using | Daniel Dunbar | 2009-11-17 | 1 | -13/+0 |
| * | Add MIPS support to Triple for Linux and the PSP. Credit to Bruno Cardoso Lopes. | Edward O'Callaghan | 2009-11-15 | 1 | -0/+163 |
| * | Add TargetOptions and use it when constructing targets. | Daniel Dunbar | 2009-11-15 | 1 | -5/+56 |
| * | Move DISABLE_INLINE to the front of the decl so MSVC can parse it. Patch by A... | Benjamin Kramer | 2009-11-14 | 1 | -2/+2 |
| * | do not store wchar/char16/char32/intmax width/alignment info | Chris Lattner | 2009-11-12 | 2 | -11/+0 |
| * | Simplifiy target feature handling by coalescing all the logic into | Daniel Dunbar | 2009-11-11 | 1 | -17/+22 |
| * | teach the various targets what native integer types they have. | Chris Lattner | 2009-11-07 | 2 | -18/+19 |
| * | Strip off the /clang/tools/clang at the end of the Subversion URL, if it's there | Douglas Gregor | 2009-11-05 | 1 | -0/+4 |
| * | Eliminate tabls | John Thompson | 2009-11-05 | 1 | -2/+2 |
| * | clean up integer preprocessor type definitions, patch by Ken Dyck! | Chris Lattner | 2009-11-05 | 1 | -4/+20 |
| * | Adding -fshort-wchar option. | John Thompson | 2009-11-05 | 1 | -0/+10 |
| * | Implement support for parsing dependent template-ids that refer to | Douglas Gregor | 2009-11-04 | 1 | -0/+14 |
| * | pr5371 likely has nothing to do with this. | Chris Lattner | 2009-11-03 | 1 | -1/+0 |
| * | Add note to FIXME about PR5371. | Edward O'Callaghan | 2009-11-02 | 1 | -0/+1 |
| * | rename getTypeSigned() -> isTypeSigned() per daniel's review. | Chris Lattner | 2009-10-25 | 1 | -2/+2 |
| * | Fix cmake failure trying to get SVN info for non-SVN trees. | Daniel Dunbar | 2009-10-24 | 1 | -1/+1 |
| * | Add a preprocessor define for adding a "near" section attribute for allowing | Sanjiv Gupta | 2009-10-24 | 1 | -0/+2 |
| * | Fixed undefined behavior in pushMappings when the stack has to resize. | John Thompson | 2009-10-23 | 1 | -0/+2 |
| * | add helpful methods to TargetInfo for querying builtin integer type properties, | Chris Lattner | 2009-10-21 | 1 | -0/+51 |
| * | hookize wint_t's definition, patch by Edward O'Callaghan (from PR5233). | Chris Lattner | 2009-10-21 | 1 | -0/+1 |
| * | teach FormatDiagnostic to aggregate previously formatted arguments and | Chris Lattner | 2009-10-20 | 1 | -3/+25 |