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
2011-09-29
Call UpdateLineDirectiveRegion every time we want to emit a stop
Eric Christopher
2011-09-29
Update comment.
Eric Christopher
2011-09-27
de-tmpify clang.
Benjamin Kramer
2011-09-26
Update comments.
Eric Christopher
2011-09-26
Fix comment to reflect reality.
Eric Christopher
2011-09-26
Move VTable builder to AST
Peter Collingbourne
2011-09-26
Have CodeGenVTables::GenerateConstructionVTable use VTableLayout
Peter Collingbourne
2011-09-26
Move vtable dumper call to VTableBuilder ctor
Peter Collingbourne
2011-09-26
Implement VTableContext::createConstructionVTableLayout
Peter Collingbourne
2011-09-26
Move all vtable layout data into new VTableLayout class
Peter Collingbourne
2011-09-26
Move VTableComponent to header file
Peter Collingbourne
2011-09-26
Move vtable component accessors to VTableContext
Peter Collingbourne
2011-09-26
Remove CodeGenVTables::ComputeVTableRelatedInformation dependency on CodeGen
Peter Collingbourne
2011-09-26
Create a VTableContext class and start moving CodeGenVTables methods to it
Peter Collingbourne
2011-09-26
Move VTT builder to AST
Peter Collingbourne
2011-09-26
Move BaseSubobject class to AST
Peter Collingbourne
2011-09-26
Remove CodeGenModule field from VTTBuilder
Peter Collingbourne
2011-09-26
Make the VTTBuilder class independent of LLVM core
Peter Collingbourne
2011-09-25
Rename Diagnostic to DiagnosticsEngine as per issue 5397
David Blaikie
2011-09-24
Treat list-initialization of scalars as a first-class citizen in C++11.
Sebastian Redl
2011-09-23
Removing a bunch of dead returns/breaks after llvm_unreachables.
David Blaikie
2011-09-23
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-09-22
Don't remove filters.
Bill Wendling
2011-09-22
Only trigger the initialize-an-array-via-elementwise-copy/move code
Douglas Gregor
2011-09-22
Explicitly-defaulted copy/move constructors are not "implicit", but
Douglas Gregor
2011-09-21
ANSI C requires that a call to an unprototyped function type succeed
John McCall
2011-09-21
Change "ivar" to true for a boolean function argument. Since string literals...
Richard Trieu
2011-09-20
Create a MipsTargetCodeGenInfo object for mips64/mips64el. The size of the
Akira Hatanaka
2011-09-20
Add a parameter to MipsTargetCodeGenInfo's constructor.
Akira Hatanaka
2011-09-20
Don't assume that the clause is a GlobalVariable. It could be a constant.
Bill Wendling
2011-09-19
Add list initialization for complex numbers in C. Essentially, this allows "...
Eli Friedman
2011-09-19
The eh.selector intrinsic isn't used anymore. Replace the check here with a
Bill Wendling
2011-09-19
OpenCL: introduce support for function scope __local variables
Peter Collingbourne
2011-09-19
In CodeGenAction::ExecuteAction() use SourceManager::translateFileLineCol()
Argyrios Kyrtzidis
2011-09-19
Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset.
Argyrios Kyrtzidis
2011-09-19
Throw the switch to convert clang to the new exception handling model!
Bill Wendling
2011-09-19
Tighten check to match an ivar with corresponding property by using ObjCImple...
Devang Patel
2011-09-19
In apple-kext mode, use external linkage for explicit template instantiations
John McCall
2011-09-18
PR10304: Do not call destructors for data members from union destructors. Pri...
Richard Smith
2011-09-15
Refactor the load of the exception pointer and the exception selector from their
Bill Wendling
2011-09-15
Rewrite this loop to use partial destruction; I'm not sure it's
John McCall
2011-09-15
Sorry, that assertion actually already exists.
John McCall
2011-09-15
We don't generate null initializer expressions anymore, and
John McCall
2011-09-14
Emit debug info for c++0x nullptr.
Devang Patel
2011-09-14
Formatting.
Eric Christopher
2011-09-14
Fix comment.
Eli Friedman
2011-09-13
Fix typo.
Eric Christopher
2011-09-13
Correctly generate IR for casted "builtin" functions, where
John McCall
2011-09-13
Re-commit r139643.
Eli Friedman
2011-09-13
Revert r139643 while I look into it; it's breaking selfhost.
Eli Friedman
[next]