- Apr 02, 2007
-
-
Reid Spencer authored
llvm-svn: 35570
-
Reid Spencer authored
rules for overloaded intrinsic functions. llvm-svn: 35565
-
- Mar 29, 2007
-
-
Reid Spencer authored
file other than one named "-". llvm-svn: 35478
-
Reid Spencer authored
Make the sys::Path::getFileStatus function more efficient by having it return a pointer to the FileStatus structure rather than copy it. Adjust uses of the function accordingly. Also, fix some memory issues in sys::Path. llvm-svn: 35476
-
Jeff Cohen authored
llvm-svn: 35466
-
- Mar 28, 2007
-
-
Jeff Cohen authored
systems. llvm-svn: 35416
-
- Mar 27, 2007
-
-
Reid Spencer authored
Implement error handling for bytecode parsing. Patch by Scott Michel. llvm-svn: 35364
-
- Mar 22, 2007
-
-
Evan Cheng authored
llvm-svn: 35264
-
- Mar 21, 2007
-
-
Reid Spencer authored
llvm-svn: 35237
-
Reid Spencer authored
Okay, really fix it this time. Make sure the CurFun.Linkage is set early and consolidate some duplicate code. llvm-svn: 35236
-
Reid Spencer authored
llvm-svn: 35235
-
Reid Spencer authored
Make Signedness information pervasive throughout all types and values. There is no easy way to get around this. Because the GEP instruction can index through an arbitrarily complex value structure, it is necessary to keep track of signedness information throughout that structure. This change makes Signedness a full class, capable of representing Signedness in arbitrarily shaped types. The class is then used throughout llvm-upgrade to track signedness and differentiate between globals, locals, and functions based on their signedness. For PR1243: This patch also removes bogus warnings about renaming internal globals. It now only emits such warnings when renaming non-internal globals because they may affect linkage. llvm-svn: 35234
-
- Mar 15, 2007
-
-
Reid Spencer authored
llvm-svn: 35116
-
Reid Spencer authored
llvm-svn: 35115
-
Reid Spencer authored
llvm-svn: 35113
-
Reid Spencer authored
last entry stored in the map could be retrieved for a given integer type. Propagating the sign information required an invasive change to ensure that all ValueRef (ValID) instances get the right sign information as well. Also, put in some assertions to ensure the RenameMap always gives us out the type that is expected. This fixes PR1256 and test/Assembler/2007-03-14-UgpradeLocalSignless.ll llvm-svn: 35112
-
Reid Spencer authored
Carry sign with ValID and make TypeInfo sortable (useful in a map). llvm-svn: 35111
-
- Mar 14, 2007
-
-
Jeff Cohen authored
llvm-svn: 35099
-
- Mar 07, 2007
-
-
Devang Patel authored
llvm-svn: 35001
-
Devang Patel authored
llvm-svn: 34992
-
- Mar 06, 2007
-
-
Reid Spencer authored
disappears before we get to calling the exit function. llvm-svn: 34953
-
- Mar 05, 2007
-
-
Jeff Cohen authored
llvm-svn: 34917
-
- Mar 03, 2007
-
-
Reid Spencer authored
reading bytecode. 2. The interpreter can delete the ModuleProvider and replace it with another so don't depend on it being around after the EE is created. 3. Don't just run llvm_shutdown on exit but actually delete the EE as well. This cleans up a vast amount of memory (but not all) that EE retained through exit. llvm-svn: 34888
-
- Mar 01, 2007
-
-
Reid Spencer authored
llvm-svn: 34809
-
- Feb 19, 2007
-
-
Chris Lattner authored
llvm-svn: 34418
-
Chris Lattner authored
llvm-svn: 34416
-
- Feb 16, 2007
-
-
Anton Korobeynikov authored
is especially needed for bugpoint. This partly implements PR688 llvm-svn: 34349
-
Reid Spencer authored
llvm-svn: 34341
-
- Feb 15, 2007
-
-
Reid Spencer authored
Change use of "packed" term to "vector" in comments, strings, variable names, etc. llvm-svn: 34300
-
Reid Spencer authored
Rename PackedType -> VectorType, ConstantPacked -> ConstantVector, and PackedTyID -> VectorTyID. No functional changes. llvm-svn: 34293
-
- Feb 13, 2007
-
-
Chris Lattner authored
llvm-svn: 34226
-
Chris Lattner authored
llvm-svn: 34225
-
Chris Lattner authored
llvm-svn: 34224
-
- Feb 12, 2007
-
-
Chris Lattner authored
llvm-svn: 34206
-
Lauro Ramos Venancio authored
Since CompilerDriver.cpp revision 1.44, llvmc must be linked against LLVMCore.a (llvm::Module::~Module) and LLVMBCReader.a (llvm::getBytecodeModuleProvider). llvm-svn: 34196
-
- Feb 11, 2007
-
-
Chris Lattner authored
llvm-svn: 34188
-
Chris Lattner authored
llvm-svn: 34187
-
- Feb 10, 2007
-
-
Reid Spencer authored
llvm-svn: 34150
-
- Feb 09, 2007
-
-
Reid Spencer authored
llvm-svn: 34100
-
Reid Spencer authored
for parallel builds so that we space out the large links. llvm-svn: 34098
-