index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
add an brief instruction what this pass is
Guochun Shi
2003-06-10
1
-1
/
+1
*
a simple introduction to this pass
Guochun Shi
2003-06-10
1
-0
/
+33
*
cleaned code
Guochun Shi
2003-06-10
3
-127
/
+321
*
delete useless functions
Guochun Shi
2003-06-08
4
-216
/
+190
*
change DEBUG to DEBUG_PRINT
Guochun Shi
2003-06-08
3
-102
/
+106
*
Do not hastily change the Opcode from 'r' to 'i' type if we're not actually
Misha Brukman
2003-06-07
1
-7
/
+6
*
Fix warnings on Sparc
Chris Lattner
2003-06-06
1
-5
/
+8
*
Print address out as hex.
Misha Brukman
2003-06-06
1
-1
/
+1
*
Added 'r' and 'i' versions to WRCCR.
Misha Brukman
2003-06-06
1
-1
/
+2
*
* Changed Bcc instructions to behave like BPcc instructions
Misha Brukman
2003-06-06
7
-38
/
+64
*
* Removed PreSelection pass because that is now done in the JIT
Misha Brukman
2003-06-06
1
-22
/
+10
*
Don't output explicit initializers for globals that are zero initialized
Chris Lattner
2003-06-06
2
-8
/
+8
*
Fixed a bunch of test cases in test/Regression/Jello which could not get the
Misha Brukman
2003-06-06
1
-2
/
+13
*
Add statistic for # machine instrs emitted
Chris Lattner
2003-06-06
1
-1
/
+13
*
* If a global is not a function, just ask the MachineCodeEmitter for the addr
Misha Brukman
2003-06-06
1
-3
/
+3
*
The SUB*i instructions belong to a different class than their SUB*r brethren.
Misha Brukman
2003-06-06
1
-4
/
+4
*
Put all debug print statements under the DEBUG() guard to make output clean so
Misha Brukman
2003-06-06
1
-35
/
+36
*
Fixed confusion between register classes and register types.
Misha Brukman
2003-06-05
1
-2
/
+4
*
Added missing directive to store the instruction name.
Misha Brukman
2003-06-05
1
-0
/
+1
*
Moved predict and annul fields to the end of each individual instruction
Misha Brukman
2003-06-05
1
-12
/
+15
*
Do not preset the cc register, the instructions actually use it.
Misha Brukman
2003-06-05
1
-20
/
+17
*
Minor tuning -- avoid a non-inlinable function call on every operand.
Vikram S. Adve
2003-06-05
1
-70
/
+72
*
Added lazy function resolution to the JIT.
Misha Brukman
2003-06-05
2
-31
/
+223
*
* The textual output of (non-)predicted FP branches is the same.
Misha Brukman
2003-06-05
1
-24
/
+50
*
Implement generation of cmp R, C to not use an extra register
Chris Lattner
2003-06-05
3
-23
/
+67
*
Special case simple binary operator X op C
Chris Lattner
2003-06-05
2
-54
/
+110
*
Add instructions for (add|sub|and|or|xor)ri(8|16|32)
Chris Lattner
2003-06-05
1
-2
/
+23
*
All store instructions really want 'rd' in the first field.
Misha Brukman
2003-06-05
1
-13
/
+20
*
Added missing 'rs1' field to F3_rdrs1imm13, 'rd' to F3_rdrs1rs2.
Misha Brukman
2003-06-05
1
-3
/
+2
*
lib/CodeGen/Mapping/MappingInfo.cpp:
Brian Gaeke
2003-06-04
2
-109
/
+117
*
Add file comment. Include <vector> and <string>. Update include guards
Brian Gaeke
2003-06-04
1
-5
/
+32
*
Revert brians patch to get mapping info working again
Chris Lattner
2003-06-04
1
-9
/
+4
*
Had to comment out a line in outByte() to get it to compile because Out and t...
Tanya 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
*
Make writeNumber() void. Get ready to decouple it from .byte directive output.
Brian Gaeke
2003-06-04
1
-4
/
+9
*
I have finally seen the light. The code to change the opcode must live higher in
Misha Brukman
2003-06-04
1
-4
/
+13
*
Added the 4.7 instruction class and all the FMOVcc instructions in them.
Misha Brukman
2003-06-04
2
-37
/
+130
*
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
*
Avoid generating a getelementptr instruction of a function
Chris Lattner
2003-06-04
1
-1
/
+1
*
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
[next]