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
*
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
*
Make tablegen use more structured command line options
Chris Lattner
2003-06-03
2
-32
/
+66
*
Fix minor bug
Chris Lattner
2003-06-03
1
-2
/
+2
*
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
[next]