| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Make skipping of vardecls more precise: it's ok to skip a decl if the entire | Chris Lattner | 2011-02-28 | 1 | -3/+18 |
| * | make switch constant folding a bit stronger, handling a missed case. | Chris Lattner | 2011-02-28 | 1 | -3/+8 |
| * | remove a bogus assertion, add a comment. | Chris Lattner | 2011-02-28 | 1 | -3/+1 |
| * | make switch condition constant folding much more aggressive, handling | Chris Lattner | 2011-02-28 | 1 | -1/+68 |
| * | First tiny step to implementing PR9322: build infrastructure for only emittin... | Chris Lattner | 2011-02-28 | 1 | -0/+133 |
| * | Change the interface to ConstantFoldsToSimpleInteger to not encode | Chris Lattner | 2011-02-27 | 1 | -3/+5 |
| * | Re-instate r125819 and r125820 with no functionality change | Peter Collingbourne | 2011-02-19 | 1 | -4/+5 |
| * | Revert 125820 and 125819 to fix PR9266. | Rafael Espindola | 2011-02-19 | 1 | -5/+4 |
| * | Move TargetInfo::adjustInlineAsmType to TargetCodeGenInfo | Peter Collingbourne | 2011-02-18 | 1 | -4/+5 |
| * | Step #1/N of implementing support for __label__: split labels into | Chris Lattner | 2011-02-17 | 1 | -9/+9 |
| * | Remove vtables from the Stmt hierarchy; this was pretty easy as | John McCall | 2011-02-09 | 1 | -1/+0 |
| * | Reorganize CodeGen{Function,Module} to eliminate the unfortunate | John McCall | 2011-02-08 | 1 | -22/+21 |
| * | Fix a latent bug where, after emitting an expression statement, we would | John McCall | 2011-01-12 | 1 | -8/+24 |
| * | fix a -Wself-assign warning | Chris Lattner | 2011-01-05 | 1 | -1/+1 |
| * | Add support for passing variables declared to use a xmm register to asm | Rafael Espindola | 2011-01-02 | 1 | -1/+2 |
| * | Produce a better error message for invalid register names. | Rafael Espindola | 2011-01-01 | 1 | -4/+1 |