aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* User ctor is now inlineChris Lattner2004-06-271-4/+0
* Instancevar was renamedChris Lattner2004-06-261-3/+2
* Don't call getValueType directly. the LLVM optimizer will turn it into the s...Chris Lattner2004-06-261-10/+12
* There is no reason to print ValueType hereChris Lattner2004-06-261-6/+2
* Simplify codeChris Lattner2004-06-261-12/+5
* No functionality changes here:Chris Lattner2004-06-251-7/+4
* Allow debugging machine instrs (by printout) before/after isel and regallocMisha Brukman2004-06-251-0/+7
* Combine several if stmts with returns into an if-then-elseif-else chain.Misha Brukman2004-06-253-36/+12
* Do not move any values into registers for a void return (there isn't anything).Misha Brukman2004-06-252-40/+46
* Convert tabs to spaces.Misha Brukman2004-06-251-31/+32
* Fix opcode: no immediate in an `or r1, r2, r3' (all registers) instr.Misha Brukman2004-06-252-2/+2
* * Be consistent about MachineBB labels and references to them in instr streamMisha Brukman2004-06-253-66/+18
* * Initialize the entire array statically, not member-at-a-timeMisha Brukman2004-06-253-60/+27
* Fix bug in previous checkin.Misha Brukman2004-06-252-2/+2
* * Wrap long linesMisha Brukman2004-06-252-26/+54
* Excise X86-specific comments.Misha Brukman2004-06-252-20/+0
* New constant expression lowering pass to simplify your instruction selection ...Chris Lattner2004-06-251-0/+171
* Fix headerChris Lattner2004-06-251-1/+1
* Fix more warnings building with VC++Chris Lattner2004-06-252-4/+3
* Made a fix so that you can print out MachineInstrs that belong to a MachineBa...Tanya Lattner2004-06-2510-25/+38
* fix warningsChris Lattner2004-06-251-2/+2
* Add option to print out machine code before register allocation.Misha Brukman2004-06-241-0/+4
* Use DEBUG() guard for printing out debug info.Misha Brukman2004-06-241-1/+3
* Add a `break' in the switch/case statement between the int/fp sections.Misha Brukman2004-06-242-2/+2
* * Lowercase the register namesMisha Brukman2004-06-243-33/+33
* * LowercaseString moved to StringExtras.hMisha Brukman2004-06-242-20/+4
* * Tabs to spacesMisha Brukman2004-06-241-124/+125
* * Tabs to spacesMisha Brukman2004-06-243-288/+300
* Unindent some more code to be consistent.Misha Brukman2004-06-242-118/+118
* Unindent some code, it only needs 2 spaces.Misha Brukman2004-06-242-46/+46
* In emitting code for a GEP instr, iterate over GEPTypes because there is oneMisha Brukman2004-06-242-2/+8
* * Capitalize `Java'Misha Brukman2004-06-241-7/+7
* Convert tabs to spaces.Misha Brukman2004-06-241-45/+44
* Add FSTOD and FDTOS conversion instructions.Brian Gaeke2004-06-242-0/+10
* Support cast float to float, cast double to float, and cast float to double.Brian Gaeke2004-06-244-40/+108
* This file is unused, and duplicates functionality in TraceValues.cpp.Vikram S. Adve2004-06-241-76/+0
* * Order #includesMisha Brukman2004-06-243-15/+21
* Make the double-fp pseudo registers be "NamedRegs".Brian Gaeke2004-06-242-10/+16
* Fix a dyn_cast in copyConstantToRegister which should have been a cast.Brian Gaeke2004-06-244-76/+64
* The long integer pseudo-regs are history. So long, we hardly knew ye.Brian Gaeke2004-06-244-62/+2
* Use correct add*Imm form in more BuildMI calls.Brian Gaeke2004-06-244-72/+104
* Rename the load and store opcodes. The non-fp ones only have oneBrian Gaeke2004-06-244-24/+40
* Rename the load and store opcodes. The non-fp ones only have oneBrian Gaeke2004-06-242-26/+52
* Rename the load and store opcodes. The non-fp ones only have oneBrian Gaeke2004-06-244-64/+160
* Remove distasteful method which is really part of the indvars passChris Lattner2004-06-241-13/+0
* Two fixes. First, stop using the ugly shouldSubstituteIndVar method.Chris Lattner2004-06-241-1/+7
* Strange as it may sound, we'll not use LDD/STD to store longs. For reasons ofBrian Gaeke2004-06-244-8/+16
* Support constant cast expressions.Brian Gaeke2004-06-244-68/+172
* Make the most commonly preselected instructions add to the names of theBrian Gaeke2004-06-231-2/+2
* Linker.h moved to include/llvm/SupportMisha Brukman2004-06-231-1/+1