index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Basic
Age
Commit message (
Expand
)
Author
2007-12-01
Fixed bug in the serialization of SelectorTable where we did not register the
Ted Kremenek
2007-11-30
start partitioning the diagnostics into two classes: those
Chris Lattner
2007-11-30
Implemented serialization of SelectorTable and Selectors.
Ted Kremenek
2007-11-27
Add more semantic analysis for inline asm statements.
Anders Carlsson
2007-11-25
Check that the clobber registers are valid.
Anders Carlsson
2007-11-24
Add tables for GCC register names and aliases. This will be used for inline asm
Anders Carlsson
2007-11-15
Break out bool/true/false support into a LangOption
Nate Begeman
2007-11-13
Renamed all serialization "Materialize" methods to "Create" to conform with
Ted Kremenek
2007-11-10
Changed the serialization of IdentifierTable to only serialize out entries
Ted Kremenek
2007-11-09
rename getInstantiationLoc to match the scheme of isPhysicalLoc.
Chris Lattner
2007-11-09
change source location to have two bits for macros, tracking
Chris Lattner
2007-11-09
Changed method call to reflect updated serialization API.
Ted Kremenek
2007-11-08
Rewrote serialization of IdentifierInfo and IdentifierTable to use methods Emit
Ted Kremenek
2007-11-05
Added registration to deserialization engine of IdentifierInfo* as
Ted Kremenek
2007-11-01
Simplified Serialization code for SourceLocation and SourceRange, and
Ted Kremenek
2007-10-31
Updated a comment to hopefully silence a Lattner warning.
Ted Kremenek
2007-10-30
Updated some comments.
Ted Kremenek
2007-10-30
Removed SrcMgr::FileInfo and SrcMgr::InfoRec and replaced them with a
Ted Kremenek
2007-10-25
Implemented serialization of SourceLocation and SourceRange objects.
Ted Kremenek
2007-10-24
Modified current clients of Bitcode-Object serialization to use the
Ted Kremenek
2007-10-23
Implemented serialization for IdentifierInfo and IdentifierTable.
Ted Kremenek
2007-10-16
Unbreak mingw32. Maybe there should be something like libClandSystem? :)
Anton Korobeynikov
2007-10-13
Add __builtin_va_list definitions for x86_64 and ppc64.
Anders Carlsson
2007-10-11
Push the rewriting APIs along. Build a trivial client that replaces tabs
Chris Lattner
2007-10-10
avoid accessing off the end of identifiers.
Chris Lattner
2007-10-07
move IdentifierTable.h from liblex to libbasic.
Chris Lattner
2007-10-06
speed up clang startup another 28% by avoiding std::vector<std::string>
Chris Lattner
2007-10-06
speed up clang startup time by about 23% by avoiding lots of
Chris Lattner
2007-09-22
work around bugs and missing features in apfloat.
Chris Lattner
2007-09-22
Use APFloat for the representation of FP immediates, ask the target
Chris Lattner
2007-09-12
Removed clang solution file for VC++, which didn't work properly because of h...
Hartmut Kaiser
2007-09-06
remove the FATAL classifier.
Chris Lattner
2007-09-03
VC++ doesn't define S_ISDIR
Chris Lattner
2007-09-03
Add #ifdefs to make the source portable to windows. Patch contributed
Chris Lattner
2007-08-30
constify a method.
Chris Lattner
2007-08-02
Fix a bug in my previous commit
Chris Lattner
2007-08-02
Increase the macro id cache to look up several recent entries, not just the l...
Chris Lattner
2007-07-24
Use a smallstring instead of an std::string in FileChanged to avoid some mall...
Chris Lattner
2007-07-24
check in an experiment that didn't work out, to allow for future investigation.
Chris Lattner
2007-07-24
Add a cache to SourceManager to accellerate line # lookup. This is a
Chris Lattner
2007-07-22
Switch TargetInfo::getTargetDefines from using an std::map<std::string, ...> ...
Chris Lattner
2007-07-21
Add support for reusing macroid's with negative physical loc deltas. This
Chris Lattner
2007-07-20
remove some old cruft
Chris Lattner
2007-07-20
improve comments, implement a trivial single-entry cache in
Chris Lattner
2007-07-20
Reimplement SourceLocation. Instead of having a
Chris Lattner
2007-07-16
Make octal constant lexing use AdvanceToTokenCharacter to give more
Chris Lattner
2007-07-15
Change SourceManager::getInstantiationLoc to take virtual locations, doing its
Chris Lattner
2007-07-14
A significant refactoring of the type size stuff to also
Chris Lattner
2007-07-12
add missing header
Gabor Greif
2007-07-11
Stage two of getting CFE top correct.
Reid Spencer
[prev]