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-10-30
Add support for lazily linking bitcode files (using a new
Peter Collingbourne
2011-10-29
Rename Expr::Evaluate to Expr::EvaluateAsRValue to make it clear that it will
Richard Smith
2011-10-28
In case of template specialization, do not try to delay emitting debug info f...
Devang Patel
2011-10-28
Fix PR9614 for functions with the always_inline attribute. Try to keep
Rafael Espindola
2011-10-28
It turns out that the Objective-C message lookup functions can throw exceptio...
David Chisnall
2011-10-27
Annotate imprecise FP division with fpaccuracy metadata
Peter Collingbourne
2011-10-26
Objective-c: fix an ir-gen crash where objc messag returns a _Complex
Fariborz Jahanian
2011-10-26
Fix pr9614 by not emitting an available_externally function when it calls
Rafael Espindola
2011-10-25
Restore r142914 and r142915, now with missing file and apparent
John McCall
2011-10-25
Revert r142914 and r142915, due to possibly missing file.
NAKAMURA Takumi
2011-10-25
Change an int64_t to an intptr_t so that we don't end up with crashes in the ...
David Chisnall
2011-10-25
Introduce a placeholder type for "pseudo object"
John McCall
2011-10-25
Implement support for dependent Microsoft __if_exists/__if_not_exists
Douglas Gregor
2011-10-24
Remove the SystemZ backend.
Dan Gohman
2011-10-24
Do not drop type qualifiers in -flimit-debug-info mode.
Devang Patel
2011-10-24
Don't try to emit CK_LValueBitCast casts as constants. PR9558.
Eli Friedman
2011-10-24
Fix mismatched new[]/delete[].
Benjamin Kramer
2011-10-24
Remove debugging printfs that some idiot left in.
David Chisnall
2011-10-24
Enable experimental support for objc_msgSend with GNUstep ObjC runtime.
David Chisnall
2011-10-22
Fix a typo that completely broke the expansion of complex arguments.
Bob Wilson
2011-10-22
Remove obsolete debugging macro, make helper static.
Benjamin Kramer
2011-10-21
Fix PR11073 by adding the argument type information to the decl we construct
Eric Christopher
2011-10-21
c++: support gcc's application of weak attribute on
Fariborz Jahanian
2011-10-21
Take DW_AT_comp_dir from $PWD when it's present and starts with a '/'. This is
Nick Lewycky
2011-10-19
Add block information for ObjC @catch blocks.
Eric Christopher
2011-10-19
Add a new subclass of RunCleanupScopes that also handles creating new
Eric Christopher
2011-10-18
More metaprogramming with builtin types.
John McCall
2011-10-18
Macro metaprogramming for builtin types.
John McCall
2011-10-18
Rewrite parts of MS ABI C++ layout. Based on work by r4start; I ended up doi...
Eli Friedman
2011-10-17
Wire up support for the controlling the extended dwarf .file directive. With
Nick Lewycky
2011-10-17
Add a new placeholder type to represent "unbridged"
John McCall
2011-10-16
Convert inline asm source ranges into clang SourceRanges and print them with ...
Benjamin Kramer
2011-10-15
Replace vectors with arrays.
Benjamin Kramer
2011-10-15
Handle an edge case involving the conditional operator and throw expressions....
Eli Friedman
2011-10-14
Provide half floating point support as a storage only type.
Anton Korobeynikov
2011-10-14
Misc fixes for atomics. Biggest fix is doing alignment correctly for _Atomic...
Eli Friedman
2011-10-14
Simplify code to avoid a useless string copy.
Benjamin Kramer
2011-10-14
Upgrade to PathV2.
Benjamin Kramer
2011-10-14
Add parens to pacify GCC.
Benjamin Kramer
2011-10-14
PR11124: Don't overwrite memory outside of a base class when performing zero-...
Eli Friedman
2011-10-13
Recommit:
Eric Christopher
2011-10-13
TCE target: conversion of OpenCL reqd_work_group_size attr to metadata
Peter Collingbourne
2011-10-12
Add returns_twice to functions that are known to return twice. This implements
Rafael Espindola
2011-10-12
Revert file/scope handling patches. gdb testing revealed a couple of bugs.
Eric Christopher
2011-10-12
Removed extra line in comment.
Jim Goodnow II
2011-10-12
Remember to set the location in EmitGlobalVariable to the current decl
Eric Christopher
2011-10-11
Start handling debug line and scope information better:
Eric Christopher
2011-10-11
80-column and tab cleanup.
Eric Christopher
2011-10-11
Reorder this to make it easier to add more changes for a location set.
Eric Christopher
2011-10-11
Silence some -Wuninitialized false positives with gcc.
Eli Friedman
[prev]
[next]