index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Basic
Age
Commit message (
Expand
)
Author
2009-07-05
More tweaks to types for OpenBSD. Patch by Jonathan Gray.
Eli Friedman
2009-07-05
Per PR4506, fix the type of size_t on OpenBSD.
Eli Friedman
2009-07-03
Add an intermediate typedef for __builtin_va_tag to make it a bit easier
Eli Friedman
2009-07-01
Two fixes to make Clang build on Visual C++ (again), from Alisdair Meredith.
Douglas Gregor
2009-07-01
Fix for PR4192: fix the definition of int64_t on x86_64 Linux.
Eli Friedman
2009-06-30
Reapply r74532, and inherit from OSTargetInfo instead of from Target.
Torok Edwin
2009-06-30
Revert 74532 till I figure out why it breaks a bunch of tests.
Torok Edwin
2009-06-30
Use templates instead of creating a new class for each OS/Target combination.
Torok Edwin
2009-06-30
Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions.
Chris Lattner
2009-06-29
Use true/false instead of 1/0.
Daniel Dunbar
2009-06-29
Don't define __KPRINTF_ATTRIBUTE__ unconditionally on OpenBSD.
Daniel Dunbar
2009-06-29
OpenBSD support.
Daniel Dunbar
2009-06-28
Make the StackProtector bitfield use enums instead of obscure numbers.
Bill Wendling
2009-06-28
Add stack protector support to clang. This generates the 'ssp' and 'sspreq'
Bill Wendling
2009-06-25
OpenCL 1.0 Support: support "bool, true, false" tokens when compiling for OpenCL
Nate Begeman
2009-06-25
Fix column checking for SourceManager::getLocation().
Argyrios Kyrtzidis
2009-06-24
fix the type of wchar_t for windows, PR4417
Chris Lattner
2009-06-23
Fix warning when building w/o asserts.
Daniel Dunbar
2009-06-23
Introduce SourceManager::ísBeforeInTranslationUnit() which can compare 2 sou...
Argyrios Kyrtzidis
2009-06-23
__APPLE_CC__ should only be set when building for darwin targets.
Chris Lattner
2009-06-23
In SourceManager::createFileID missed setting ContentCache's FirstFID in anot...
Argyrios Kyrtzidis
2009-06-20
Slight modification to column checking inside SourceManager::getLocation().
Argyrios Kyrtzidis
2009-06-20
Introduce SourceManager::getLocation() to get a source location out of a "fil...
Argyrios Kyrtzidis
2009-06-16
follow-on to my patch: some targets (like sparc) do not
Chris Lattner
2009-06-16
my refactoring of builtins changed target-specific builtins to only be
Chris Lattner
2009-06-15
Base SFINAE error suppression counting on the class of an error, not
Douglas Gregor
2009-06-14
Update LLVM.
Douglas Gregor
2009-06-14
Sink the BuiltinInfo object from ASTContext into the
Chris Lattner
2009-06-14
move the various builtins stuff from libast to libbasic. This
Chris Lattner
2009-06-08
Add stack alignment to x86_64 target data.
Daniel Dunbar
2009-06-08
Minor tweaks to the Windows target.
Eli Friedman
2009-06-08
PR4346: add "R" asm register constraint.
Eli Friedman
2009-06-08
Misc minor fixes for clang for the Windows target.
Eli Friedman
2009-06-07
Remove dead code: 'NewEntry' is not used.
Zhongxing Xu
2009-06-05
Move CharIsSigned from TargetInfo to LangOptions.
Eli Friedman
2009-06-04
Move a couple Darwin-specific defines into getDarwinDefines.
Eli Friedman
2009-06-03
Back out r72764; I should have looked more carefully before committing
Eli Friedman
2009-06-03
PR3678: Add support for "Yt" asm register constraint.
Eli Friedman
2009-06-02
Add floating point details to PIC16 Target.
Sanjiv Gupta
2009-05-29
Add a couple missing ARM defines.
Eli Friedman
2009-05-22
A few more tweaks for Solaris; please correct me if it's wrong somehow.
Eli Friedman
2009-05-21
Improve target support for Solaris.
Douglas Gregor
2009-05-18
Avoid potential out-of-bounds access in SourceManager::getLineNumber.
Daniel Dunbar
2009-05-16
Targets without long long should reduce the size of intmax_t
Eli Friedman
2009-05-08
Provide dummy va_list typedef for msp430
Anton Korobeynikov
2009-05-06
Handle -march for the LLVM recognized cpu names.
Daniel Dunbar
2009-05-06
More x86 target feature support.
Daniel Dunbar
2009-05-06
Tweak x86 -mcpu defaults.
Daniel Dunbar
2009-05-06
Fix rdar://6860124 - invalid input constraint 'J' in asm
Chris Lattner
2009-05-06
Improve handling of (X86) target features.
Daniel Dunbar
[prev]
[next]