- Sep 02, 2009
-
-
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
-
Andreas Neustifter authored
This enables LLVM to read the OptimalEdgeProfiles. llvm-svn: 80715
-
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
-
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
-
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
-
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
-
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
-
Jim Grosbach authored
llvm-svn: 80689
-
Chris Lattner authored
llvm-svn: 80682
-
Ted Kremenek authored
llvm-svn: 80680
-
Jim Grosbach authored
EmitLabel() llvm-svn: 80677
-
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
-
Andreas Neustifter authored
Optimal edge profiling is only possible when blocks with no predecessors get an virtual edge (BB,0) that counts the execution frequencies of this function-exiting blocks. This patch makes the necessary changes before actually enabling optimal edge profiling. llvm-svn: 80667
-
Andreas Neustifter authored
This adds a pass to verify the current profile against the flow conditions. This is very helpful when later on trying to perserve the profiling information during all passes. llvm-svn: 80666
-
Chris Lattner authored
for sanity. This didn't turn up any bugs. Change CallGraphNode to maintain its "callsite" information in the call edges list as a WeakVH instead of as an instruction*. This fixes a broad class of dangling pointer bugs, and makes CallGraph have a number of useful invariants again. This fixes the class of problem indicated by PR4029 and PR3601. llvm-svn: 80663
-
Bob Wilson authored
llvm-svn: 80656
-
Bob Wilson authored
tied to different source registers, the TwoAddressInstructionPass needs to be smarter. Change it to check before replacing a source register whether that source register is tied to a different destination register, and if so, defer handling it until a subsequent iteration. llvm-svn: 80654
-