1. af31913 Change the key of CGRecordLayouts from being an llvm type* to being a decl*. LLVM by Chris Lattner · 17 years ago
  2. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  3. 55352a2 Make the insertion point with an explicit new instead of the builder. by Chris Lattner · 17 years ago
  4. 2c8569d warn about unhandled initializers instead of crashing on them. by Chris Lattner · 17 years ago
  5. 9cd4fe4 Handle global variable definitions which change the type of a definition, such as: by Chris Lattner · 17 years ago
  6. 5a2fa14 remove the alloca insertion point inst, which is an internal helper. by Chris Lattner · 17 years ago
  7. 58c3f9e implement codegen for functions whose function body type don't match by Chris Lattner · 17 years ago
  8. dc4d280 convert the rest of the stderr users in codegen to use diagnostics. by Chris Lattner · 17 years ago
  9. dc5e826 move unsupported warning into a centralized place. by Chris Lattner · 17 years ago
  10. 5c6a42a take an initial stab at setting function linkage right. Handle by Chris Lattner · 17 years ago
  11. 88a981b Rename classes and collections that maintain record layout information. by Devang Patel · 17 years ago
  12. c4c429a by Devang Patel · 17 years ago
  13. 655bf3d untabify by Devang Patel · 17 years ago
  14. b84a06e Begin struct layout work. by Devang Patel · 17 years ago
  15. 793680e Generate code for va_start and va_end. by Anders Carlsson · 17 years ago
  16. c049e4f Code gen case statement ranges. by Devang Patel · 17 years ago
  17. 51b09f2 switch statement code gen. by Devang Patel · 17 years ago
  18. d9363c3 Do not codegen dummy block. Dummy block is an empty block with no predecessors. by Devang Patel · 17 years ago
  19. 47f7dbf eliminate some VC++ warnings, patch contributed by Hartmut Kaiser by Chris Lattner · 17 years ago
  20. cc666af implement initial codegen for aggregate return functions. This implements by Chris Lattner · 17 years ago
  21. da13870 Implement break and continue. Patch by Anders Carlsson! by Chris Lattner · 17 years ago
  22. d2d2a11 A significant refactoring of the type size stuff to also by Chris Lattner · 17 years ago
  23. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago