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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add instructions for (add|sub|and|or|xor)ri(8|16|32)
Chris Lattner
2003-06-05
1
-2
/
+23
*
Fix bug: Jello/2003-06-04-bzip2-bug.ll
Chris Lattner
2003-06-05
1
-23
/
+21
*
New testcase, the JIT currently handles this right, I just don't want to
Chris Lattner
2003-06-05
1
-0
/
+16
*
Fixed a bug so initialization code is always inserted in main
Anand Shukla
2003-06-05
2
-18
/
+44
*
New testcase for PHI handling
Chris Lattner
2003-06-05
1
-0
/
+19
*
Use a constant expr GEP instead of an actual instruction
Chris Lattner
2003-06-05
1
-4
/
+2
*
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
*
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
*
Add prerelease license to cvs
Chris Lattner
2003-06-04
1
-0
/
+19
*
* 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
*
Modify tracing rules to use opt -trace[m] instead of llc -trace[m].
Vikram S. Adve
2003-06-04
1
-2
/
+3
*
Made changes suggested by Chris
Sumant Kowshik
2003-06-04
2
-53
/
+57
*
Made changes suggested by Chris; Renamed 'union' function to unionSetsWith
Sumant Kowshik
2003-06-04
2
-22
/
+14
*
Clean up previous code.
Chris Lattner
2003-06-04
1
-11
/
+20
*
Add new setCondition member
Chris Lattner
2003-06-04
1
-4
/
+6
*
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
*
Modernize testcase
Chris Lattner
2003-06-04
1
-8
/
+8
*
Implement combination of boolean not with branch
Chris Lattner
2003-06-04
1
-0
/
+14
*
Add new test for inverting branches
Chris Lattner
2003-06-04
1
-0
/
+10
*
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
*
Improved how tracing can be used:
Vikram S. Adve
2003-06-03
1
-4
/
+10
*
Minor cleanups:
Chris Lattner
2003-06-03
1
-52
/
+29
*
Remove usage of typedef
Chris Lattner
2003-06-03
2
-8
/
+4
*
Remove use of enum
Chris Lattner
2003-06-03
1
-4
/
+4
*
Add namespace comments for doxygen
Chris Lattner
2003-06-03
2
-5
/
+6
*
There are now no uses of NonCopyableV
Chris Lattner
2003-06-03
1
-11
/
+0
*
Add doxygen comment for namespace
Chris Lattner
2003-06-03
2
-2
/
+8
*
Add comment for doxygen for namespace
Chris Lattner
2003-06-03
1
-0
/
+4
*
Minor cleanups:
Chris Lattner
2003-06-03
1
-26
/
+36
*
Remove noncopyable base class as it was making the doxygen docs harder to read
Chris Lattner
2003-06-03
1
-2
/
+3
*
Remove noncopyableV base classes, as they were confusing the doxygen document...
Chris Lattner
2003-06-03
4
-10
/
+19
*
I documented this file, in an attempt to understand it, with a view toward
Brian Gaeke
2003-06-03
1
-56
/
+73
*
Spiff up options a bit
Chris Lattner
2003-06-03
2
-4
/
+6
*
Use the new -o tablegen option
Chris Lattner
2003-06-03
1
-4
/
+1
*
Add -o support for TableGen
Chris Lattner
2003-06-03
2
-8
/
+50
[prev]
[next]