- Aug 12, 2009
-
-
Oscar Fuentes authored
libraries for an executable. Now LLVMConfig uses a new system for sorting library dependencies, as the list of dependent libraries for each entry of FinalLibDeps.txt no longer is topologically sorted. llvm-svn: 78787
-
Oscar Fuentes authored
llvm-svn: 78786
-
Oscar Fuentes authored
llvm-svn: 78785
-
Oscar Fuentes authored
llvm-svn: 78784
-
Evan Cheng authored
llvm-svn: 78779
-
Evan Cheng authored
llvm-svn: 78778
-
Evan Cheng authored
llvm-svn: 78777
-
Evan Cheng authored
llvm-svn: 78776
-
Bob Wilson authored
llvm-svn: 78775
-
Bill Wendling authored
llvm-svn: 78774
-
Dan Gohman authored
llvm-svn: 78773
-
Oscar Fuentes authored
llvm-svn: 78769
-
Oscar Fuentes authored
of cmake. llvm-svn: 78768
-
Dan Gohman authored
in breaking an anti-dependence into a separate function. llvm-svn: 78767
-
Dale Johannesen authored
llvm-svn: 78763
-
Bob Wilson authored
Set "mayLoad" and "mayStore" on the load/store instructions. llvm-svn: 78761
-
Owen Anderson authored
Add contexts to some of the MVT APIs. No functionality change yet, just the infrastructure work needed to get the contexts to where they need to be first. llvm-svn: 78759
-
Dan Gohman authored
llvm-svn: 78758
-
Dan Gohman authored
llvm-svn: 78755
-
Oscar Fuentes authored
llvm-svn: 78753
-
Daniel Dunbar authored
We now match all of 403.gcc (as emitted by clang). :) llvm-svn: 78750
-
Chris Lattner authored
llvm-svn: 78749
-
Chris Lattner authored
llvm-svn: 78748
-
Chris Lattner authored
llvm-svn: 78747
-
Chris Lattner authored
instead of X86 Subtarget. This elimianates dependencies on X86Subtarget from X86TAI. llvm-svn: 78746
-
Evan Cheng authored
llvm-svn: 78745
-
Chris Lattner authored
llvm-svn: 78744
-
Chris Lattner authored
llvm-svn: 78743
-
Chris Lattner authored
and each callee knows that it returns. llvm-svn: 78742
-
Chris Lattner authored
"inlineasmstart/end" strings so that the contents of the directive are separate from the comment character. This lets elf targets get #APP/#NOAPP for free even if they don't use "#" as the comment character. This also allows hoisting the darwin stuff up to the shared TAI class. llvm-svn: 78737
-
David Goodwin authored
llvm-svn: 78736
-
Chris Lattner authored
darwin/arm support for .no_dead_strip llvm-svn: 78734
-
Daniel Dunbar authored
llvm-svn: 78733
-
Chris Lattner authored
llvm-svn: 78732
-
Daniel Dunbar authored
- Used to mark fake instructions which don't correspond to an actual machine instruction (or are duplicates of a real instruction). This is to be used for "special cases" in the .td files, which should be ignored by things like the assembler and disassembler. We still need a good solution to handle pervasive duplication, like with the Int_ instructions. - Set the bit on fake "mov 0" style instructions, which allows turning an assembler matcher warning into a hard error. - -2 FIXMEs. llvm-svn: 78731
-
Chris Lattner authored
llvm-svn: 78730
-
Chris Lattner authored
llvm-svn: 78729
-
Chris Lattner authored
CodeGen/X86/dll-linkage.ll & CodeGen/X86/mingw-alloca.ll llvm-svn: 78728
-
Chris Lattner authored
template in PPC backend for TAI. llvm-svn: 78727
-
- Aug 11, 2009
-
-
Owen Anderson authored
llvm-svn: 78725
-