summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc
Commit message (Expand)AuthorAgeFilesLines
* Hopefully this will fix PR98Chris Lattner2003-11-071-2/+2
* * Make the comment header 80 columns longMisha Brukman2003-11-061-3/+3
* Tweak sed commands so that they filter out more # stuff and alsoBrian Gaeke2003-10-291-3/+3
* Make code layout more consistent.Misha Brukman2003-10-231-58/+54
* Add comments to describe what these functions actually do.Misha Brukman2003-10-221-0/+7
* * Use <cmath> instead of <math.h>Misha Brukman2003-10-221-12/+12
* Removed completely duplicated function comment (an identical one appears later).Misha Brukman2003-10-221-19/+0
* No, really, order the #includes correctly.Misha Brukman2003-10-221-1/+1
* * Fix order of #includes to follow style guideMisha Brukman2003-10-221-39/+27
* Hrm, unbreak stuph :(Chris Lattner2003-10-212-1/+2
* Fix preselection/lowerswitches bugChris Lattner2003-10-211-0/+3
* Pull the PHI special case into it's own visit* methodChris Lattner2003-10-211-9/+12
* The lastOp operand is never usedChris Lattner2003-10-211-20/+11
* Added LLVM copyright notice.John Criswell2003-10-211-0/+9
* Added LLVM copyright header.John Criswell2003-10-2111-0/+72
* Preselection is _not_ a basicblock pass, because it adds global variables toChris Lattner2003-10-211-101/+22
* When opcodes like ADD were split into reg. and immed. versions (ADDi and ADDr),Vikram S. Adve2003-10-211-1/+2
* Why does g++ not even generate a warning when you miss a break statement?Vikram S. Adve2003-10-211-0/+1
* Implement the new varargs instructions and intrinsics.Vikram S. Adve2003-10-211-24/+22
* Added LLVM copyright notice to Makefiles.John Criswell2003-10-201-0/+8
* Goodbye, AddRegNumToValuesBrian Gaeke2003-10-202-10/+0
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-2014-0/+98
* Minor leftover fixups from replaceMachineCodeForFunction () change.Brian Gaeke2003-10-201-1/+2
* Make replaceMachineCodeForFunction() return void.Brian Gaeke2003-10-201-1/+1
* Make replaceMachineCodeForFunction return void.Brian Gaeke2003-10-201-2/+1
* Apparently the dependencies are wrong for this file, so it didn't rebuild itChris Lattner2003-10-201-1/+1
* Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct...Chris Lattner2003-10-191-1/+1
* Update the sparc backend to at least compile correctly with the new varargs s...Chris Lattner2003-10-182-4/+16
* Refactor jump insertion code from CompilationCallback() into insertJumpAtAddr().Brian Gaeke2003-10-171-27/+33
* Add prototype for replaceMachineCodeForFunction().Brian Gaeke2003-10-171-0/+1
* Remove extra blank line.Brian Gaeke2003-10-171-1/+0
* Eliminate some extraneous code in SlotCalculator::insertVal().Alkis Evlogimenos2003-10-171-1/+1
* Remove WordsEmitted statistic; there's already a non-backend-specificBrian Gaeke2003-10-131-3/+10
* Regularize header file commentsChris Lattner2003-10-131-3/+2
* Don't include "Config/stdlib.h".Brian Gaeke2003-10-101-1/+0
* Include <cstdio> instead of <stdio.h>.Brian Gaeke2003-10-101-1/+1
* Fix spelling.Misha Brukman2003-10-104-11/+12
* Add # of printed instructions statistic to both the SPARC and X86 LLC backends.Brian Gaeke2003-10-061-1/+4
* Add support for the Invoke instruction by using the LowerInvoke passChris Lattner2003-10-051-0/+6
* The comment seems irrelevant as the pass has become a BasicBlock pass.Misha Brukman2003-10-011-2/+0
* Make sure to get the definition of getRegisterAllocatorChris Lattner2003-09-301-0/+1
* RegisterAllocation.h is going awayChris Lattner2003-09-301-1/+0
* Add statistic for # of emitWord() calls.Brian Gaeke2003-09-301-0/+2
* Fixed spelling.Misha Brukman2003-09-232-3/+3
* Fix spelling.Misha Brukman2003-09-231-1/+1
* Fix assertion so it doesn't not trip incorrectly.Vikram S. Adve2003-09-211-4/+4
* Fix a typo in Sparc.cpp.Brian Gaeke2003-09-182-10/+6
* Rename the pass creator fn to mimic the other creator fn names.Brian Gaeke2003-09-181-1/+1
* Fix (and properly doxygenify) some comments. IncorporateBrian Gaeke2003-09-181-39/+86
* Make the symbol prologue/epilogue stuff redundant with MappingInfo, inBrian Gaeke2003-09-181-20/+31
OpenPOWER on IntegriCloud