- Sep 03, 2009
-
-
Daniel Dunbar authored
llvm-svn: 80855
-
- Sep 02, 2009
-
-
Devang Patel authored
llvm-svn: 80841
-
Devang Patel authored
Use FoldingSetNode to unique MDNodes in a context. Use CallbackVH hooks to update context's MDNodeSet appropriately. llvm-svn: 80839
-
Anton Korobeynikov authored
llvm-svn: 80838
-
Chris Lattner authored
llvm-svn: 80807
-
Chris Lattner authored
llvm-svn: 80806
-
Dan Gohman authored
to expose a low-level interface for parsing from an existing MemoryBuffer. llvm-svn: 80803
-
Bob Wilson authored
llvm-svn: 80798
-
Nuno Lopes authored
llvm-svn: 80792
-
Nuno Lopes authored
plug memory leak in LLParser::PerFunctionState::SetInstName() by deleting a value after replacing it llvm-svn: 80790
-
Andreas Neustifter authored
(See http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090824/085890.html) llvm-svn: 80789
-
Andreas Neustifter authored
be instrumented. llvm-svn: 80788
-
Andreas Neustifter authored
llvm-svn: 80781
-
Torok Edwin authored
AlwaysOpaqueTy is always NULL at this point, and it causes an assertion failure. Fix it by using the just constructed tmp instead. llvm-svn: 80780
-
Torok Edwin authored
r80406, and readd a -print-dbginfo test. llvm-svn: 80778
-
Sandeep Patel authored
llvm-svn: 80773
-
Chris Lattner authored
the instruction BBI points to. llvm-svn: 80768
-
Chris Lattner authored
llvm-svn: 80767
-
Chris Lattner authored
llvm-svn: 80766
-
Chris Lattner authored
llvm-svn: 80764
-
Chris Lattner authored
conditional moves as a subtarget feature. This is the easy part of PR4841. llvm-svn: 80763
-
Chris Lattner authored
and we get the original pointer type. This doesn't mean that we're at the first pointer being indexed. Correct the predicate. llvm-svn: 80762
-
Chris Lattner authored
return a vector of i1, not i1 itself. llvm-svn: 80761
-
Chris Lattner authored
a comment so that I don't change this in the future :) llvm-svn: 80760
-
Chris Lattner authored
llvm-svn: 80759
-
Duncan Sands authored
about singular iterators when building with expensive checks turned on. llvm-svn: 80757
-
Sean Callanan authored
Added a 64-bit ADD %RAX, imm32 instruction. Added all 4 forms for AND %rAX, imm and CMP %rAX, imm. llvm-svn: 80746
-
Evan Cheng authored
desired triplet is a sub-target, e.g. thumbv7 vs. arm host). Reverting the patch isn't quite right either since the previous behavior does not allow the triplet to be overridden with -march. llvm-svn: 80742
-
Devang Patel authored
For now disable MDNode uniquing. This fixes llvm-gcc bootstrap failure on certain Mac OS X 10.5. I am working on a proper fix. llvm-svn: 80738
-
Bob Wilson authored
to find the kill, since we already have the operand. llvm-svn: 80736
-
Bob Wilson authored
llvm-svn: 80733
-
Bob Wilson authored
llvm-svn: 80731
-
Daniel Dunbar authored
llvm-svn: 80730
-
Daniel Dunbar authored
llvm-svn: 80729
-
Daniel Dunbar authored
- Bruno, please check!! llvm-svn: 80728
-
Daniel Dunbar authored
llvm-svn: 80727
-
Daniel Dunbar authored
Remove Offset from ExternalSybmol MachineOperands, this is unused (and at least partly unsupported, in X86 encoding at least). llvm-svn: 80726
-
- Sep 01, 2009
-
-
Chris Lattner authored
clang regtest failures. llvm-svn: 80724
-
Chris Lattner authored
llvm-svn: 80718
-
Bruno Cardoso Lopes authored
llvm-svn: 80717
-