projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2001-10-10
Vikram S. Adve
testmemory and sumarray now work with instruction selec...
commit
|
commitdiff
|
tree
|
snapshot
2001-10-09
Ruchira Sasanka
--removed %g regs being allocated - fix later
commit
|
commitdiff
|
tree
|
snapshot
2001-10-04
Chris Lattner
Add hack to get rid of malloc & free instructions for...
commit
|
commitdiff
|
tree
|
snapshot
2001-10-03
Chris Lattner
Add comment
commit
|
commitdiff
|
tree
|
snapshot
2001-10-03
Chris Lattner
Support multiple global's definitions
commit
|
commitdiff
|
tree
|
snapshot
2001-10-03
Chris Lattner
Factor parentness out of Module & GlobalVariable into...
commit
|
commitdiff
|
tree
|
snapshot
2001-10-03
Chris Lattner
Rename getNullPointer to getNull
commit
|
commitdiff
|
tree
|
snapshot
2001-10-03
Chris Lattner
Rename getNullPointer to getNull
commit
|
commitdiff
|
tree
|
snapshot
2001-10-03
Chris Lattner
Allow duplicate constant values as long as they are...
commit
|
commitdiff
|
tree
|
snapshot
2001-10-03
Chris Lattner
Share ConstPoolPointer elements correctly
commit
|
commitdiff
|
tree
|
snapshot
2001-10-03
Chris Lattner
Fix broken testcase
commit
|
commitdiff
|
tree
|
snapshot
2001-10-03
Chris Lattner
Add check to make sure that we dont reference MEthodTyp...
commit
|
commitdiff
|
tree
|
snapshot
2001-10-03
Chris Lattner
* Both Method & GlobalVariable now subclass GlobalValue
commit
|
commitdiff
|
tree
|
snapshot
2001-10-03
Chris Lattner
Adjust test cases to match the fact that methods are...
commit
|
commitdiff
|
tree
|
snapshot
2001-10-03
Chris Lattner
First try at a horrible global value reference wrapper
commit
|
commitdiff
|
tree
|
snapshot
2001-10-03
Chris Lattner
Clean up parser, fix a bug that prevented this from...
commit
|
commitdiff
|
tree
|
snapshot
2001-10-03
Chris Lattner
* Add support for null as a constant
commit
|
commitdiff
|
tree
|
snapshot
2001-10-03
Chris Lattner
Modify testcases for new LLVM const syntax
commit
|
commitdiff
|
tree
|
snapshot
2001-10-02
Chris Lattner
Commit more code over to new cast style
commit
|
commitdiff
|
tree
|
snapshot
2001-10-01
Chris Lattner
Convert more code to use new style casts
commit
|
commitdiff
|
tree
|
snapshot
2001-10-01
Chris Lattner
Add more support for new style casts
commit
|
commitdiff
|
tree
|
snapshot
2001-10-01
Chris Lattner
Add support for new style casts
commit
|
commitdiff
|
tree
|
snapshot
2001-10-01
Chris Lattner
Add support for newer cleaner isa, cast, dyn_cast
commit
|
commitdiff
|
tree
|
snapshot
2001-10-01
Chris Lattner
Update comments
commit
|
commitdiff
|
tree
|
snapshot
2001-10-01
Chris Lattner
Pull predecessor and successor iterators out of the...
commit
|
commitdiff
|
tree
|
snapshot
2001-10-01
Chris Lattner
Pull predecessor and successor iterators out of the...
commit
|
commitdiff
|
tree
|
snapshot
2001-10-01
Chris Lattner
Comment out a paragraph that refers to a file that...
commit
|
commitdiff
|
tree
|
snapshot
2001-10-01
Chris Lattner
Fix emission of return instructions
commit
|
commitdiff
|
tree
|
snapshot
2001-10-01
Chris Lattner
Add path to as so it doesn't find llvm as if that path...
commit
|
commitdiff
|
tree
|
snapshot
2001-10-01
Chris Lattner
Exclude a couple of tests that the regalloc stuff doesn...
commit
|
commitdiff
|
tree
|
snapshot
2001-10-01
Vikram S. Adve
Add different "cast constant value" for several possibl...
commit
|
commitdiff
|
tree
|
snapshot
2001-10-01
Vikram S. Adve
Add vector `implicitUses' to class MachineCodeForVMInst...
commit
|
commitdiff
|
tree
|
snapshot
2001-10-01
Vikram S. Adve
Several fixes:
commit
|
commitdiff
|
tree
|
snapshot
2001-09-30
Ruchira Sasanka
removing phy regaloc - incorrect file
commit
|
commitdiff
|
tree
|
snapshot
2001-09-30
Vikram S. Adve
Change latency of setuw and setsw to 2 cycles.
commit
|
commitdiff
|
tree
|
snapshot
2001-09-30
Vikram S. Adve
Change ! ( ...== ...) to !=.
commit
|
commitdiff
|
tree
|
snapshot
2001-09-30
Vikram S. Adve
Improved dump for disp type operand.
commit
|
commitdiff
|
tree
|
snapshot
2001-09-30
Vikram S. Adve
Bug fixes:
commit
|
commitdiff
|
tree
|
snapshot
2001-09-30
Vikram S. Adve
Minor changes for bug fixes in SchedGraph.cpp.
commit
|
commitdiff
|
tree
|
snapshot
2001-09-30
Vikram S. Adve
Two bug fixes:
commit
|
commitdiff
|
tree
|
snapshot
2001-09-30
Ruchira Sasanka
*** empty log message ***
commit
|
commitdiff
|
tree
|
snapshot
2001-09-30
Ruchira Sasanka
no major change.
commit
|
commitdiff
|
tree
|
snapshot
2001-09-30
Ruchira Sasanka
added suggesting color support
commit
|
commitdiff
|
tree
|
snapshot
2001-09-30
Ruchira Sasanka
added suggesting color suppor
commit
|
commitdiff
|
tree
|
snapshot
2001-09-30
Ruchira Sasanka
added support for suggesting colors
commit
|
commitdiff
|
tree
|
snapshot
2001-09-30
Ruchira Sasanka
--added suggesting colors; call/ret arg handling
commit
|
commitdiff
|
tree
|
snapshot
2001-09-30
Chris Lattner
Add a test for the new null keyword
commit
|
commitdiff
|
tree
|
snapshot
2001-09-30
Chris Lattner
Implement constant pointers, and null specifically...
commit
|
commitdiff
|
tree
|
snapshot
2001-09-30
Chris Lattner
Implement a constant pointer value
commit
|
commitdiff
|
tree
|
snapshot
2001-09-28
Chris Lattner
Pull iterators out of CFG.h and genericize them with...
commit
|
commitdiff
|
tree
|
snapshot
2001-09-28
Chris Lattner
File #include file
commit
|
commitdiff
|
tree
|
snapshot
2001-09-28
Chris Lattner
Pull iterators out of CFG.h and CFGdecls and put them...
commit
|
commitdiff
|
tree
|
snapshot
2001-09-28
Chris Lattner
* Properly escape function names
commit
|
commitdiff
|
tree
|
snapshot
2001-09-28
Chris Lattner
Check in bug fix for vadve
commit
|
commitdiff
|
tree
|
snapshot
2001-09-28
Chris Lattner
Add commands to assemble and compile a .ll file
commit
|
commitdiff
|
tree
|
snapshot
2001-09-28
Chris Lattner
Initial support for construction of a call graph
commit
|
commitdiff
|
tree
|
snapshot
2001-09-28
Chris Lattner
Add support to print a call graph, and also add support...
commit
|
commitdiff
|
tree
|
snapshot
2001-09-28
Chris Lattner
Adding the tool to the path doesn't break anything...
commit
|
commitdiff
|
tree
|
snapshot
2001-09-28
Chris Lattner
Make error report a little more useful
commit
|
commitdiff
|
tree
|
snapshot
2001-09-28
Chris Lattner
ADCE is broken but at least we know why
commit
|
commitdiff
|
tree
|
snapshot
2001-09-28
Chris Lattner
print out value's by pointer
commit
|
commitdiff
|
tree
|
snapshot
2001-09-28
Chris Lattner
Add capability to print out call graph
commit
|
commitdiff
|
tree
|
snapshot
2001-09-28
Chris Lattner
Global variables/complex constants have been resolved!
commit
|
commitdiff
|
tree
|
snapshot
2001-09-19
Ruchira Sasanka
-- fixed a ret val bug
commit
|
commitdiff
|
tree
|
snapshot
2001-09-19
Ruchira Sasanka
-- removed debugging messages
commit
|
commitdiff
|
tree
|
snapshot
2001-09-19
Ruchira Sasanka
-fixed return value bug.
commit
|
commitdiff
|
tree
|
snapshot
2001-09-19
Chris Lattner
Add proper support to send output to the right place
commit
|
commitdiff
|
tree
|
snapshot
2001-09-19
Chris Lattner
Print .def files as well as other files
commit
|
commitdiff
|
tree
|
snapshot
2001-09-19
Chris Lattner
Change debug info from #define to command line option
commit
|
commitdiff
|
tree
|
snapshot
2001-09-19
Chris Lattner
Change debug info from #define to command line option
commit
|
commitdiff
|
tree
|
snapshot
2001-09-19
Chris Lattner
* REMOVE extraneous debug info if DEBUG_RA is not set
commit
|
commitdiff
|
tree
|
snapshot
2001-09-19
Chris Lattner
Seperate instruction definitions into new SparcInstr...
commit
|
commitdiff
|
tree
|
snapshot
2001-09-19
Chris Lattner
Okay, make the member function work.
commit
|
commitdiff
|
tree
|
snapshot
2001-09-19
Chris Lattner
Remove global debug output fns that have been supercede...
commit
|
commitdiff
|
tree
|
snapshot
2001-09-19
Chris Lattner
Remove debugging output stuff
commit
|
commitdiff
|
tree
|
snapshot
2001-09-19
Chris Lattner
Emit assembly language from the target...
commit
|
commitdiff
|
tree
|
snapshot
2001-09-19
Chris Lattner
Add emitAssembly Method
commit
|
commitdiff
|
tree
|
snapshot
2001-09-19
Chris Lattner
Add idea
commit
|
commitdiff
|
tree
|
snapshot
2001-09-19
Chris Lattner
Add EmitAssembly to mf
commit
|
commitdiff
|
tree
|
snapshot
2001-09-19
Chris Lattner
First cut at assembly output
commit
|
commitdiff
|
tree
|
snapshot
2001-09-19
Chris Lattner
Add emitAssemblyMethod to TargetMachine
commit
|
commitdiff
|
tree
|
snapshot
2001-09-18
Ruchira Sasanka
*** empty log message ***
commit
|
commitdiff
|
tree
|
snapshot
2001-09-18
Ruchira Sasanka
--added methods to operand class to set/get registers...
commit
|
commitdiff
|
tree
|
snapshot
2001-09-18
Ruchira Sasanka
-- ruchira
commit
|
commitdiff
|
tree
|
snapshot
2001-09-18
Ruchira Sasanka
-- updated printing
commit
|
commitdiff
|
tree
|
snapshot
2001-09-18
Chris Lattner
Remove a copy of a bunch of code
commit
|
commitdiff
|
tree
|
snapshot
2001-09-18
Chris Lattner
C++ gives us auto_ptr's, so we might as well use them...
commit
|
commitdiff
|
tree
|
snapshot
2001-09-18
Chris Lattner
Fix up code a bit, remove operator<< to Assembly/Writer.h
commit
|
commitdiff
|
tree
|
snapshot
2001-09-18
Chris Lattner
Remove extraneous #includes
commit
|
commitdiff
|
tree
|
snapshot
2001-09-18
Chris Lattner
Move operator << from Value.h to Assembly/Writer.h
commit
|
commitdiff
|
tree
|
snapshot
2001-09-18
Chris Lattner
Remove operator << to Assembly/Writer.h
commit
|
commitdiff
|
tree
|
snapshot
2001-09-18
Chris Lattner
Don't check for null on delete
commit
|
commitdiff
|
tree
|
snapshot
2001-09-18
Chris Lattner
Un-neuter makefile
commit
|
commitdiff
|
tree
|
snapshot
2001-09-18
Vikram S. Adve
Minor changes.
commit
|
commitdiff
|
tree
|
snapshot
2001-09-18
Vikram S. Adve
Folded inssel*.ll into select.ll.
commit
|
commitdiff
|
tree
|
snapshot
2001-09-18
Vikram S. Adve
Renamed files to match the primary classes they provide.
commit
|
commitdiff
|
tree
|
snapshot
2001-09-18
Vikram S. Adve
Renamed a header file.
commit
|
commitdiff
|
tree
|
snapshot
2001-09-18
Vikram S. Adve
Make class TargetMachine the common interface to all...
commit
|
commitdiff
|
tree
|
snapshot
2001-09-18
Vikram S. Adve
Allow pointer constants as well as integer and booleans.
commit
|
commitdiff
|
tree
|
snapshot
2001-09-18
Vikram S. Adve
Make class TargetMachine the common interface to all...
commit
|
commitdiff
|
tree
|
snapshot
next