1. aa5bd87 Fix a subtle bug where the cleanup scope entries had a dangling block reference by Daniel Dunbar · 15 years ago
  2. 810f6d5 introduce a new -fheinous-gnu-extensions flag that enables really by Chris Lattner · 15 years ago
  3. fb5058e add plumbing to report diagnostics back through sema for malformed asmstrings. by Chris Lattner · 15 years ago
  4. 458cd9c move the asm string analysis code out of codegen into common by Chris Lattner · 15 years ago
  5. 88beebe Fix PR3682 by just disabling a broken assertion. This check should be by Chris Lattner · 15 years ago
  6. 02af974 reduce duplication of parsing code between %0 and %x0 and by Chris Lattner · 15 years ago
  7. 10ca96a move matching of named operands into AsmStmt class. At the same by Chris Lattner · 15 years ago
  8. bb57265 reduce nesting, use memchr instead of explicit loop, eliminate a by Chris Lattner · 15 years ago
  9. 63c8b14 Expand %= into ${:uid} so that the code generator emits a unique ID for the by Chris Lattner · 15 years ago
  10. b327793 add some helper methods to AsmStmt and add some comments. by Chris Lattner · 15 years ago
  11. f1a08ca slightly simplify some code, pull the 'is simple asm' case up in by Chris Lattner · 15 years ago
  12. 7d22bf0 if we die in IR generation of a compound statement, include by Chris Lattner · 15 years ago
  13. 5512f28 add a special case for codegen that improves the case where we have by Chris Lattner · 15 years ago
  14. bc0822b inline asm calls should be nounwind. Chris, please review. by Anders Carlsson · 15 years ago
  15. 66b4151 Make sure to reset the DidCallStackSave variable before emitting a compound statement. Fixes PR3649. by Anders Carlsson · 15 years ago
  16. e896d98 Add CodeGen support for the nodebug attribute. by Anders Carlsson · 15 years ago
  17. 22ab8d8 Handle the case where EmitBlock might be called multiple times for the same block. Fixes PR3536. by Anders Carlsson · 15 years ago
  18. fa1f756 Remove the last remnants of the Obj-C EH stack code. by Anders Carlsson · 15 years ago
  19. e4b6d34 Start removing the old Obj-C EH stack now that the cleanup stack is used instead. by Anders Carlsson · 15 years ago
  20. 82d8ef0 Replace a bunch of EmitBranch calls with EmitBranchThroughCleanup. No functionality change (yet). by Anders Carlsson · 15 years ago
  21. 7433189 Save and restore the DidCallStackSave variable by Anders Carlsson · 15 years ago
  22. 225b16d When we're at the stack depth we want, there isn't anything to do. by Mike Stump · 15 years ago
  23. ec9771d Wire up break and continue processing to the new stack depth adjuster. by Mike Stump · 15 years ago
  24. bd6fa3d When emitting blocks, keep track of which cleanup scope they have. Minor fixes and cleanup. by Anders Carlsson · 15 years ago
  25. c71c845 Add support for emitting cleanup blocks. Make EmitCompoundStatement emit cleanup blocks if necessary by Anders Carlsson · 15 years ago
  26. 3e9da66 Ensure we track all the stack depths for all break and continue points by Mike Stump · 15 years ago
  27. 20926c6 Format for 80-cols. by Mike Stump · 15 years ago
  28. 72cac2c Arrange to have the correct StackDepth for while statements. by Mike Stump · 15 years ago
  29. 16b1620 Fit into 80-col. by Mike Stump · 15 years ago
  30. 36a2ada Fixup goto codegen in and around VLAs. by Mike Stump · 15 years ago
  31. 03eb543 If an input constraint refers to an output constraint, it should have the same constraint info as the output constraint. Fixes PR3417 by Anders Carlsson · 15 years ago
  32. 5363765 silence a couple unused variable 'result' warnings. by Chris Lattner · 15 years ago
  33. 300fb5d CG support for inline asm constraints with symbolic names. Fixes PR3345 by Anders Carlsson · 15 years ago
  34. 42e1ee0 Add sema support for symbolic names in inline asm statements. by Anders Carlsson · 15 years ago
  35. 45b050e Change TargetInfo::validateInputConstraint to take begin/end name iterators instead of the number of outputs. No functionality change. by Anders Carlsson · 15 years ago
  36. ebaae2a Handle multi-value inputs by Anders Carlsson · 15 years ago
  37. 9f2505b More inline asm fixes by Anders Carlsson · 15 years ago
  38. 2763b3a Handle readwrite constraints correctly by Anders Carlsson · 15 years ago
  39. 6347172 Use a common function for emitting asm inputs and remove a FIXME by Anders Carlsson · 15 years ago
  40. ccf614c Fix for PR3246: an empty clobber list is the empty string, not a null string. by Eli Friedman · 16 years ago
  41. 20c802b Extend the unsupported error to include break and continue, and fix a by Eli Friedman · 16 years ago
  42. 7e63b85 Check the entire StackSaveValues stack for VLAs when dealing with goto and return statements. Noticed by Eli Friedman. by Anders Carlsson · 16 years ago
  43. eb91f0e Add some ErrorUnsupported calls and turn on VLA codegen again. by Anders Carlsson · 16 years ago
  44. e21269b Store the size of the EH stack inside each BreakContinue struct so we know when a break/continue won't cross a try block. by Anders Carlsson · 16 years ago
  45. 17d28a3 Work in preparation for VLAs. Make sure to restore the stack if necessary (Saving the stack isn't implemented right now :) by Anders Carlsson · 16 years ago
  46. 51fe996 Use Expr::Evaluate for case statements. Fixes PR2525 by Anders Carlsson · 16 years ago
  47. 10cac6f Start implementing support for @synchonized with the darwin ObjC API. by Chris Lattner · 16 years ago
  48. c22d665 Supply finished flag to EmitBlock for common statements which use by Daniel Dunbar · 16 years ago
  49. 9615ecb Normalize many BasicBlock names. by Daniel Dunbar · 16 years ago
  50. a0c21a8 Add IsFinished arg to EmitBlock. by Daniel Dunbar · 16 years ago
  51. 781d7ca For if blocks with no else, name the join block ifend instead of the by Daniel Dunbar · 16 years ago
  52. 0912425 IRgen improvements on unreachable code: by Daniel Dunbar · 16 years ago
  53. 31a0984 Move EmitBranchOnBoolExpr and ConstantFoldsToSimpleInteger to by Chris Lattner · 16 years ago
  54. 9bc47e2 Make emission of 'if' conditions much more sophisticated when we by Chris Lattner · 16 years ago
  55. 746e03e Clean up some code to use isZero instead of calling getZExtValue. by Chris Lattner · 16 years ago
  56. a448fb2 Rework IRgen invariant w.r.t. current insert point. by Daniel Dunbar · 16 years ago
  57. 5e08ad3 Change EmitBranch to always clear the insert point to clarify irgen invariants. by Daniel Dunbar · 16 years ago
  58. d57a871 Add CodeGenFunction::EmitBranch. by Daniel Dunbar · 16 years ago
  59. 0946ccd short circuit && and || when possible. This substantially reduces by Chris Lattner · 16 years ago
  60. 62b72f6 Make codegen smart enough to not emit the dead side of an if whose by Chris Lattner · 16 years ago
  61. 824e3bd Add CodeGenFunction::EmitDummyBlock for marking places where we make by Daniel Dunbar · 16 years ago
  62. f84dcda Remove CodeGenFunction::StartBlock. by Daniel Dunbar · 16 years ago
  63. 55e8742 Centralize basic block creation in CodeGenFunction::createBasicBlock. by Daniel Dunbar · 16 years ago
  64. ce179ab Support named operands in inline asm statements. by Anders Carlsson · 16 years ago
  65. 281f55c Emit error unsupported when asm string conversion fails instead of assert. by Daniel Dunbar · 16 years ago
  66. 66031a5 Change CGDebugInfo::setLocation to just ignore invalid locations. This by Daniel Dunbar · 16 years ago
  67. 3304e55 silence release-assert warnings. by Chris Lattner · 16 years ago
  68. e4ea1f4 In EmitDeclStmt: use DeclStmt::const_decl_iterator instead of walking the scoped decl chain. by Ted Kremenek · 16 years ago
  69. a4275d1 Emit error unsupported for break/continue/goto inside Obj-C exception by Daniel Dunbar · 16 years ago
  70. 898d508 Add infrastructure for proper @finally support. by Daniel Dunbar · 16 years ago
  71. ad12b6d Skip redundant if. by Daniel Dunbar · 16 years ago
  72. 29e0bcc Refactor some CodeGen functionality: by Daniel Dunbar · 16 years ago
  73. dde0a94 Make sure to store the exception in the catch parameter. by Anders Carlsson · 16 years ago
  74. 1452f55 Make sure to emit the catch parameter as well as the catch body. by Anders Carlsson · 16 years ago
  75. 5ca2084 Use a unified return block. by Daniel Dunbar · 16 years ago
  76. 64d5d6c Move handling of @try and @throw to the runtime class. by Anders Carlsson · 16 years ago
  77. 3d8400d Stub out CodeGenFunction::EmitObjCForCollectionStmt. by Anders Carlsson · 16 years ago
  78. 662174c8 Downgrade a number of FIXME asserts to ErrorUnsupported. - Notably VLAs by Daniel Dunbar · 16 years ago
  79. 0a04d77 Implement Obj-C ivar references to aggregates. by Daniel Dunbar · 16 years ago
  80. 488e993 Change WarnUnsupported to ErrorUnsupported (in name and in practice). by Daniel Dunbar · 16 years ago
  81. acc5f3e More #include cleaning by Daniel Dunbar · 16 years ago
  82. de7fb84 More #include cleaning - Remove internal uses of AST.h by Daniel Dunbar · 16 years ago
  83. 0ffb125 Add CodeGen support for indirect goto. by Daniel Dunbar · 16 years ago
  84. 91d723d implement codegen support for labels at the end of stmtexprs. by Chris Lattner · 16 years ago
  85. 345f720 minor tidying, no functionality change. by Chris Lattner · 16 years ago
  86. 16f2357 Rework codegen of case ranges by Daniel Dunbar · 16 years ago
  87. 4efde8d Fix EmitCaseStmtRange to ignore empty ranges by Daniel Dunbar · 16 years ago
  88. 1e692ac Basic support for volatile loads and stores. Stores the volatile by Eli Friedman · 16 years ago
  89. 1c6a38b Generate subprogram debug info with -g. by Sanjiv Gupta · 16 years ago
  90. d79a726 Change uses of llvm::Type::isFirstClassType to use the new by Dan Gohman · 16 years ago
  91. 3f2af10 Make debugging information usable. This is barebones, but it makes -g by Eli Friedman · 16 years ago
  92. 144ac61 Minor refactoring: compute the return value separately from emitting the ret. by Eli Friedman · 16 years ago
  93. d28a80d Emit basic block for switch body; fixes PR2307. by Eli Friedman · 16 years ago
  94. e8b9f5b Added -g command line options to clang for generating source level debug information. This patch currently enables generation of line number debug information (stoppoints) and region begin/end debug information. The new files CGDebugInfo.h and CGDebugInfo.cpp implements the debug info manager class CGDebugInfo. by Sanjiv Gupta · 16 years ago
  95. 984d0b4 tracking API changes arising from r49277 by Gabor Greif · 16 years ago
  96. 9b2dc28 Since isComplexType() no longer returns true for _Complex integers, the code by Chris Lattner · 16 years ago
  97. 391d77a Add initial support for objc codegen for methods, ivars, and the by Chris Lattner · 16 years ago
  98. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 16 years ago[Renamed from CodeGen/CGStmt.cpp]
  99. 7695f70 Fix a bug in ConvertAsmString function. by Lauro Ramos Venancio · 16 years ago
  100. a5694b8 Convert x86 target specific inline asm constraints to LLVM. by Lauro Ramos Venancio · 16 years ago