Age | Commit message (Expand) | Author |
2010-01-25 | Emit debug info for virtual functions. | Devang Patel |
2010-01-25 | global variable that binds reference to a non-lvalue reproted | Fariborz Jahanian |
2010-01-25 | Fix a code gen. bug involving compiling global references. | Fariborz Jahanian |
2010-01-25 | fix rdar://7556129 a crash in blocks debug info codegen. | Chris Lattner |
2010-01-25 | simplify code. | Chris Lattner |
2010-01-24 | -fno-rtti is now the default. | Chris Lattner |
2010-01-24 | Mangle static variables with an extra name to distinguish them from non-stati... | Sean Hunt |
2010-01-24 | Fix a nasty bug where temporaries weren't marked as being conditional in some... | Anders Carlsson |
2010-01-23 | Add bzero builtin; this should help codegen quality for code using this | Eli Friedman |
2010-01-23 | No need to terminate this buffer. | Benjamin Kramer |
2010-01-23 | Created __builtin___NSStringMakeConstantString() builtin, which generates con... | David Chisnall |
2010-01-22 | Finish off fixing up debug information. | Mike Stump |
2010-01-22 | Eliminate some Clang warnings | Douglas Gregor |
2010-01-22 | Simplify code. | Benjamin Kramer |
2010-01-22 | Ensure we output all non-virtual base vtables. Fixes PR5890. | Mike Stump |
2010-01-22 | Update debugging code. | Mike Stump |
2010-01-21 | Move the VTT related code into its own file, CGVTT.cpp | Anders Carlsson |
2010-01-20 | A Decl->getName() is not unique. However, the debug info descriptors | Devang Patel |
2010-01-19 | Emit human readable names for operators. | Devang Patel |
2010-01-19 | First cut at emitting debugging information for C++ member functions. | Devang Patel |
2010-01-19 | Use llvm::Function name as the linkage name, but strip off leading '01' from ... | Devang Patel |
2010-01-19 | Refactor. | Devang Patel |
2010-01-18 | llvm::Function name is the linkage name. If it has a '01' as a prefix then pr... | Devang Patel |
2010-01-18 | More VTT builder fixes. With these fixes we now correctly handle the very com... | Anders Carlsson |
2010-01-18 | Move some common code into BuildVTT. | Anders Carlsson |
2010-01-18 | Fix a bunch of VTT layout bugs, add simple tests for VTT layout. | Anders Carlsson |
2010-01-17 | Minor VTT builder cleanup, no functionality change. | Anders Carlsson |
2010-01-17 | Get the ctor vtable address points directly from the VTT builder. | Anders Carlsson |
2010-01-16 | Add codgen for BI__builtin_llvm_memory_barrier. | Tanya Lattner |
2010-01-16 | Fix crash generating debug info for constructor for anonymous struct. | Eli Friedman |
2010-01-15 | Fix a couple bugs in copy assignment operator synthesis. | Eli Friedman |
2010-01-15 | Convert the type of the LValue offset variable in APValue to CharUnits, moving | Ken Dyck |
2010-01-14 | Emit linkage name even if it matches regular name. The code generator uses li... | Devang Patel |
2010-01-14 | Add comment. | Devang Patel |
2010-01-14 | Made ObjC method name mangling match GCC (which does it in a stupid and broke... | David Chisnall |
2010-01-14 | Store the address points for constructor vtables directly in the VTT builder,... | Anders Carlsson |
2010-01-14 | Add a DenseMapInfo specialization for BaseSubobject. | Anders Carlsson |
2010-01-14 | Because CurLoc is the current source location as far as CGDebugInfo is concer... | Devang Patel |
2010-01-14 | Emit human readable names for c/c++ functions. Avoid emitting linkage name if... | Devang Patel |
2010-01-13 | Add a BaseSubobject class to uniquely identify a base class subobject. Not ye... | Anders Carlsson |
2010-01-11 | Use the new isInteger() method in a couple places, some random cleanup, and | Chris Lattner |
2010-01-11 | Fix type mismatch on 64-bit platforms (GNU ObjC). | David Chisnall |
2010-01-11 | Roll out ASTContext::getTypeSizeInChars(), replacing instances of | Ken Dyck |
2010-01-10 | Try to make cmake happy | Anton Korobeynikov |
2010-01-10 | Generalize target weirdness handling having proper layering in mind: | Anton Korobeynikov |
2010-01-10 | Rename file to generalization in next commits | Anton Korobeynikov |
2010-01-09 | implement codegen support for preinc as an lvalue, PR5514. | Chris Lattner |
2010-01-09 | refactor pre/postinc logic into CGF and require the caller to pass in the | Chris Lattner |
2010-01-09 | revert r92749, which is just dead code. | Chris Lattner |
2010-01-08 | Fix for PR5967: Make const-marking for LLVM globals correct for cases requiring | Eli Friedman |