llvm-project/clang/lib
Daniel Dunbar d678d3d970 x86_64: Classify __m64 and __m128 "correctly".
- gcc appears to be classifying <1 x double> as INTEGER which is
   odd. Will investigate later.

llvm-svn: 63086
2009-01-27 02:01:34 +00:00
..
AST Fix compile error from r62953. 2009-01-25 13:34:47 +00:00
Analysis PathDiagnostics: 2009-01-27 01:53:39 +00:00
Basic add SparcV8 asm register info support. Patch by Ben Lickly! 2009-01-27 01:58:38 +00:00
CodeGen x86_64: Classify __m64 and __m128 "correctly". 2009-01-27 02:01:34 +00:00
Driver PathDiagnostics: 2009-01-27 01:53:39 +00:00
Headers Avoid creating .dir files in the installation area. 2009-01-22 02:53:03 +00:00
Lex PTH: Use Token::setLiteralData() to directly store a pointer to cached spelling data in the PTH file. This removes a ton of code for looking up spellings using sourcelocations in the PTH file. This simplifies both PTH-generation and reading. 2009-01-27 00:01:05 +00:00
Parse Some micro-optimizations for DISABLE_SMART_POINTERS: 2009-01-26 22:44:13 +00:00
Rewrite This change refactors some of the low-level lexer interfaces a bit. 2009-01-26 19:29:26 +00:00
Sema Some micro-optimizations for DISABLE_SMART_POINTERS: 2009-01-26 22:44:13 +00:00
CMakeLists.txt CMake: Builds and installs clang binary and libs (no docs yet). It 2008-10-26 00:56:18 +00:00
Makefile add a libDriver, for now only move the text diangostics stuff from Driver to there 2008-08-05 23:33:20 +00:00