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 |
2002-09-10 |
Chris Lattner | Eliminate setType method |
commit | commitdiff | tree | snapshot |
2002-09-10 |
Chris Lattner | Finish up the isa/cast/dyn_cast section |
commit | commitdiff | tree | snapshot |
2002-09-10 |
Chris Lattner | * Clean up code a little bit |
commit | commitdiff | tree | snapshot |
2002-09-10 |
Chris Lattner | Run indvars tests |
commit | commitdiff | tree | snapshot |
2002-09-10 |
Chris Lattner | Add new testcase for broken indvars case |
commit | commitdiff | tree | snapshot |
2002-09-10 |
Chris Lattner | Fix typeo in assertion message |
commit | commitdiff | tree | snapshot |
2002-09-10 |
Chris Lattner | Hack unneccesary now that shifts of pointers are no... |
commit | commitdiff | tree | snapshot |
2002-09-10 |
Chris Lattner | Write most of the isa, cast, dyn_cast section. It... |
commit | commitdiff | tree | snapshot |
2002-09-09 |
Chris Lattner | Do not allow adds of pointer types, or many other opera... |
commit | commitdiff | tree | snapshot |
2002-09-09 |
Chris Lattner | Disallow creation of pointer typed shift instructions |
commit | commitdiff | tree | snapshot |
2002-09-09 |
Chris Lattner | * Write the prose for the Basic Inspection and Traversa... |
commit | commitdiff | tree | snapshot |
2002-09-09 |
Joel Stanley | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2002-09-09 |
Joel Stanley | - Made distinction between object->iterator and iterato... |
commit | commitdiff | tree | snapshot |
2002-09-09 |
Vikram S. Adve | Silly bug fix: Machine code vector could be empty for... |
commit | commitdiff | tree | snapshot |
2002-09-09 |
Chris Lattner | Clean up the isa section stub. It should not be listed... |
commit | commitdiff | tree | snapshot |
2002-09-09 |
Chris Lattner | Stub out another couple sections that it looks like... |
commit | commitdiff | tree | snapshot |
2002-09-09 |
Chris Lattner | Fix minor typo |
commit | commitdiff | tree | snapshot |
2002-09-09 |
Chris Lattner | Testcase no longer applicable since shifts of pointers... |
commit | commitdiff | tree | snapshot |
2002-09-09 |
Chris Lattner | Eliminate multiply of pointer type |
commit | commitdiff | tree | snapshot |
2002-09-08 |
Chris Lattner | Factor silly code duplication out |
commit | commitdiff | tree | snapshot |
2002-09-08 |
Chris Lattner | Fix Bug: test/Regression/Transforms/InstCombine/2002... |
commit | commitdiff | tree | snapshot |
2002-09-08 |
Chris Lattner | New testcase for a bug identified by Vikram |
commit | commitdiff | tree | snapshot |
2002-09-08 |
Chris Lattner | Make sure the leakdetector is told about temporary... |
commit | commitdiff | tree | snapshot |
2002-09-08 |
Chris Lattner | Inform the memory leak detector that TmpInstruction... |
commit | commitdiff | tree | snapshot |
2002-09-08 |
Chris Lattner | Move TmpInstruction ctor to InstrSelection.cpp file |
commit | commitdiff | tree | snapshot |
2002-09-08 |
Chris Lattner | Enable "garbage detection" of LLVM objects. Check... |
commit | commitdiff | tree | snapshot |
2002-09-08 |
Chris Lattner | Enable "garbage detection" of LLVM objects. Now users... |
commit | commitdiff | tree | snapshot |
2002-09-08 |
Chris Lattner | Minor simplification |
commit | commitdiff | tree | snapshot |
2002-09-08 |
Chris Lattner | Checkin initial support for automatic memory leak detec... |
commit | commitdiff | tree | snapshot |
2002-09-08 |
Chris Lattner | Checkin initial support for automatic memory leak detec... |
commit | commitdiff | tree | snapshot |
2002-09-08 |
Chris Lattner | * Add capability to recognize alias properties of the... |
commit | commitdiff | tree | snapshot |
2002-09-08 |
Chris Lattner | New testcase that tests for array pointer analysis... |
commit | commitdiff | tree | snapshot |
2002-09-07 |
Chris Lattner | Fix bug in testcase now that load-vn is not built into... |
commit | commitdiff | tree | snapshot |
2002-09-07 |
Chris Lattner | Fix broken test |
commit | commitdiff | tree | snapshot |
2002-09-07 |
Chris Lattner | Test commit |
commit | commitdiff | tree | snapshot |
2002-09-06 |
Joel Stanley | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2002-09-06 |
Joel Stanley | Fixed typos and added </>/& tags where appropriate |
commit | commitdiff | tree | snapshot |
2002-09-06 |
Chris Lattner | * Fix a couple more <>&'s |
commit | commitdiff | tree | snapshot |
next |