- Feb 07, 2007
-
-
Chris Lattner authored
api's look like this: ModuleProvider *getBytecodeModuleProvider( const std::string &Filename, ///< Name of file to be read BCDecompressor_t *BCDC = Compressor::decompressToNewBuffer, std::string* ErrMsg = 0, ///< Optional error message holder BytecodeHandler* H = 0 ///< Optional handler for reader events ); This is ugly, but allows a client to say: getBytecodeModuleProvider("foo", 0); If they do this, there is no dependency on the compression libraries, saving codesize. llvm-svn: 34012
-
Evan Cheng authored
llvm-svn: 34011
-
Evan Cheng authored
llvm-svn: 34010
-
Evan Cheng authored
llvm-svn: 34009
-
Jim Laskey authored
to construct FunctionType in separate function, and, have getDeclaration return a Function instead of a Constant. llvm-svn: 34008
-
Chris Lattner authored
llvm-svn: 34007
-
Devang Patel authored
Use handleLastUserOverflow(). llvm-svn: 34006
-
Chris Lattner authored
This happened because deadargelim now causes VMCore to auto-rename every function that it hacks arguments out of. Because it hacks arguments out of functions in a non-deterministic order, this caused the resultant numbering to be nondet. The fix is to just be careful to not rename functions! llvm-svn: 34005
-
Chris Lattner authored
llvm-svn: 34004
-
Reid Spencer authored
"clean" target item. This gets around having the built sources disappear when only one build mode wants to be cleaned. With the "clean-all" target, all build modes are cleaned so it also makes sense to clean out the built sources at that point. llvm-svn: 34003
-
Lauro Ramos Venancio authored
include/llvm/ADT/APInt.h:326: error: âassertâ was not declared in this scope llvm-svn: 34002
-
Evan Cheng authored
llvm-svn: 34001
-
Evan Cheng authored
llvm-svn: 34000
-
Evan Cheng authored
that is the case, whenever we use it as a scratch register, save it to R12 first and then restore it after the use. This is a temporary and truly horrible workaround! llvm-svn: 33999
-
Evan Cheng authored
llvm-svn: 33998
-
Evan Cheng authored
- If there is a dynamic alloca, in the epilogue, restore the value of sp using r7 - offset. - Other bug fixes. llvm-svn: 33997
-
Chris Lattner authored
llvm-svn: 33996
-
Chris Lattner authored
llvm-svn: 33995
-
Chris Lattner authored
llvm-svn: 33994
-
Chris Lattner authored
llvm-svn: 33993
-
Chris Lattner authored
llvm-svn: 33992
-
Chris Lattner authored
now that PR411 landed llvm-svn: 33991
-
Chris Lattner authored
the one IPO pass that uses it. llvm-svn: 33990
-
Zhou Sheng authored
llvm-svn: 33989
-
Chris Lattner authored
Make insert/remove assert if used incorrectly instead of returning a bool. llvm-svn: 33988
-
Chris Lattner authored
llvm-svn: 33987
-
Zhou Sheng authored
llvm-svn: 33986
-
Chris Lattner authored
llvm-svn: 33985
-
Nate Begeman authored
based on the alignment of the symbol and the target data's preferred align for that type. Also, rename some arguments for consistency. llvm-svn: 33984
-
Chris Lattner authored
inserting a type into the type symbol table, only compute unique name if not in symtab already. llvm-svn: 33983
-
Chris Lattner authored
llvm-svn: 33982
-
Chris Lattner authored
where a symbol name doesn't conflict. This speeds up bc reading 16% on 176.gcc! llvm-svn: 33981
-
Chris Lattner authored
llvm-svn: 33980
-
Chris Lattner authored
llvm-svn: 33979
-
Chris Lattner authored
llvm-svn: 33978
-
Chris Lattner authored
llvm-svn: 33977
-
Reid Spencer authored
llvm-svn: 33976
-
Evan Cheng authored
eliminateFrameIndex() is even more complicated if frame ptr is used instead of SP when there are dynamic alloca's. llvm-svn: 33975
-
Chris Lattner authored
std::map of std::vector's (ouch!). This speeds up mem2reg by 10% on 176.gcc. llvm-svn: 33974
-
Chris Lattner authored
llvm-svn: 33973
-