index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Driver
Age
Commit message (
Expand
)
Author
2009-02-25
C99 DR #316 implies that the function parameter types that are known
Douglas Gregor
2009-02-24
PTH: Cache *un-cleaned* spellings for literals instead of cleaned spellings.
Ted Kremenek
2009-02-24
PTH: When emitting tokens for literals with cached spellings, change the token
Ted Kremenek
2009-02-21
Put compiler headers in <prefix>/lib/clang/1.0/include (vs
Daniel Dunbar
2009-02-20
Make 'RangeConstraintManager' the default ConstraintManager.
Ted Kremenek
2009-02-20
PTH generation: Clear the cleaning bit for literals (whose spellings are cach...
Ted Kremenek
2009-02-20
remove some more methods from objc decls, using the iterator
Chris Lattner
2009-02-20
remove some slow O(n) methods.
Chris Lattner
2009-02-20
Change ObjCForwardProtocolDecl to use an ObjCList.
Chris Lattner
2009-02-20
move the interace list of @class to use ObjCList.
Chris Lattner
2009-02-19
fix a bug introduced in my previous patch: moving clang headers to the
Chris Lattner
2009-02-19
always search for "builtin" headers at the end of the search path,
Chris Lattner
2009-02-18
don't print codegen time unless -ftime-report was passed.
Chris Lattner
2009-02-18
privatize all of the string literal memory allocation/creation
Chris Lattner
2009-02-18
change the StringLiteral AST node to track all of the SourceLocations of
Chris Lattner
2009-02-18
Optimize dyld startup time by specifying a trivial export map
Chris Lattner
2009-02-18
add a bunch of timers for -E and other modes. This requires
Chris Lattner
2009-02-18
teach -ftime-report to time the code generator and -emit-llvm times.
Chris Lattner
2009-02-18
move llvm backend specific #includes into Backend.cpp instead of Clang.cpp
Chris Lattner
2009-02-18
indentation and formatting
Chris Lattner
2009-02-18
clang will hopefully never support ratfor.
Chris Lattner
2009-02-18
wire up a minimal -ftime-report, which prints the optimizer/codegen
Chris Lattner
2009-02-17
Backend: Accept -mcpu and -mattr for use by TargetMachine.
Daniel Dunbar
2009-02-17
Static Analyzer driver/options (partial) cleanup:
Ted Kremenek
2009-02-17
add support for -fno-math-errno, and validate that it affects sema properly.
Chris Lattner
2009-02-17
remove extraneous .
Chris Lattner
2009-02-16
Support IRgen of sqrt -> llvm.sqrt, pow -> llvm.pow.
Daniel Dunbar
2009-02-16
RangeConstraintManager is not on by default.
Ted Kremenek
2009-02-16
castToDeclContext/castFromDeclContext are not meant to be used directly; they...
Argyrios Kyrtzidis
2009-02-15
PR3589: Don't simplify libcalls with -ffreestanding.
Daniel Dunbar
2009-02-14
Add -ffreestanding to suppress the implicit declaration of library builtins l...
Douglas Gregor
2009-02-14
Patch by Ben Laurie:
Ted Kremenek
2009-02-14
Fix the build on win32.
Cedric Venet
2009-02-13
Fix typo in printing of __private_extern__.
Daniel Dunbar
2009-02-13
PTH: Cache directory and negative 'stat' calls. This gives us a 1% performan...
Ted Kremenek
2009-02-13
Add some boilerplate to the PTH file to prepare for the caching of stats for ...
Ted Kremenek
2009-02-13
AnalysisConsumer: Explicitly destroy the PathDiagnosticClient at the end of H...
Ted Kremenek
2009-02-13
factor token concatenation avoidance logic out of
Chris Lattner
2009-02-12
PTH: Cache stat information for files in the PTH file. Hook up FileManager
Ted Kremenek
2009-02-12
for now, disable all debug info generation at -O1 and above. This mirrors
Chris Lattner
2009-02-11
PTH: Have meta data be at the beginning of the PTH file, not the end.
Ted Kremenek
2009-02-11
PTH: Replace string identifier to persistent ID lookup with a hashtable. This is
Ted Kremenek
2009-02-11
Fix <rdar://problem/6243503> [sema] @throw; accepted outside catch block.
Steve Naroff
2009-02-11
PTH: Don't emit the PTH offset of the IdentifierInfo string data as that data is
Ted Kremenek
2009-02-10
Add private extern to pretty printer(s).
Mike Stump
2009-02-10
PTH generation: Discard tokens that appear after and on the same line as '#en...
Ted Kremenek
2009-02-10
make -dM emit macros in a deterministic (sorted) order instead of
Chris Lattner
2009-02-10
PTH generation: Don't call 'EmitToken' in the loop condition. This is prepar...
Ted Kremenek
2009-02-10
PTH: Replace ad hoc 'file name' -> 'PTH data' lookup table in the PTH file wi...
Ted Kremenek
2009-02-10
use efficient form of getSpelling, this speeds up -dM by 16%.
Chris Lattner
[next]