| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Death to blocks, or at least the word "block" in one particular obnoxiously | John McCall | 2010-10-15 | 1 | -4/+4 |
* | Added '|' delimiter to separate inline asm multiple alternative constraints f... | John Thompson | 2010-09-18 | 1 | -6/+3 |
* | one piece of code is responsible for the lifetime of every aggregate | John McCall | 2010-09-15 | 1 | -4/+4 |
* | Fix 'for' loop variables' scope. | Devang Patel | 2010-08-25 | 1 | -6/+6 |
* | Detabify. | Eli Friedman | 2010-08-22 | 1 | -2/+2 |
* | Slightly revised handling of mult-alt constraints, to avoid an assert, until ... | John Thompson | 2010-08-10 | 1 | -1/+9 |
* | Revise cleanup IR generation to fix a major bug with cleanups (PR7686) | John McCall | 2010-07-23 | 1 | -26/+31 |
* | Keep track of artificial scopes introduced by line directives. For example, | Devang Patel | 2010-07-22 | 1 | -0/+1 |
* | Remove unused argument. | Devang Patel | 2010-07-20 | 1 | -5/+5 |
* | Fix for PR3800: make sure not to evaluate the expression for a read-write | Eli Friedman | 2010-07-16 | 1 | -16/+27 |
* | Validated by nightly-test runs on x86 and x86-64 darwin, including after | John McCall | 2010-07-06 | 1 | -130/+138 |