- May 05, 2008
-
-
Dan Gohman authored
llvm-svn: 50649
-
Ted Kremenek authored
highlight the most nested subexpression that appears most responsible (giving the user better diagnostic feedback). Updated test cases to illustrate this feature. Implements: <rdar://problem/5880443> llvm-svn: 50647
-
Chris Lattner authored
llvm-svn: 50639
-
Chris Lattner authored
related to pp-expressions. Doing so is pretty simple and this patch implements it, yielding nice diagnostics like: t.c:2:7: error: division by zero in preprocessor expression #if 1 / (0 + 0) ~ ^ ~~~~~~~ t.c:5:14: error: expected ')' in preprocessor expression #if (412 + 42 ~~~~~~~~^ t.c:5:5: error: to match this '(' #if (412 + 42 ^ t.c:10:10: warning: left side of operator converted from negative value to unsigned: -42 to 18446744073709551574 #if (-42 + 0U) / -2 ~~~ ^ ~~ t.c:10:16: warning: right side of operator converted from negative value to unsigned: -2 to 18446744073709551614 #if (-42 + 0U) / -2 ~~~~~~~~~~ ^ ~~ 5 diagnostics generated. llvm-svn: 50638
-
Chris Lattner authored
the final part of PR2279 llvm-svn: 50635
-
Dan Gohman authored
the code being generated does not require an executable stack. Also, add target-specific code to make use of this on Linux on x86. llvm-svn: 50634
-
Chris Lattner authored
pedantic error. Perhaps I should add a class of 'extension' that is 'extension that warns by default', which would be cleaner. llvm-svn: 50633
-
Chris Lattner authored
llvm-svn: 50632
-
Chris Lattner authored
llvm-svn: 50631
-
- May 04, 2008
-
-
Anton Korobeynikov authored
but should work. Work is in progress, more models will follow llvm-svn: 50630
-
Owen Anderson authored
Patch by Florian Brandner. llvm-svn: 50628
-
Chris Lattner authored
a) correct rejection of ',' in pp expressions. b) the precedence of ',' was wrong w.r.t. ?:. Thanks again to Neil for finding these and providing testcases. llvm-svn: 50625
-
Chris Lattner authored
for pointing this out. llvm-svn: 50624
-
Chris Lattner authored
llvm-svn: 50623
-
Chris Lattner authored
llvm-svn: 50622
-
Chris Lattner authored
llvm-svn: 50621
-
Gordon Henriksen authored
llvm-svn: 50620
-
Evan Cheng authored
Select vector shift with non-immediate i32 shift amount operand by first moving the operand into the right register. llvm-svn: 50619
-
Torok Edwin authored
using dyn_cast<> on already freed memory. llvm-svn: 50618
-
Chris Lattner authored
llvm-svn: 50617
-
Anton Korobeynikov authored
llvm-svn: 50616
-
Anton Korobeynikov authored
llvm-svn: 50615
-
Anton Korobeynikov authored
llvm-svn: 50614
-
Chris Lattner authored
Fix 'swapping' of attributes to not insert null values into the DeclAttrs map. llvm-svn: 50612
-
Chris Lattner authored
type should be internal, not weak/linkonce. llvm-svn: 50611
-
Chris Lattner authored
llvm-svn: 50610
-
Chris Lattner authored
llvm-svn: 50609
-
Chris Lattner authored
llvm-svn: 50608
-
- May 03, 2008
-
-
Torok Edwin authored
llvm-svn: 50607
-
Devang Patel authored
llvm-svn: 50604
-
Ted Kremenek authored
llvm-svn: 50603
-
Evan Cheng authored
Add separate intrinsics for MMX / SSE shifts with i32 integer operands. This allow us to simplify the horribly complicated matching code. llvm-svn: 50601
-
Devang Patel authored
llvm-svn: 50600
-
Ted Kremenek authored
llvm-svn: 50598
-
Ted Kremenek authored
llvm-svn: 50597
-
Devang Patel authored
llvm-svn: 50596
-
Chris Lattner authored
llvm-svn: 50594
-
Chris Lattner authored
llvm-svn: 50593
-
Ted Kremenek authored
prefix for all files. llvm-svn: 50592
-
- May 02, 2008
-
-
Dan Gohman authored
llvm-svn: 50591
-