projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Add comment
[oota-llvm.git]
/
lib
/
2001-10-03
Chris Lattner
Add comment
tree
|
commitdiff
2001-10-03
Chris Lattner
Support multiple global's definitions
tree
|
commitdiff
2001-10-03
Chris Lattner
Factor parentness out of Module & GlobalVariable into...
tree
|
commitdiff
2001-10-03
Chris Lattner
Rename getNullPointer to getNull
tree
|
commitdiff
2001-10-03
Chris Lattner
Rename getNullPointer to getNull
tree
|
commitdiff
2001-10-03
Chris Lattner
Allow duplicate constant values as long as they are...
tree
|
commitdiff
2001-10-03
Chris Lattner
Add check to make sure that we dont reference MEthodTyp...
tree
|
commitdiff
2001-10-03
Chris Lattner
* Both Method & GlobalVariable now subclass GlobalValue
tree
|
commitdiff
2001-10-03
Chris Lattner
First try at a horrible global value reference wrapper
tree
|
commitdiff
2001-10-03
Chris Lattner
Clean up parser, fix a bug that prevented this from...
tree
|
commitdiff
2001-10-03
Chris Lattner
* Add support for null as a constant
tree
|
commitdiff
2001-10-02
Chris Lattner
Commit more code over to new cast style
tree
|
commitdiff
2001-10-01
Chris Lattner
Convert more code to use new style casts
tree
|
commitdiff
2001-10-01
Chris Lattner
Add more support for new style casts
tree
|
commitdiff
2001-10-01
Chris Lattner
Add support for new style casts
tree
|
commitdiff
2001-10-01
Chris Lattner
Pull predecessor and successor iterators out of the...
tree
|
commitdiff
2001-10-01
Chris Lattner
Fix emission of return instructions
tree
|
commitdiff
2001-10-01
Vikram S. Adve
Several fixes:
tree
|
commitdiff
2001-09-30
Ruchira Sasanka
removing phy regaloc - incorrect file
tree
|
commitdiff
2001-09-30
Vikram S. Adve
Change latency of setuw and setsw to 2 cycles.
tree
|
commitdiff
2001-09-30
Vikram S. Adve
Change ! ( ...== ...) to !=.
tree
|
commitdiff
2001-09-30
Vikram S. Adve
Improved dump for disp type operand.
tree
|
commitdiff
2001-09-30
Vikram S. Adve
Bug fixes:
tree
|
commitdiff
2001-09-30
Vikram S. Adve
Minor changes for bug fixes in SchedGraph.cpp.
tree
|
commitdiff
2001-09-30
Vikram S. Adve
Two bug fixes:
tree
|
commitdiff
2001-09-30
Ruchira Sasanka
*** empty log message ***
tree
|
commitdiff
2001-09-30
Ruchira Sasanka
added suggesting color support
tree
|
commitdiff
2001-09-30
Ruchira Sasanka
added support for suggesting colors
tree
|
commitdiff
2001-09-30
Ruchira Sasanka
--added suggesting colors; call/ret arg handling
tree
|
commitdiff
2001-09-30
Chris Lattner
Implement constant pointers, and null specifically...
tree
|
commitdiff
2001-09-30
Chris Lattner
Implement a constant pointer value
tree
|
commitdiff
2001-09-28
Chris Lattner
File #include file
tree
|
commitdiff
2001-09-28
Chris Lattner
Pull iterators out of CFG.h and CFGdecls and put them...
tree
|
commitdiff
2001-09-28
Chris Lattner
* Properly escape function names
tree
|
commitdiff
2001-09-28
Chris Lattner
Check in bug fix for vadve
tree
|
commitdiff
2001-09-28
Chris Lattner
Initial support for construction of a call graph
tree
|
commitdiff
2001-09-28
Chris Lattner
Make error report a little more useful
tree
|
commitdiff
2001-09-28
Chris Lattner
ADCE is broken but at least we know why
tree
|
commitdiff
2001-09-19
Ruchira Sasanka
-- fixed a ret val bug
tree
|
commitdiff
2001-09-19
Ruchira Sasanka
-- removed debugging messages
tree
|
commitdiff
2001-09-19
Ruchira Sasanka
-fixed return value bug.
tree
|
commitdiff
2001-09-19
Chris Lattner
Change debug info from #define to command line option
tree
|
commitdiff
2001-09-19
Chris Lattner
Change debug info from #define to command line option
tree
|
commitdiff
2001-09-19
Chris Lattner
* REMOVE extraneous debug info if DEBUG_RA is not set
tree
|
commitdiff
2001-09-19
Chris Lattner
Seperate instruction definitions into new SparcInstr...
tree
|
commitdiff
2001-09-19
Chris Lattner
Okay, make the member function work.
tree
|
commitdiff
2001-09-19
Chris Lattner
Remove global debug output fns that have been supercede...
tree
|
commitdiff
2001-09-19
Chris Lattner
Add EmitAssembly to mf
tree
|
commitdiff
2001-09-19
Chris Lattner
First cut at assembly output
tree
|
commitdiff
2001-09-19
Chris Lattner
Add emitAssemblyMethod to TargetMachine
tree
|
commitdiff
2001-09-18
Ruchira Sasanka
*** empty log message ***
tree
|
commitdiff
2001-09-18
Ruchira Sasanka
-- ruchira
tree
|
commitdiff
2001-09-18
Ruchira Sasanka
-- updated printing
tree
|
commitdiff
2001-09-18
Chris Lattner
Remove a copy of a bunch of code
tree
|
commitdiff
2001-09-18
Chris Lattner
Fix up code a bit, remove operator<< to Assembly/Writer.h
tree
|
commitdiff
2001-09-18
Chris Lattner
Remove extraneous #includes
tree
|
commitdiff
2001-09-18
Chris Lattner
Don't check for null on delete
tree
|
commitdiff
2001-09-18
Vikram S. Adve
Renamed files to match the primary classes they provide.
tree
|
commitdiff
2001-09-18
Vikram S. Adve
Renamed a header file.
tree
|
commitdiff
2001-09-18
Vikram S. Adve
Make class TargetMachine the common interface to all...
tree
|
commitdiff
2001-09-18
Vikram S. Adve
Allow pointer constants as well as integer and booleans.
tree
|
commitdiff
2001-09-18
Vikram S. Adve
Make class TargetMachine the common interface to all...
tree
|
commitdiff
2001-09-18
Vikram S. Adve
Renamed files to match the main classes they provide.
tree
|
commitdiff
2001-09-18
Vikram S. Adve
Cast unsigned to int! It was causing a nice little...
tree
|
commitdiff
2001-09-18
Vikram S. Adve
Minor changes.
tree
|
commitdiff
2001-09-18
Vikram S. Adve
Don't add instructions to subtree for Phi or Call.
tree
|
commitdiff
2001-09-18
Vikram S. Adve
Format file header.
tree
|
commitdiff
2001-09-18
Vikram S. Adve
Add new entry/exit edges when removing delay slot nodes...
tree
|
commitdiff
2001-09-18
Vikram S. Adve
Moved erase edge functions to class SchedGraph.
tree
|
commitdiff
2001-09-18
Vikram S. Adve
Renamed some header files.
tree
|
commitdiff
2001-09-18
Vikram S. Adve
Moved erase-edge functions from SchedGraphNode to Sched...
tree
|
commitdiff
2001-09-18
Vikram S. Adve
Moved DebugValue to Value.cpp.
tree
|
commitdiff
2001-09-18
Vikram S. Adve
Added debugging support.
tree
|
commitdiff
2001-09-18
Vikram S. Adve
Minor fixes: renamed target machine files; fold sched...
tree
|
commitdiff
2001-09-18
Chris Lattner
Remove the unsized array constraint
tree
|
commitdiff
2001-09-18
Chris Lattner
Add support for global constants, and for initializers...
tree
|
commitdiff
2001-09-18
Chris Lattner
Add support for global constants, and for initializers...
tree
|
commitdiff
2001-09-15
Ruchira Sasanka
modified machine code printing
tree
|
commitdiff
2001-09-15
Ruchira Sasanka
modified printing of debug messages
tree
|
commitdiff
2001-09-15
Ruchira Sasanka
--added methods for printing
tree
|
commitdiff
2001-09-15
Ruchira Sasanka
added setRegForValue to MachineOperand class
tree
|
commitdiff
2001-09-15
Ruchira Sasanka
fixed printing messages
tree
|
commitdiff
2001-09-15
Ruchira Sasanka
-- debug messages dissabled
tree
|
commitdiff
2001-09-15
Ruchira Sasanka
--reg alloc code added
tree
|
commitdiff
2001-09-15
Ruchira Sasanka
-reg alloc code
tree
|
commitdiff
2001-09-15
Ruchira Sasanka
added register allocation code
tree
|
commitdiff
2001-09-14
Chris Lattner
Fix a bug with not removing method level types after...
tree
|
commitdiff
2001-09-14
Ruchira Sasanka
added RegAlloc Directory to DIRS
tree
|
commitdiff
2001-09-14
Ruchira Sasanka
*** empty log message ***
tree
|
commitdiff
2001-09-14
Ruchira Sasanka
*** empty log message ***
tree
|
commitdiff
2001-09-14
Chris Lattner
Add support for loading and storing pointers...
tree
|
commitdiff
2001-09-14
Chris Lattner
Fix a bug that caused a crash if a setcc had zero uses.
tree
|
commitdiff
2001-09-14
Chris Lattner
Add a forward decl, oops.
tree
|
commitdiff
2001-09-14
Chris Lattner
Chris seems fond of #include <vector>. Fix these....
tree
|
commitdiff
2001-09-14
Chris Lattner
Add a comment
tree
|
commitdiff
2001-09-14
Chris Lattner
Break scheduling infrastructure out of TargetMachine...
tree
|
commitdiff
2001-09-14
Chris Lattner
Split Target/Machine.h into three files:
tree
|
commitdiff
2001-09-14
Chris Lattner
Make a new llvm/Target #include directory.
tree
|
commitdiff
2001-09-14
Chris Lattner
Checkin changes to:
tree
|
commitdiff
2001-09-14
Chris Lattner
Move files to new sparc directory
tree
|
commitdiff
next