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