Age | Commit message (Expand) | Author |
2009-11-17 | Eliminate TargetInfo::getDefaultLangOptions, this kind of logic is better done | Daniel Dunbar |
2009-11-15 | Add TargetOptions and use it when constructing targets. | Daniel Dunbar |
2009-11-12 | do not store wchar/char16/char32/intmax width/alignment info | Chris Lattner |
2009-11-11 | Simplifiy target feature handling by coalescing all the logic into | Daniel Dunbar |
2009-11-05 | clean up integer preprocessor type definitions, patch by Ken Dyck! | Chris Lattner |
2009-11-05 | Adding -fshort-wchar option. | John Thompson |
2009-10-26 | Update location of DataTypes.h to reflect move in LLVM with r85086. | Chandler Carruth |
2009-10-25 | rename getTypeSigned() -> isTypeSigned() per daniel's review. | Chris Lattner |
2009-10-21 | add helpful methods to TargetInfo for querying builtin integer type properties, | Chris Lattner |
2009-10-21 | hookize wint_t's definition, patch by Edward O'Callaghan (from PR5233). | Chris Lattner |
2009-10-14 | fix some cfstring related issues: | Chris Lattner |
2009-09-23 | implement support for __builtin_eh_return_data_regno on x86-32 and x86-64. | Chris Lattner |
2009-09-23 | return a bool value as a bool | Chris Lattner |
2009-09-14 | Add TargetInfo::getABI(), and base ARM APCS vs AAPCS choice on that. | Daniel Dunbar |
2009-09-14 | Add -target-abi clang-cc option, currently unused. | Daniel Dunbar |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-08-24 | Remove TargetInfo::getTargetPrefix(). | Daniel Dunbar |
2009-08-24 | Switch TargetInfo to store an llvm::Triple. | Daniel Dunbar |
2009-08-10 | fix a couple of problems with section attributes: | Chris Lattner |
2009-07-16 | codegen string literals using private linkage now like llvm-gcc, eliminating | Chris Lattner |
2009-07-14 | Basic support for C++0x unicode types. Support for literals will follow in a... | Alisdair Meredith |
2009-07-01 | Fix for PR4192: fix the definition of int64_t on x86_64 Linux. | Eli Friedman |
2009-06-05 | Move CharIsSigned from TargetInfo to LangOptions. | Eli Friedman |
2009-05-06 | More x86 target feature support. | Daniel Dunbar |
2009-05-06 | Improve handling of (X86) target features. | Daniel Dunbar |
2009-05-03 | add a flag to output asm constraints so that we efficiently know | Chris Lattner |
2009-04-26 | in a tied operand, don't copy over the name or constraint string, just the fl... | Chris Lattner |
2009-04-26 | pull operands names "[foo]" into ConstraintInfo. | Chris Lattner |
2009-04-26 | pull the constraint string into the ConstraintInfo struct | Chris Lattner |
2009-04-26 | Add missing include. This fixes the build with gcc 4.3.3. | Torok Edwin |
2009-04-26 | change TargetInfo::ConstraintInfo to be a struct that contains | Chris Lattner |
2009-04-19 | Add target property for whether thread-local storage is supported. | Eli Friedman |
2009-04-03 | Provide sema proper values of maximal number of arguments passed in registers. | Anton Korobeynikov |
2009-04-03 | Do we have fixit advice for comments yet? | Daniel Dunbar |
2009-04-03 | Fix comment. | Daniel Dunbar |
2009-04-03 | Add target hook for setting symbol prefix and section of unicode | Daniel Dunbar |
2009-03-31 | Add Target hooks for IRgen of [cf]string literals. | Daniel Dunbar |
2009-03-20 | pass LangOptions into TargetInfo::getTargetDefines, so that targets | Chris Lattner |
2009-03-03 | implement support for propagating *features* down to the code generator | Chris Lattner |
2009-03-02 | start wiring up support for target-specific -mfoo options like -msse | Chris Lattner |
2009-02-28 | TargetInfo::validateAsmConstraint now takes a reference to the full constrain... | Anders Carlsson |
2009-02-13 | Give TargetInfo a new IntPtrType to hold the intptr_t type for | Chris Lattner |
2009-02-06 | simplify and refactor a bunch of type definition code in Preprocessor | Chris Lattner |
2009-02-05 | privatize some stuff. | Chris Lattner |
2009-01-27 | If an input constraint refers to an output constraint, it should have the sam... | Anders Carlsson |
2009-01-18 | Add sema support for symbolic names in inline asm statements. | Anders Carlsson |
2009-01-17 | Allow targets to override IntMaxTWidth | Nate Begeman |
2009-01-17 | Change TargetInfo::validateInputConstraint to take begin/end name iterators i... | Anders Carlsson |
2008-12-04 | replace useNeXTRuntimeAsDefault with a generic hook that allows targets | Chris Lattner |
2008-10-31 | Made the mechanism of defining preprocessor defs for maxint, ptrdiff_t, wchar | Sanjiv Gupta |