Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
79a2a261632b8d09971326882bff351b6c26c184
/
Basic
d04c6e2
Add more semantic analysis for inline asm statements.
by Anders Carlsson
· 17 years ago
6fa9086
Check that the clobber registers are valid.
by Anders Carlsson
· 17 years ago
3346ae6
Add tables for GCC register names and aliases. This will be used for inline asm
by Anders Carlsson
· 17 years ago
8aebcb7
Break out bool/true/false support into a LangOption
by Nate Begeman
· 17 years ago
0f84c00
Renamed all serialization "Materialize" methods to "Create" to conform with
by Ted Kremenek
· 17 years ago
eae5cd0
Changed the serialization of IdentifierTable to only serialize out entries
by Ted Kremenek
· 17 years ago
18807d2
rename getInstantiationLoc to match the scheme of isPhysicalLoc.
by Chris Lattner
· 17 years ago
b7489d8
change source location to have two bits for macros, tracking
by Chris Lattner
· 17 years ago
3b0eff8
Changed method call to reflect updated serialization API.
by Ted Kremenek
· 17 years ago
93a9ab4
Rewrote serialization of IdentifierInfo and IdentifierTable to use methods Emit
by Ted Kremenek
· 17 years ago
c19b998
Added registration to deserialization engine of IdentifierInfo* as
by Ted Kremenek
· 17 years ago
beb7713
Simplified Serialization code for SourceLocation and SourceRange, and
by Ted Kremenek
· 17 years ago
d1c0eee
Updated a comment to hopefully silence a Lattner warning.
by Ted Kremenek
· 17 years ago
0d892d8
Updated some comments.
by Ted Kremenek
· 17 years ago
78d85f5
Removed SrcMgr::FileInfo and SrcMgr::InfoRec and replaced them with a
by Ted Kremenek
· 17 years ago
19a95bc
Implemented serialization of SourceLocation and SourceRange objects.
by Ted Kremenek
· 17 years ago
a2bfb91
Modified current clients of Bitcode-Object serialization to use the
by Ted Kremenek
· 17 years ago
c637e6b
Implemented serialization for IdentifierInfo and IdentifierTable.
by Ted Kremenek
· 17 years ago
bd0be39
Unbreak mingw32. Maybe there should be something like libClandSystem? :)
by Anton Korobeynikov
· 17 years ago
fb5e5ba
Add __builtin_va_list definitions for x86_64 and ppc64.
by Anders Carlsson
· 17 years ago
8a12c27
Push the rewriting APIs along. Build a trivial client that replaces tabs
by Chris Lattner
· 17 years ago
a31f030
avoid accessing off the end of identifiers.
by Chris Lattner
· 17 years ago
c7229c3
move IdentifierTable.h from liblex to libbasic.
by Chris Lattner
· 17 years ago
d15fa82
speed up clang startup another 28% by avoiding std::vector<std::string>
by Chris Lattner
· 17 years ago
eab7792
speed up clang startup time by about 23% by avoiding lots of
by Chris Lattner
· 17 years ago
1c9bdae
work around bugs and missing features in apfloat.
by Chris Lattner
· 17 years ago
525a050
Use APFloat for the representation of FP immediates, ask the target
by Chris Lattner
· 17 years ago
3494725
Removed clang solution file for VC++, which didn't work properly because of hard coded paths in the llvm project files.
by Hartmut Kaiser
· 17 years ago
f3a031f
remove the FATAL classifier.
by Chris Lattner
· 17 years ago
a8c11c6
VC++ doesn't define S_ISDIR
by Chris Lattner
· 17 years ago
6a4545e
Add #ifdefs to make the source portable to windows. Patch contributed
by Chris Lattner
· 17 years ago
8b6ca88
constify a method.
by Chris Lattner
· 17 years ago
c1e50fc
Fix a bug in my previous commit
by Chris Lattner
· 17 years ago
991ae51
Increase the macro id cache to look up several recent entries, not just the last one.
by Chris Lattner
· 17 years ago
d8e3083
Use a smallstring instead of an std::string in FileChanged to avoid some malloc traffic.
by Chris Lattner
· 17 years ago
1cf12bf
check in an experiment that didn't work out, to allow for future investigation.
by Chris Lattner
· 17 years ago
5e36a7a
Add a cache to SourceManager to accellerate line # lookup. This is a
by Chris Lattner
· 17 years ago
e36751b
Switch TargetInfo::getTargetDefines from using an std::map<std::string, ...> to using
by Chris Lattner
· 17 years ago
d1623a8
Add support for reusing macroid's with negative physical loc deltas. This
by Chris Lattner
· 17 years ago
45011cf
remove some old cruft
by Chris Lattner
· 17 years ago
31bb8be
improve comments, implement a trivial single-entry cache in
by Chris Lattner
· 17 years ago
9dc1f53
Reimplement SourceLocation. Instead of having a
by Chris Lattner
· 17 years ago
136f93a
Make octal constant lexing use AdvanceToTokenCharacter to give more
by Chris Lattner
· 17 years ago
abca2bb
Change SourceManager::getInstantiationLoc to take virtual locations, doing its
by Chris Lattner
· 17 years ago
d2d2a11
A significant refactoring of the type size stuff to also
by Chris Lattner
· 17 years ago
1501218
add missing header (needed on Solaris)
by Gabor Greif
· 17 years ago
5f016e2
Stage two of getting CFE top correct.
by Reid Spencer
· 17 years ago