| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Support for -fno-constant-cfstrings option - wip. | Fariborz Jahanian | 2010-04-22 | 1 | -0/+6 |
* | Add comment explaning the use of c99 inline in c++. | Rafael Espindola | 2010-04-19 | 1 | -0/+4 |
* | Fix -Wcast-qual warnings. | Dan Gohman | 2010-04-19 | 1 | -1/+1 |
* | If a method is virtual and the class key function is in another file, emit th... | Rafael Espindola | 2010-04-19 | 1 | -1/+8 |
* | Vtable -> VTable renames across the board. | Anders Carlsson | 2010-04-17 | 1 | -6/+6 |
* | unbreak tests. | Chris Lattner | 2010-04-13 | 1 | -6/+6 |
* | minor cleanups | Chris Lattner | 2010-04-13 | 1 | -26/+28 |
* | Fix use after free. Incrementing an use_iterator after its user is erased is ... | Benjamin Kramer | 2010-04-10 | 1 | -3/+4 |
* | rely even less on CallInst internals | Gabor Greif | 2010-04-10 | 1 | -7/+6 |
* | do not rely on CallInst interna, use CallSite to access arguments | Gabor Greif | 2010-04-10 | 1 | -1/+3 |
* | Provide an extremely unsatisfactory diagnostic (instead of crashing) when | John McCall | 2010-04-09 | 1 | -1/+2 |
* | Eliminate excessive PCH deserialization caused by the search for | Douglas Gregor | 2010-04-08 | 1 | -1/+0 |
* | Reapply patch for adding support for address spaces and added a isVolatile fi... | Mon P Wang | 2010-04-04 | 1 | -14/+16 |
* | Revert r100193 since it causes failures in objc in clang | Mon P Wang | 2010-04-02 | 1 | -16/+14 |
* | Reapply patch for adding support for address spaces and added a isVolatile fi... | Mon P Wang | 2010-04-02 | 1 | -14/+16 |
* | adjust to IRBuilder change and use faster DebugLoc apis. | Chris Lattner | 2010-04-01 | 1 | -3/+3 |
* | use the new optimized debug info metadata accessors. In | Chris Lattner | 2010-03-31 | 1 | -2/+2 |
* | Revert Mon Ping's 99930 due to broken llvm-gcc buildbots. | Bob Wilson | 2010-03-30 | 1 | -16/+14 |
* | Added support for address spaces and added a isVolatile field to memcpy, memm... | Mon P Wang | 2010-03-30 | 1 | -14/+16 |
* | When given the magic class __cxxabiv1::__fundamental_type_info, produce | Rafael Espindola | 2010-03-27 | 1 | -0/+1 |
* | revert 99311. Looks like it broke darwin bootstrap. | Rafael Espindola | 2010-03-23 | 1 | -11/+2 |
* | Avoid producing implicit methods when we have a explicit template instantiation | Rafael Espindola | 2010-03-23 | 1 | -2/+11 |
* | Always emit associated thunks when emitting the function itself. Remove getVt... | Anders Carlsson | 2010-03-23 | 1 | -15/+4 |
* | Rename MaybeEmitVtable to EmitVTableRelatedData in preparation for making it ... | Anders Carlsson | 2010-03-23 | 1 | -1/+1 |
* | Rename CGVtableInfo to CodeGenVTables in preparation of adding another VTable... | Anders Carlsson | 2010-03-23 | 1 | -3/+3 |
* | C++: Add support for -fno-use-cxa-atexit. | Daniel Dunbar | 2010-03-20 | 1 | -0/+1 |
* | Change CodeGenModule to rely on the Module's symbol table instead of | John McCall | 2010-03-19 | 1 | -86/+72 |
* | Give explicit template instantiations weak ODR linkage. Former | Douglas Gregor | 2010-03-13 | 1 | -7/+16 |
* | Re-revert the explicit template instantiation linkage patch. I am beginning t... | Douglas Gregor | 2010-03-13 | 1 | -10/+8 |
* | Reinstate patch to turn explicit template instantiations into weak symbols | Douglas Gregor | 2010-03-13 | 1 | -8/+10 |
* | Revert the linkage change for explicit template instantiations; something is ... | Douglas Gregor | 2010-03-12 | 1 | -10/+8 |
* | Give explicit template instantiations weak linkage (but don't defer | Douglas Gregor | 2010-03-12 | 1 | -8/+10 |
* | Delay codegen of vtables when handling implicit instantiations. | Rafael Espindola | 2010-03-10 | 1 | -1/+9 |
* | Add a message to these asserts. | Benjamin Kramer | 2010-03-06 | 1 | -3/+3 |
* | Implement __builtin_dwarf_sp_column for i386 (Darwin and not), x86-64 (all), | John McCall | 2010-03-06 | 1 | -0/+5 |
* | Fix PR6473. | Rafael Espindola | 2010-03-04 | 1 | -0/+47 |
* | Revert changes r97693, r97700, and r97718. | John McCall | 2010-03-04 | 1 | -4/+3 |
* | Refactor local class name mangling and make it | Fariborz Jahanian | 2010-03-04 | 1 | -1/+1 |
* | Create a TargetMachine whenever we create a CodeGenAction. The codegen of | John McCall | 2010-03-04 | 1 | -3/+4 |
* | During codegen assert that any copy assignment, destructor or constructor that | Rafael Espindola | 2010-03-02 | 1 | -3/+9 |
* | Add support for the weakref attribute. We still produce "alias weak" as llvm-... | Rafael Espindola | 2010-02-23 | 1 | -0/+1 |
* | Perform two more constructor/destructor code-size optimizations: | John McCall | 2010-02-23 | 1 | -21/+1 |
* | Re-introduce the ctor/dtor alias optimization, this time hidden behind a | John McCall | 2010-02-19 | 1 | -12/+17 |
* | Revert the ctor/dtor alias optimization for now; the buildbots can detect | John McCall | 2010-02-18 | 1 | -17/+12 |
* | Emit complete constructors and destructors as aliases to base constructors | John McCall | 2010-02-17 | 1 | -12/+17 |
* | Remove use of 'std::string' from Attr objects, using instead a byte | Ted Kremenek | 2010-02-11 | 1 | -2/+2 |
* | Emit global references with constant initializers as constants. Fixes PR5585. | John McCall | 2010-02-08 | 1 | -1/+1 |
* | Improved handling of the visibility attribute. Declarations now inherit their... | Anders Carlsson | 2010-02-07 | 1 | -0/+4 |
* | Switch CodeGen's "is this variable declaration a definition?" logic | Douglas Gregor | 2010-02-06 | 1 | -14/+1 |
* | Use the correct function info for constructors when applying function attribu... | Anders Carlsson | 2010-02-06 | 1 | -4/+5 |