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
/
CodeGen
/
CGExprScalar.cpp
Age
Commit message (
Expand
)
Author
2008-04-20
implement a fixme, add support for ++/-- on long double.
Chris Lattner
2008-04-20
use simplified ConstantFP:get method.
Chris Lattner
2008-04-18
OCUVector -> ExtVector, shorthand for extended vector, per feedback from Chris.
Nate Begeman
2008-04-13
update to follow mainline llvm API change.
Chris Lattner
2008-04-08
Add support for C++ default arguments, and rework Parse-Sema
Chris Lattner
2008-04-06
tracking API changes arising from r49277
Gabor Greif
2008-04-04
Since isComplexType() no longer returns true for _Complex integers, the code
Chris Lattner
2008-04-04
Codegen assignment to self correctly, patch by David Chisnall!
Chris Lattner
2008-04-02
add a common base class "PointerLikeType" for PointerType and ReferenceType,
Chris Lattner
2008-03-30
some cleanups on top of David's patch. There are still two
Chris Lattner
2008-03-30
Add initial support for objc codegen for methods, ivars, and the
Chris Lattner
2008-03-19
simplify the clang codegen by using the new Builder.CreateStructGEP method.
Chris Lattner
2008-03-15
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner