- Jun 18, 2003
-
-
Chris Lattner authored
llvm-svn: 6765
-
- Jun 16, 2003
-
-
Chris Lattner authored
llvm-svn: 6712
-
Chris Lattner authored
llvm-svn: 6711
-
Chris Lattner authored
llvm-svn: 6692
-
- Jun 11, 2003
-
-
John Criswell authored
llvm-svn: 6678
-
- Jun 06, 2003
-
-
Misha Brukman authored
llvm-svn: 6657
-
Misha Brukman authored
llvm-svn: 6656
-
Misha Brukman authored
* BPA and BPN do not take a %cc register as a parameter * SLL/SRL/SRA{r,i}5 are there for a reason - they are ONLY 32-bit instructions * Likewise, SLL/SRL/SRAX{r,i}6 are only 64-bit * Added WRCCR{r,i} opcodes llvm-svn: 6655
-
Misha Brukman authored
* Removed instruction scheduling as it is too slow to run in a JIT environment * Removed other passes because they aren't necessary and can slow JIT down llvm-svn: 6652
-
Misha Brukman authored
address of a floating-point (allocated via ConstantPool) correctly. llvm-svn: 6647
-
Misha Brukman authored
* Do not block a print statement with a DEBUG() guard if we're going to abort() llvm-svn: 6645
-
Misha Brukman authored
llvm-svn: 6644
-
Misha Brukman authored
that tests can automatically diff the output. llvm-svn: 6642
-
Misha Brukman authored
Now %fcc registers are recognized correctly. llvm-svn: 6640
-
Misha Brukman authored
llvm-svn: 6639
-
Misha Brukman authored
class, because they are currently unused. llvm-svn: 6638
-
Misha Brukman authored
llvm-svn: 6637
-
- Jun 05, 2003
-
-
Vikram S. Adve authored
Also, reorder a couple of functions for inlining. llvm-svn: 6635
-
Misha Brukman authored
llvm-svn: 6633
-
Misha Brukman authored
* Stop mapping FBcc instructions to deprecated opcodes, map to FBPcc instead. * Fixed opf in FCMPxy instructions. llvm-svn: 6632
-
Misha Brukman authored
Special cases: STFSRx and STXFSRx - they operate on predefined rd=0 or rd=1, and expect %fsr as the parameter in assembly. They are disabled (since not used) until an encoding, both for code generation and output, is chosen. llvm-svn: 6619
-
Misha Brukman authored
llvm-svn: 6618
-
Brian Gaeke authored
Update file comment to contain a bunch of the overview mapping-info documentation previously buried within the file. Remove some unnecessary include/using stmts. Rename pass to MappingInfoCollector. Rewrite a lot of it so it doesn't use global instance variables and so it outputs into MappingInfo objects and then dumps those out, instead of going straight to an assembly file. Change name of factory to getMappingInfoCollector. Fold prologue & epilogue writers into MappingInfo methods. lib/Target/Sparc/FInfo.cpp: Correct file comment to reflect above change lib/Target/Sparc/Sparc.cpp: Change name of factory to getMappingInfoCollector. llvm-svn: 6617
-
Brian Gaeke authored
to reflect file's current location. Add definition of class MappingInfo. llvm-svn: 6616
-
- Jun 04, 2003
-
-
Chris Lattner authored
sorry dude llvm-svn: 6615
-
Tanya Lattner authored
undeclared. I was not sure what Brian wanted, so I will let him fix this. But now it compiles. llvm-svn: 6614
-
Misha Brukman authored
in Emitter.cpp, just convert the Sparc version of the constant pool into what's already supported and inter-operate. * Implemented a first pass at lazy function resolution in the JITResolver. That required adding a SparcV9CodeEmitter pointer to simplify generating bit-patterns of the instructions. * SparcV9CodeEmitter now creates and destroys static TheJITResolver, which makes sense because the SparcV9CodeEmitter is the only user of TheJITResolver, and lives for the entire duration of the JIT (via PassManager which lives in VM). * Changed all return values in the JITResolver to uint64_t because of the 64-bit Sparc architecture. * Added a new version of getting the value of a GlobalValue in the SparcV9CodeEmitter, which now works for already-generated functions (JITted or library functions). * Removed little-used and unused functions, cleaning up the internal view of the SparcV9CodeEmitter. llvm-svn: 6612
-
Brian Gaeke authored
llvm-svn: 6609
-
Misha Brukman authored
llvm-svn: 6601
-
Misha Brukman authored
llvm-svn: 6597
-
Misha Brukman authored
llvm-svn: 6594
-
Chris Lattner authored
llvm-svn: 6591
-
- Jun 03, 2003
-
-
Brian Gaeke authored
llvm-svn: 6589
-
Brian Gaeke authored
rewriting it. I also vacuumed out all the commented-out code and inaccurate comments, etc. (We need to put the mapping information in a data structure so that we can pass it out to the JIT, instead of automagically converting it to .byte directives.) llvm-svn: 6574
-
Chris Lattner authored
llvm-svn: 6572
-
Misha Brukman authored
llvm-svn: 6568
-
Misha Brukman authored
llvm-svn: 6567
-
Misha Brukman authored
* Stop code from wrapping to the next line. llvm-svn: 6566
-
Misha Brukman authored
llvm-svn: 6565
-
Misha Brukman authored
they prefer the destination register to be last. Thus, two new classes were made for them that accomodate for having this layout of operands (F3_1rd, F3_2rd). llvm-svn: 6564
-