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
*
Changes to support function pointers
Sumant Kowshik
2003-05-29
1
-4
/
+41
*
Added support for function pointers
Sumant Kowshik
2003-05-29
1
-104
/
+583
*
Prevent lines from wrapping.
Misha Brukman
2003-05-29
1
-13
/
+13
*
Added documentation for the project options
Dinakar Dhurjati
2003-05-29
2
-8
/
+46
*
New testcase
Chris Lattner
2003-05-29
1
-0
/
+11
*
Get rid of extraneous ""s
Chris Lattner
2003-05-29
2
-2
/
+2
*
Add comment
Chris Lattner
2003-05-29
1
-0
/
+11
*
Initial checkin
Chris Lattner
2003-05-29
1
-0
/
+251
*
New testcases
Chris Lattner
2003-05-29
2
-0
/
+66
*
Since there is now another derived .inc file, ignore them all.
Misha Brukman
2003-05-29
1
-1
/
+1
*
Use an absolute path to TableGen because not everyone (e.g. automatic tester)
Misha Brukman
2003-05-29
1
-1
/
+1
*
Added a path to the current version of the built TableGen.
Misha Brukman
2003-05-29
2
-0
/
+2
*
Check in old tests
Chris Lattner
2003-05-29
2
-0
/
+36
*
Minor reordering of options
Chris Lattner
2003-05-29
1
-11
/
+12
*
Removed configuration options that are better served in Makefile.config.
John Criswell
2003-05-29
2
-46
/
+4
*
Moved the FLEX and BISON macros from Makefile.common since they are
John Criswell
2003-05-29
1
-1
/
+50
*
Added the target-independent part of TableGen data.
Misha Brukman
2003-05-29
1
-0
/
+26
*
Added project options to the Makefile.common
Dinakar Dhurjati
2003-05-29
2
-84
/
+234
*
Run more post-link xforms
Chris Lattner
2003-05-29
1
-1
/
+4
*
Change tests to use testrunner
Chris Lattner
2003-05-29
3
-6
/
+23
*
Fix formatting in file
Chris Lattner
2003-05-29
1
-12
/
+12
*
Eliminate unnecessary ->get calls that are now automatically handled.
Chris Lattner
2003-05-29
6
-23
/
+17
*
* Separate all of the grunt work of inlining out into the Utils library.
Chris Lattner
2003-05-29
2
-169
/
+291
*
Don't require the user to do something like isa<foo>(II->get()). The ->get
Chris Lattner
2003-05-29
1
-0
/
+20
*
dyn_cast_or_null should work just the same as dyn_cast does
Chris Lattner
2003-05-29
2
-6
/
+6
*
Doxygenify comments
Chris Lattner
2003-05-29
1
-16
/
+15
*
When TableGen finds an error in the SparcV9.td file, it exits with a non-zero
Misha Brukman
2003-05-29
1
-1
/
+4
*
Fixed misspelling and broke a line that was wrapping.
Misha Brukman
2003-05-29
1
-2
/
+3
*
Fixed to use the correct format of the instruction.
Misha Brukman
2003-05-29
1
-3
/
+3
*
This should work better with re-generating the SparcV9CodeEmitter.inc file.
Misha Brukman
2003-05-29
1
-6
/
+8
*
* Broke up SparcV9.td into separate files as it was getting unmanageable
Misha Brukman
2003-05-29
5
-258
/
+381
*
mmap() seems to be failing on Sparc, so just use malloc()/free() .
Misha Brukman
2003-05-28
1
-4
/
+29
*
Output the opcode name of the instruction being emitted to cerr.
Misha Brukman
2003-05-28
2
-6
/
+8
*
Correctly write out binary data as chars, before they're cast to ints.
Misha Brukman
2003-05-28
1
-2
/
+1
*
Fixed ordering of elements in instructions: although the binary instructions
Misha Brukman
2003-05-28
1
-30
/
+50
*
Add dependency to make TableGen rule fire.
Brian Gaeke
2003-05-28
1
-0
/
+2
*
Three kinds of boolean values handled incorrectly:
Vikram S. Adve
2003-05-28
6
-0
/
+394
*
Fixed an error preventing compilation.
Misha Brukman
2003-05-27
2
-2
/
+2
*
Added the 'r' and 'i' annotations to instructions as their opcode names have
Misha Brukman
2003-05-27
1
-3
/
+3
*
Added a debugging code emitter that prints code to a file, debug to std::cerr,
Misha Brukman
2003-05-27
1
-0
/
+121
*
Keep track of the current BasicBlock being processed so that a referencing
Misha Brukman
2003-05-27
2
-2
/
+4
*
Added 'r' and 'i' annotations to instructions as SparcInstr.def has changed.
Misha Brukman
2003-05-27
1
-19
/
+22
*
Added 'r' or 'i' annotations to instructions, as SparcInstr.def has changed.
Misha Brukman
2003-05-27
1
-16
/
+16
*
Added 'r' or 'i' annotations to instructions, as SparcInstr.def has changed.
Misha Brukman
2003-05-27
1
-41
/
+79
*
Added 'r' or 'i' annotations to instructions, as SparcInstr.def has changed.
Misha Brukman
2003-05-27
3
-27
/
+30
*
Added entries for each of the instructions with annotations ('r' or 'i').
Misha Brukman
2003-05-27
1
-34
/
+57
*
One of the first major changes to make the work of JITting easier: adding
Misha Brukman
2003-05-27
1
-55
/
+113
*
Cannot output `static' in generated cpp code: results in error. It's already
Misha Brukman
2003-05-27
2
-2
/
+2
*
* Allow passing in an unsigned configuration to allocateSparcTargetMachine()
Misha Brukman
2003-05-27
1
-10
/
+35
*
* Now outputting a static function getBinaryCodeForInstr() (JIT-accessible)
Misha Brukman
2003-05-27
2
-32
/
+66
[next]