- Jun 30, 2012
-
-
Benjamin Kramer authored
llvm-svn: 159481
-
Rafael Espindola authored
a reduced testcase, but this fixes pr13209. llvm-svn: 159479
-
Matt Beaumont-Gay authored
llvm-svn: 159478
-
Fariborz Jahanian authored
with argument type of size 0. // rdar://11777609 PR13229. llvm-svn: 159477
-
NAKAMURA Takumi authored
llvm-svn: 159476
-
Fariborz Jahanian authored
llvm-svn: 159475
-
David Blaikie authored
llvm-svn: 159474
-
Richard Trieu authored
to improve wording of a diagnostic message. llvm-svn: 159473
-
Fariborz Jahanian authored
when an argument type size is 0. // rdar://11777609, PR13229 llvm-svn: 159472
-
Nuno Lopes authored
llvm-svn: 159471
-
Manman Ren authored
Use getUniqueVRegDef. Replace a loop with existing interfaces: modifiesRegister and readsRegister. Factor out code into inline functions and simplify the code. llvm-svn: 159470
-
David Blaikie authored
In future changes we should: * use __builtin_trap rather than derefing 'random' volatile pointers. * avoid dumping temporary files into /tmp when running tests, instead preferring a location that is properly cleaned up by lit. Review by Chandler Carruth. llvm-svn: 159469
-
Greg Clayton authored
Added documentation for many of our python properties and also made the property help show up by declaring the properties correctly. We previosly declared properties into a local "x" variable, what I didn't realize is that the help will use this as the property name for the help output. llvm-svn: 159468
-
- Jun 29, 2012
-
-
Greg Clayton authored
llvm-svn: 159467
-
Greg Clayton authored
llvm-svn: 159466
-
Manman Ren authored
instructions with two register operands. llvm-svn: 159465
-
Kaelyn Uhrain authored
keywords when doing type correction. llvm-svn: 159464
-
Richard Trieu authored
is selected. This will allow more flexibility when converting diagnostics to use template type diffing. Also updated the internal manual and test cases for correctly keeping the bold attribute and for tree printing. llvm-svn: 159463
-
Ted Kremenek authored
Jordan Rose corrected me that this actually isn't needed. llvm-svn: 159462
-
Jakob Stoklund Olesen authored
When a local virtual register is made global, make sure to clear any existing kill flags. llvm-svn: 159461
-
Jakob Stoklund Olesen authored
This would previously get reported as the misleading "Virtual register def doesn't dominate all uses." llvm-svn: 159460
-
Ted Kremenek authored
The solution is a bit inefficient: it creates N checkers, one for each check, and each check does a dispatch on the function name. This is redundant, but we can fix this once we have the proper ability to enable/disable subchecks. Fixes <rdar://problem/11780180>. llvm-svn: 159459
-
Richard Trieu authored
initialized with the next to last element to silence the warning. llvm-svn: 159458
-
Benjamin Kramer authored
This happens when codegenprepare is invoked via opt. llvm-svn: 159457
-
Fariborz Jahanian authored
correctly for blocks and function pointer arguments in the written constructor. // rdar://11359268 llvm-svn: 159456
-
Johnny Chen authored
llvm-svn: 159455
-
Fariborz Jahanian authored
platforms declare memset in rewritten code instead. llvm-svn: 159454
-
Manman Ren authored
This comes in handy during peephole optimization. llvm-svn: 159453
-
Fariborz Jahanian authored
but apparently I did not. llvm-svn: 159452
-
Duncan Sands authored
really happening. No intended functionality change. llvm-svn: 159451
-
Fariborz Jahanian authored
to produce quotes instead of adding qoute to the test. llvm-svn: 159450
-
Dmitry Vyukov authored
llvm-svn: 159449
-
Douglas Gregor authored
llvm-svn: 159448
-
Dmitry Vyukov authored
llvm-svn: 159447
-
Douglas Gregor authored
from Filipe Cabecinhas! llvm-svn: 159446
-
Fariborz Jahanian authored
entry point which requires nil check before calling objc_msgSend_stret. // rdar://11359268 - wip. llvm-svn: 159445
-
Dmitri Gribenko authored
Factor out a check for block commands (that implicitly start a new paragraph) into a separate function. llvm-svn: 159444
-
Dmitry Vyukov authored
llvm-svn: 159443
-
David Blaikie authored
Reviewed by Doug Gregor. llvm-svn: 159442
-
Nuno Lopes authored
RefreshCallGraph: ignore 'invoke intrinsic'. IntrinsicInst doesnt not recognize invoke, and shouldnt at this point, since the rest of LLVM codebase doesnt expect invoke of intrinsics llvm-svn: 159441
-