1. 0ffb125 Add CodeGen support for indirect goto. by Daniel Dunbar · 16 years ago
  2. bd012ff Rework codegen emission of globals - No (intended) functionality change. by Daniel Dunbar · 16 years ago
  3. 1e9660e Fix rdar://6103124, the only dummy blocks are ones without names. Named blocks by Chris Lattner · 16 years ago
  4. af99417 Fixed bugzilla bug# 2489. by Sanjiv Gupta · 16 years ago
  5. 4111024 Change self/_cmd to be instances of ImplicitParamDecl instead of ParmVarDecl. by Chris Lattner · 16 years ago
  6. 1e692ac Basic support for volatile loads and stores. Stores the volatile by Eli Friedman · 16 years ago
  7. ff4a2d9 First cut at setting attributes for functions and calls; this puts us by Eli Friedman · 16 years ago
  8. 20ff310 Support for code generation of Objective-C top-level language constructs. by Anton Korobeynikov · 16 years ago
  9. 1c6a38b Generate subprogram debug info with -g. by Sanjiv Gupta · 16 years ago
  10. 3f2af10 Make debugging information usable. This is barebones, but it makes -g by Eli Friedman · 16 years ago
  11. 4f8d123 Move getAccessedFieldNo out of lib/AST/Expr.cpp into by Dan Gohman · 16 years ago
  12. 72cefca remove a stray printout by Chris Lattner · 16 years ago
  13. a212c56 Simplify FunctionDecl::AddRedeclaration a bit by using std::swap. by Chris Lattner · 16 years ago
  14. 8fabd78 if a decl is both 'static' and weak or static and inline, its linkage by Chris Lattner · 16 years ago
  15. 248a753 Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVarDecl() and VarDecl::isFileVarDecl(). by Steve Naroff · 16 years ago
  16. 984d0b4 tracking API changes arising from r49277 by Gabor Greif · 16 years ago
  17. c8aa5f1 Codegen assignment to self correctly, patch by David Chisnall! by Chris Lattner · 16 years ago
  18. 423a3c9 simplify some code by using PointerLikeType. by Chris Lattner · 16 years ago
  19. ce5605e some cleanups on top of David's patch. There are still two by Chris Lattner · 16 years ago
  20. 391d77a Add initial support for objc codegen for methods, ivars, and the by Chris Lattner · 16 years ago
  21. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 16 years ago[Renamed from CodeGen/CodeGenFunction.cpp]
  22. e0e0c94 Update to reflect changes in parameter attribute api. by Chris Lattner · 16 years ago
  23. 440b456 Add fastcall/stdcall attribute support by Nate Begeman · 16 years ago
  24. 98be494 remove the source location arguments to various target query methods. by Chris Lattner · 16 years ago
  25. f89e88d fix codegen support for functions that are nothrow and noreturn. by Chris Lattner · 16 years ago
  26. ddee423 Add a bunch of attributes, patch by Nuno Lopes. by Chris Lattner · 16 years ago
  27. 8137335 Implement codegen for the following static var init. by Lauro Ramos Venancio · 16 years ago
  28. af31913 Change the key of CGRecordLayouts from being an llvm type* to being a decl*. LLVM by Chris Lattner · 17 years ago
  29. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  30. 55352a2 Make the insertion point with an explicit new instead of the builder. by Chris Lattner · 17 years ago
  31. 2c8569d warn about unhandled initializers instead of crashing on them. by Chris Lattner · 17 years ago
  32. 9cd4fe4 Handle global variable definitions which change the type of a definition, such as: by Chris Lattner · 17 years ago
  33. 5a2fa14 remove the alloca insertion point inst, which is an internal helper. by Chris Lattner · 17 years ago
  34. 58c3f9e implement codegen for functions whose function body type don't match by Chris Lattner · 17 years ago
  35. dc4d280 convert the rest of the stderr users in codegen to use diagnostics. by Chris Lattner · 17 years ago
  36. dc5e826 move unsupported warning into a centralized place. by Chris Lattner · 17 years ago
  37. 5c6a42a take an initial stab at setting function linkage right. Handle by Chris Lattner · 17 years ago
  38. 88a981b Rename classes and collections that maintain record layout information. by Devang Patel · 17 years ago
  39. c4c429a by Devang Patel · 17 years ago
  40. 655bf3d untabify by Devang Patel · 17 years ago
  41. b84a06e Begin struct layout work. by Devang Patel · 17 years ago
  42. 793680e Generate code for va_start and va_end. by Anders Carlsson · 17 years ago
  43. c049e4f Code gen case statement ranges. by Devang Patel · 17 years ago
  44. 51b09f2 switch statement code gen. by Devang Patel · 17 years ago
  45. d9363c3 Do not codegen dummy block. Dummy block is an empty block with no predecessors. by Devang Patel · 17 years ago
  46. 47f7dbf eliminate some VC++ warnings, patch contributed by Hartmut Kaiser by Chris Lattner · 17 years ago
  47. cc666af implement initial codegen for aggregate return functions. This implements by Chris Lattner · 17 years ago
  48. da13870 Implement break and continue. Patch by Anders Carlsson! by Chris Lattner · 17 years ago
  49. d2d2a11 A significant refactoring of the type size stuff to also by Chris Lattner · 17 years ago
  50. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago