1. 5825ac2 Document ConvertNewType() method and make it a private method. by Devang Patel · 17 years ago
  2. 30ec997 Cache llvm::Type through PATypeHolder. by Devang Patel · 17 years ago
  3. 27437ca Add a new ChooseExpr::isConditionTrue method to unify some code. by Chris Lattner · 17 years ago
  4. c5d3d72 Remove unused #includes by Devang Patel · 17 years ago
  5. 126a856 Handle foo()->a = 42; by Devang Patel · 17 years ago
  6. 057afdd Move RecordOrganizer into CodeGenTypes.cpp by Devang Patel · 17 years ago
  7. a83cc33 Handle non-constant initializers. by Devang Patel · 17 years ago
  8. 35634f5 Visit CompoundLiteralExpr and InitListExpr by Devang Patel · 17 years ago
  9. c4c429a by Devang Patel · 17 years ago
  10. 0e63f6b check base type. by Devang Patel · 17 years ago
  11. 71bcb09 Add notes. by Devang Patel · 17 years ago
  12. 977f14e Use isUnionType() predicate. by Devang Patel · 17 years ago
  13. 655bf3d untabify by Devang Patel · 17 years ago
  14. 21fdf41 Fixed a strange construct, please review. by Hartmut Kaiser · 17 years ago
  15. b1e3989 Handle nested structs. typdef struct A { int i; struct A *next; } A by Devang Patel · 17 years ago
  16. b9b00ad Handle simple struct member expr. by Devang Patel · 17 years ago
  17. b84a06e Begin struct layout work. by Devang Patel · 17 years ago
  18. 7b66000 Updated VC++ build system. by Hartmut Kaiser · 17 years ago
  19. 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
  20. ec0550f by Steve Naroff · 17 years ago
  21. 7c50aca Add code generation and sema checking for __builtin_va_arg. by Anders Carlsson · 17 years ago
  22. 23af9f2 Fix an incorrect assertion. by Anders Carlsson · 17 years ago
  23. 793680e Generate code for va_start and va_end. by Anders Carlsson · 17 years ago
  24. 2c30d8f Recognize while(1) and avoid extra blocks. by Devang Patel · 17 years ago
  25. 05f6e6b Recognize "do {} while (0)" idiom and avoid extra basic blocks. by Devang Patel · 17 years ago
  26. 50c9034 Use LLVMFoldingBuilder by Devang Patel · 17 years ago
  27. 00ee4e4 Use const& for RHS. by Devang Patel · 17 years ago
  28. 80fd5f9 Fix comment. Describe what it is, instead of how it is used. by Devang Patel · 17 years ago
  29. e37882a Added a new class for Interfaces qualified by protocol list. by Fariborz Jahanian · 17 years ago
  30. aa9fc46 Rename FileVariable -> FileVar for consistency with its class name, by Chris Lattner · 17 years ago
  31. c049e4f Code gen case statement ranges. by Devang Patel · 17 years ago
  32. c7229c3 move IdentifierTable.h from liblex to libbasic. by Chris Lattner · 17 years ago
  33. 2d79d0f Support case statement ranges. by Devang Patel · 17 years ago
  34. 51b09f2 switch statement code gen. by Devang Patel · 17 years ago
  35. d9363c3 Do not codegen dummy block. Dummy block is an empty block with no predecessors. by Devang Patel · 17 years ago
  36. c9bec4b further apfloat'ize the front-end, allowing codegen to pass by Chris Lattner · 17 years ago
  37. b1776cb fix some warnings, patch by Justin Handville by Chris Lattner · 17 years ago
  38. 9474504 by Steve Naroff · 17 years ago
  39. 8e74c93 by Steve Naroff · 17 years ago
  40. ca2617c update to match llvm mainline api by Chris Lattner · 17 years ago
  41. 191396c adjust to a change in the LLVM APIs, this is still very hackish until by Chris Lattner · 17 years ago
  42. 419ea7e When dumping out errors about unsupported stuff, emit loc info. by Chris Lattner · 17 years ago
  43. 124dd7b Fixed compilation on Windows. by Hartmut Kaiser · 17 years ago
  44. d627889 Updated calls to CreateGEP to new interface in LLVM mainline. by Ted Kremenek · 17 years ago
  45. 47f7dbf eliminate some VC++ warnings, patch contributed by Hartmut Kaiser by Chris Lattner · 17 years ago
  46. b2d963f add stmtexpr support for aggregates by Chris Lattner · 17 years ago
  47. 7e20d09 add support for complex stmtexpr's by Chris Lattner · 17 years ago
  48. 9b65551 Generalize RValue to handle complex better, generalize EmitCompoundStmt to by Chris Lattner · 17 years ago
  49. 3379320 implement code generation for scalar stmt expressions. by Chris Lattner · 17 years ago
  50. c5e940f Implement codegen support for lowering "library builtins" like __builtin_isinf by Chris Lattner · 17 years ago
  51. bef20ac add the ability to get the llvm function corresponding to a library builtin. by Chris Lattner · 17 years ago
  52. fb22d96 by Steve Naroff · 17 years ago
  53. 1d40060 remove some ugly code now that implicit defs are being generated in this case, thanks Steve! by Chris Lattner · 17 years ago
  54. e00b18c Change EnumDecl to store its corresponding integer type by Chris Lattner · 17 years ago
  55. 314e783 teach codegen to lay out enum types. by Chris Lattner · 17 years ago
  56. bfc0c1a move EmitAggregateCopy into AggExprEmitter by Chris Lattner · 17 years ago
  57. d8d1936 remove dead code by Chris Lattner · 17 years ago
  58. 0e7d53c remove dead protos by Chris Lattner · 17 years ago
  59. 1e4d21e eliminate EmitAnyExpr, inlining it and simplifying it into its only caller. by Chris Lattner · 17 years ago
  60. 660ac12 eliminate use of EmitAnyExpr. by Chris Lattner · 17 years ago
  61. 6b5d0bf implement a fixme by Chris Lattner · 17 years ago
  62. 04dc764 Implement compound assignment operators whose LHS is scalar but RHS is complex. by Chris Lattner · 17 years ago
  63. ab340c2 implement codegen of compound assignment operators for complex. by Chris Lattner · 17 years ago
  64. 3ccf774 compound assignment operators are of type CompoundAssignOperator by Chris Lattner · 17 years ago
  65. 612c40c update fixme's by Chris Lattner · 17 years ago
  66. 3219c5d implement complex division by Chris Lattner · 17 years ago
  67. 3420d0d fix a typo noticed by Gordon Henriksen by Chris Lattner · 17 years ago
  68. abe471b llvmgcc is right :) by Chris Lattner · 17 years ago
  69. a3e7bfb compound assignmetns work for scalars. by Chris Lattner · 17 years ago
  70. ed70f0a implement conversions of complex to bool. by Chris Lattner · 17 years ago
  71. 9069fa2 remove ConvertScalarValueToBool. by Chris Lattner · 17 years ago
  72. 9abc84e reimplement ConvertScalarValueToBool in CGExprScalar.cpp by Chris Lattner · 17 years ago
  73. 4f1a7b3 refactor some code to expose compex->scalar conversion to CGF by Chris Lattner · 17 years ago
  74. 190dbe2 be slightly more volatile correct by Chris Lattner · 17 years ago
  75. 8b2f3b7 these fixme's are easy :) by Chris Lattner · 17 years ago
  76. d31beb1 implement a fixme, add a couple more :) by Chris Lattner · 17 years ago
  77. 58a2e94 there are no conversions from aggregates to scalars. by Chris Lattner · 17 years ago
  78. cf28908 implement conversions from complex to scalar types. by Chris Lattner · 17 years ago
  79. 10b00cf Omit EmitConversion by Chris Lattner · 17 years ago
  80. 4b0029d Fix return of aggregate and return of complex. by Chris Lattner · 17 years ago
  81. e72608b these implicit conversions are now explicit :) by Chris Lattner · 17 years ago
  82. e937712 remove uses of EmitConversion by Chris Lattner · 17 years ago
  83. abe6719 implicit casts take care of this code, remove it now. by Chris Lattner · 17 years ago
  84. 3707b25 refactor scalar conversions out into CGExprScalar.cpp by Chris Lattner · 17 years ago
  85. d272ff0 Implement casts from scalar -> complex and complex->complex. by Chris Lattner · 17 years ago
  86. 36f8406 implement codegen of __imag of a scalar. Our impl doesn't suffer from by Chris Lattner · 17 years ago
  87. 9a19edf Make initialization of complex vars work. by Chris Lattner · 17 years ago
  88. e936cc8 fix codegen of pre/post inc/dec of a pointer. by Chris Lattner · 17 years ago
  89. 7013c8c tolerate unimplemented codegen better by Chris Lattner · 17 years ago
  90. 78e30fb int X[] isn't a VLA. This improves support for stdio.h on darwin. by Chris Lattner · 17 years ago
  91. 2bbb4a1 implement rudimentary union layout support. by Chris Lattner · 17 years ago
  92. 6de93ff Don't make unknown builtins fatal errors yet. by Chris Lattner · 17 years ago
  93. 11e6616 remove a bunch of dead code by Chris Lattner · 17 years ago
  94. db68f1b implement codegen for complex literals. by Chris Lattner · 17 years ago
  95. 3b44b57 The new correct compound assignment operators exposed a bug in codegen. by Chris Lattner · 17 years ago
  96. 46f93d0 implement codegen for real/imag. TODO: imag of non-complex. by Chris Lattner · 17 years ago
  97. 1f1ded9 Teach emit-llvm for scalars to properly handle compound assignment by Chris Lattner · 17 years ago
  98. dfce2a5 print the computation type for compound assignment operators in dumps. by Chris Lattner · 17 years ago
  99. 7f02f72 completely refactor codegen of scalar expressions out into its own CGExprScalar.cpp file. by Chris Lattner · 17 years ago
  100. 566b6ce rename two files. by Chris Lattner · 17 years ago