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-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
2011-10-11
Initial implementation of __atomic_* (everything except __atomic_is_lock_free).
Eli Friedman
2011-10-10
Constant expression evaluation refactoring:
Richard Smith
2011-10-08
Apparently getPtrToInt() takes an explicit type parameter to allow you to gen...
David Chisnall
2011-10-08
Free 'TheTargetCodeGenInfo' in the class CodeGenModule. This looks like an o...
Ted Kremenek
2011-10-08
Fix warning on MSVC. Patch by Aaron Ballman.
Eli Friedman
2011-10-07
Rename TagDecl::isDefinition -> isCompleteDefinition
John McCall
2011-10-07
Record layout requires not just a definition, but a complete
John McCall
2011-10-06
llvm.memory.barrier is going away; remove the wrapper intrinsic __builtin_llv...
Eli Friedman
2011-10-06
Support for C1x _Atomic specifier (see testcase). This is primarily being co...
Eli Friedman
2011-10-06
CUDA: IR generation support for device stubs
Peter Collingbourne
2011-10-06
CUDA: add -fcuda-is-device flag
Peter Collingbourne
2011-10-06
CUDA: IR generation support for kernel call expressions
Peter Collingbourne
[prev]
[next]