projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Rip JIT specific stuff out of TargetMachine, as per PR176
[oota-llvm.git]
/
lib
/
Target
/
SparcV9
/
SparcV9CodeEmitter.cpp
2003-12-20
Chris Lattner
Rip JIT specific stuff out of TargetMachine, as per...
blob
|
commitdiff
|
raw
2003-12-17
Misha Brukman
Reorganized the Sparc backend to be more modular -...
blob
|
commitdiff
|
raw
|
diff to current
2003-12-14
Alkis Evlogimenos
Change interface of MachineOperand as follows:
blob
|
commitdiff
|
raw
|
diff to current
2003-11-21
Misha Brukman
* Add code to flush the ICache, which any self-respecti...
blob
|
commitdiff
|
raw
|
diff to current
2003-11-13
Misha Brukman
Include the file before we close the llvm namespace.
blob
|
commitdiff
|
raw
|
diff to current
2003-11-11
Brian Gaeke
Put all LLVM code into the llvm namespace, as per bug...
blob
|
commitdiff
|
raw
|
diff to current
2003-11-09
Brian Gaeke
Fix PR103
blob
|
commitdiff
|
raw
|
diff to current
2003-11-07
Misha Brukman
Implement branching to a PC-relative constant (not...
blob
|
commitdiff
|
raw
|
diff to current
2003-11-07
Misha Brukman
Switch to emitting MachineConstantPool the way it was...
blob
|
commitdiff
|
raw
|
diff to current
2003-10-20
John Criswell
Added LLVM project notice to the top of every C++ sourc...
blob
|
commitdiff
|
raw
|
diff to current
2003-10-20
Brian Gaeke
Minor leftover fixups from replaceMachineCodeForFunctio...
blob
|
commitdiff
|
raw
|
diff to current
2003-10-20
Brian Gaeke
Make replaceMachineCodeForFunction return void.
blob
|
commitdiff
|
raw
|
diff to current
2003-10-17
Brian Gaeke
Refactor jump insertion code from CompilationCallback...
blob
|
commitdiff
|
raw
|
diff to current
2003-10-13
Brian Gaeke
Remove WordsEmitted statistic; there's already a non...
blob
|
commitdiff
|
raw
|
diff to current
2003-10-10
Misha Brukman
Fix spelling.
blob
|
commitdiff
|
raw
|
diff to current
2003-09-30
Brian Gaeke
Add statistic for # of emitWord() calls.
blob
|
commitdiff
|
raw
|
diff to current
2003-09-05
Misha Brukman
Added some optimizations:
blob
|
commitdiff
|
raw
|
diff to current
2003-08-29
Misha Brukman
* Use alloca() to force GCC not to eliminate frame...
blob
|
commitdiff
|
raw
|
diff to current
2003-08-15
Misha Brukman
Now that the JIT memory manager allocates as many bytes...
blob
|
commitdiff
|
raw
|
diff to current
2003-08-15
Misha Brukman
Fix register and parameter numbers in saving double...
blob
|
commitdiff
|
raw
|
diff to current
2003-08-15
Misha Brukman
* Must save FP registers when calling CompilationCallba...
blob
|
commitdiff
|
raw
|
diff to current
2003-08-14
Brian Gaeke
Unbreak SPARC backend: addPassesToJITCompile and
blob
|
commitdiff
|
raw
|
diff to current
2003-08-06
Misha Brukman
Use the registers g1 and g5 as temporaries for making...
blob
|
commitdiff
|
raw
|
diff to current
2003-08-06
Misha Brukman
SparcV9CodeEmitter.cpp:
blob
|
commitdiff
|
raw
|
diff to current
2003-08-01
Chris Lattner
DEBUG got moved to Debug.h
blob
|
commitdiff
|
raw
|
diff to current
2003-07-29
Misha Brukman
* Correctly emit a far call if the target address does...
blob
|
commitdiff
|
raw
|
diff to current
2003-07-26
Chris Lattner
This code doesn't modify the LLVM structure, keep stuff...
blob
|
commitdiff
|
raw
|
diff to current
2003-07-16
Misha Brukman
Fixed the number translation scheme for the integer...
blob
|
commitdiff
|
raw
|
diff to current
2003-07-15
Misha Brukman
Correctly handle calls to functions which are further...
blob
|
commitdiff
|
raw
|
diff to current
2003-07-14
Misha Brukman
* Added support for the %ccr register
blob
|
commitdiff
|
raw
|
diff to current
2003-07-03
Misha Brukman
Apparently, the "regType" and "regClass" used in the...
blob
|
commitdiff
|
raw
|
diff to current
2003-06-06
Misha Brukman
Print address out as hex.
blob
|
commitdiff
|
raw
|
diff to current
2003-06-06
Misha Brukman
Fixed a bunch of test cases in test/Regression/Jello...
blob
|
commitdiff
|
raw
|
diff to current
2003-06-06
Misha Brukman
* If a global is not a function, just ask the MachineCo...
blob
|
commitdiff
|
raw
|
diff to current
2003-06-06
Misha Brukman
Put all debug print statements under the DEBUG() guard...
blob
|
commitdiff
|
raw
|
diff to current
2003-06-05
Misha Brukman
Fixed confusion between register classes and register...
blob
|
commitdiff
|
raw
|
diff to current
2003-06-05
Misha Brukman
Added lazy function resolution to the JIT.
blob
|
commitdiff
|
raw
|
diff to current
2003-06-04
Misha Brukman
* Instead of re-inventing the MachineConstantPool emitt...
blob
|
commitdiff
|
raw
|
diff to current
2003-06-03
Misha Brukman
Constants are laid out in memory in PC-relative form.
blob
|
commitdiff
|
raw
|
diff to current
2003-06-02
Misha Brukman
Clean up after merging in SparcEmitter.cpp; branches...
blob
|
commitdiff
|
raw
|
diff to current
2003-06-02
Misha Brukman
Merged in tools/lli/JIT/SparcEmitter.cpp, coupled with...
blob
|
commitdiff
|
raw
|
diff to current
2003-06-02
Brian Gaeke
Deal with %lo/%lm/%hm/%hh flags in getMachineOpValue().
blob
|
commitdiff
|
raw
|
diff to current
2003-05-31
Misha Brukman
Removed useless code -- the byte order of output code...
blob
|
commitdiff
|
raw
|
diff to current
2003-05-30
Misha Brukman
Added:
blob
|
commitdiff
|
raw
|
diff to current
2003-05-27
Misha Brukman
Fixed an error preventing compilation.
blob
|
commitdiff
|
raw
|
diff to current
2003-05-27
Misha Brukman
Keep track of the current BasicBlock being processed...
blob
|
commitdiff
|
raw
|
diff to current
2003-05-27
Misha Brukman
Broke out class definition from SparcV9CodeEmitter...
blob
|
commitdiff
|
raw
|
diff to current
2003-05-27
Misha Brukman
SparcV9CodeEmitter.cpp is a part of the Sparc code...
blob
|
commitdiff
|
raw
|
diff to current