aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove false optimization that basically broke everythingChris Lattner2001-11-091-19/+28
* * Add better caching of data to avoid silly recusionsChris Lattner2001-11-081-3/+12
* Add method declChris Lattner2001-11-082-0/+8
* Remove unneeded forward declChris Lattner2001-11-081-1/+0
* Improve raising significantlyChris Lattner2001-11-084-75/+267
* Print the method that makes an instruction invalidChris Lattner2001-11-081-1/+1
* corrected insertCode4Spilled ... bug.Ruchira Sasanka2001-11-082-16/+34
* Eliminate cleaning step for individual %.bc files created by our gcc.Vikram S. Adve2001-11-082-6/+4
* Took out .clean.bc target.Vikram S. Adve2001-11-082-6/+0
* Run cleaning pass only when linking multiple files.Vikram S. Adve2001-11-082-4/+2
* Add cleaning pass after linking.Vikram S. Adve2001-11-082-4/+8
* Uncommented LR spill code insertionRuchira Sasanka2001-11-082-4/+170
* Keep *.s files while we're debugging the native code.Vikram S. Adve2001-11-082-6/+6
* Bug fix: need to use .reserve for uninitialized data.Vikram S. Adve2001-11-081-6/+5
* Add rule for %.clean.bc.Vikram S. Adve2001-11-082-0/+6
* Bug fix: cannot modify Phi operands while iterating over them!Vikram S. Adve2001-11-081-16/+23
* Add handle to object MachineFrameInfo.Vikram S. Adve2001-11-081-3/+5
* Include handle to TargetMachine in each Machine...Info class.Vikram S. Adve2001-11-082-5/+9
* Add method CreateCodeToCopyIntToFloat.Vikram S. Adve2001-11-082-2/+36
* Major change to how defs are found when adding dependences (theyVikram S. Adve2001-11-084-342/+138
* MachineCodeForMethod is now an annotation on class Method.Vikram S. Adve2001-11-082-2/+2
* Add handle to TargetMachine object in all Machine...Info classes.Vikram S. Adve2001-11-082-5/+8
* Added support for bitwise logical operators. Use different labels forVikram S. Adve2001-11-081-4/+29
* Fixed function getEscapedString to follow the Sparc assembly rulesVikram S. Adve2001-11-081-107/+150
* Fix bugs in FITOS/D instruction generation.Vikram S. Adve2001-11-081-68/+116
* Added new function UltraSparcInstrInfo::CreateCodeToCopyIntToFloat.Vikram S. Adve2001-11-081-6/+64
* Removed class RegStackOffsets and used class MachineCodeForMethodVikram S. Adve2001-11-081-31/+53
* Use MachineFrameInfo as base class of UltraSparcFrameInfo, and madeVikram S. Adve2001-11-082-59/+144
* Machine-independent interface to target's stack frame layout parameters.Vikram S. Adve2001-11-081-0/+76
* Use different op labels for bitwise logical operations and boolean logicalVikram S. Adve2001-11-081-0/+5
* Added a second constructor for and improved class TmpInstruction.Vikram S. Adve2001-11-081-9/+28
* Added two minor methods.Vikram S. Adve2001-11-084-6/+16
* Removed class RegStackOffsets and used class MachineCodeForMethodVikram S. Adve2001-11-084-586/+76
* Major overhaul of stack frame management.Vikram S. Adve2001-11-088-59/+263
* Old file which was moved to include/llvm/Target some time back.Vikram S. Adve2001-11-081-121/+0
* Removed MachineCodeForMethod object and made it an annotation.Vikram S. Adve2001-11-082-11/+1
* Add analysis pass.Chris Lattner2001-11-071-1/+10
* Initial checkin of pointer safety checkerChris Lattner2001-11-072-0/+139
* Correct problem that allows indirect function callsChris Lattner2001-11-071-1/+5
* * Switch to operation on pointers with PointerTy more consistentlyChris Lattner2001-11-073-76/+149
* 1. -Winline emits spurious warnings that aren't useful right nowChris Lattner2001-11-072-2/+4
* Killing warningsChris Lattner2001-11-073-8/+10
* Add #includes to enable buiding in Release modeChris Lattner2001-11-075-0/+5
* Squelch warnings about not returning a valueChris Lattner2001-11-071-3/+4
* Roll back all these changes that have broken Makefile.target again.Vikram S. Adve2001-11-072-26/+16
* Okay, so this is a huge hack. Fixme laterChris Lattner2001-11-071-4/+36
* *Print Stack traces better.Chris Lattner2001-11-073-27/+64
* * Use cached writer to speed up printing and get symbolic types more consiste...Chris Lattner2001-11-073-15/+54
* Implement CachedWriter class to allow module level printing of various compon...Chris Lattner2001-11-071-1/+36
* New class to provide high performance writing.Chris Lattner2001-11-071-0/+41