| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Introduce Type::isSignedIntegerOrEnumerationType() and | Douglas Gregor | 2011-05-20 | 1 | -2/+2 |
* | For calls returning first-class aggregates, store by element instead of creat... | Eli Friedman | 2011-05-17 | 1 | -2/+25 |
* | More killing of std::vector. | John McCall | 2011-05-15 | 1 | -38/+38 |
* | Revert r130717, which caused a regression (<rdar://problem/9402621>). | Douglas Gregor | 2011-05-07 | 1 | -13/+0 |
* | Skip extra copy from aggregate where it isn't necessary; rdar://problem/81399... | Eli Friedman | 2011-05-02 | 1 | -0/+13 |
* | Switch CallArgList from an std::pair to a new CallArg struct (which will even... | Eli Friedman | 2011-05-02 | 1 | -10/+9 |
* | Implement ARM pcs attribute. Basically it's another way of calling convention... | Anton Korobeynikov | 2011-04-14 | 1 | -0/+5 |
* | PR8369: make __attribute((regparm(0))) work correctly. Original patch by | Eli Friedman | 2011-04-09 | 1 | -5/+8 |
* | Add support for language-specific address spaces. On top of that, | Peter Collingbourne | 2011-03-18 | 1 | -1/+2 |
* | Instead of storing an ASTContext* in FunctionProtoTypes with computed noexcep... | Sebastian Redl | 2011-03-13 | 1 | -1/+1 |
* | Propagate the new exception information to FunctionProtoType. | Sebastian Redl | 2011-03-12 | 1 | -1/+1 |
* | Use a slightly more semantic interface for emitting call arguments. | John McCall | 2011-03-11 | 1 | -17/+23 |
* | lib/CodeGen/CGCall.cpp: Don't invoke multiple Builder.CreateBitCast() on Buil... | NAKAMURA Takumi | 2011-03-10 | 1 | -2/+4 |
* | Use the "undergoes default argument promotion" bit on parameters to | John McCall | 2011-03-09 | 1 | -17/+38 |
* | Encode argument numbering in debug info so that code generator can emit them ... | Devang Patel | 2011-03-03 | 1 | -8/+10 |
* | Revert "Add CC_Win64ThisCall and set it in the necessary places." | Tilmann Scheller | 2011-03-02 | 1 | -21/+8 |
* | revert r126858. | Devang Patel | 2011-03-02 | 1 | -10/+8 |
* | Add CC_Win64ThisCall and set it in the necessary places. | Tilmann Scheller | 2011-03-02 | 1 | -8/+21 |
* | Encode argument numbering in debug info so that code generator can emit them ... | Devang Patel | 2011-03-02 | 1 | -8/+10 |
* | Revert r126794. | Devang Patel | 2011-03-02 | 1 | -10/+8 |
* | Encode argument numbering in debug info so that code generator can emit them ... | Devang Patel | 2011-03-01 | 1 | -8/+10 |
* | objc IRGen for Next runtime message API. | Fariborz Jahanian | 2011-03-01 | 1 | -1/+2 |
* | Simplify test to check an aggregate argument that has non trivial constructor... | Devang Patel | 2011-02-16 | 1 | -1/+1 |
* | Fix family-friendly-o, tsk tsk. | Daniel Dunbar | 2011-02-10 | 1 | -1/+1 |
* | Driver/Frontend: Wire up -mregparm=. | Daniel Dunbar | 2011-02-09 | 1 | -3/+3 |
* | If an aggregate argument is passed indirectly because it has non trivial | Devang Patel | 2011-02-09 | 1 | -1/+1 |
* | Reorganize CodeGen{Function,Module} to eliminate the unfortunate | John McCall | 2011-02-08 | 1 | -1/+1 |
* | Replace calls to getTypeSize() and getTypeAlign() with their 'InChars' | Ken Dyck | 2011-01-19 | 1 | -4/+5 |
* | Simplify mem{cpy, move, set} creation with IRBuilder. | Benjamin Kramer | 2010-12-30 | 1 | -8/+6 |
* | Fix Whitespace. | Michael J. Spencer | 2010-10-19 | 1 | -60/+60 |
* | IRgen/ABI: Add support for realigning structures which are passed by indirect | Daniel Dunbar | 2010-09-16 | 1 | -2/+22 |
* | Add symantic support for the Pascal calling convention via | Dawn Perchik | 2010-09-03 | 1 | -0/+4 |
* | Re-commit r112916 with an additional fix for the self-host failures. | John McCall | 2010-09-03 | 1 | -0/+3 |
* | Revert r112916, it's breaking selfhost pretty badly. | John McCall | 2010-09-03 | 1 | -3/+0 |
* | It's not safe to use the generic CXXMethodDecl overload of CGT::getFunctionInfo | John McCall | 2010-09-03 | 1 | -0/+3 |
* | Teach IR generation to return 'this' from constructors and destructors | John McCall | 2010-08-31 | 1 | -18/+28 |
* | IRgen: Switch more MakeAddr() users to MakeAddrLValue; this time for calls wh... | Daniel Dunbar | 2010-08-21 | 1 | -2/+1 |
* | IRgen: Change Emit{Load,Store}OfScalar to take a required Alignment argument and | Daniel Dunbar | 2010-08-21 | 1 | -11/+23 |
* | fix PR5179 and correctly fix PR5831 to not miscompile. | Chris Lattner | 2010-07-30 | 1 | -9/+47 |
* | fix a builder, why didn't clang++ catch this? | Chris Lattner | 2010-07-29 | 1 | -1/+2 |
* | Kill off the 'coerce' ABI passing form. Now 'direct' and 'extend' always | Chris Lattner | 2010-07-29 | 1 | -151/+138 |
* | dissolve some more complexity: make the x86-64 abi lowering code | Chris Lattner | 2010-07-29 | 1 | -22/+2 |
* | now that ABIInfo depends on CGT, it has trivial access to such | Chris Lattner | 2010-07-29 | 1 | -2/+2 |
* | tidy up | Chris Lattner | 2010-07-28 | 1 | -8/+6 |
* | some cleanups and get alignments correct for various coerce cases. | Chris Lattner | 2010-07-28 | 1 | -9/+16 |
* | Vectors are not integer types, so the type system should not classify | Douglas Gregor | 2010-07-23 | 1 | -2/+2 |
* | Fix regression caused by r108911. | Devang Patel | 2010-07-21 | 1 | -1/+2 |
* | Use getDebugLoc and setDebugLoc instead of getDbgMetadata and setDbgMetadata, | Dan Gohman | 2010-07-20 | 1 | -4/+3 |
* | CodeGen/ObjC/NeXT: Fix Obj-C message send to match llvm-gcc when choosing | Daniel Dunbar | 2010-07-14 | 1 | -3/+21 |
* | Mark calls to 'throw()' functions as nounwind, and mark the functions nounwind | John McCall | 2010-07-08 | 1 | -0/+6 |