| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
| |
care of this ourselves
llvm-svn: 21110
|
|
|
|
| |
llvm-svn: 21109
|
|
|
|
|
|
|
|
|
| |
an ugly hack, but it seems to work. I should fix this properly and add a test
as well.
fixes multisource/obsequi (maybe others)
llvm-svn: 21075
|
|
|
|
| |
llvm-svn: 21074
|
|
|
|
| |
llvm-svn: 21061
|
|
|
|
|
|
|
|
|
| |
- turn off assembler's autoalignment
- set FunctionAddrPrefix/Suffix so that .data8 entries pointing to
functions have their value wrapped in @fptr(), so that a function
descriptor will be materialized for that function.
llvm-svn: 21025
|
|
|
|
| |
llvm-svn: 21023
|
|
|
|
| |
llvm-svn: 21022
|
|
|
|
| |
llvm-svn: 21012
|
|
|
|
| |
llvm-svn: 21010
|
|
|
|
| |
llvm-svn: 20982
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Stop being pessimistic about output register allocation
* Start to handle function descriptors: compute target GPs and so on
when doing indirect calls etc. Not there yet, though. For the moment,
we try to use _indirect_ branches wherever possible, to stress test
function descriptors.
* FP divide-by-zero should work now
* add varargs (it doesn't work, though)
At this point, all of SingleSource passes (modulo C++ tests that are due
to issues with the CFE, see note in the README.) Much of MultiSource also
passes although there's still a ton of bugs around. Something for me to
work on tomorrow, then. :)
llvm-svn: 20960
|
|
|
|
|
|
| |
* begin great adventure into correct function descriptor materialization
llvm-svn: 20956
|
|
|
|
| |
llvm-svn: 20955
|
|
|
|
|
|
|
| |
used to get FP div-by-zero working properly (shunt the right answer
depending on how frcpa sets its predicate output)
llvm-svn: 20954
|
|
|
|
|
|
| |
assembler may be used; identify LLVM output as such.
llvm-svn: 20892
|
|
|
|
| |
llvm-svn: 20842
|
|
|
|
| |
llvm-svn: 20807
|
|
|
|
|
|
| |
request.
llvm-svn: 20804
|
|
|
|
| |
llvm-svn: 20679
|
|
|
|
| |
llvm-svn: 20663
|
|
|
|
| |
llvm-svn: 20658
|
|
|
|
| |
llvm-svn: 20655
|
|
|
|
| |
llvm-svn: 20654
|
|
PHASE 1: write instruction selector
PHASE 2: ???
PHASE 3: profit!
llvm-svn: 20652
|