1. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  2. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  3. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  4. 8b54999 Add CodeGenABITypes.h for use in LLDB. by Mark Lacey · 11 years ago
  5. 64aa4b3 Standardize accesses to the TargetInfo in IR-gen. by John McCall · 11 years ago
  6. bd7370a Use the actual ABI-determined C calling convention for runtime by John McCall · 12 years ago
  7. 72d2dab Rework the bitfield access IR generation to address PR13619 and by Chandler Carruth · 12 years ago
  8. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  9. 7745786 Put something sane in the DWARF offset field for bitfield ObjC ivars. by Eli Friedman · 12 years ago
  10. e5b4666 Back out 167431+167437+167487; I didn't realize how incomplete our test by Eli Friedman · 12 years ago
  11. 38ad4f4 Propagate CharUnits into ObjC CodeGen. No intended functional change. by Eli Friedman · 12 years ago
  12. 0f3d097 Distinguish more carefully between free functions and C++ instance methods by John McCall · 12 years ago
  13. f4bcfa1 Propagate lvalue alignment into bitfields. Per report on cfe-dev. by Eli Friedman · 12 years ago
  14. c7810fe Documentation fix: made the name given to \param match the code. by James Dennett · 12 years ago
  15. 4e4d084 Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). by David Blaikie · 13 years ago
  16. de5d3c7 Whether an argument is required (in contrast with being an by John McCall · 13 years ago
  17. 8b41868 simplify a bunch of code to use the well-known LLVM IR types computed by CodeGenModule. by Chris Lattner · 13 years ago
  18. b29b12d When initializing a catch variable in ARC, be sure to emit retains by John McCall · 13 years ago
  19. d71f442 Switch a few callers of MakeAddrLValue places over to MakeNaturalAlignAddrLValue. by Eli Friedman · 13 years ago
  20. 60ef308 Replace all comparisons between ObjCInterfaceDecl pointers with calls by Douglas Gregor · 13 years ago
  21. b9c8c42 Add block information for ObjC @catch blocks. by Eric Christopher · 13 years ago
  22. a6b8b2c Constant expression evaluation refactoring: by Richard Smith · 13 years ago
  23. ae27059 Refactor the load of the exception pointer and the exception selector from their by Bill Wendling · 13 years ago
  24. bcfd1f5 Extend the ASTContext constructor to delay the initialization of by Douglas Gregor · 13 years ago
  25. 777d6e5 Simplify EH control flow by observing that EH scopes form a simple by John McCall · 13 years ago
  26. 0752403 The lock operand to an @synchronized statement is also by John McCall · 13 years ago
  27. 5f9e272 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 13 years ago
  28. db8264e Add a const overload for ObjCInterfaceDecl::all_declared_ivar_begin. by Jordy Rose · 13 years ago
  29. 2acc6e3 de-constify llvm::Type, patch by David Blaikie! by Chris Lattner · 13 years ago
  30. 4c7d9f1 Convert CallInst and InvokeInst APIs to use ArrayRef. by Jay Foad · 13 years ago
  31. ad346f4 Generalize Cleanup::Emit's "isForEH" parameter into a set by John McCall · 13 years ago
  32. bf9eb88 Eliminate most uses of ShallowCollectObjCIvars which requires by Fariborz Jahanian · 13 years ago
  33. d768e9d Emit @finally blocks completely lazily instead of forcing their by John McCall · 13 years ago
  34. a07398e Restore correct use of GC barriers. by John McCall · 13 years ago
  35. 789ecde Fix some problems where functions must be bitcast but we're expecting a llvm::Function of the right type. by David Chisnall · 13 years ago
  36. fe3e3bd Make this code more resilient against catch variables which need cleanups. by John McCall · 13 years ago
  37. 18052cd Replace some literal 8s with char width and char align. No change in by Ken Dyck · 13 years ago
  38. 0afe967 Replace a couple of divide-by-8s with divide-by-charwidths. No change in by Ken Dyck · 13 years ago
  39. 9735ca6 Continuing work on ObjC tidyup: by David Chisnall · 14 years ago