Age | Commit message (Expand) | Author |
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 |
2011-04-21 | PR9214: Convert Metadata API to use ArrayRef. | Jay Foad |
2011-04-19 | use the newly introduced IRBuilder getInt() method to reduce some | Chris Lattner |
2011-04-17 | Fix a miscompilation I introduced in r129652, thanks for Eli for tracking | Chris Lattner |
2011-04-17 | implement rdar://9289524 - case followed immediately by break results in empt... | Chris Lattner |
2011-04-14 | Add support for C++0x's range-based for loops, as specified by the C++11 draf... | Richard Smith |
2011-03-30 | Fix in r128471 is very broad. Some of the unconditional branches need line nu... | Devang Patel |
2011-03-29 | Do not line number entry for unconditional branches. Usually, users do not wa... | Devang Patel |
2011-02-28 | Make skipping of vardecls more precise: it's ok to skip a decl if the entire | Chris Lattner |
2011-02-28 | make switch constant folding a bit stronger, handling a missed case. | Chris Lattner |
2011-02-28 | remove a bogus assertion, add a comment. | Chris Lattner |