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-02-02 02:00:03 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
080f666e01d98a926265342dfdbe803bca9eb7fa
llvm
/
clang
/
lib
/
Basic
History
Daniel Dunbar
893d475ba8
ARM: Use front-end specific target features "soft-float" and "soft-float-abi" to communicate FP mode to target; __SOFTFP__ is set correctly now.
...
llvm-svn: 91755
2009-12-19 04:15:38 +00:00
..
Builtins.cpp
…
CMakeLists.txt
…
ConvertUTF.c
…
Diagnostic.cpp
Remove 'LangOpts' from Diagnostic (added in
http://llvm.org/viewvc/llvm-project?view=rev&revision=90642
).
2009-12-05 12:23:07 +00:00
FileManager.cpp
Removing trailing directory separator, to make stat work
2009-12-18 14:18:21 +00:00
IdentifierTable.cpp
…
Makefile
…
SourceLocation.cpp
…
SourceManager.cpp
Add a pretty horrible hack to prevent clang from crashing with inconsistent PCH
2009-12-06 05:43:36 +00:00
TargetInfo.cpp
fix PR5689: add support for 'o' and 'V' asm input operands
2009-12-16 14:28:21 +00:00
Targets.cpp
ARM: Use front-end specific target features "soft-float" and "soft-float-abi" to communicate FP mode to target; __SOFTFP__ is set correctly now.
2009-12-19 04:15:38 +00:00
TokenKinds.cpp
…
Version.cpp
…