Age | Commit message (Expand) | Author |
2009-03-16 | Fix struct field's debug info. | Devang Patel |
2009-03-16 | Almost complete implementation of rvalue references. One bug, and a few uncle... | Sebastian Redl |
2009-03-16 | Build system changes to use TableGen to generate the various | Douglas Gregor |
2009-03-15 | Add note on theoretical IRgen improvement. | Daniel Dunbar |
2009-03-15 | Remove a FIXME. | Daniel Dunbar |
2009-03-13 | Do up codegen for function static data and externs in functions in block | Mike Stump |
2009-03-13 | Fix a bug in building function pointer type | Fariborz Jahanian |
2009-03-13 | Remove FIXME, issue has been resolved. | Mike Stump |
2009-03-13 | introduce a new -fheinous-gnu-extensions flag that enables really | Chris Lattner |
2009-03-13 | Fix <rdar://problem/6675489> BlockDecl should not use llvm::smallvector. | Steve Naroff |
2009-03-13 | Fixed an ir-gen bug related to strong-cast generation of | Fariborz Jahanian |
2009-03-12 | More objc2's ivar layout bitmap. | Fariborz Jahanian |
2009-03-12 | Fix uninitialized use in GetAddrOfGlobalBlock, reenable assert. | Daniel Dunbar |
2009-03-11 | x86_32 ABI: Don't try and expand structures with bitfields. | Daniel Dunbar |
2009-03-11 | Code refactoring. No change in functionality. | Fariborz Jahanian |
2009-03-11 | More of objc2's ivar layout bitmap (Next: specific). | Fariborz Jahanian |
2009-03-11 | Adjust for linkage name change. | Duncan Sands |
2009-03-11 | Correct for change of this name in LLVM. | Duncan Sands |
2009-03-11 | More Next objc2's gc ivar layout bitmap work. | Fariborz Jahanian |
2009-03-10 | add plumbing to report diagnostics back through sema for malformed asmstrings. | Chris Lattner |
2009-03-10 | move the asm string analysis code out of codegen into common | Chris Lattner |
2009-03-10 | Emit super class debug info. | Devang Patel |
2009-03-10 | ir-gen support for class getter/setter call | Fariborz Jahanian |
2009-03-10 | Remove some now-unneeded calls to llvm::errs().flush(). | Daniel Dunbar |
2009-03-10 | Address Doug's comments wrt the mangler and fix Eli's test case | Anders Carlsson |
2009-03-10 | More objc2's gc meta-data work related to ivar layout bitmap. | Fariborz Jahanian |
2009-03-10 | Fix PR3682 by just disabling a broken assertion. This check should be | Chris Lattner |
2009-03-10 | reduce duplication of parsing code between %0 and %x0 and | Chris Lattner |
2009-03-10 | move matching of named operands into AsmStmt class. At the same | Chris Lattner |
2009-03-10 | reduce nesting, use memchr instead of explicit loop, eliminate a | Chris Lattner |
2009-03-10 | Expand %= into ${:uid} so that the code generator emits a unique ID for the | Chris Lattner |
2009-03-10 | add some helper methods to AsmStmt and add some comments. | Chris Lattner |
2009-03-10 | slightly simplify some code, pull the 'is simple asm' case up in | Chris Lattner |
2009-03-09 | Backout r66408, we don't want handling of globals to rely on the | Daniel Dunbar |
2009-03-09 | NeXT: Set alignment on a number of ObjC metadata variables (matching llvm-gcc). | Daniel Dunbar |
2009-03-09 | NeXT: Move some routines over to CreateMetadataVar. | Daniel Dunbar |
2009-03-09 | Tweak CreateMetadataVar, take the exact alignment instead of relying | Daniel Dunbar |
2009-03-09 | More fix for bitfield ivar meta-data and code gen accessing it. | Fariborz Jahanian |
2009-03-09 | Fix typo in pref commit. | Daniel Dunbar |
2009-03-09 | NeXT: Add CreateMetadataVar utility method to encapsulate creation of | Daniel Dunbar |
2009-03-09 | Be sure to never create two functions with the same name, instead arrange to | Mike Stump |
2009-03-08 | Code refactoring. No functional change. | Fariborz Jahanian |
2009-03-07 | Make mangling work with anonymous tag types. Doug, please review | Anders Carlsson |
2009-03-07 | Mangle Objective-C interfaces correctly (where correctly refers to what gcc d... | Anders Carlsson |
2009-03-07 | Make constant emission for @encode use the common string emission code. | Eli Friedman |
2009-03-07 | correct bitfield ivar offset in ivar meta-data. | Fariborz Jahanian |
2009-03-07 | Mangle param names with .arg. only. | Sanjiv Gupta |
2009-03-07 | Fixup our uses of various linkages to match how llvm now works. I think they... | Mike Stump |
2009-03-07 | If someone could figure out this is necessary, that would be good. | Mike Stump |
2009-03-07 | Fix typo, need parens. | Mike Stump |