aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* Fix problems with programs that prototype printf to something unusualChris Lattner2003-09-152-4/+8
* Fix typos in comments.Brian Gaeke2003-09-151-2/+2
* Fixed spelling and grammar.Misha Brukman2003-09-114-26/+26
* Fixed spelling and grammar.Misha Brukman2003-09-111-2/+2
* Remove a bunch of warnings from the CBE generated C codeChris Lattner2003-09-102-4/+4
* "the one true solution for compatibility with GCC 3.3+"Chris Lattner2003-09-102-6/+6
* 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-102-2/+4
* 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-092-130/+180
* Eliminate support for the llvm.unwind intrinisic, using the Unwind instructio...Chris Lattner2003-09-084-28/+0
* Add support for the unwind instructionChris Lattner2003-09-084-0/+38
* 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-012-2/+2
* This file is hopelessly out of dateChris Lattner2003-09-011-208/+0
* LiveRangeInfo got moved into the lib/CodeGen/RegAlloc directoryChris Lattner2003-09-013-3/+3
* PhyRegAlloc.h got moved to lib/CodeGen/RegAllocChris Lattner2003-09-011-1/+1
* Move IGNode from public include directory to here. Minor cleanups like addin...Chris Lattner2003-09-015-117/+102
* 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
* * Use alloca() to force GCC not to eliminate frame pointerMisha Brukman2003-08-291-115/+90
* Fixed two double free bugs that caused llc to segfault or run forever.John Criswell2003-08-281-5/+21
* Add support for the llvm.unwind intrinsic, which we codegen to just do an abortChris Lattner2003-08-282-2/+58
* Fix really nasty bugs in the CWriter, handling invoke instructions. TrackingChris Lattner2003-08-282-4/+10
* Removing READMETanya Lattner2003-08-282-35/+2
* Putting my revised version of ModuloScheduling in cvs. This is not complete...Tanya Lattner2003-08-284-2940/+155
* Moved index into BB to common graph class because its needed by ModuloSchedGr...Tanya Lattner2003-08-282-4/+1
* Added/removed header fileTanya Lattner2003-08-271-1/+0
* *** empty log message ***Tanya Lattner2003-08-273-416/+273
* First version of SchedGraph common class and refactoring of SchedGraph.Tanya Lattner2003-08-255-481/+353
* Simplify codeChris Lattner2003-08-242-6/+2
* Targets should configure themselves based on a Module, not some wierd flagsChris Lattner2003-08-243-12/+12
* Implement: Jello/test-constantexpr.llChris Lattner2003-08-242-62/+132
* Add support for 'any' pointer size and endiannessChris Lattner2003-08-241-2/+2
* Implement support for the unwind intrinsic in the CBEChris Lattner2003-08-242-0/+26
* The word `dependent' has no `a'.Misha Brukman2003-08-212-2/+2
* Fix spelloChris Lattner2003-08-211-1/+1
* Change all #include'd files to be :: rules instead of : rulesChris Lattner2003-08-212-7/+7
* Add support for the sig(set|long)jmp intrinsicsChris Lattner2003-08-185-2/+14
* Spell `necessary' correctly.Misha Brukman2003-08-188-13/+13
* Fix ABI issue: Longs really do need to be only 4 byte aligned on X86.Chris Lattner2003-08-171-1/+2
* Rename -emitmaps to -enable-mapsBrian Gaeke2003-08-161-1/+1