|  | Commit message (Expand) | Author | Age | Files | Lines | 
|---|
| * | 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 | 
| * | Fix typo and add comment. | Rafael Espindola | 2011-01-01 | 1 | -5/+8 | 
| * | Add support for declaring register contraints in variables. They are only used | Rafael Espindola | 2010-12-30 | 1 | -0/+34 | 
| * | Fix a bug in the emission of __real/__imag l-values on scalar operands. | John McCall | 2010-12-05 | 1 | -7/+22 | 
| * | When forming the !srcloc mdnode for an inline asm, add the SourceLocations | Chris Lattner | 2010-11-17 | 1 | -4/+24 | 
| * | factor some code out to a helper function, no functionality change. | Chris Lattner | 2010-11-17 | 1 | -4/+10 | 
| * | Generate bitcasts going in and out of MMX parameters | Dale Johannesen | 2010-10-29 | 1 | -1/+10 | 
| * | Implement an indirect-goto optimization for goto *&&lbl and respect this | John McCall | 2010-10-28 | 1 | -0/+5 |