- Jul 11, 2004
-
-
Chris Lattner authored
llvm-svn: 14744
-
Chris Lattner authored
will grow in time. llvm-svn: 14743
-
Chris Lattner authored
llvm-svn: 14742
-
Chris Lattner authored
llvm-svn: 14741
-
Chris Lattner authored
llvm-svn: 14740
-
Chris Lattner authored
llvm-svn: 14739
-
Chris Lattner authored
is a bad idea. Make tools that want the option #include PluginSupport.h explicitly. llvm-svn: 14738
-
Chris Lattner authored
llvm-svn: 14737
-
Reid Spencer authored
- Normalize -s option specification llvm-svn: 14736
-
Reid Spencer authored
Make the -s option actually work and default to the right value. llvm-svn: 14735
-
- Jul 10, 2004
-
-
Chris Lattner authored
llvm-svn: 14734
-
Reid Spencer authored
llvm-svn: 14733
-
Reid Spencer authored
Patch found and provided by Vladimir Merzliakov. Thanks Vladimir! llvm-svn: 14732
-
Reid Spencer authored
expanded size instead of the file size). Thanks Chris. llvm-svn: 14731
-
Chris Lattner authored
* Mention the --help and --help-hidden options * Don't say program when we really mean any old bytecode file * Add a link to the man pages * Move analyze down in the list, as it's not as important as the rest llvm-svn: 14730
-
Reid Spencer authored
- get rid of PARSE_ERROR macro - add error(std::string) function - use error(std::string) for all errors - make input dependent asserts call error(std::string) instead - ensure asserts are only for logic bugs, not input discrepancies. llvm-svn: 14729
-
- Jul 09, 2004
-
-
Reid Spencer authored
global type plane starts with a length and the TypeTyID value to identify the type plane has having type definitions. This doesn't happen in 1.3 because the types are read from a known position in the file. However, the TypeTyID must be read in (and ignored) if its a 1.2 bytecode file. llvm-svn: 14728
-
Chris Lattner authored
llvm-svn: 14727
-
Chris Lattner authored
llvm-svn: 14726
-
Chris Lattner authored
llvm-svn: 14725
-
Chris Lattner authored
llvm-svn: 14724
-
Misha Brukman authored
The large diff is because of indentation of a whole region * Fix querying predecessor blocks in SelectPHINodes(), thanks to Brian (v8) * Add support for external functions malloc() and free() * Fix some code indentation Remember, kids: It's not plagiarism if you "creatively borrow" from your sources. It's called "research"! llvm-svn: 14723
-
Misha Brukman authored
llvm-svn: 14722
-
Misha Brukman authored
* Fix spacing, grammar in comment * Make code layout consistent * Wrap code at 80 cols * Delete spurious blank lines No functional changes. llvm-svn: 14721
-
Alkis Evlogimenos authored
llvm-svn: 14720
-
Alkis Evlogimenos authored
llvm-svn: 14719
-
Chris Lattner authored
llvm-svn: 14717
-
Chris Lattner authored
llvm-svn: 14716
-
Chris Lattner authored
llvm-svn: 14715
-
Chris Lattner authored
llvm-svn: 14709
-
Chris Lattner authored
llvm-svn: 14708
-
Chris Lattner authored
llvm-svn: 14707
-
Chris Lattner authored
llvm-svn: 14706
-
Chris Lattner authored
llvm-svn: 14705
-
- Jul 08, 2004
-
-
Reid Spencer authored
llvm-svn: 14704
-
Misha Brukman authored
llvm-svn: 14703
-
Reid Spencer authored
deterministic, insertion-order iteration). llvm-svn: 14702
-
Misha Brukman authored
* Non-const FP values must be loaded into int regs (for vararg fns) via memory llvm-svn: 14701
-
Misha Brukman authored
* Load FP values into int regs as well for vararg functions; without memory ops! llvm-svn: 14700
-
Misha Brukman authored
* Add suport for printing out references to constant pool indices llvm-svn: 14699
-