커밋 기록

작성자 SHA1 메시지 날짜
  Benjamin Kramer 1d236ab930 Replace vectors with arrays. 14 년 전
  Eric Christopher 73fb35003a Recommit: 14 년 전
  Eric Christopher 28e06354b5 Revert file/scope handling patches. gdb testing revealed a couple of bugs. 14 년 전
  Eric Christopher 4b2d549872 Start handling debug line and scope information better: 14 년 전
  Ted Kremenek 0628b724ff Free 'TheTargetCodeGenInfo' in the class CodeGenModule. This looks like an obvious memory leak that was reported from LLDB devs. The comment indicates the leak is deliberate, but I have no idea why this needs to be so. Please comment/revert if you know otherwise. 14 년 전
  Peter Collingbourne d51e43af0b CUDA: add -fcuda-is-device flag 14 년 전
  Peter Collingbourne 6c0aa5ff6e CUDA: IR generation support for kernel call expressions 14 년 전
  Argyrios Kyrtzidis 491306a83c Allow getting all source locations of selector identifiers in a ObjCMethodDecl. 14 년 전
  Argyrios Kyrtzidis 11d7716955 Pass from the parser the locations of selector identifiers when creating 14 년 전
  John McCall d1e40d5389 Make -fobjc-nonfragile-abi the -cc1 default, since it's the 14 년 전
  David Blaikie d6471f7c19 Rename Diagnostic to DiagnosticsEngine as per issue 5397 14 년 전
  David Blaikie b219cfc4d7 Switch assert(0/false) llvm_unreachable. 14 년 전
  Peter Collingbourne 8c25fc584c OpenCL: introduce support for function scope __local variables 14 년 전
  John McCall 5584d91c93 In apple-kext mode, use external linkage for explicit template instantiations 14 년 전
  John McCall a45680b7e7 Correctly generate IR for casted "builtin" functions, where 14 년 전
  Douglas Gregor e289d81369 Switch LangOptions over to a .def file that describes header of the 14 년 전
  Julien Lerouge 77f68bb90a Bring llvm.annotation* intrinsics support back to where it was in llvm-gcc: can 14 년 전
  John McCall 13db5cfc4e Treat the weak export of block runtime symbols as a deployment-target 14 년 전
  Argyrios Kyrtzidis ead363bdd2 Do a lookup for the blocks runtime globals to see if they were declared, 14 년 전
  Douglas Gregor bcfd1f55bf Extend the ASTContext constructor to delay the initialization of 14 년 전
  Eli Friedman 2873aee177 Make sure we don't inline functions marked with __attribute__((naked)). <rdar://problem/9973228> 14 년 전
  Argyrios Kyrtzidis 75cf3e86d3 Mark objc methods that are implicitly declared for properties (not user-declared) as implicit. 14 년 전
  Devang Patel f391dbe39d Finalize debug info after all deferred globals are emitted. 14 년 전
  Devang Patel 4111feff7c Use new DIBuilder::finalize() at the end to wrap up debug info encoding for a translation unit. 14 년 전
  Douglas Gregor 0815b579b3 Move the creation of the record type for the state of Objective-C fast 14 년 전
  Douglas Gregor 45c4ea75b2 Move the construction of the RecordDecl representing the runtime 14 년 전
  John McCall a5e19c6b25 Emit wide string literals with the appropriate alignment. 14 년 전
  John McCall 40f9c302f2 When rewriting a call to a K&R function to lead to a well-prototyped 14 년 전
  Peter Collingbourne e926523105 CodeGen: rename CodeGenModule::Runtime to ObjCRuntime 14 년 전
  Douglas Gregor 5cee119558 Add support for C++0x unicode string and character literals, from Craig Topper! 14 년 전