1. 85efa66 New test to verify llvm struct layout. by Devang Patel · 17 years ago
  2. 5bf7202 __real__ and __imag__ can be lvalues. Add support to ast and codegen for them. by Chris Lattner · 17 years ago
  3. 9b1ca9e Codegen union member references. by Devang Patel · 17 years ago
  4. 2b24fd9 Handle non LValue base expressions. by Devang Patel · 17 years ago
  5. 2ecd901 by Devang Patel · 17 years ago
  6. ddde6d5 Codegen array initializers. by Devang Patel · 17 years ago
  7. 8b5f530 Codegen global array initializers. by Devang Patel · 17 years ago
  8. 0401180 Fix "strbuf += stufflen;" crash. by Devang Patel · 17 years ago
  9. 9dd3e2b Handle foo()->a = 42; by Devang Patel · 17 years ago
  10. 32c3983 Handle non-constant initializers. by Devang Patel · 17 years ago
  11. 50279e1 Fix typo. by Devang Patel · 17 years ago
  12. 317c716 Handle nested structs. typdef struct A { int i; struct A *next; } A by Devang Patel · 17 years ago
  13. 41b6625 Handle simple struct member expr. by Devang Patel · 17 years ago
  14. 706f844 Recognize while(1) and avoid extra blocks. by Devang Patel · 17 years ago
  15. d90f134 new test by Devang Patel · 17 years ago
  16. 347ca32 Code gen case statement ranges. by Devang Patel · 17 years ago
  17. cf9dbf2 Support case statement ranges. by Devang Patel · 17 years ago
  18. e58e080 switch statement code gen. by Devang Patel · 17 years ago
  19. bbe686b Teach Type::is[un]SignedIntegerType about enum decls. This allows the code generator by Chris Lattner · 17 years ago
  20. f77c56e add some more testcases now that sema is happier :) by Chris Lattner · 17 years ago
  21. 8e2b103 testcase that doesn't work quite yet by Chris Lattner · 17 years ago
  22. 0e974f9 new testcases by Chris Lattner · 17 years ago
  23. 42e05d3 new testcase by Chris Lattner · 17 years ago
  24. 01211af implement codegen for real/imag. TODO: imag of non-complex. by Chris Lattner · 17 years ago
  25. 660e31d Teach emit-llvm for scalars to properly handle compound assignment by Chris Lattner · 17 years ago
  26. 1b4429a make this harder by Chris Lattner · 17 years ago
  27. ce421c8 this test is passing, though it is generating bogus code at the moment. by Chris Lattner · 17 years ago
  28. b2cb9cb Fix array->pointer decay. This unbreaks test/CodeGen/array.c by Chris Lattner · 17 years ago
  29. f45abe7 xfail this for now. by Chris Lattner · 17 years ago
  30. d238888 make this harder by Chris Lattner · 17 years ago
  31. 19e09d8 testcase for vector element access stuff. by Chris Lattner · 17 years ago
  32. 4b00965 Fix a couple of bugs, add some new cool stuff. by Chris Lattner · 17 years ago