projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Burg files should come out of the Debug Directory for temporary files
[oota-llvm.git]
/
lib
/
2001-10-13
Chris Lattner
Check in makefile
tree
|
commitdiff
2001-10-13
Chris Lattner
Compile the transforms directory
tree
|
commitdiff
2001-10-13
Chris Lattner
Start of a linker
tree
|
commitdiff
2001-10-13
Chris Lattner
Implement the invoke instruction
tree
|
commitdiff
2001-10-13
Chris Lattner
* Fix a nefarious bugs: TypesEqual was wrong for vararg...
tree
|
commitdiff
2001-10-13
Chris Lattner
Convert a runtime check into an assertion
tree
|
commitdiff
2001-10-13
Chris Lattner
* Add support for Module specific constants
tree
|
commitdiff
2001-10-13
Chris Lattner
Add new TerminatorInst ctor for invoke
tree
|
commitdiff
2001-10-13
Chris Lattner
* Fix TODO
tree
|
commitdiff
2001-10-13
Chris Lattner
Fix broken #endif
tree
|
commitdiff
2001-10-13
Chris Lattner
* Add #include
tree
|
commitdiff
2001-10-13
Chris Lattner
Add StringList support
tree
|
commitdiff
2001-10-13
Chris Lattner
Support the invoke instruction
tree
|
commitdiff
2001-10-13
Chris Lattner
Support indirect calls
tree
|
commitdiff
2001-10-13
Chris Lattner
not is a keyword in ansi C++, avoid it
tree
|
commitdiff
2001-10-13
Chris Lattner
* Fix privacy issues on RegToRefVecMap
tree
|
commitdiff
2001-10-13
Chris Lattner
* Use new style casts more
tree
|
commitdiff
2001-10-13
Chris Lattner
* Add real support for global variable addresses initia...
tree
|
commitdiff
2001-10-13
Chris Lattner
* Support writing GlobalVariables with info comments...
tree
|
commitdiff
2001-10-13
Chris Lattner
* Add support for forward references of global variable...
tree
|
commitdiff
2001-10-13
Chris Lattner
Add operator< to ValID's so that they can be put in...
tree
|
commitdiff
2001-10-13
Chris Lattner
Remove exception specification
tree
|
commitdiff
2001-10-13
Chris Lattner
Support the new Invoke instruction
tree
|
commitdiff
2001-10-13
Chris Lattner
Support pointers to globals happily
tree
|
commitdiff
2001-10-13
Chris Lattner
Fix code to make GCC 2.96 happy
tree
|
commitdiff
2001-10-13
Chris Lattner
* Add support for Invoke instructions
tree
|
commitdiff
2001-10-13
Chris Lattner
not is a keyword in Ansi C++. Avoid it
tree
|
commitdiff
2001-10-12
Ruchira Sasanka
--corrected coalescing test: coalsed only if two are...
tree
|
commitdiff
2001-10-12
Ruchira Sasanka
added support for implict operands in machine instruction
tree
|
commitdiff
2001-10-12
Ruchira Sasanka
--added support for implicit operands in machine instru...
tree
|
commitdiff
2001-10-11
Vikram S. Adve
Record implicitRefs for each machine instruction instead of
tree
|
commitdiff
2001-10-11
Vikram S. Adve
Add graph edges due to implicit refs in each machine...
tree
|
commitdiff
2001-10-10
Vikram S. Adve
Don't insert useful instructions in delay slot of a...
tree
|
commitdiff
2001-10-10
Vikram S. Adve
Insert code to load constants used as Call or Return...
tree
|
commitdiff
2001-10-10
Vikram S. Adve
Machine-independent code generation routines used in...
tree
|
commitdiff
2001-10-10
Vikram S. Adve
Moved code generation support routines to InstrSelectio...
tree
|
commitdiff
2001-10-09
Ruchira Sasanka
--removed %g regs being allocated - fix later
tree
|
commitdiff
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
next