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-09-11
Remove some redundancy from constant aggregate emission. No functionality cha...
Richard Smith
2012-09-11
Update comment and space.
Eric Christopher
2012-09-11
The type of the self and cmd variables should be artificial. (Note
Eric Christopher
2012-09-10
Remove redundant semicolons which are null statements.
Dmitri Gribenko
2012-09-08
When a bad UTF-8 encoding or bogus escape sequence is encountered in a
Richard Smith
2012-09-08
-fcatch-undefined-behavior: Factor emission of the creation of, and branch to,
Richard Smith
2012-09-07
In ARC, if we're emitting assembly markers for calls to
John McCall
2012-09-06
Use custom ABIInfo for le32/PNaCl argument codegen
Derek Schuff
2012-09-06
Fixing the return type information for objc_sync_enter and objc_sync_exit. P...
Aaron Ballman
2012-09-06
Dont cast away const needlessly. Found by gcc48 -Wcast-qual.
Roman Divacky
2012-09-05
Update for r163231.
Chad Rosier
2012-09-05
Changing of type checking order on InitListExpr
Jin-Gu Kang
2012-09-04
[ms-inline asm] Set the inline assembly dialect in CodeGen.
Chad Rosier
2012-09-04
[ms-inline asm] Remove the Inline Asm Non-Standard Dialect attribute. This
Chad Rosier
2012-09-04
Minor cleanup to improve code readability. No functional change intended.
Chad Rosier
2012-09-04
Revert r163083 per chandlerc's request.
Joao Matos
2012-09-02
Rename ANDROIDEABI to Android.
Logan Chien
2012-09-02
Implemented parsing and AST support for the MS __leave exception statement. A...
Joao Matos
2012-08-31
Normalize line endings of r163013 (part 2).
Joao Matos
2012-08-31
Improved MSVC __interface support by adding first class support for it, inste...
Joao Matos
2012-08-31
Change the representation of builtin functions in the AST
Eli Friedman
2012-08-29
Make alignment computation for pointer values for builtins handle
Eli Friedman
2012-08-28
[ms-inline asm] Have MSAsmStmts use the generic EmitAsmStmt codegen function.
Chad Rosier
2012-08-28
CUDA: give correct address space to globals declared in functions
Peter Collingbourne
2012-08-28
[ms-inline asm] Rename EmitGCCAsmStmt to EmitAsmStmt and have it accept
Chad Rosier
2012-08-28
Fix PR13704
Michael Liao
2012-08-27
[ms-inline asm] Add virtual function, getClobber, that returns a StringRef.
Chad Rosier
2012-08-27
[ms-inline asm] Rename getClobber to getClobberStringLiteral. No functional
Chad Rosier
2012-08-27
CodeGen: Hoist check from recursive function to its only callsite.
Benjamin Kramer
2012-08-27
CodeGen: When emitting stores for an initializer, only emit a GEP if we reall...
Benjamin Kramer
2012-08-27
[ms-inline asm] Rename GenerateAsmString to generateAsmString to conform with
Chad Rosier
2012-08-25
Fix a CodeGen bug where we would skip zero-initialization for
Eli Friedman
2012-08-25
Remove spurious string literal for bool argument.
Richard Smith
2012-08-25
-fcatch-undefined-behavior: add the -ftrapv checks to the set of things caught
Richard Smith
2012-08-25
[ms-inline asm] As part of a larger refactoring, rename AsmStmt to GCCAsmStmt.
Chad Rosier
2012-08-24
Fix integer unsigned behavior in clang due to signed left shift overflow.
Richard Smith
2012-08-24
[ms-inline asm] Change the -fenable-experimental-ms-inline-asm option from a
Chad Rosier
2012-08-24
Fix 80-column violation.
Chad Rosier
2012-08-24
[ms-inline asm] Refactor code. No functional change intended.
Chad Rosier
2012-08-24
Push ArrayRef through the Expr hierarchy.
Benjamin Kramer
2012-08-24
New -fcatch-undefined-behavior features:
Richard Smith
2012-08-24
Fix a few -Wdocumentation warnings.
Dmitri Gribenko
2012-08-23
[ms-inline asm] Remove an unused argument. This logic can now be reused by the
Chad Rosier
2012-08-23
Fix a bunch of -Wdocumentation warnings.
Dmitri Gribenko
2012-08-23
Fix transposed optional / required in Objective-C metadata (GNUstep runtime)
David Chisnall
2012-08-23
Attempt to fix clang bootstrap (broken by r162425).
Eli Friedman
2012-08-23
Use the alignment from lvalue emission to more accurately compute the alignment
Eli Friedman
2012-08-22
[ms-inline asm] Start sending non-simple inline asms to the AsmParser.
Chad Rosier
2012-08-22
Reduce duplicated hash map lookups.
Benjamin Kramer
2012-08-21
[driver] Add support for the --param ssp-buffer-size= driver option.
Chad Rosier
[prev]
[next]