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
0d35df1cfe3ed138f741e9740914eb87c10406ed
llvm
/
clang
/
lib
/
Basic
History
Cameron Esfahani
eb85650e67
Fix Windows64 target info so pointer arithmetic is done correctly, and no sign extension code is emitted: PtrDiffType needs to be a signed long long. Add a corresponding test case.
...
llvm-svn: 113910
2010-09-15 00:28:12 +00:00
..
Builtins.cpp
…
CMakeLists.txt
Revert "CMake: Update to use standard CMake dependency tracking facilities instead"
2010-09-13 23:54:41 +00:00
ConvertUTF.c
…
Diagnostic.cpp
…
FileManager.cpp
fix PR7953 - Windows filename are case insensitive:
2010-08-23 23:50:42 +00:00
IdentifierTable.cpp
Add symantic support for the Pascal calling convention via
2010-09-03 01:29:35 +00:00
Makefile
…
SourceLocation.cpp
…
SourceManager.cpp
Fix a typo.
2010-08-26 21:27:06 +00:00
TargetInfo.cpp
Allow 'o' and 'V' as constraints for output asm operands.
2010-09-07 18:40:41 +00:00
Targets.cpp
Fix Windows64 target info so pointer arithmetic is done correctly, and no sign extension code is emitted: PtrDiffType needs to be a signed long long. Add a corresponding test case.
2010-09-15 00:28:12 +00:00
TokenKinds.cpp
…
Version.cpp
…