aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* Remove unused enum valueChris Lattner2004-12-171-2/+2
* Remove unused #includeChris Lattner2004-12-172-2/+2
* Change the sentinalChris Lattner2004-12-171-2/+2
* Create a stack slot for the return address lazily instead of eagerly. ThisChris Lattner2004-12-171-4/+8
* Chris is a pain ;) Removing reassociate.Tanya Lattner2004-12-161-6/+0
* Removing commented out lines.Tanya Lattner2004-12-161-8/+3
* Removed LICM and GCSE.Tanya Lattner2004-12-161-3/+3
* Remove dead #includeChris Lattner2004-12-161-1/+0
* Adjust to changes in asmwriter filenamesChris Lattner2004-12-162-4/+4
* Specify all of the targets built.Chris Lattner2004-12-161-1/+1
* Use the rules in Makefile.rules to build SparcV9GenCodeEmitter.inc insteadChris Lattner2004-12-162-14/+11
* Fix headerChris Lattner2004-12-161-1/+1
* Factor out common .td file chunks.Chris Lattner2004-12-164-27/+8
* Fix PR485, instead of emitting zero sized arrays, emit arrays of size 1.Chris Lattner2004-12-152-0/+2
* The mystery of Olden/tsp solved, and more opportunities for speedup.Brian Gaeke2004-12-142-0/+12
* Get rid of shifts by zero in most cases.Brian Gaeke2004-12-144-24/+12
* When generating code for X86 targets, make sure the fp control word is setChris Lattner2004-12-132-0/+26
* Add some notesChris Lattner2004-12-132-2/+42
* Set the rounding mode for the X86 FPU to 64-bits instead of 80-bits. WeChris Lattner2004-12-131-0/+22
* Add V8 SPEC status.Brian Gaeke2004-12-132-0/+20
* Fix Regression/CodeGen/PowerPC/2004-12-12-ZeroSizeCommon.ll, and all programsChris Lattner2004-12-121-0/+1
* CSE calls to getTypeSize.Chris Lattner2004-12-121-3/+2
* Use the target triple to pick this target.Chris Lattner2004-12-125-3/+27
* Complete the list of MultiSource failures.Brian Gaeke2004-12-122-10/+24
* hbd should be working now.Brian Gaeke2004-12-122-2/+0
* Finally enable the setcc-branch folding code.Brian Gaeke2004-12-122-34/+146
* Add (currently disabled) code for canFoldSetCCBrian Gaeke2004-12-122-0/+20
* Add stubs for setcc-branch folding support.Brian Gaeke2004-12-122-0/+22
* Print llvm code one function at a time.Brian Gaeke2004-12-112-2/+2
* JIT should print LLVM each function before selecting instructions for it.Brian Gaeke2004-12-112-0/+8
* Bools are *also* not ints. Sigh. Furthermore, most of the TargetMachineBrian Gaeke2004-12-112-2/+12
* Look for many more moves to fold (previously, we onlyBrian Gaeke2004-12-112-4/+48
* Make GEPs not suck so much:Brian Gaeke2004-12-112-30/+134
* Update lists of failing benchmarks, including info on whichBrian Gaeke2004-12-112-48/+42
* Move -lowerselect later in the chain; some select instructions wereBrian Gaeke2004-12-102-12/+12
* Add the rest of the multiply instructions.Brian Gaeke2004-12-102-4/+16
* Support binary operations with immediates for <= cInt.Brian Gaeke2004-12-102-8/+46
* Update lists of failing benchmarks (except C++...something is theBrian Gaeke2004-12-102-4/+2
* Emit correct prototype for __builtin_alloca on V8.Brian Gaeke2004-12-102-2/+16
* Add SparcV8 target back into the buildBrian Gaeke2004-12-101-1/+1
* Adjust paths: Sparc/V8 --> SparcV8Brian Gaeke2004-12-104-6/+6
* Make this file self-contained.Brian Gaeke2004-12-102-2/+124
* Update list of failing MultiSource benchmarks. It works out to +5 -5, but IBrian Gaeke2004-12-102-14/+14
* When FpMOVDs appeared in pairs, we were mistakenly skipping over the latter ofBrian Gaeke2004-12-102-2/+6
* We're continuing to make progress on MultiSource.Brian Gaeke2004-12-092-10/+34
* Bytes and shorts are aligned differently from words.Brian Gaeke2004-12-092-2/+2
* Fix asm-printing directives (how did we not see this before...apparently,Brian Gaeke2004-12-092-6/+6
* Move lower intrinsics before FP constant emission, in caseChris Lattner2004-12-052-4/+14
* Fix test/Regression/CodeGen/CBackend/2004-12-03-ExternStatics.ll andChris Lattner2004-12-032-2/+8
* This code rotted - change it to call abort() until someone wantsBrian Gaeke2004-12-032-52/+4