- Sep 03, 2009
-
-
Daniel Dunbar authored
llvm-svn: 80855
-
Shantonu Sen authored
--build=triple and other configure options are passed to the BuildTools/ sub-invocation more consistently llvm-svn: 80854
-
Douglas Gregor authored
llvm-svn: 80842
-
- 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
-
Dan Gohman authored
transparently read either LLVM Assembly or LLVM Bitcode files. llvm-svn: 80829
-
Dan Gohman authored
llvm-svn: 80827
-
Dan Gohman authored
and LLVM Assembly and LLVM Bitcode and automatically call the corresponding reader. llvm-svn: 80809
-
Chris Lattner authored
llvm-svn: 80807
-
Chris Lattner authored
llvm-svn: 80806
-
Dan Gohman authored
llvm-svn: 80805
-
Dan Gohman authored
isRawBitcode and isBitcode to allow clients to test whether a given memory buffer holds a bitcode image. llvm-svn: 80804
-
Dan Gohman authored
to expose a low-level interface for parsing from an existing MemoryBuffer. llvm-svn: 80803
-
Dan Gohman authored
llvm-svn: 80801
-
Andreas Neustifter authored
(See http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090831/086214.html) llvm-svn: 80799
-
Bob Wilson authored
llvm-svn: 80798
-
Nuno Lopes authored
llvm-svn: 80792
-
Andreas Neustifter authored
edge-profiling, this is more useful since the loading of the optimal-edge-profiling is more complicated. The edge-profiling is tested in edge-profiling.ll where only the instrumentation is tested. llvm-svn: 80791
-
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
llvm-svn: 80769
-
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
-
Daniel Dunbar authored
from the host and hope that works. llvm-svn: 80751
-
Dan Gohman authored
llvm-svn: 80749
-
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
-