| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix PR10204 in a better way. | John McCall | 2011-06-27 | 1 | -3/+1 |
| * | Revert parts of r133860 to fix a crash. Add a test. | Nico Weber | 2011-06-27 | 1 | -1/+3 |
| * | LValue carries a type now, so simplify the main EmitLoad/Store APIs | John McCall | 2011-06-25 | 1 | -35/+24 |
| * | Mark the multiply which occurs as part of performing pointer | John McCall | 2011-06-25 | 1 | -4/+9 |
| * | Change the IR-generation of VLAs so that we capture bounds, | John McCall | 2011-06-24 | 1 | -7/+8 |
| * | When binding a reference to an Automatic Reference Counting temporary, | Douglas Gregor | 2011-06-22 | 1 | -32/+65 |
| * | A few tweaks to MaterializeTemporaryExpr suggested by John. | Douglas Gregor | 2011-06-21 | 1 | -3/+1 |
| * | Introduce a new AST node describing reference binding to temporaries. | Douglas Gregor | 2011-06-21 | 1 | -1/+17 |
| * | Remove dead variables. | Benjamin Kramer | 2011-06-18 | 1 | -3/+0 |
| * | 80 cols. | Benjamin Kramer | 2011-06-18 | 1 | -5/+5 |
| * | Restore correct use of GC barriers. | John McCall | 2011-06-16 | 1 | -13/+25 |
| * | Automatic Reference Counting. | John McCall | 2011-06-15 | 1 | -26/+190 |
| * | Use isAnyComplexType here so we don't pass complex numbers into the aggregate... | Eli Friedman | 2011-06-15 | 1 | -1/+1 |
| * | fix 80 col violation | Chris Lattner | 2011-05-22 | 1 | -1/+2 |
| * | Introduce Type::isSignedIntegerOrEnumerationType() and | Douglas Gregor | 2011-05-20 | 1 | -1/+1 |
| * | Remove dead variable, flagged by gcc's -Wunused-but-set-variable. | Nick Lewycky | 2011-05-02 | 1 | -2/+0 |
| * | Convert AccessInfo::AccessAlignment to CharUnits. No change in functionality | Ken Dyck | 2011-04-24 | 1 | -6/+6 |
| * | Convert CGBitFieldInfo::FieldByteOffset to CharUnits. No change in | Ken Dyck | 2011-04-24 | 1 | -4/+6 |
| * | C1X: implement generic selections | Peter Collingbourne | 2011-04-15 | 1 | -4/+9 |
| * | After some discussion with Doug, we decided that it made a lot more sense | John McCall | 2011-04-12 | 1 | -36/+0 |
| * | More __unknown_anytype work. | John McCall | 2011-04-11 | 1 | -5/+35 |
| * | Remove CK_DynamicToNull. | Anders Carlsson | 2011-04-11 | 1 | -2/+1 |
| * | As a first step towards fixing PR9641, add a CK_DynamicToNull cast kind which | Anders Carlsson | 2011-04-10 | 1 | -1/+2 |
| * | Basic, untested implementation for an "unknown any" type requested by LLDB. | John McCall | 2011-04-07 | 1 | -0/+6 |
| * | IRgen: Reapply r128691 with a fix to ensure we don't increase alignment past | Daniel Dunbar | 2011-04-01 | 1 | -2/+13 |
| * | Revert r128691, "IRgen: Improve GCC compatibility when dealing with packed | Daniel Dunbar | 2011-04-01 | 1 | -7/+2 |
| * | IRgen: Improve GCC compatibility when dealing with packed arrays by propagating | Daniel Dunbar | 2011-03-31 | 1 | -2/+7 |
| * | Fix IRGen issues related to using property-dot syntax | Fariborz Jahanian | 2011-03-30 | 1 | -0/+9 |
| * | Remove PHINode::reserveOperandSpace(). Instead, add a parameter to | Jay Foad | 2011-03-30 | 1 | -2/+1 |
| * | Add support for language-specific address spaces. On top of that, | Peter Collingbourne | 2011-03-18 | 1 | -1/+1 |
| * | PR9494: Get rid of bitcast which was both unnecessary and written incorrectly. | Eli Friedman | 2011-03-16 | 1 | -3/+2 |
| * | DebugInfo can be enabled or disabled at function level (e.g. using an attribu... | Devang Patel | 2011-03-07 | 1 | -1/+1 |
| * | Do not emit stop point for CXXDefaultArgExpr. It results in suboptimial user ... | Devang Patel | 2011-03-07 | 1 | -1/+1 |
| * | Emit a stop point before a call expression so that debugger has some chance o... | Devang Patel | 2011-03-04 | 1 | -0/+7 |
| * | Revert "Add CC_Win64ThisCall and set it in the necessary places." | Tilmann Scheller | 2011-03-02 | 1 | -1/+1 |
| * | Add CC_Win64ThisCall and set it in the necessary places. | Tilmann Scheller | 2011-03-02 | 1 | -1/+1 |
| * | -fwrapv should turn off the inbounds markers from geps used for pointer | Chris Lattner | 2011-03-01 | 1 | -3/+12 |
| * | Change the interface to ConstantFoldsToSimpleInteger to not encode | Chris Lattner | 2011-02-27 | 1 | -3/+3 |
| * | Pretty up the emission of field l-values and use volatile and TBAA when | John McCall | 2011-02-26 | 1 | -26/+54 |
| * | Bind references to opaque r-values correctly. Add a few test cases | John McCall | 2011-02-21 | 1 | -0/+4 |
| * | Remove the "conditional save" hashtables from IR generation. | John McCall | 2011-02-17 | 1 | -5/+0 |
| * | Change the representation of GNU ?: expressions to use a different expression | John McCall | 2011-02-17 | 1 | -42/+39 |
| * | Save a copy expression for non-trivial copy constructions of catch variables. | John McCall | 2011-02-16 | 1 | -0/+8 |
| * | Assorted cleanup: | John McCall | 2011-02-15 | 1 | -3/+2 |
| * | update for ConstantVector API change. | Chris Lattner | 2011-02-15 | 1 | -9/+7 |
| * | revert my ConstantVector patch, it seems to have made the llvm-gcc | Chris Lattner | 2011-02-14 | 1 | -7/+9 |
| * | update for ConstantVector::get API change. | Chris Lattner | 2011-02-14 | 1 | -9/+7 |
| * | For consistency, use llvm::raw_ostream in the rest of the mangle api. | Rafael Espindola | 2011-02-11 | 1 | -2/+4 |
| * | Reorganize CodeGen{Function,Module} to eliminate the unfortunate | John McCall | 2011-02-08 | 1 | -30/+39 |
| * | A few more tweaks to the blocks AST representation: | John McCall | 2011-02-07 | 1 | -1/+3 |