| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | When an MMX output variable is tied to the input variable, we have to implicitly | Bill Wendling | 2012-03-22 | 1 | -1/+6 |
* | When a variable has a specified asm name, but isn't using the register storag... | Eli Friedman | 2012-03-15 | 1 | -0/+2 |
* | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie | 2012-03-11 | 1 | -1/+1 |
* | Fold debug scope emission into the cleanup scope. | Eric Christopher | 2012-02-23 | 1 | -9/+2 |
* | simplify a bunch of code to use the well-known LLVM IR types computed by Code... | Chris Lattner | 2012-02-07 | 1 | -1/+1 |
* | Compatability fix for SwitchInst refactoring. | Stepan Dyatkovskiy | 2012-02-01 | 1 | -1/+1 |
* | output body of folded case again. | Fariborz Jahanian | 2012-01-17 | 1 | -1/+3 |
* | Folding away unreachable case statement. | Fariborz Jahanian | 2012-01-17 | 1 | -7/+15 |
* | Fixes a crash during constant folding of a switch and case | Fariborz Jahanian | 2012-01-16 | 1 | -0/+10 |
* | Switch the Alignment argument on AggValueSlot over to CharUnits, per John's r... | Eli Friedman | 2011-12-03 | 1 | -2/+1 |
* | Track alignment in AggValueSlot. No functional change in this patch, but I'l... | Eli Friedman | 2011-12-03 | 1 | -1/+3 |
* | Implement support for dependent Microsoft __if_exists/__if_not_exists | Douglas Gregor | 2011-10-25 | 1 | -0/+1 |
* | Recommit: | Eric Christopher | 2011-10-13 | 1 | -27/+16 |
* | Revert file/scope handling patches. gdb testing revealed a couple of bugs. | Eric Christopher | 2011-10-12 | 1 | -16/+27 |
* | Start handling debug line and scope information better: | Eric Christopher | 2011-10-11 | 1 | -27/+16 |
* | Constant expression evaluation refactoring: | Richard Smith | 2011-10-10 | 1 | -5/+5 |
* | Change "Regions" to be "LexicalBlocks" since that's what they | Eric Christopher | 2011-09-29 | 1 | -6/+6 |
* | Rename EmitStopPoint in CGDebugInfo to EmitLocation. "stop points" don't | Eric Christopher | 2011-09-29 | 1 | -1/+1 |
* | Call UpdateLineDirectiveRegion every time we want to emit a stop | Eric Christopher | 2011-09-29 | 1 | -1/+0 |
* | de-tmpify clang. | Benjamin Kramer | 2011-09-27 | 1 | -1/+1 |
* | Fix comment to reflect reality. | Eric Christopher | 2011-09-26 | 1 | -2/+1 |
* | Removing a bunch of dead returns/breaks after llvm_unreachables. | David Blaikie | 2011-09-23 | 1 | -2/+0 |
* | Switch assert(0/false) llvm_unreachable. | David Blaikie | 2011-09-23 | 1 | -2/+4 |
* | Track whether an AggValueSlot is potentially aliased, and do not | John McCall | 2011-08-25 | 1 | -1/+2 |
* | Use stronger typing for the flags on AggValueSlot and require | John McCall | 2011-08-25 | 1 | -1/+3 |
* | Simplify EH control flow by observing that EH scopes form a simple | John McCall | 2011-08-11 | 1 | -0/+17 |
* | Fix assertion failure in CodeGen where the input operand to an asm | Peter Collingbourne | 2011-07-29 | 1 | -1/+5 |
* | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -11/+11 |
* | de-constify llvm::Type, patch by David Blaikie! | Chris Lattner | 2011-07-18 | 1 | -6/+6 |
* | Convert CallInst and InvokeInst APIs to use ArrayRef. | Jay Foad | 2011-07-15 | 1 | -1/+1 |
* | De-constify Types in StructType::get() and TargetData::getIntPtrType(). | Jay Foad | 2011-07-11 | 1 | -3/+3 |
* | clang side to match the LLVM IR type system rewrite patch. | Chris Lattner | 2011-07-09 | 1 | -2/+2 |
* | Split out logic for valid clobbers and valid inline asm registers. | Eric Christopher | 2011-06-28 | 1 | -0/+1 |
* | LValue carries a type now, so simplify the main EmitLoad/Store APIs | John McCall | 2011-06-25 | 1 | -3/+2 |
* | Canonicalize register names properly. | Eric Christopher | 2011-06-21 | 1 | -0/+2 |
* | Check the specific target to figure out if a constraint is a valid | Eric Christopher | 2011-06-17 | 1 | -2/+5 |
* | Automatic Reference Counting. | John McCall | 2011-06-15 | 1 | -1/+4 |
* | Clang support for ARM Uv/Uy/Uq inline-asm constraints. | Stuart Hastings | 2011-06-07 | 1 | -1/+1 |
* | Rework r132576. | Devang Patel | 2011-06-04 | 1 | -0/+5 |
* | Emit debug info only if there is an insertion point. The debug info should no... | Devang Patel | 2011-06-03 | 1 | -7/+0 |
* | 80-column cleanup. | Eric Christopher | 2011-06-03 | 1 | -2/+2 |
* | Fix the clang part of PR7952: rewrite the specialization of isa<> in DeclBase, | Eli Friedman | 2011-05-21 | 1 | -1/+1 |
* | Parsing/AST support for Structured Exception Handling | John Wiegley | 2011-04-28 | 1 | -0/+4 |
* | PR9214: Convert Metadata API to use ArrayRef. | Jay Foad | 2011-04-21 | 1 | -1/+1 |
* | use the newly introduced IRBuilder getInt() method to reduce some | Chris Lattner | 2011-04-19 | 1 | -17/+12 |
* | Fix a miscompilation I introduced in r129652, thanks for Eli for tracking | Chris Lattner | 2011-04-17 | 1 | -1/+9 |
* | implement rdar://9289524 - case followed immediately by break results in empt... | Chris Lattner | 2011-04-17 | 1 | -0/+14 |
* | Add support for C++0x's range-based for loops, as specified by the C++11 draf... | Richard Smith | 2011-04-14 | 1 | -0/+77 |
* | Fix in r128471 is very broad. Some of the unconditional branches need line nu... | Devang Patel | 2011-03-30 | 1 | -3/+6 |
* | Do not line number entry for unconditional branches. Usually, users do not wa... | Devang Patel | 2011-03-29 | 1 | -0/+3 |