This website requires JavaScript.
Explore
Help
Sign In
intel
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/intel/llvm.git
synced
2026-01-26 12:26:52 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
82c1fe1cfcfac87c240738c2abea135f4ef3e6f2
llvm
/
clang
/
lib
History
Douglas Gregor
82c1fe1cfc
Use the ASTContext's allocator for FunctionTypeNoProto and TypeOfExpr
...
llvm-svn: 62611
2009-01-20 21:02:13 +00:00
..
Analysis
Remove ScopedDecl, collapsing all of its functionality into Decl, so
2009-01-20 01:17:11 +00:00
AST
Use the ASTContext's allocator for FunctionTypeNoProto and TypeOfExpr
2009-01-20 21:02:13 +00:00
Basic
…
CodeGen
Slight cleanup, and fix for va_arg on architectures where va_list is a
2009-01-20 17:46:04 +00:00
Driver
…
Headers
…
Lex
PTH: Emitted tokens now consist of 12 bytes that are loaded used 3 32-bit loads. This reduces user time but increases system time because of the slightly larger PTH file. Although there is no performance win on Cocoa.h and -Eonly, overall this seems like a good step.
2009-01-19 23:13:15 +00:00
Parse
Optimize Declarator to avoid malloc/free traffic for the argument list of a
2009-01-20 19:11:22 +00:00
Rewrite
…
Sema
Improvements to Sema of asm statements. Fixes <rdar://problem/6156893>
2009-01-20 20:49:22 +00:00
CMakeLists.txt
…
Makefile
…