1. 1e692ac Basic support for volatile loads and stores. Stores the volatile by Eli Friedman · 16 years ago
  2. a7a6dc0 Make CodeGenFunction::EmitDecl() recognise CXXClass/CXXStruct/CXXUnion. by Argyrios Kyrtzidis · 16 years ago
  3. 2659052 Don't crash emitting an initializer for a static local with union type. by Eli Friedman · 16 years ago
  4. 686226b Emit debug information for global and static variables when -g is specified. by Sanjiv Gupta · 16 years ago
  5. 77eedd6 Calculate alignment for local variables. by Eli Friedman · 16 years ago
  6. cc9b163 Emit parameter and local variable debug information with -g. by Sanjiv Gupta · 16 years ago
  7. d79a726 Change uses of llvm::Type::isFirstClassType to use the new by Dan Gohman · 16 years ago
  8. 2621fd1 Add basic support for the pic-* target triples and add support for by Chris Lattner · 16 years ago
  9. 8bd4afe Generate code for annotation attributes. by Nate Begeman · 16 years ago
  10. 248a753 Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVarDecl() and VarDecl::isFileVarDecl(). by Steve Naroff · 16 years ago
  11. 8bcfc5b remove the Decl::getCanonicalType() method. by Chris Lattner · 16 years ago
  12. 9b2dc28 Since isComplexType() no longer returns true for _Complex integers, the code by Chris Lattner · 16 years ago
  13. c8aa5f1 Codegen assignment to self correctly, patch by David Chisnall! by Chris Lattner · 16 years ago
  14. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 16 years ago[Renamed from CodeGen/CGDecl.cpp]
  15. 8137335 Implement codegen for the following static var init. by Lauro Ramos Venancio · 16 years ago
  16. fea90b8 Implement extern block var. by Lauro Ramos Venancio · 17 years ago
  17. 3c2b317 Remove useless parameter from isConstantSizeType. by Eli Friedman · 17 years ago
  18. 352ffde2 codegen static variables in a function into a different namespace from by Chris Lattner · 17 years ago
  19. ebb97e9 Add experimental support for address space qualified types. Address space by Christopher Lamb · 17 years ago
  20. 19009e6 implement proper support for _Bool in memory, which is usually i8, not i1. by Chris Lattner · 17 years ago
  21. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  22. 2824723 Support initalisers for more than just int-typed static variables. by Oliver Hunt · 17 years ago
  23. e40daa4 by Devang Patel · 17 years ago
  24. 1a86b33 Generate code for static variables that don't have initializers. Also, report an error if a static initializer is not constant. by Anders Carlsson · 17 years ago
  25. aa9fc46 Rename FileVariable -> FileVar for consistency with its class name, by Chris Lattner · 17 years ago
  26. 190dbe2 be slightly more volatile correct by Chris Lattner · 17 years ago
  27. 8b2f3b7 these fixme's are easy :) by Chris Lattner · 17 years ago
  28. d31beb1 implement a fixme, add a couple more :) by Chris Lattner · 17 years ago
  29. 9a19edf Make initialization of complex vars work. by Chris Lattner · 17 years ago
  30. 7f02f72 completely refactor codegen of scalar expressions out into its own CGExprScalar.cpp file. by Chris Lattner · 17 years ago
  31. 590b664 Refactor code so that isIntegerConstantExpr has an ASTContext available. by Chris Lattner · 17 years ago
  32. 88a69ad implement support for basic codegen of global variables with no initializers. by Chris Lattner · 17 years ago
  33. 1978596 Evaluate the initializer for automatic variables. by Chris Lattner · 17 years ago
  34. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago