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
/
CGStmt.cpp
Age
Commit message (
Expand
)
Author
2012-05-01
Spacing.
Chad Rosier
2012-04-14
Add an AttributedStmt type to represent a statement with C++11 attributes
Richard Smith
2012-04-10
For debug and coverage analysis if we're not optimizing go ahead
Eric Christopher
2012-04-10
EmitStopPoint already checks if we have debug info.
Eric Christopher
2012-04-10
Tidy.
Eric Christopher
2012-03-29
Revert r153613 as it's causing large compile-time regressions on the nightly ...
Chad Rosier
2012-03-28
When we can't prove that the target of an aggregate copy is
John McCall
2012-03-22
When an MMX output variable is tied to the input variable, we have to implicitly
Bill Wendling
2012-03-15
When a variable has a specified asm name, but isn't using the register storag...
Eli Friedman
2012-03-11
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-02-23
Fold debug scope emission into the cleanup scope.
Eric Christopher
2012-02-07
simplify a bunch of code to use the well-known LLVM IR types computed by Code...
Chris Lattner
2012-02-01
Compatability fix for SwitchInst refactoring.
Stepan Dyatkovskiy
2012-01-17
output body of folded case again.
Fariborz Jahanian
2012-01-17
Folding away unreachable case statement.
Fariborz Jahanian
2012-01-16
Fixes a crash during constant folding of a switch and case
Fariborz Jahanian
2011-12-03
Switch the Alignment argument on AggValueSlot over to CharUnits, per John's r...
Eli Friedman
2011-12-03
Track alignment in AggValueSlot. No functional change in this patch, but I'l...
Eli Friedman
2011-10-25
Implement support for dependent Microsoft __if_exists/__if_not_exists
Douglas Gregor
2011-10-13
Recommit:
Eric Christopher
2011-10-12
Revert file/scope handling patches. gdb testing revealed a couple of bugs.
Eric Christopher
2011-10-11
Start handling debug line and scope information better:
Eric Christopher
2011-10-10
Constant expression evaluation refactoring:
Richard Smith
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
Call UpdateLineDirectiveRegion every time we want to emit a stop
Eric Christopher
2011-09-27
de-tmpify clang.
Benjamin Kramer
2011-09-26
Fix comment to reflect reality.
Eric Christopher
2011-09-23
Removing a bunch of dead returns/breaks after llvm_unreachables.
David Blaikie
2011-09-23
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-08-25
Track whether an AggValueSlot is potentially aliased, and do not
John McCall
2011-08-25
Use stronger typing for the flags on AggValueSlot and require
John McCall
2011-08-11
Simplify EH control flow by observing that EH scopes form a simple
John McCall
2011-07-29
Fix assertion failure in CodeGen where the input operand to an asm
Peter Collingbourne
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-18
de-constify llvm::Type, patch by David Blaikie!
Chris Lattner
2011-07-15
Convert CallInst and InvokeInst APIs to use ArrayRef.
Jay Foad
2011-07-11
De-constify Types in StructType::get() and TargetData::getIntPtrType().
Jay Foad
2011-07-09
clang side to match the LLVM IR type system rewrite patch.
Chris Lattner
2011-06-28
Split out logic for valid clobbers and valid inline asm registers.
Eric Christopher
2011-06-25
LValue carries a type now, so simplify the main EmitLoad/Store APIs
John McCall
2011-06-21
Canonicalize register names properly.
Eric Christopher
2011-06-17
Check the specific target to figure out if a constraint is a valid
Eric Christopher
2011-06-15
Automatic Reference Counting.
John McCall
2011-06-07
Clang support for ARM Uv/Uy/Uq inline-asm constraints.
Stuart Hastings
2011-06-04
Rework r132576.
Devang Patel
2011-06-03
Emit debug info only if there is an insertion point. The debug info should no...
Devang Patel
2011-06-03
80-column cleanup.
Eric Christopher
2011-05-21
Fix the clang part of PR7952: rewrite the specialization of isa<> in DeclBase,
Eli Friedman
2011-04-28
Parsing/AST support for Structured Exception Handling
John Wiegley
[next]