1. 4087e24 Evaluate ==,!= for complex types. by Daniel Dunbar · 16 years ago
  2. a5fd07b Implement basic _Complex integer constant folding. by Daniel Dunbar · 16 years ago
  3. 010d514 fix PR3427: fix debuginfo for incomplete array types by Nuno Lopes · 16 years ago
  4. 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 · 16 years ago
  5. c8e9cd6 eliminate some random .ll file outputs by Chris Lattner · 16 years ago
  6. 2e2558e Fix definition of __builtin_ia32_vec_set_v2di and de-XFAIL builtins-x86.c. by Daniel Dunbar · 16 years ago
  7. 3941b18 Make the constant folder aware of by Eli Friedman · 16 years ago
  8. f011589 Fix the address of a label to be properly considered and emitted as a constant. by Eli Friedman · 16 years ago
  9. 769e411 Fix for PR2910: implement CodeGen for non-constant offsetof. by Eli Friedman · 16 years ago
  10. b09fae7 Handle pointer arithmetic on function pointers. by Daniel Dunbar · 16 years ago
  11. 831570c Allow creation of "dummy" compile units for debug information. by Daniel Dunbar · 16 years ago
  12. 6fe7c8a Vector codegen improvements by Nate Begeman · 16 years ago
  13. 59b5da6 Support evaluation of vector constant expressions, and codegen of same. by Nate Begeman · 16 years ago
  14. 190d6a2 A couple more vector component access fixes. by Nate Begeman · 16 years ago
  15. 81e51e2 add support for usage of cast to union thing with static vars by Nuno Lopes · 16 years ago
  16. 7e91627 add codegen support to union casts by Nuno Lopes · 16 years ago
  17. 4998888 Bug fix, __private_extern__ globals were always introducing a definition. by Daniel Dunbar · 16 years ago
  18. ebaae2a Handle multi-value inputs by Anders Carlsson · 16 years ago
  19. 9f2505b More inline asm fixes by Anders Carlsson · 16 years ago
  20. 2763b3a Handle readwrite constraints correctly by Anders Carlsson · 16 years ago
  21. 48eb461 rename these tests to match the attribute. by Chris Lattner · 16 years ago
  22. 523aa60 Remainder is only valid on integer vector operands. by Daniel Dunbar · 16 years ago
  23. b723f75 Fix the bug that would cause Python to crash at startup. by Anders Carlsson · 16 years ago
  24. 2f40270 Add full dllimport / dllexport support: both sema checks and codegen. by Anton Korobeynikov · 16 years ago
  25. 0269709 Commit the right version of the test by Anders Carlsson · 16 years ago
  26. b50525b Make sure to emit the size expression for sizeof(type) by Anders Carlsson · 16 years ago
  27. 8f39f5e Make VLAs usable, and make basic usage work correctly. Also, add a by Eli Friedman · 16 years ago
  28. eb91f0e Add some ErrorUnsupported calls and turn on VLA codegen again. by Anders Carlsson · 16 years ago
  29. 777f07b diagnose C99 6.9.1p5, C arguments in definitions that are lacking by Chris Lattner · 16 years ago
  30. 9578504 stdlib.h is the wrong header for printf, and introduces test-breaking definitions of inlines on Linux by Sebastian Redl · 16 years ago
  31. 3e6e67f Add test case for using mmintrin (and making sure that inlining is by Daniel Dunbar · 16 years ago
  32. 663388f Fix invalid bit-field. by Anders Carlsson · 16 years ago
  33. 9e09f5d Make Sema::CheckForConstantInitializer use Expr::Evaluate. This fixes PR3130. by Anders Carlsson · 16 years ago
  34. 98883e1 If a global var decl has an initializer, make sure to always set its linkage to external. by Anders Carlsson · 16 years ago
  35. 8de8d1d Fix for PR3150: obvious copy-paste bug in ScalarExprEmitter::VisitBinLOr. by Eli Friedman · 16 years ago
  36. 4d6e8dd Convert incomplete array types before emitting debug info for them, fixes PR3134. by Anders Carlsson · 16 years ago
  37. ad3d691 Handle returning complex types that get coerced. Fixes PR3131 by Anders Carlsson · 16 years ago
  38. e8a32b8 Reimplement Expr::isConstantExpr in terms of Expr::Evaluate. This fixes PR2832. by Anders Carlsson · 16 years ago
  39. f2e8d98 Forgot the newline :) by Anders Carlsson · 16 years ago
  40. 338f858 Add test case for bug that's been fixed. by Anders Carlsson · 16 years ago
  41. cd761cd Add test for PR2992. by Anders Carlsson · 16 years ago
  42. a468d34 fix folding of '*doubleArray' by Nuno Lopes · 16 years ago
  43. ed3849b Fix redundant load of bit-fields on assignment (to get the updated by Daniel Dunbar · 16 years ago
  44. f9ef0c6 fix folding of comma if given a non-constant operand. by Nuno Lopes · 16 years ago
  45. f0d960a Fix testcase for 64-bit systems. by Sebastian Redl · 16 years ago
  46. f1c9c09 Codegen support for fastcall & stdcall CC. Patch by Ilya Okonsky! by Anton Korobeynikov · 16 years ago
  47. 1413217 merge some testcases together. by Chris Lattner · 16 years ago
  48. 4c99263 remove the wrong PR # from the file name. by Chris Lattner · 16 years ago
  49. 5c11d4e add PR# by Chris Lattner · 16 years ago
  50. b5cac86 These tests have no needed to redirect stderr to stdout. by Daniel Dunbar · 16 years ago
  51. d7f6050 "Fix" PR3021, don't crash on generating record types when we can't by Daniel Dunbar · 16 years ago
  52. bea06e4 Quick fix for PR2950, infinite loop generating debug info for by Daniel Dunbar · 16 years ago
  53. af668b0 Add attribute always_inline support. by Daniel Dunbar · 16 years ago
  54. 1c90363 Add test case to exercise IRgen "unsupported" path (mostly cleanup). by Daniel Dunbar · 16 years ago
  55. e5582f0 Added vec_set intrinsics by Mon P Wang · 16 years ago
  56. 5273f51 Quick patch for PR2784, assert genereting debug info for opaque by Daniel Dunbar · 16 years ago
  57. 4bf203c fix incorrect rdar number. by Chris Lattner · 16 years ago
  58. eb52b44 __CONSTANT_CFSTRINGS__ should be defined even in C mode, otherwise the CFSTR by Chris Lattner · 16 years ago
  59. 506ff88 Make sema and codegen allow __builtin___CFStringMakeConstantString as a valid by Chris Lattner · 16 years ago
  60. eb15425 Add X86 builtin code generation test case. by Daniel Dunbar · 16 years ago
  61. 1768a62 Add some builtins to codegen test case. by Daniel Dunbar · 16 years ago
  62. 33e2c5f fix test for latest changes in llvm asm representation by Nuno Lopes · 16 years ago
  63. ced4fcb Fix function-attributes test case to not rely on llvm-gcc. by Daniel Dunbar · 16 years ago
  64. d58139e Fix attributes test case to not run clang umpteen times. by Daniel Dunbar · 16 years ago
  65. e1226d2 Bug fix, result of isIntegerConstantExpr could be of incorrect width by Daniel Dunbar · 16 years ago
  66. e3a09e6 Implement CodeGen support for the 'CXXConditionDeclExpr' expression node, which represents a 'condition' declaration, e.g: "if (int x=0) {...}". by Argyrios Kyrtzidis · 16 years ago
  67. 219df66 Fix a number of issues w.r.t. emission of global for functions and by Daniel Dunbar · 16 years ago
  68. 3e98e51 Add missing RUN line by Daniel Dunbar · 16 years ago
  69. 02e7e74 Line endings: CRLF -> LF by Argyrios Kyrtzidis · 16 years ago
  70. 3a9a3e1 Set sext/zext on function result. - <rdar://problem/6156739> by Daniel Dunbar · 16 years ago
  71. 80e62c2 Implement codegen of aggregates as lvalues in binary expressions, by Daniel Dunbar · 16 years ago
  72. d417d96 Add two test cases for builtins (mostly related to object size builtins). by Daniel Dunbar · 16 years ago
  73. a56f746 In incompatible pointer-typed ?: expressions, add implicit conversion by Daniel Dunbar · 16 years ago
  74. eb4b705 Do typechecking and codegen for K&R-style function declarations by Eli Friedman · 16 years ago
  75. 7267f78 Add CodeGen support for CXXZeroInitValueExpr. by Argyrios Kyrtzidis · 16 years ago
  76. 9562726 Missed a test case writing a .ll file. by Daniel Dunbar · 16 years ago
  77. 2d6ca8d Update a number of CodeGen tests to not create .ll files in the test by Daniel Dunbar · 16 years ago
  78. 58d5ebb Fix subtle bug introduced in r54852. by Daniel Dunbar · 16 years ago
  79. a9dbb61 Fix test case RUN: line (thanks Argiris) by Daniel Dunbar · 16 years ago
  80. 3998d3f make sure the size of constant arrays is respected by Nuno Lopes · 16 years ago
  81. 6143293 Add GetAddrOfConstantCString method by Daniel Dunbar · 16 years ago
  82. 709c00c Add test case for -fexceptions by Daniel Dunbar · 16 years ago
  83. 9ca8bb0 Fix crash during initialization of a bitfield which followed a zero by Daniel Dunbar · 16 years ago
  84. c4aa96f Replace old bitfield test. by Daniel Dunbar · 16 years ago
  85. 8239713 Fix EmitNullInitializationToLValue for bitfield lvalues. - PR2643 by Daniel Dunbar · 16 years ago
  86. 10e3ded Fix bitfield accesses which straddle the boundary of the underlying type. by Daniel Dunbar · 16 years ago
  87. 8c6f57c Fix CodeGen of pointer arithmetic in compound assignment statements. by Daniel Dunbar · 16 years ago
  88. a735ad8 Implement GNU asm-label extension support in CodeGen. This fixes by Daniel Dunbar · 16 years ago
  89. 3c827a7 Change CodeGen of global decls to key off of the name (instead of by Daniel Dunbar · 16 years ago
  90. 894bbab Add test case for PR2001. by Daniel Dunbar · 16 years ago
  91. da8bf14 Fix const-init test case by Daniel Dunbar · 16 years ago
  92. 820b033 Bug fix, CodeGen of (void*) - (void*) was broken. - <rdar://problem/6122967> by Daniel Dunbar · 16 years ago
  93. 0ffb125 Add CodeGen support for indirect goto. by Daniel Dunbar · 16 years ago
  94. 6bfed7e Support constructor and destructor attributes in CodeGen by Daniel Dunbar · 16 years ago
  95. 05d2fb4 Fix a regression I introduced in r54107: by Chris Lattner · 16 years ago
  96. f9eede1 Fix implicit initialization of structures. by Daniel Dunbar · 16 years ago
  97. 9986eab Change CodeGenModule GlobalDeclMap to directly reference globals by Daniel Dunbar · 16 years ago
  98. 58a7a26 Fix codegen of chained declarations by Daniel Dunbar · 16 years ago
  99. 1e9660e Fix rdar://6103124, the only dummy blocks are ones without names. Named blocks by Chris Lattner · 16 years ago
  100. 0d834b1 Fix long double test case by Daniel Dunbar · 16 years ago