- Jul 09, 2004
-
-
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: 14708
-
Chris Lattner authored
llvm-svn: 14707
-
Chris Lattner authored
llvm-svn: 14706
-
- Jul 08, 2004
-
-
Misha Brukman authored
llvm-svn: 14703
-
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
-
Chris Lattner authored
llvm-svn: 14695
-
Brian Gaeke authored
llvm-svn: 14687
-
Brian Gaeke authored
until the next cycle, and there's no interlock, so they effectively have a delay slot. llvm-svn: 14686
-
Brian Gaeke authored
llvm-svn: 14685
-
Brian Gaeke authored
Fix typo in comment. llvm-svn: 14684
-
Brian Gaeke authored
the top and bottom halves backwards...how embarrassing. Support 'cast long to long' and other similar no-op casts to long. Support 'ret long'. llvm-svn: 14683
-
Chris Lattner authored
llvm-svn: 14682
-
Brian Gaeke authored
llvm-svn: 14681
-
Alkis Evlogimenos authored
llvm-svn: 14679
-
- Jul 07, 2004
-
-
Misha Brukman authored
llvm-svn: 14678
-
Reid Spencer authored
is read, not parsed. llvm-svn: 14677
-
Reid Spencer authored
Improve exeception handling around bcreader invocations. llvm-svn: 14674
-
Misha Brukman authored
* Tabs to spaces llvm-svn: 14673
-
Misha Brukman authored
* Tabs to spaces llvm-svn: 14672
-
Chris Lattner authored
Regression.Assembler.2002-01-24-BadSymbolTableAssert Regression.Assembler.2002-01-24-ValueRefineAbsType Found through the nightly tester :) llvm-svn: 14671
-
Misha Brukman authored
llvm-svn: 14670
-
Chris Lattner authored
yet, then resolve them in it's own sweet time. We must support this. llvm-svn: 14666
-
Chris Lattner authored
llvm-svn: 14665
-
Chris Lattner authored
llvm-svn: 14663
-
Chris Lattner authored
is HOPELESSLY broken. The problem is that the embedded getNode call can change the offset of the node handle in unpredictable ways. As it turns out, all of the clients of this method really want to set both the node and the offset, thus it is more efficient (and less buggy) to just do both of them in one method call. This fixes some obscure bugs handling non-forwarded node handles. llvm-svn: 14660
-
Chris Lattner authored
llvm-svn: 14658
-
Alkis Evlogimenos authored
llvm-svn: 14655
-
Chris Lattner authored
llvm-svn: 14654
-
Misha Brukman authored
* Make visitSetCondInst() share condition-generating code with EmitComparison() * There are 13 FPRs for function-passing arguments, not 8 * Do not rely on registers being sequential, use an array lookup * In unimplemented switch cases, send an error and abort instead of silent fall-through * Add doInitialization() for adding function prototypes for external math fns * Minor changes: fix indentation, spacing, code clarity llvm-svn: 14653
-
Misha Brukman authored
llvm-svn: 14652
-
- Jul 06, 2004
-
-
Brian Gaeke authored
names start with l0_. llvm-svn: 14651
-
Chris Lattner authored
llvm-svn: 14649
-