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
2012-05-04
This patch adds a new Clang compiler flag "-gline-tables-only".
Alexey Samsonov
2012-05-01
During block layout, after padding up to the max field alignment,
John McCall
2012-05-01
Spacing.
Chad Rosier
2012-05-01
Push variable declaration into nested scope (the only place where it is used)...
Ted Kremenek
2012-05-01
Add support for laying out vtordisps according to our current
John McCall
2012-05-01
Abstract the emission of global destructors into ABI-specific code
John McCall
2012-05-01
Refactor the C++ ABI code a little bit to take advantage of
John McCall
2012-04-30
Remove the ref/value inconsistency in filter_decl_iterator.
David Blaikie
2012-04-27
Use enum to set debug info size generated by Clang
Alexey Samsonov
2012-04-27
Add a missing check in CodeGen of packed classes with vtables. <rdar://probl...
Eli Friedman
2012-04-26
objective-c IRGen. Fixes a getter synthesis bug
Fariborz Jahanian
2012-04-26
Fix a bug with block layout when the block contains something
John McCall
2012-04-24
Add a flag to the image info section indicating that the program is compiled for
Bill Wendling
2012-04-24
enable TBAA when -fthread-sanitizer is given, even with -O0 or -relaxed-alia...
Kostya Serebryany
2012-04-23
Forward declarations should take a context. This helps the debugger
Eric Christopher
2012-04-23
Revert r155363, due to the underlying patches in LLVM causing regression
Chandler Carruth
2012-04-23
Hexagon V5 (floating point) support in cfe.
Sirish Pande
2012-04-22
PR12571: Objects of type clang::ConstantArrayType aren't always emitted with
Richard Smith
2012-04-20
Fix bug 12574 - Avoid infinite recursion in constructors and destructors when...
Timur Iskhodzhanov
2012-04-19
Implements boxed expressions for Objective-C. <rdar://problem/10194391>
Patrick Beard
2012-04-18
Revert some Hexagon builtin commits to match reverts done to LLVM in
Chandler Carruth
2012-04-17
Fix case where the alignment is overaligned, per Eli's suggestion.
Chad Rosier
2012-04-17
Make sure EmitMoveFromReturnSlot is passing the correct alignment to
Chad Rosier
2012-04-16
Typo.
Eric Christopher
2012-04-16
Remove support for -fast-math metadata for the moment.
Duncan Sands
2012-04-16
Generate fpmath metadata when -ffast-math. Note that no optimizations are hooked
Duncan Sands
2012-04-16
Hexagon V5(Floating Point) support.
Sirish Pande
2012-04-16
Adjust for LLVM name tweaks requested by Chandler.
Duncan Sands
2012-04-16
Propagate alignment on lvalues through EmitLValueForField. PR12395.
Eli Friedman
2012-04-15
Use MDBuilder to help with metadata creation.
Duncan Sands
2012-04-15
PR12226: don't generate wrong code if a braced string literal is used to
Richard Smith
2012-04-14
Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'm
Duncan Sands
2012-04-14
Add an AttributedStmt type to represent a statement with C++11 attributes
Richard Smith
2012-04-13
Don't enter cleanups for unreachable variables. It's impossible to
John McCall
2012-04-13
Avoid string thrashing when we can concatenate them in the final buffer.
Benjamin Kramer
2012-04-13
Step forward with supporting of ARM homogenous aggregates:
Anton Korobeynikov
2012-04-13
Implement __atomic_fetch_nand and __atomic_nand_fetch to complete our set of
Richard Smith
2012-04-13
Fix a trivial oversight with apple-kext static local destructors
John McCall
2012-04-13
Implement the missing pieces needed to support libstdc++4.7's <atomic>:
Richard Smith
2012-04-12
Fix some i1/i8 confusion within _Atomic(bool) in IR generation, both
Douglas Gregor
2012-04-12
Implement support for 18 of the GNU-compatible __atomic builtins.
Richard Smith
2012-04-12
These functions too have no prototypes. Audited the rest of Sema for
Eric Christopher
2012-04-12
static functions have a need for mangled name debug information too.
Eric Christopher
2012-04-12
The copy and destroy helper functions aren't prototyped, don't call them
Eric Christopher
2012-04-11
Provide, and document, a set of __c11_atomic_* intrinsics to implement C11's
Richard Smith
2012-04-11
Make __atomic_init() (soon to be __c11_atomic_init()) work with non-scalar ty...
David Chisnall
2012-04-11
Enable debug info for objective c implementations that may not have
Eric Christopher
2012-04-10
For debug and coverage analysis if we're not optimizing go ahead
Eric Christopher
2012-04-10
Express the number of ULPs in fpaccuracy metadata as a real rather than a
Duncan Sands
2012-04-10
EmitStopPoint already checks if we have debug info.
Eric Christopher
[prev]
[next]