summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* Remove extra blank line.Brian Gaeke2003-10-171-1/+0
* Eliminate some extraneous code in SlotCalculator::insertVal().Alkis Evlogimenos2003-10-171-1/+1
* Fix typo in comment.Brian Gaeke2003-10-161-1/+1
* Add support for 'weak' linkage.Chris Lattner2003-10-161-1/+3
* Decrease usage of use_size()Chris Lattner2003-10-151-1/+1
* Output a contorted sequence of instructions to make sure that we don't accessChris Lattner2003-10-141-8/+20
* Disable the leaf function optimization, which is apparently not legal onChris Lattner2003-10-141-25/+2
* 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-106-13/+14
* Add # of printed instructions statistic to both the SPARC and X86 LLC backends.Brian Gaeke2003-10-062-1/+8
* Add support for the Invoke instruction by using the LowerInvoke passChris Lattner2003-10-051-0/+6
* Instead of hacking in custom support for Invoke/Unwind, use the LowerInvoke passChris Lattner2003-10-052-31/+14
* Moved enum and command-line option in separate file. Also added function that...Alkis Evlogimenos2003-10-021-29/+2
* Change llc command line for register allocatorsAlkis Evlogimenos2003-10-021-6/+25
* Revert previous change. For some reason this went into the main branchAlkis Evlogimenos2003-10-011-19/+2
* Added command line option for linear scan allocatorAlkis Evlogimenos2003-10-011-2/+19
* 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
* Fix longjmp case so that, along with the call to abort(), we alsoVikram S. Adve2003-09-161-2/+22
* Be a little more specific about what is begin generated. Only printChris Lattner2003-09-101-12/+12
* Only emit inter-field-padding if the amount of padding is != 0Chris Lattner2003-09-101-1/+2
* Don't explicitly use $SourceDir to find the tblgen files. This causes makeJohn Criswell2003-09-101-4/+4
* Updated to find source files using VPATH. This makes writing build rulesJohn Criswell2003-09-092-9/+18
* * Simplify printConstantValueOnly by moving the tail padding stuff directlyChris Lattner2003-09-091-65/+90
* Eliminate support for the llvm.unwind intrinisic, using the Unwind instructio...Chris Lattner2003-09-081-1/+0
* Add support for the unwind instructionChris Lattner2003-09-081-0/+5
* Checkin of autoconf-style object root.John Criswell2003-09-062-26/+16
* Added some optimizations:Misha Brukman2003-09-051-34/+66
* OptInfo is no longer requiredChris Lattner2003-09-011-1/+0
* No longer provide an optinfo, noone uses itChris Lattner2003-09-012-18/+1
* Inline simple comparison which is sparc specific anywayChris Lattner2003-09-011-2/+45
* Move private interfaces into private .h fileChris Lattner2003-09-014-4/+9
* Simplify code a bitChris Lattner2003-09-011-31/+15
* LiveRange.h is now in lib/CodeGen/RegAllocChris Lattner2003-09-011-1/+1
* LiveRangeInfo got moved into the lib/CodeGen/RegAlloc directoryChris Lattner2003-09-011-1/+1
* IGNode got moved to lib/CodeGen/RegAllocChris Lattner2003-09-011-1/+1
* This file just needs LiveRange.h not IGNode.hChris Lattner2003-09-011-2/+2
* No longer include IGNode.h in the Sparc global headerChris Lattner2003-09-013-10/+16
OpenPOWER on IntegriCloud