index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Make this work with counter > 127
Chris Lattner
2003-06-04
1
-1
/
+1
*
* Instead of re-inventing the MachineConstantPool emitter that's already given
Misha Brukman
2003-06-04
2
-111
/
+146
*
* Institute a hack for the Sparc call to mmap() to get our generated code to be
Misha Brukman
2003-06-04
1
-10
/
+16
*
Make writeNumber() void. Get ready to decouple it from .byte directive output.
Brian Gaeke
2003-06-04
1
-4
/
+9
*
Made changes suggested by Chris
Sumant Kowshik
2003-06-04
1
-51
/
+55
*
Clean up previous code.
Chris Lattner
2003-06-04
1
-11
/
+20
*
I have finally seen the light. The code to change the opcode must live higher in
Misha Brukman
2003-06-04
2
-8
/
+26
*
Added the 4.7 instruction class and all the FMOVcc instructions in them.
Misha Brukman
2003-06-04
2
-37
/
+130
*
Implement combination of boolean not with branch
Chris Lattner
2003-06-04
1
-0
/
+14
*
Comment out opcodes currently unused in the Sparc backend.
Misha Brukman
2003-06-04
1
-0
/
+3
*
No really, you _cannot use_ getelementptr on an unsized type: that makes
Chris Lattner
2003-06-04
1
-5
/
+1
*
Added instruction format class 3.15 and floating-point compare instructions.
Misha Brukman
2003-06-04
2
-11
/
+22
*
Undo one of those last fixes -- it was incorrect.
Vikram S. Adve
2003-06-04
1
-3
/
+5
*
Sparc's dlsym() requires the special operand RTLD_SELF to find a symbol in the
Misha Brukman
2003-06-04
1
-0
/
+4
*
Avoid generating a getelementptr instruction of a function
Chris Lattner
2003-06-04
1
-1
/
+1
*
Pass through the emitConstantPool() call to the real emitter.
Misha Brukman
2003-06-03
1
-0
/
+4
*
Make the write*map methods more self-contained. Document some more.
Brian Gaeke
2003-06-03
1
-42
/
+57
*
Remove usage of typedef
Chris Lattner
2003-06-03
2
-8
/
+4
*
Add namespace comments for doxygen
Chris Lattner
2003-06-03
2
-5
/
+6
*
I documented this file, in an attempt to understand it, with a view toward
Brian Gaeke
2003-06-03
1
-56
/
+73
*
Use the new -o tablegen option
Chris Lattner
2003-06-03
1
-4
/
+1
*
Constants are laid out in memory in PC-relative form.
Misha Brukman
2003-06-03
1
-1
/
+1
*
Added opcode conversion for conditional move of integers.
Misha Brukman
2003-06-03
1
-0
/
+50
*
* Convert load/store opcodes from register to immediate forms.
Misha Brukman
2003-06-03
1
-9
/
+11
*
Convert load/store opcodes from register to immediate forms, if necessary.
Misha Brukman
2003-06-03
1
-4
/
+13
*
Store instructions are different from other Format 3.1/3.2 instructions in that
Misha Brukman
2003-06-03
2
-7
/
+43
*
Moved code to modify the opcode from 'reg' to 'imm' form to a more logical pl...
Misha Brukman
2003-06-03
2
-30
/
+12
*
* Added section A.34: Move FP register on int reg condition (FMOVr)
Misha Brukman
2003-06-03
1
-13
/
+42
*
* Removed unused classes (rd field is always mentioned last); fixed comments.
Misha Brukman
2003-06-03
1
-38
/
+34
*
* Removed unused classes: the rd field is always mentioned as the last reg.
Misha Brukman
2003-06-03
1
-57
/
+19
*
The rd field goes after the immediate field in format 2.1 instructions.
Misha Brukman
2003-06-03
1
-2
/
+1
*
Moved FInfo.cpp to lib/Target/Sparc as it is Sparc-specific.
Misha Brukman
2003-06-02
1
-73
/
+0
*
Minor cleanups.
Chris Lattner
2003-06-02
1
-6
/
+4
*
Remove usage of noncopyable classes to clean up doxygen output.
Chris Lattner
2003-06-02
4
-44
/
+50
*
Add #include
Chris Lattner
2003-06-02
2
-0
/
+2
*
Added MOVR (move int reg on register condition), aka comparison with zero.
Misha Brukman
2003-06-02
3
-8
/
+48
*
SparcInstr.def: added 'r' and 'i' versions of MOV(F)cc instructions
Misha Brukman
2003-06-02
4
-85
/
+193
*
Removed a useless ofstream.
Misha Brukman
2003-06-02
1
-8
/
+2
*
* Added casts to/from floating-point to integers.
Misha Brukman
2003-06-02
1
-90
/
+187
*
compiled with the new SchedGraphCommon
Guochun Shi
2003-06-02
6
-54
/
+76
*
* Make assertion message useful
Chris Lattner
2003-06-02
1
-6
/
+5
*
Fix bug: Linker/2003-06-02-TypeResolveProblem.ll
Chris Lattner
2003-06-02
1
-0
/
+4
*
Be more robust in the face of undefined behavior.
Chris Lattner
2003-06-02
1
-5
/
+30
*
Clean up after merging in SparcEmitter.cpp; branches and return work again.
Misha Brukman
2003-06-02
1
-11
/
+40
*
Minor cleanups
Chris Lattner
2003-06-02
1
-6
/
+3
*
Eliminated a compiler warning due to casting to a different-sized datatype.
Misha Brukman
2003-06-02
1
-1
/
+1
*
Merged in tools/lli/JIT/SparcEmitter.cpp, coupled with the JITResolver taken
Misha Brukman
2003-06-02
2
-19
/
+275
*
Remove spurious assert()
Misha Brukman
2003-06-02
1
-1
/
+0
*
Renamed MachineCodeEmitter.cpp -> X86CodeEmitter.cpp as it conflicts with the
Misha Brukman
2003-06-02
2
-559
/
+1
*
* Removed SparcEmitter.cpp; rolled into lib/Target/Sparc/SparcV9CodeEmitter.cpp
Misha Brukman
2003-06-02
5
-262
/
+24
[prev]
[next]