- Apr 12, 2007
-
-
Reid Spencer authored
linkage so we only end up with one of them in a program. These are, after all overloaded and templatish in nature. llvm-svn: 35956
-
Dale Johannesen authored
llvm-svn: 35955
-
Reid Spencer authored
This can happen for intrinsics that are overloaded. In such cases it is necessary to emit a function prototype before the body of the function that calls the intrinsic and to ensure we don't emit it multiple times. llvm-svn: 35954
-
Lauro Ramos Venancio authored
llvm-svn: 35953
-
Lauro Ramos Venancio authored
llvm-svn: 35952
-
Lauro Ramos Venancio authored
llvm-svn: 35951
-
Lauro Ramos Venancio authored
llvm-svn: 35950
-
Chris Lattner authored
test to remind us of this. llvm-svn: 35949
-
Chris Lattner authored
llvm-svn: 35948
-
Chris Lattner authored
llvm-svn: 35947
-
Reid Spencer authored
barf when CBE is run with a program that contains these intrinsics. llvm-svn: 35946
-
Reid Spencer authored
the size of the value, not just zext. Also, give better names to two BBs. llvm-svn: 35945
-
Chris Lattner authored
class supports. In the case of vectors, this means we often get the wrong type (e.g. we get v4f32 instead of v8i16). Make sure to convert the vector result to the right type. This fixes CodeGen/X86/2007-04-11-InlineAsmVectorResult.ll llvm-svn: 35944
-
Chris Lattner authored
llvm-svn: 35943
-
Chris Lattner authored
llvm-svn: 35942
-
Chris Lattner authored
llvm-svn: 35941
-
Chris Lattner authored
llvm-svn: 35940
-
Reid Spencer authored
llvm-svn: 35939
-
Reid Spencer authored
Implement the "part_set" intrinsic. llvm-svn: 35938
-
Reid Spencer authored
llvm-svn: 35937
-
Reid Spencer authored
llvm-svn: 35936
-
Chris Lattner authored
handlers (like the pass list). My previous fix only supported *new* command line options, not additions to old ones. This fixes test/Feature/load_module.ll llvm-svn: 35935
-
Devang Patel authored
llvm-svn: 35934
-
Reid Spencer authored
llvm-svn: 35933
-
Reid Spencer authored
llvm-svn: 35932
-
Chris Lattner authored
llvm-svn: 35931
-
Reid Spencer authored
llvm-svn: 35930
-
Reid Spencer authored
llvm-svn: 35929
-
Reid Spencer authored
We *really* need to be running these with tcl's "exec" to catch the errors. llvm-svn: 35928
-
Chris Lattner authored
llvm-svn: 35927
-
Chris Lattner authored
llvm-svn: 35926
-
- Apr 11, 2007
-
-
Reid Spencer authored
stdout so the grep can match it. llvm-svn: 35925
-
Reid Spencer authored
llvm-svn: 35924
-
Reid Spencer authored
llvm-svn: 35923
-
Reid Spencer authored
llvm-svn: 35922
-
Reid Spencer authored
llvm-svn: 35921
-
Reid Spencer authored
that want to use LLVM's notion of compiling and linking programs. This includes all the -I -L and optimization switches that LLVM would using to compile or link any of this files. llvm-svn: 35920
-
Reid Spencer authored
llvm-svn: 35919
-
Reid Spencer authored
global variables that needed to be passed in. This makes it possible to add new global variables with only a couple changes (Makefile and llvm-dg.exp) instead of touching every single dg.exp file. llvm-svn: 35918
-
Reid Spencer authored
bit rot in llvm2cpp and also tests the LLVM C++ IR in ways that llvm-as doesn't. llvm-svn: 35917
-