- Sep 17, 2009
-
-
Daniel Dunbar authored
llvm-svn: 82087
-
- Sep 16, 2009
-
-
Sean Callanan authored
instructions to the Intel instruction tables. llvm-svn: 82084
-
Sean Callanan authored
instruction tables. llvm-svn: 82083
-
Sean Callanan authored
to the Intel instruction tables. llvm-svn: 82081
-
Devang Patel authored
llvm-svn: 82080
-
Devang Patel authored
llvm-svn: 82077
-
Dan Gohman authored
constants out of loops. These aren't covered by the regular LICM pass, because in LLVM IR constants don't require separate instructions. They're not always covered by the MachineLICM pass either, because it doesn't know how to unfold folded constant-pool loads. This is somewhat experimental at this point, and off by default. llvm-svn: 82076
-
Devang Patel authored
llvm-svn: 82075
-
Bob Wilson authored
llvm-svn: 82074
-
Dan Gohman authored
an extension, so that the default output filename for foo.ll is foo.s, not foo.ll.s llvm-svn: 82071
-
Devang Patel authored
llvm-svn: 82064
-
Devang Patel authored
llvm-svn: 82063
-
Devang Patel authored
llvm-svn: 82062
-
Devang Patel authored
This interface will be used to attach metadata with an instruction. llvm-svn: 82060
-
Kevin Enderby authored
isAtStartOfComment and using that instead in two places where a loop to check if the char was in MAI.getCommentString(). llvm-svn: 82059
-
Kevin Enderby authored
llvm-svn: 82054
-
Dan Gohman authored
phis, similar to the FoldPHIArgGEPIntoPHI change. Also, delete some comments that don't reflect the code. llvm-svn: 82053
-
Dan Gohman authored
llvm-svn: 82051
-
Xerxes Ranby authored
llvm-svn: 82049
-
Benjamin Kramer authored
failures. llvm-svn: 82040
-
Xerxes Ranby authored
llvm-svn: 82038
-
Andreas Neustifter authored
llvm-svn: 82034
-
Chris Lattner authored
and use MachineModuleInfoMachO instead. llvm-svn: 82022
-
Chris Lattner authored
llvm-svn: 82020
-
Chris Lattner authored
stuff common across all macho targets. llvm-svn: 82018
-
Chris Lattner authored
llvm-svn: 82016
-
Chris Lattner authored
llvm-svn: 82015
-
Chris Lattner authored
llvm-svn: 82014
-
Chris Lattner authored
llvm-svn: 82013
-
Chris Lattner authored
llvm-svn: 82012
-
Chris Lattner authored
llvm-svn: 82011
-
Chris Lattner authored
the global variable list only happen for COFF targets. llvm-svn: 82010
-
Chris Lattner authored
llvm-svn: 82008
-
Chris Lattner authored
we have MCInstPrinter. llvm-svn: 82006
-
Shantonu Sen authored
llvm-svn: 81999
-
Chris Lattner authored
llvm-svn: 81997
-
Nate Begeman authored
trying to create RMW opportunities in the x86 backend. This can cause a cycle to appear in the graph, since the other uses may eventually feed into the TokenFactor we are sinking the load below. llvm-svn: 81996
-
Sean Callanan authored
frame, to the Intel instruction tables. llvm-svn: 81995
-
Sean Callanan authored
the Intel instruction tables. The patterns will stay blank because ADD reg, reg is faster, but having the encoding available is useful for the disassembler. llvm-svn: 81994
-