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-27 06:06:34 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
677779ab36ec7609aa4b2ecd273cb61287f4ab39
llvm
/
clang
/
lib
History
Ted Kremenek
677779ab36
Revamp RegionStoreManager::RemoveDeadBindings. This method now does a complete mark-and-sweep of the store, removing dead regions and recording the set of live and dead symbols appropriately.
...
llvm-svn: 60523
2008-12-04 02:08:27 +00:00
..
Analysis
Revamp RegionStoreManager::RemoveDeadBindings. This method now does a complete mark-and-sweep of the store, removing dead regions and recording the set of live and dead symbols appropriately.
2008-12-04 02:08:27 +00:00
AST
Fix some type punning errors in SizeOfAlignOf and Typeid AST nodes. This should satisfy compilers and language lawyers alike.
2008-12-03 23:17:54 +00:00
Basic
Fix order of evaluation.
2008-11-27 07:28:14 +00:00
CodeGen
Correct CodeGen assumption that LongTy == Int32Ty in a few places. This makes several CodeGenObjC tests pass on 64-bit by fixing assertions. This doesn't mean that the result is actually what the GNU runtime expects, though.
2008-12-04 00:10:55 +00:00
Driver
Minor update to CMake build system.
2008-11-30 01:46:21 +00:00
Headers
Define NULL to __null in C++, so that it's guaranteed to have the same size as a pointer
2008-12-01 17:20:57 +00:00
Lex
PTH:
2008-12-03 01:16:39 +00:00
Parse
Add better comments to ::new parsing. Thanks to Doug for the review.
2008-12-02 17:10:24 +00:00
Rewrite
…
Sema
Overload resolution for the operator new function. Member version is still untested.
2008-12-03 20:26:15 +00:00
CMakeLists.txt
…
Makefile
…