- Jul 03, 2009
-
-
Mikhail Glushenkov authored
Controls whether libCompilerDriver should be loaded dynamically. By default this is needed only on Win32, to make dynamic plugins work. llvm-svn: 74759
-
Evan Cheng authored
llvm-svn: 74755
-
Andreas Bolka authored
llvm-svn: 74754
-
Owen Anderson authored
llvm-svn: 74753
-
Evan Cheng authored
llvm-svn: 74749
-
Owen Anderson authored
llvm-svn: 74748
-
Evan Cheng authored
llvm-svn: 74741
-
Evan Cheng authored
llvm-svn: 74740
-
Owen Anderson authored
llvm-svn: 74739
-
Evan Cheng authored
llvm-svn: 74736
-
Chris Lattner authored
llvm-svn: 74735
-
Chris Lattner authored
llvm-svn: 74734
-
Devang Patel authored
llvm-svn: 74733
-
Chris Lattner authored
it to print them. This gives us column numbers in the diag line. Before: t.s:4: error: unexpected token in argument list mov %eax %edx ^ now: t.s:4:11: error: unexpected token in argument list mov %eax %edx ^ llvm-svn: 74732
-
David Goodwin authored
Checkpoint refactoring of ThumbInstrInfo and ThumbRegisterInfo into Thumb1InstrInfo, Thumb2InstrInfo, Thumb1RegisterInfo and Thumb2RegisterInfo. Move methods from ARMInstrInfo to ARMBaseInstrInfo to prepare for sharing with Thumb2. llvm-svn: 74731
-
- Jul 02, 2009
-
-
Douglas Gregor authored
llvm-svn: 74720
-
Bruno Cardoso Lopes authored
llvm-svn: 74718
-
Owen Anderson authored
llvm-svn: 74714
-
Owen Anderson authored
llvm-svn: 74710
-
Owen Anderson authored
llvm-svn: 74708
-
Owen Anderson authored
llvm-svn: 74707
-
Devang Patel authored
Thanks Duncan! llvm-svn: 74706
-
Owen Anderson authored
llvm-svn: 74705
-
Owen Anderson authored
llvm-svn: 74703
-
Owen Anderson authored
llvm-svn: 74702
-
Chris Lattner authored
pointing this out. llvm-svn: 74700
-
Chris Lattner authored
we could do this, doing so requires adjusting the demanded mask and the code isn't doing that yet. This fixes PR4495 llvm-svn: 74699
-
Chris Lattner authored
This was considering vector intrinsics to have cost 2, but non-vector intrinsics to have cost 1, which is backward. llvm-svn: 74698
-
Duncan Sands authored
llvm-svn: 74697
-
Evan Cheng authored
llvm-svn: 74696
-
Owen Anderson authored
llvm-svn: 74695
-
Owen Anderson authored
default global context, while new *InContext() APIs have been added that take a LLVMContextRef parameter. Apologies to anyone affected by this breakage. llvm-svn: 74694
-
Evan Cheng authored
llvm-svn: 74693
-
Evan Cheng authored
Change the meaning of predicate hasThumb2 to mean thumb2 ISA is available, not that it's in thumb mode and thumb2 is available. Added isThumb2 predicate to replace the old predicate. llvm-svn: 74692
-
Chris Lattner authored
This fixes an llvm-gcc bootstrap problem I introduced. llvm-svn: 74691
-
Chris Lattner authored
constant pool references that weren't getting properly rip-relative. llvm-svn: 74689
-
Bruno Cardoso Lopes authored
llvm-svn: 74686
-
Evan Cheng authored
llvm-svn: 74683
-
Chris Lattner authored
to do with the target. Also, the stub elimination optimization *requires* making the stub explicit. llvm-svn: 74682
-
Evan Cheng authored
llvm-svn: 74681
-