2002-09-16 |
Vikram S. Adve | Add method MachineOperand::hasAllocatedReg(). |
commit | commitdiff | tree | snapshot |
2002-09-16 |
Vikram S. Adve | Add a version of ChooseRegOrImmed to handle numerical... |
commit | commitdiff | tree | snapshot |
2002-09-16 |
Vikram S. Adve | Add method adjustAlignment so that stack slot alignment... |
commit | commitdiff | tree | snapshot |
2002-09-16 |
Vikram S. Adve | Use ulong instead of uint for size expressions. |
commit | commitdiff | tree | snapshot |
2002-09-16 |
Vikram S. Adve | Add methods to query about the representation of LLVM... |
commit | commitdiff | tree | snapshot |
2002-09-16 |
Vikram S. Adve | Don't print out global names unnecesssarily. Also... |
commit | commitdiff | tree | snapshot |
2002-09-16 |
Vikram S. Adve | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2002-09-16 |
Vikram S. Adve | Move all the code that creates code generation passes... |
commit | commitdiff | tree | snapshot |
2002-09-16 |
Vikram S. Adve | Add subdirectory PreSelection. |
commit | commitdiff | tree | snapshot |
2002-09-16 |
Vikram S. Adve | New preselection pass that specializes LLVM code for... |
commit | commitdiff | tree | snapshot |
2002-09-16 |
Vikram S. Adve | Dump routine now writes out allocated register numbers... |
commit | commitdiff | tree | snapshot |
2002-09-16 |
Vikram S. Adve | Improve and fix error in allocating stack slots: adjust... |
commit | commitdiff | tree | snapshot |
2002-09-16 |
Vikram S. Adve | Add a version of ChooseRegOrImmed to handle numerical... |
commit | commitdiff | tree | snapshot |
2002-09-16 |
Vikram S. Adve | Add an assertion. |
commit | commitdiff | tree | snapshot |
2002-09-16 |
Anand Shukla | Incorporated changes in alloca and getElementPointer... |
commit | commitdiff | tree | snapshot |
2002-09-16 |
Anand Shukla | Incorporated changes in alloca instruction |
commit | commitdiff | tree | snapshot |
2002-09-15 |
Vikram S. Adve | No longer need to sign-extend array indices to 64 bits... |
commit | commitdiff | tree | snapshot |
2002-09-15 |
Vikram S. Adve | Simplify significantly (and fix syntax error). |
commit | commitdiff | tree | snapshot |
2002-09-15 |
Vikram S. Adve | Use much better method to find the llvmbase directory. |
commit | commitdiff | tree | snapshot |
2002-09-15 |
Vikram S. Adve | Check error condition after cvs returns. Also remove... |
commit | commitdiff | tree | snapshot |
2002-09-15 |
Vikram S. Adve | Shell-script to build current directory and then link... |
commit | commitdiff | tree | snapshot |
2002-09-15 |
Vikram S. Adve | Fix typos in previous checkin. |
commit | commitdiff | tree | snapshot |
2002-09-15 |
Chris Lattner | RegAllocCommon no longer includes CommandLine.h so... |
commit | commitdiff | tree | snapshot |
2002-09-14 |
Vikram S. Adve | Break RA_DEBUG option into several levels to get better... |
commit | commitdiff | tree | snapshot |
2002-09-14 |
Vikram S. Adve | Remove unnecessary include. |
commit | commitdiff | tree | snapshot |
2002-09-14 |
Vikram S. Adve | Break RA_DEBUG option into several levels to get better... |
commit | commitdiff | tree | snapshot |
2002-09-14 |
Nick Hildenbrandt | Fixed problem with printing struct definitions in the... |
commit | commitdiff | tree | snapshot |
2002-09-14 |
Chris Lattner | Fix to work correctly under linux |
commit | commitdiff | tree | snapshot |
2002-09-14 |
Chris Lattner | Fix bug I introduced |
commit | commitdiff | tree | snapshot |
2002-09-14 |
Vikram S. Adve | Moving to lib/CodeGen/RegAlloc. |
commit | commitdiff | tree | snapshot |
2002-09-14 |
Vikram S. Adve | Add support for MacOS and (hopefully) other BSD derivat... |
commit | commitdiff | tree | snapshot |
2002-09-14 |
Misha Brukman | Function.h is unnecessary when Module.h is included. |
commit | commitdiff | tree | snapshot |
2002-09-14 |
Misha Brukman | On the quest of eliminating unnecessary includes. |
commit | commitdiff | tree | snapshot |
2002-09-14 |
Misha Brukman | Again, including Module makes Function unnecessary. |
commit | commitdiff | tree | snapshot |
2002-09-14 |
Misha Brukman | Following Chris's advice, I'm pruning some unnecessary... |
commit | commitdiff | tree | snapshot |
2002-09-13 |
Chris Lattner | * Fix a bug that was causing lli to misrun: |
commit | commitdiff | tree | snapshot |
2002-09-13 |
Chris Lattner | Change the MallocInst & AllocaInst ctors to take the... |
commit | commitdiff | tree | snapshot |
2002-09-13 |
Chris Lattner | Change the MallocInst & AllocaInst ctors to take the... |
commit | commitdiff | tree | snapshot |
2002-09-13 |
Chris Lattner | include/llvm/DataTypes.h includes this #define so we... |
commit | commitdiff | tree | snapshot |
2002-09-13 |
Chris Lattner | include/llvm/DataTypes.h includes this #define so we... |
commit | commitdiff | tree | snapshot |
2002-09-13 |
Chris Lattner | Export symbols for linux |
commit | commitdiff | tree | snapshot |
2002-09-13 |
Chris Lattner | Tighten up sanity checking |
commit | commitdiff | tree | snapshot |
2002-09-13 |
Chris Lattner | Factor platform specific makefile directives out into... |
commit | commitdiff | tree | snapshot |
2002-09-13 |
Chris Lattner | Try to work well on multiple platforms. |
commit | commitdiff | tree | snapshot |
2002-09-13 |
Chris Lattner | Link .so files correctly on either linux or solaris |
commit | commitdiff | tree | snapshot |
2002-09-13 |
Chris Lattner | Build with -D_GNU_SOURCE to enable gnu extensions in... |
commit | commitdiff | tree | snapshot |
2002-09-13 |
Chris Lattner | Add better linux support by using the right macro.... |
commit | commitdiff | tree | snapshot |
2002-09-13 |
Chris Lattner | Submitted by Casey Carter: |
commit | commitdiff | tree | snapshot |
2002-09-13 |
Chris Lattner | Another portability fix provided via Casey Carter: |
commit | commitdiff | tree | snapshot |
2002-09-13 |
Chris Lattner | Another portability patch graciously provided by Casey... |
commit | commitdiff | tree | snapshot |
2002-09-13 |
Chris Lattner | Checkin patch written by Casey Carter, enabling support... |
commit | commitdiff | tree | snapshot |
2002-09-12 |
Chris Lattner | Fix a bug introduced by the Getelementptr change |
commit | commitdiff | tree | snapshot |
2002-09-12 |
Chris Lattner | Fix a bug I introduced into the code generator. :( |
commit | commitdiff | tree | snapshot |
2002-09-12 |
Chris Lattner | Add a </ul> that was missing and caused the document... |
commit | commitdiff | tree | snapshot |
2002-09-12 |
Chris Lattner | Incorporate information about deleting instructions... |
commit | commitdiff | tree | snapshot |
2002-09-12 |
Chris Lattner | Fix bug I introduced with one of my previous changes. |
commit | commitdiff | tree | snapshot |
2002-09-12 |
Chris Lattner | Add some information about the Instruction class and... |
commit | commitdiff | tree | snapshot |
2002-09-12 |
Chris Lattner | Add a new BasicBlockPass::doInitialization/Finalization... |
commit | commitdiff | tree | snapshot |
2002-09-12 |
Chris Lattner | Add a new BasicBlockPass::doInitialization/Finalization... |
commit | commitdiff | tree | snapshot |
2002-09-12 |
Chris Lattner | Make sure to print a message when linking a tool |
commit | commitdiff | tree | snapshot |
2002-09-12 |
Misha Brukman | Compiling with "gmake" should produce less output.... |
commit | commitdiff | tree | snapshot |
2002-09-11 |
Joel Stanley | - Added content to use-def/def-use section |
commit | commitdiff | tree | snapshot |
2002-09-11 |
Joel Stanley | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2002-09-11 |
Chris Lattner | - Change getelementptr instruction to use long indexes... |
commit | commitdiff | tree | snapshot |
2002-09-11 |
Chris Lattner | - Change getelementptr instruction to use long indexes... |
commit | commitdiff | tree | snapshot |
2002-09-11 |
Chris Lattner | - Change getelementptr instruction to use long indexe... |
commit | commitdiff | tree | snapshot |
2002-09-11 |
Chris Lattner | Give better assertion message for error conditions |
commit | commitdiff | tree | snapshot |
2002-09-11 |
Chris Lattner | Recently changed getelementptr to use 'long' indexes... |
commit | commitdiff | tree | snapshot |
2002-09-11 |
Chris Lattner | Convert index type for getelementptr instruction from... |
commit | commitdiff | tree | snapshot |
2002-09-11 |
Chris Lattner | Allocation insts always have one operand |
commit | commitdiff | tree | snapshot |
2002-09-10 |
Chris Lattner | Add convenience ctor to BranchInst |
commit | commitdiff | tree | snapshot |
2002-09-10 |
Chris Lattner | Add convenience ctor to BranchInst |
commit | commitdiff | tree | snapshot |
2002-09-10 |
Chris Lattner | Fix the last of the silly bugs I just introduced. :( |
commit | commitdiff | tree | snapshot |
2002-09-10 |
Chris Lattner | Fix bugs in previous checkins |
commit | commitdiff | tree | snapshot |
2002-09-10 |
Chris Lattner | Fix bug in previous checkin |
commit | commitdiff | tree | snapshot |
2002-09-10 |
Chris Lattner | Add cannonicalization of shl X, 1 -> add X, X |
commit | commitdiff | tree | snapshot |
2002-09-10 |
Chris Lattner | Check for cannonicalization of shl X, 1 -> add X, X |
commit | commitdiff | tree | snapshot |
2002-09-10 |
Chris Lattner | Fix minor problems in previous checkin |
commit | commitdiff | tree | snapshot |
2002-09-10 |
Chris Lattner | Fix minor problems in previous checkin |
commit | commitdiff | tree | snapshot |
2002-09-10 |
Chris Lattner | Fix config file due to directories changing |
commit | commitdiff | tree | snapshot |
2002-09-10 |
Chris Lattner | Clean up code due to auto-insert constructors |
commit | commitdiff | tree | snapshot |
2002-09-10 |
Chris Lattner | Clean up code due to auto-insert constructors |
commit | commitdiff | tree | snapshot |
2002-09-10 |
Chris Lattner | Clean up code |
commit | commitdiff | tree | snapshot |
2002-09-10 |
Chris Lattner | Use explicit ctor |
commit | commitdiff | tree | snapshot |
2002-09-10 |
Chris Lattner | Clean up pointer using testcases |
commit | commitdiff | tree | snapshot |
2002-09-10 |
Chris Lattner | Tighten up assertion checking for binary operators... |
commit | commitdiff | tree | snapshot |
2002-09-10 |
Chris Lattner | Tighten up error checking in parser, disallowing instru... |
commit | commitdiff | tree | snapshot |
2002-09-10 |
Chris Lattner | Remove a testcase that is irrelevant now, fix a pointer... |
commit | commitdiff | tree | snapshot |
2002-09-10 |
Chris Lattner | Fix bug: test/Regression/Transforms/LevelRaise/2002... |
commit | commitdiff | tree | snapshot |
2002-09-10 |
Chris Lattner | New testcase for poitner problem |
commit | commitdiff | tree | snapshot |
2002-09-10 |
Chris Lattner | Simplify code (somtimes dramatically), by using the... |
commit | commitdiff | tree | snapshot |
2002-09-10 |
Chris Lattner | Simplify code (somtimes dramatically), by using the... |
commit | commitdiff | tree | snapshot |
2002-09-10 |
Chris Lattner | Add support for printing constpointerrefs more nicely |
commit | commitdiff | tree | snapshot |
2002-09-10 |
Chris Lattner | Add capability to insert an instruction into a basic... |
commit | commitdiff | tree | snapshot |
2002-09-10 |
Chris Lattner | Remove extra #include |
commit | commitdiff | tree | snapshot |
2002-09-10 |
Chris Lattner | Implement support for inserting an instruction into... |
commit | commitdiff | tree | snapshot |
2002-09-10 |
Chris Lattner | Clean up indvar printing |
commit | commitdiff | tree | snapshot |
2002-09-10 |
Chris Lattner | Eliminate the GenericBinaryInst class |
commit | commitdiff | tree | snapshot |
2002-09-10 |
Chris Lattner | * Eliminate GenericBinaryInst class |
commit | commitdiff | tree | snapshot |
2002-09-10 |
Chris Lattner | Eliminate the GenericBinaryInst class. |
commit | commitdiff | tree | snapshot |
next |