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
Age
Commit message (
Expand
)
Author
2010-04-07
@llvm.sqrt isn't really close enough to C's sqrt to justify emitting calls
John McCall
2010-04-07
a ridiculous amount of propagation through the backend later,
Chris Lattner
2010-04-06
fit in 80 cols
Chris Lattner
2010-04-06
IRgen: Move BitFieldIsSigned bit into CGBitFieldInfo.
Daniel Dunbar
2010-04-06
Simplify.
Daniel Dunbar
2010-04-06
Simplify.
Daniel Dunbar
2010-04-05
IRgen: Move BitField LValues to just hold a reference to the CGBitFieldInfo.
Daniel Dunbar
2010-04-05
Emit debug info for objc getters and setters.
Devang Patel
2010-04-05
IRgen: Lift BitFieldInfo to CGBitFieldInfo at namespace level.
Daniel Dunbar
2010-04-05
Add a FIXME and reduce nesting.
Daniel Dunbar
2010-04-04
Reapply patch for adding support for address spaces and added a isVolatile fi...
Mon P Wang
2010-04-03
Don't produce a vtable for a class if we have an explicit template instantiat...
Rafael Espindola
2010-04-02
IRgen/NeXT: Remove my refactoring-enabling asserts, and add a FIXME.
Daniel Dunbar
2010-04-02
IRgen/Obj-C: Eliminate FindIvarInterface, now that ivar's are in the right De...
Daniel Dunbar
2010-04-02
NewDebugLoc got renamed to DebugLoc.
Chris Lattner
2010-04-02
Revert r100193 since it causes failures in objc in clang
Mon P Wang
2010-04-02
Rework our handling of copy construction of temporaries, which was a
Douglas Gregor
2010-04-02
Reapply patch for adding support for address spaces and added a isVolatile fi...
Mon P Wang
2010-04-02
CG/NeXT: Assert some invariants on an ivar's containing decl context that I a...
Daniel Dunbar
2010-04-01
adjust to IRBuilder change and use faster DebugLoc apis.
Chris Lattner
2010-03-31
Extend DependentNameType with a keyword enum that specifies whether
Douglas Gregor
2010-03-31
Rename TypenameType to DependentNameType in anticipation of some
Douglas Gregor
2010-03-31
Minor include pruning.
Benjamin Kramer
2010-03-31
use the new optimized debug info metadata accessors. In
Chris Lattner
2010-03-31
IRGen: Move the auxiliary data structures tracking AST -> LLVM mappings out o...
Daniel Dunbar
2010-03-31
CGRecordLayoutBuilder: Switch unions to use same mechanism for tracking field...
Daniel Dunbar
2010-03-31
Drastically simplify the computation of linkage for typeinfo by using
Douglas Gregor
2010-03-31
IRGen: Hide CGRecordLayoutBuilder class, because I can.
Daniel Dunbar
2010-03-30
Introduce a new kind of derived-to-base cast which bypasses the need for
John McCall
2010-03-30
Revert Mon Ping's 99930 due to broken llvm-gcc buildbots.
Bob Wilson
2010-03-30
IRGen: Narrow getCGRecordLayout type.
Daniel Dunbar
2010-03-30
IRgen: Move CGRecordLayout to its own happy little file.
Daniel Dunbar
2010-03-30
Minor formatting/FIXME cleanups.
Daniel Dunbar
2010-03-30
Remember the regparm attribute in FunctionType::ExtInfo.
Rafael Espindola
2010-03-30
Added support for address spaces and added a isVolatile field to memcpy, memm...
Mon P Wang
2010-03-30
the big refactoring bits of PR3782.
Rafael Espindola
2010-03-30
Don't produce a vtable if we are just instantiating a method and the
Rafael Espindola
2010-03-30
Replace some constant-sized SmallVectors.
Benjamin Kramer
2010-03-30
Remove the old vtable layout code.
Anders Carlsson
2010-03-30
Remove UseNewVTableCode checks.
Anders Carlsson
2010-03-30
Use the new function in EmitClassAggrMemberwiseCopy, fixing the same assert a...
Anders Carlsson
2010-03-30
Factor emitting a call to a copy constructor out into a separate function.
Anders Carlsson
2010-03-30
Introduce a CXXTemporariesCleanupScope RAII object and use it to cleanup the ...
Anders Carlsson
2010-03-30
Handle default arguments when calling copy constructors for bases or members ...
Anders Carlsson
2010-03-30
Flip the switch and use the new vtable layout code for everything. I've verif...
Anders Carlsson
2010-03-30
Cache results computed by CGDebugInfo::getOrCreateFile() in a DenseMap.
Ted Kremenek
2010-03-29
Remove FIXME comment.
Ted Kremenek
2010-03-29
Change 'TypeCache' from being an std::map to a llvm::DenseMap. This reduces ...
Ted Kremenek
2010-03-29
emit signed integer subtractions as 'sub nsw', patch by
Chris Lattner
2010-03-29
Another vtable layout fix, making us match gcc better.
Anders Carlsson
[prev]
[next]