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-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
2011-10-06
CUDA: set proper calling conventions for PTX
Peter Collingbourne
2011-10-06
When constructing debug information for synthesized variables for the
Eric Christopher
2011-10-06
Reformat comment.
Eric Christopher
2011-10-05
PTX: Set proper calling conventions for PTX in OpenCL mode.
Justin Holewinski
2011-10-04
Add bitmaps for strong / weak ivar layout (GNUstep runtime).
David Chisnall
2011-10-04
Mark calls to objc_retainBlock that don't result from casts
John McCall
2011-10-03
Propagate __attribute__((returns_twice)) from C to IL.
Rafael Espindola
2011-10-03
Allow getting all source locations of selector identifiers in a ObjCMethodDecl.
Argyrios Kyrtzidis
2011-10-03
Pass from the parser the locations of selector identifiers when creating
Argyrios Kyrtzidis
2011-10-02
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
John McCall
2011-10-01
When performing an @throw in ARC, retain + autorelease
John McCall
2011-09-30
objc gc: assigning to an objc object struct member through an ivar
Fariborz Jahanian
2011-09-30
Minor cleanup.
Eli Friedman
2011-09-29
Change "Regions" to be "LexicalBlocks" since that's what they
Eric Christopher
2011-09-29
Rename EmitStopPoint in CGDebugInfo to EmitLocation. "stop points" don't
Eric Christopher
2011-09-29
Reorder functions in the file.
Eric Christopher
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
[prev]
[next]