- Nov 23, 2009
-
-
Oscar Fuentes authored
LLVM_BUILD_TOOLS or LLVM_BUILD_EXAMPLES are OFF. llvm-svn: 89635
-
Daniel Dunbar authored
codegen/as. llvm-svn: 89634
-
Daniel Dunbar authored
llvm-svn: 89633
-
Daniel Dunbar authored
- Ideally we would have an single iteration interface for this, but this works for now. llvm-svn: 89632
-
- Nov 22, 2009
-
-
Daniel Dunbar authored
good nearby fuzzy match. Frequently the input is nearly correct, and just showing the user the a nearby sensible match is enough to diagnose the problem. - The "fuzzyness" is pretty simple and arbitrary, but worked on my three test cases. If you encounter problems, or places you think FileCheck should have guessed but didn't, please add test cases to PR5239. For example, previously FileCheck would report this: -- t.cpp:21:55: error: expected string not found in input // CHECK: define void @_Z2f25f2_s1([[i64_i64_ty]] %a0) ^ <stdin>:19:30: note: scanning from here define void @_Z2f15f1_s1(%1) nounwind { ^ <stdin>:19:30: note: with variable "i64_i64_ty" equal to "%0" -- and now it also reports this: -- <stdin>:27:1: note: possible intended match here define void @_Z2f25f2_s1(%0) nounwind { ^ -- which makes it clear that the CHECK just has an extra ' %a0' in it, without having to check the input. llvm-svn: 89631
-
Daniel Dunbar authored
llvm-svn: 89630
-
Daniel Dunbar authored
llvm-svn: 89629
-
Daniel Dunbar authored
additional information about the current definitions of the variables used in the string. llvm-svn: 89628
-
Daniel Dunbar authored
llvm-svn: 89627
-
Daniel Dunbar authored
separate character. - Chris, OK? llvm-svn: 89626
-
Daniel Dunbar authored
llvm-svn: 89625
-
John McCall authored
llvm-svn: 89624
-
Ted Kremenek authored
Change CheckDeadStores to use Expr::isNullPointerConstant, which will correctly determine whether an expression is a null pointer constant. Patch by Kovarththanan Rajaratnam! llvm-svn: 89621
-
Jim Grosbach authored
tell debug info which base register to use to reference a frame index on a per-index basis. This is useful, for example, in the presence of dynamic stack realignment when local variables are indexed via the stack pointer and stack-based arguments via the frame pointer. llvm-svn: 89620
-
Jim Grosbach authored
llvm-svn: 89618
-
Anders Carlsson authored
llvm-svn: 89613
-
Jim Grosbach authored
llvm-svn: 89612
-
Anders Carlsson authored
When laying out bitfields, make sure that the data size is always aligned to a byte. This fixes PR5580. llvm-svn: 89611
-
Anders Carlsson authored
llvm-svn: 89610
-
Ken Dyck authored
with __INTPTR_TYPE__. llvm-svn: 89609
-
Jakob Stoklund Olesen authored
Teach MachineBasicBlock::updateTerminator() to handle a failing TII->ReverseBranchCondition(Cond) call. This fixes the MallocBench/cfrac test case regression. llvm-svn: 89608
-
Daniel Dunbar authored
llvm-svn: 89607
-
Daniel Dunbar authored
llvm-svn: 89606
-
David Chisnall authored
llvm-svn: 89605
-
Anders Carlsson authored
llvm-svn: 89604
-
Edward O'Callaghan authored
llvm-svn: 89603
-
Chris Lattner authored
llvm-svn: 89602
-
Chris Lattner authored
llvm-svn: 89601
-
Chris Lattner authored
llvm-svn: 89600
-
Chris Lattner authored
The hasNoModRefInfoForCalls isn't worth it as a filter because basicaa provides m/r info and everything chains to it, so remove it. llvm-svn: 89599
-
Ken Dyck authored
llvm-svn: 89598
-
Ken Dyck authored
llvm-svn: 89597
-
Edward O'Callaghan authored
llvm-svn: 89596
-
Edward O'Callaghan authored
llvm-svn: 89595
-
Benjamin Kramer authored
llvm-svn: 89594
-
Edward O'Callaghan authored
llvm-svn: 89593
-
Zhongxing Xu authored
Undefined compound assignment result is checked in UndefinedAssignmentChecker. So this check is redundant. llvm-svn: 89592
-
Zhongxing Xu authored
llvm-svn: 89591
-
Zhongxing Xu authored
llvm-svn: 89590
-
Benjamin Kramer authored
llvm-svn: 89589
-