Go to file
Alexander Potapenko 98f0c713d9 Fix a bug in AsanProcMaps on Mac: on 64 bits the program was trying to read twice as many segment load commands as the binary actually contained.
llvm-svn: 149063
2012-01-26 17:01:20 +00:00
clang AST/ExprConstant.cpp: Silence a warning on ms cl.exe. "bool" does not prefer to be compared to integer. 2012-01-26 09:37:36 +00:00
compiler-rt Fix a bug in AsanProcMaps on Mac: on 64 bits the program was trying to read twice as many segment load commands as the binary actually contained. 2012-01-26 17:01:20 +00:00
debuginfo-tests Revert previous patch as the corresponding clang patch was reverted. 2012-01-26 07:01:33 +00:00
libclc
libcxx Fix .PHONY target to match new installheaders target. 2012-01-21 06:16:39 +00:00
libcxxabi These commits are intended to be temporary in nature and are to facilitate the testing of libc++abi.dylib at this point in time. 2012-01-25 19:27:42 +00:00
lld First chunk of native object file reader/writer. The lld-core tool now reads YAML file, links, writes that out as native object format, then reads that native file, then writes the YAML to stdout. Thus the test suite tests both YAML reading/writing as well as native object file reading/writing. 2012-01-16 22:03:44 +00:00
lldb Added some clarifications about when the __lldb_init_module would be called 2012-01-26 05:36:07 +00:00
llvm Tidy up. Fix mismatched return types for error handling. 2012-01-26 15:56:45 +00:00
polly CodeGen: Separate declaration and definition of ClastStmtCodeGen 2012-01-24 16:42:32 +00:00