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