- Jul 06, 2012
-
-
Filipe Cabecinhas authored
llvm-svn: 159832
-
NAKAMURA Takumi authored
llvm-svn: 159831
-
Dmitri Gribenko authored
llvm-svn: 159830
-
Benjamin Kramer authored
llvm-svn: 159829
-
Dmitry Vyukov authored
llvm-svn: 159827
-
Duncan Sands authored
llvm-svn: 159826
-
Kostya Serebryany authored
llvm-svn: 159825
-
Alexander Potapenko authored
llvm-svn: 159824
-
Kostya Serebryany authored
llvm-svn: 159823
-
Alexander Potapenko authored
do so by factoring the CFAllocator logic into ReplaceCFAllocator(), which is called from either the __CFInitialize wrapper or __asan_init(), depending on which of them is called later. llvm-svn: 159822
-
Alexander Potapenko authored
A portable way to check whether __CFInitialize has been called: compare kCFAllocatorSystemDefault._base._cfisa to 0. This should fix http://code.google.com/p/address-sanitizer/issues/detail?id=87 on both Lion and Snow Leopard. llvm-svn: 159821
-
NAKAMURA Takumi authored
llvm-svn: 159820
-
Alexander Potapenko authored
This change may cause http://code.google.com/p/address-sanitizer/issues/detail?id=87 to re-appear on Lion. llvm-svn: 159819
-
NAKAMURA Takumi authored
llvm-svn: 159818
-
NAKAMURA Takumi authored
It broke LLVM :: CodeGen/Thumb2/large-call.ll on several hosts. llvm-svn: 159817
-
NAKAMURA Takumi authored
llvm-svn: 159816
-
Tobias Grosser authored
Contributed by: Yabin Hu <yabin.hwu@gmail.com> llvm-svn: 159815
-
Kostya Serebryany authored
llvm-svn: 159814
-
Kostya Serebryany authored
llvm-svn: 159812
-
Alexey Samsonov authored
DwarfDebug class could generate the same (inlined) DIVariable twice: 1) when trying to find abstract debug variable for a concrete inlined instance. 2) when explicitly collecting info for variables that were optimized out. This change makes sure that this duplication won't happen and makes Clang pass "gdb.opt/inline-locals" test from gdb testsuite. Reviewed by Eric Christopher. llvm-svn: 159811
-
Arnaud A. de Grandmaison authored
llvm-svn: 159810
-
Manuel Klimek authored
llvm-svn: 159809
-
Hongbin Zheng authored
Patched by TangKK <dengjunqi06323011@hotmail.com>. llvm-svn: 159808
-
Manuel Klimek authored
llvm-svn: 159807
-
Bill Wendling authored
llvm-svn: 159806
-
Manuel Klimek authored
matches on interesting parts of the AST, and callback mechanisms to act on them. llvm-svn: 159805
-
Jush Lu authored
llvm-svn: 159804
-
Jason Molenda authored
running natively on arm - on iOS we have to do some extra work to track the inferior process if we launch with a shell intermediary. <rdar://problem/11719396> llvm-svn: 159803
-
Jack Carter authored
Mips specific inline asm operand modifier D. Comment changes and predicate change. llvm-svn: 159802
-
Eric Christopher authored
types. llvm-svn: 159801
-
Jakob Stoklund Olesen authored
llvm-svn: 159800
-
Jason Molenda authored
llvm-svn: 159798
-
Dmitri Gribenko authored
llvm-svn: 159797
-
Lang Hames authored
llvm-svn: 159796
-
Lang Hames authored
This flag sets the 'fp-contract' mode, which controls the formation of fused floating point operations. Available modes are: - Fast: Form fused operations anywhere. - On: Form fused operations where allowed by FP_CONTRACT. This is the default mode. - Off: Don't form fused operations (in future this may be relaxed to forming fused operations where it can be proved that the result won't be affected). Currently clang doesn't support the FP_CONTRACT pragma, so the 'On' and 'Off' modes are equivalent. llvm-svn: 159794
-
Dmitri Gribenko authored
llvm-svn: 159793
-
Fariborz Jahanian authored
for doing delayed parsing of c++ method defined in objc class implementations. llvm-svn: 159792
-
Howard Hinnant authored
llvm-svn: 159791
-
Dmitri Gribenko authored
very simple semantic analysis that just builds the AST; minor changes for lexer to pick up source locations I didn't think about before. Comments AST is modelled along the ideas of HTML AST: block and inline content. * Block content is a paragraph or a command that has a paragraph as an argument or verbatim command. * Inline content is placed within some block. Inline content includes plain text, inline commands and HTML as tag soup. llvm-svn: 159790
-
Dmitri Gribenko authored
llvm-svn: 159789
-