- Sep 01, 2009
-
-
Bruno Cardoso Lopes authored
llvm-svn: 80717
-
Andreas Neustifter authored
This enables LLVM to read the OptimalEdgeProfiles. llvm-svn: 80715
-
Andreas Neustifter authored
llvm-svn: 80713
-
Andreas Neustifter authored
This adds the instrumentation and runtime part of OptimalEdgeProfiling. llvm-svn: 80712
-
Andreas Neustifter authored
llvm-svn: 80711
-
Jim Grosbach authored
llvm-svn: 80710
-
Chris Lattner authored
llvm-svn: 80708
-
Bob Wilson authored
llvm-svn: 80707
-
Chris Lattner authored
llvm-svn: 80706
-
Bob Wilson authored
llvm-svn: 80705
-
Jim Grosbach authored
llvm-svn: 80704
-
Chris Lattner authored
callgraph. This is now dead because RAUW does the job. llvm-svn: 80703
-
David Goodwin authored
llvm-svn: 80702
-
Anders Carlsson authored
llvm-svn: 80701
-
-
David Goodwin authored
llvm-svn: 80699
-
Chris Lattner authored
CGSCC passes make change to ensure they are updating the callgraph correctly (when assertions are enabled). llvm-svn: 80698
-
Dan Gohman authored
llvm-svn: 80697
-
Sean Callanan authored
Added TEST %rAX, $imm instructions to the Intel tables. These are required for the X86 disassembler. llvm-svn: 80696
-
Chris Lattner authored
by expensive checking. llvm-svn: 80695
-
Chris Lattner authored
don't alias. Remove an old and poorly reduced testcase that fails with this transform for reasons unrelated to the original test. llvm-svn: 80693
-
Douglas Gregor authored
Implement proper substitution for OverloadedFunctionDecls, but substituting each of the functions in the overload set llvm-svn: 80692
-
Bruno Cardoso Lopes authored
Add MO flags to simplify the printing of relocations. Remove the support for printing large code model relocs (which aren't supported anyway). llvm-svn: 80691
-
Douglas Gregor authored
Add DeclContext::Equals to compare declaration contexts based on their primary context. Use this instead of pointer comparisons llvm-svn: 80690
-
Jim Grosbach authored
llvm-svn: 80689
-
Steve Naroff authored
llvm-svn: 80684
-
Douglas Gregor authored
class so as to accomodate one or both parameters being NULL, " from Sean Hunt! llvm-svn: 80683
-
Chris Lattner authored
llvm-svn: 80682
-
Fariborz Jahanian authored
llvm-svn: 80681
-
Ted Kremenek authored
llvm-svn: 80680
-
Douglas Gregor authored
expressions making use of an overloaded operator. Thanks for the test case, Anders! llvm-svn: 80679
-
Daniel Dunbar authored
- <rdar://problem/7185031> Add 'clang' option '-emit-ast' llvm-svn: 80678
-
Jim Grosbach authored
EmitLabel() llvm-svn: 80677
-
Douglas Gregor authored
llvm-svn: 80674
-
Steve Naroff authored
llvm-svn: 80673
-
Douglas Gregor authored
llvm-svn: 80672
-
Duncan Sands authored
llvm-gcc build when expensive checking is turned on. llvm-svn: 80671
-
Sanjiv Gupta authored
llvm-svn: 80670
-
Benjamin Kramer authored
llvm-svn: 80669
-
Andreas Neustifter authored
Add statistics for regular edge profiling, this enables the comparation of the number of edges inserted by regular and optimal edge profiling. llvm-svn: 80668
-