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
2011-09-13
Switch LangOptions over to a .def file that describes header of the
Douglas Gregor
2011-09-12
When an import statement fails to find a module in the module cache,
Douglas Gregor
2011-09-08
Added missing initialization.
Abramo Bagnara
2011-09-01
Allow the preprocessor to be constructed without performing target-
Douglas Gregor
2011-09-01
Modules hide macro definitions by default, so that silly things like
Douglas Gregor
2011-08-29
Clang/PNaCl: Improve test coverage for PNaClTargetInfo (type aligns), fixes n...
Ivan Krasin
2011-08-28
Warn on missing [super finalize] calls.
Nico Weber
2011-08-25
PNaClTargetInfo: add __ELF__, _REENTRANT and _GNU_SOURCE defines and update t...
Ivan Krasin
2011-08-24
Follow up to r138470 (Add PNaCl TargetInfo). I've occasionally submitted wron...
Ivan Krasin
2011-08-24
Add PNaCl TargetInfo.
Ivan Krasin
2011-08-23
Remove one SourceManager::isInFileID overload and use isOffsetInFileID for th...
Argyrios Kyrtzidis
2011-08-23
Amend r138129 (reduction of SLocEntries) which introduced performance regress...
Argyrios Kyrtzidis
2011-08-23
Move a couple of SourceManager functions out-of-line; no functionality change.
Argyrios Kyrtzidis
2011-08-21
Boost the efficiency of SourceManager::getMacroArgExpandedLocation.
Argyrios Kyrtzidis
2011-08-19
Refactor common functionality into SourceManager::getFileIDSize, no functiona...
Argyrios Kyrtzidis
2011-08-18
Implement '-Weverything', which enables all warnings except those explicitly ...
Ted Kremenek
2011-08-18
"-mavx" should also enable all other SSE levels.
Bruno Cardoso Lopes
2011-08-17
Fix -ferror-limit= to properly emit notes following the last error
Douglas Gregor
2011-08-17
Introduce SourceManager::getMacroArgExpandedLocation function.
Argyrios Kyrtzidis
2011-08-17
Make SourceManager::isBeforeInTranslationUnit handle macro locations correctly.
Argyrios Kyrtzidis
2011-08-13
Fix C++0x narrowing conversion errors in Clang.
Jeffrey Yasskin
2011-08-09
Provide diag_iterator for iterating over the built-in diagnostic IDs/names in...
Ted Kremenek
2011-08-04
Additional comments and whitespace.
Chad Rosier
2011-08-04
Add partial support for using anonymous bitfields (e.g., int : 0) to enforce
Chad Rosier
2011-07-31
Remove dead code flagged by GCC's -Wunused-but-set-variable.
Benjamin Kramer
2011-07-29
Add support for the 'Q' arm memory constraint.
Eric Christopher
2011-07-29
Make DiagnosticErrorTrap keep a count of the errors that occurred so multiple
Argyrios Kyrtzidis
2011-07-27
Change SourceManager::getDataStructureSizes() to use llvm::capacity_in_bytes().
Ted Kremenek
2011-07-26
clang_getCXTUResourceUsage: Report memory used by data structures in SourceMa...
Ted Kremenek
2011-07-26
After further discussion it has been determined that alignof should report
Chad Rosier
2011-07-26
Clean up as many of the comments in Basic I can find to talk in terms of
Chandler Carruth
2011-07-26
Migrate 'Instantiation' data and API bits of SLocEntry to 'Expansion'
Chandler Carruth
2011-07-26
Convert InstantiationInfo and much of the related code to ExpansionInfo
Chandler Carruth
2011-07-26
Rename create(MacroArg)InstantiationLoc to create(MacroArg)ExpansionLoc.
Chandler Carruth
2011-07-26
Rename SourceManager (and InstantiationInfo) isMacroArgInstantiation API
Chandler Carruth
2011-07-25
Rename getInstantiationLineNumber to getExpansionLineNumber in both
Chandler Carruth
2011-07-25
Rename getInstantiationColumnNumber to getExpansionColumnNumber in both
Chandler Carruth
2011-07-25
Rename getDecomposedInstantiationLoc to getDecomposedExpansionLoc.
Chandler Carruth
2011-07-25
getInstantiationLocSlowCase -> getExpansionLocSlowCase
Chandler Carruth
2011-07-25
Rename SourceManager::getImmediateInstantiationRange to
Chandler Carruth
2011-07-25
Allow target to specify about using minimum alignment vs preferred. Takes ca...
Chad Rosier
2011-07-25
Rename SourceManager::getInstantiationRange to getExpansionRange.
Chandler Carruth
2011-07-25
Mechanically rename SourceManager::getInstantiationLoc and
Chandler Carruth
2011-07-23
Move ArrayRef to LLVM.h and eliminate now-redundant qualifiers, patch by Jon ...
Chris Lattner
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-21
Define the _MIPS_SIM builtin macro on MIPS platforms. Patch by Robert Millan!
Bruno Cardoso Lopes
2011-07-19
Refactor r135502 to avoid an empty if else condition, per Eric's suggestion (...
Chad Rosier
2011-07-19
Clang asserts "Invalid environment!" when using -ccc-host-triple
Chad Rosier
2011-07-19
Revamp the SourceManager to separate the representation of parsed
Douglas Gregor
2011-07-14
simplify
Chris Lattner
[prev]
[next]