aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Linker.h moved to include/llvm/SupportMisha Brukman2004-06-232-2/+2
* Moved to lib/VMCoreMisha Brukman2004-06-231-927/+0
* Fix merging of nodes whose incoming offset is not zero. This unbreaks DSA onChris Lattner2004-06-231-2/+1
* Use new IsNAN() wrapper.Brian Gaeke2004-06-231-15/+2
* Wrapper for c99 isnan()Brian Gaeke2004-06-221-0/+31
* Add pseudo-registers and register class for 64-bit integer values.Brian Gaeke2004-06-224-4/+62
* File requires IPA, moved to lib/Analysis/IPAMisha Brukman2004-06-221-107/+0
* File depends on MemoryDepAnalysis (DSA); moved to lib/Analysis/DataStructureMisha Brukman2004-06-221-258/+0
* Files depend on DSA, moved to lib/Analysis/DataStructureMisha Brukman2004-06-222-947/+0
* File depends on DSA, moved to lib/Analysis/DataStructureMisha Brukman2004-06-221-495/+0
* Making an archive version of the CodeGen library is unnecessary if we justMisha Brukman2004-06-221-1/+0
* Provide archive version of CodeGen library (for those tools that only needMisha Brukman2004-06-221-0/+1