hanchenye-llvm-project/compiler-rt/lib/i386
Daniel Dunbar 85922561ee Unbreak building of assembly files (broken by my .s -> .S rename).
- Noticed & patched by Nick Kledzik.

 - This may expose portability issues in the .S files, if so we should either
   disable them on non-Darwin, or even better make them portable.

llvm-svn: 81476
2009-09-10 23:27:45 +00:00
..
CMakeLists.txt Initial import of CMake type build system. Just like the rest of llvm.. 2009-08-03 01:08:25 +00:00
Makefile.mk Unbreak building of assembly files (broken by my .s -> .S rename). 2009-09-10 23:27:45 +00:00
ashldi3.S Misc compiler-rt fixes. Clarify neg implementations to show what is 2009-07-03 02:26:38 +00:00
ashrdi3.S Misc compiler-rt fixes. Clarify neg implementations to show what is 2009-07-03 02:26:38 +00:00
divdi3.S Fix a Darwinism, .s files meant to be preprocessed should be named .S. 2009-07-01 06:04:03 +00:00
floatdidf.S Fix a Darwinism, .s files meant to be preprocessed should be named .S. 2009-07-01 06:04:03 +00:00
floatdisf.S Fix a Darwinism, .s files meant to be preprocessed should be named .S. 2009-07-01 06:04:03 +00:00
floatdixf.S Fix a Darwinism, .s files meant to be preprocessed should be named .S. 2009-07-01 06:04:03 +00:00
floatundidf.S Fix a Darwinism, .s files meant to be preprocessed should be named .S. 2009-07-01 06:04:03 +00:00
floatundisf.S Fix a Darwinism, .s files meant to be preprocessed should be named .S. 2009-07-01 06:04:03 +00:00
floatundixf.S Fix a Darwinism, .s files meant to be preprocessed should be named .S. 2009-07-01 06:04:03 +00:00
lshrdi3.S Misc compiler-rt fixes. Clarify neg implementations to show what is 2009-07-03 02:26:38 +00:00
moddi3.S Fix a Darwinism, .s files meant to be preprocessed should be named .S. 2009-07-01 06:04:03 +00:00
muldi3.S Fix a Darwinism, .s files meant to be preprocessed should be named .S. 2009-07-01 06:04:03 +00:00
udivdi3.S Fix a Darwinism, .s files meant to be preprocessed should be named .S. 2009-07-01 06:04:03 +00:00
umoddi3.S Fix a Darwinism, .s files meant to be preprocessed should be named .S. 2009-07-01 06:04:03 +00:00