aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Use ulong instead of uint for size expressions.Vikram S. Adve2002-09-161-2/+1
* Add methods to query about the representation of LLVM quantities (e.g.,Vikram S. Adve2002-09-161-0/+79
* Don't print out global names unnecesssarily. Also, expose passVikram S. Adve2002-09-161-3/+4
* Move all the code that creates code generation passes from Sparc.cpp toVikram S. Adve2002-09-164-106/+201
* Add subdirectory PreSelection.Vikram S. Adve2002-09-161-1/+1
* New preselection pass that specializes LLVM code for a target machine,Vikram S. Adve2002-09-162-0/+296
* Dump routine now writes out allocated register numbers if available.Vikram S. Adve2002-09-161-4/+13
* Improve and fix error in allocating stack slots: adjust alignment after addingVikram S. Adve2002-09-161-73/+43
* Add a version of ChooseRegOrImmed to handle numerical constantsVikram S. Adve2002-09-162-166/+236
* Add an assertion.Vikram S. Adve2002-09-161-0/+1
* Incorporated changes in alloca and getElementPointer instructionAnand Shukla2002-09-165-233/+255
* Incorporated changes in alloca instructionAnand Shukla2002-09-161-32/+28
* No longer need to sign-extend array indices to 64 bits since theyVikram S. Adve2002-09-152-12/+4
* Fix typos in previous checkin.Vikram S. Adve2002-09-152-4/+4
* RegAllocCommon no longer includes CommandLine.h so we have to include itChris Lattner2002-09-152-0/+2
* Break RA_DEBUG option into several levels to get better control overVikram S. Adve2002-09-1412-208/+234
* Remove unnecessary include.Vikram S. Adve2002-09-142-4/+0
* Break RA_DEBUG option into several levels to get better output.Vikram S. Adve2002-09-142-0/+46
* Fixed problem with printing struct definitions in the correct order.Nick Hildenbrandt2002-09-142-30/+100
* Fix bug I introducedChris Lattner2002-09-141-3/+4
* Moving to lib/CodeGen/RegAlloc.Vikram S. Adve2002-09-142-36/+0
* Function.h is unnecessary when Module.h is included.Misha Brukman2002-09-142-2/+0
* On the quest of eliminating unnecessary includes.Misha Brukman2002-09-141-2/+0
* Again, including Module makes Function unnecessary.Misha Brukman2002-09-141-2/+0
* Following Chris's advice, I'm pruning some unnecessary .h includes that I'mMisha Brukman2002-09-141-3/+0
* * Fix a bug that was causing lli to misrun:Chris Lattner2002-09-132-2/+1
* Change the MallocInst & AllocaInst ctors to take the allocated type, not theChris Lattner2002-09-134-9/+25
* Change the MallocInst & AllocaInst ctors to take the allocated type, not theChris Lattner2002-09-133-10/+6
* include/llvm/DataTypes.h includes this #define so we don't need it anymoreChris Lattner2002-09-131-2/+0
* include/llvm/DataTypes.h includes this #define so we don't need it anymoreChris Lattner2002-09-131-1/+0
* Export symbols for linuxChris Lattner2002-09-131-1/+5
* Submitted by Casey Carter:Chris Lattner2002-09-131-2/+4
* Another portability fix provided via Casey Carter:Chris Lattner2002-09-131-0/+1
* Another portability patch graciously provided by Casey CarterChris Lattner2002-09-131-1/+1
* Fix a bug introduced by the Getelementptr changeChris Lattner2002-09-122-2/+2
* Fix a bug I introduced into the code generator. :(Chris Lattner2002-09-122-2/+2
* Fix bug I introduced with one of my previous changes.Chris Lattner2002-09-121-1/+1
* Add a new BasicBlockPass::doInitialization/Finalization(Function &) pair ofChris Lattner2002-09-122-4/+22
* - Change getelementptr instruction to use long indexes instead of uintChris Lattner2002-09-112-14/+3
* - Change getelementptr instruction to use long indexes instead of uintChris Lattner2002-09-113-9/+9
* - Change getelementptr instruction to use long indexes instead of uintChris Lattner2002-09-119-62/+57
* Give better assertion message for error conditionsChris Lattner2002-09-111-0/+4
* Recently changed getelementptr to use 'long' indexes for sequential typesChris Lattner2002-09-111-0/+10
* Allocation insts always have one operandChris Lattner2002-09-111-2/+1
* Add convenience ctor to BranchInstChris Lattner2002-09-101-0/+7
* Fix the last of the silly bugs I just introduced. :(Chris Lattner2002-09-101-3/+3
* Fix bugs in previous checkinsChris Lattner2002-09-101-4/+4
* Fix bug in previous checkinChris Lattner2002-09-101-0/+1
* Add cannonicalization of shl X, 1 -> add X, XChris Lattner2002-09-101-4/+12
* Fix minor problems in previous checkinChris Lattner2002-09-101-1/+1