- e87e1c9 Change the MallocInst & AllocaInst ctors to take the allocated type, not the by Chris Lattner · 22 years ago
- 05804b7 by Chris Lattner · 22 years ago
- 5fefb25 by Chris Lattner · 22 years ago
- fa30688 include/llvm/DataTypes.h includes this #define so we don't need it anymore by Chris Lattner · 22 years ago
- b776401 Export symbols for linux by Chris Lattner · 22 years ago
- dbc436c Tighten up sanity checking by Chris Lattner · 22 years ago
- 4bb13b8 Factor platform specific makefile directives out into their own makefile by Chris Lattner · 22 years ago
- 9ada838 Try to work well on multiple platforms. by Chris Lattner · 22 years ago
- ab060db Link .so files correctly on either linux or solaris by Chris Lattner · 22 years ago
- 73e1d0f Build with -D_GNU_SOURCE to enable gnu extensions in header files by Chris Lattner · 22 years ago
- ff7f701 Add better linux support by using the right macro. This still should be by Chris Lattner · 22 years ago
- 7c97cee Submitted by Casey Carter: by Chris Lattner · 22 years ago
- f90a0e4 Another portability fix provided via Casey Carter: by Chris Lattner · 22 years ago
- 8b77be2 Another portability patch graciously provided by Casey Carter by Chris Lattner · 22 years ago
- 4042332 Checkin patch written by Casey Carter, enabling support for the redhat GCC 2.96 by Chris Lattner · 22 years ago
- 59afbf3 Fix a bug introduced by the Getelementptr change by Chris Lattner · 22 years ago
- 597f81f Fix a bug I introduced into the code generator. :( by Chris Lattner · 22 years ago
- 9ebf516 Add a </ul> that was missing and caused the document to get a little whacky by Chris Lattner · 22 years ago
- 4e1f96b Incorporate information about deleting instructions from a basic block, by Chris Lattner · 22 years ago
- 1a7db9b Fix bug I introduced with one of my previous changes. by Chris Lattner · 22 years ago
- 1763525 Add some information about the Instruction class and Instruction.def by Chris Lattner · 22 years ago
- d0713f9 Add a new BasicBlockPass::doInitialization/Finalization(Function &) pair of by Chris Lattner · 22 years ago
- e0a54f8 by Chris Lattner · 22 years ago
- 287d443 Make sure to print a message when linking a tool by Chris Lattner · 22 years ago
- b5f096f Compiling with "gmake" should produce less output. The compilation/linking by Misha Brukman · 22 years ago
- 753eb71 - Added content to use-def/def-use section by Joel Stanley · 22 years ago
- 01040b2 *** empty log message *** by Joel Stanley · 22 years ago
- 0374b8d - Change getelementptr instruction to use long indexes instead of uint by Chris Lattner · 22 years ago
- 3cac88a by Chris Lattner · 22 years ago
- 106ff45 - Change getelementptr instruction to use long indexes instead of uint by Chris Lattner · 22 years ago
- 562219d Give better assertion message for error conditions by Chris Lattner · 22 years ago
- 0235fe2 Recently changed getelementptr to use 'long' indexes for sequential types by Chris Lattner · 22 years ago
- dbd35c2 Convert index type for getelementptr instruction from uint to long by Chris Lattner · 22 years ago
- a98bde5 Allocation insts always have one operand by Chris Lattner · 22 years ago
- 62815d9 by Chris Lattner · 22 years ago
- 9531c50 Add convenience ctor to BranchInst by Chris Lattner · 22 years ago
- 9e6161c Fix the last of the silly bugs I just introduced. :( by Chris Lattner · 22 years ago
- 8606d99 Fix bugs in previous checkins by Chris Lattner · 22 years ago
- 08c2e48 Fix bug in previous checkin by Chris Lattner · 22 years ago
- f283608 Add cannonicalization of shl X, 1 -> add X, X by Chris Lattner · 22 years ago
- dabb94a Check for cannonicalization of shl X, 1 -> add X, X by Chris Lattner · 22 years ago
- 533ce5c by Chris Lattner · 22 years ago
- 228b14b Fix minor problems in previous checkin by Chris Lattner · 22 years ago
- 1d3d711 Fix config file due to directories changing by Chris Lattner · 22 years ago
- f2d2d0b Clean up code due to auto-insert constructors by Chris Lattner · 22 years ago
- 1d608ab by Chris Lattner · 22 years ago
- 9afdb29 Clean up code by Chris Lattner · 22 years ago
- 1cff96a Use explicit ctor by Chris Lattner · 22 years ago
- 2b37c03 Clean up pointer using testcases by Chris Lattner · 22 years ago
- 9a66d51 Tighten up assertion checking for binary operators, not allowing invalid by Chris Lattner · 22 years ago
- 4a6482b Tighten up error checking in parser, disallowing instructions that f.e., by Chris Lattner · 22 years ago
- 544b0dc Remove a testcase that is irrelevant now, fix a pointer adding testcase by Chris Lattner · 22 years ago
- e29f6a8 Fix bug: test/Regression/Transforms/LevelRaise/2002-09-10-PointerAdds.ll by Chris Lattner · 22 years ago
- 4229be3 New testcase for poitner problem by Chris Lattner · 22 years ago
- 2a7c23e Simplify code (somtimes dramatically), by using the new "auto-insert" feature by Chris Lattner · 22 years ago
- 3ea5cb0 by Chris Lattner · 22 years ago
- 3bc06b3 Add support for printing constpointerrefs more nicely by Chris Lattner · 22 years ago
- 2aa8311 Add capability to insert an instruction into a basic block immediately after by Chris Lattner · 22 years ago
- 6e65cda Remove extra #include by Chris Lattner · 22 years ago
- 3a8b0f0 Implement support for inserting an instruction into a basic block right when it by Chris Lattner · 22 years ago
- 74493a4 Clean up indvar printing by Chris Lattner · 22 years ago
- a690c59 Eliminate the GenericBinaryInst class by Chris Lattner · 22 years ago
- 2e9fe0a * Eliminate GenericBinaryInst class by Chris Lattner · 22 years ago
- 226719e Eliminate the GenericBinaryInst class. by Chris Lattner · 22 years ago
- b163f1c Eliminate setType method by Chris Lattner · 22 years ago
- 6b121f1 Finish up the isa/cast/dyn_cast section by Chris Lattner · 22 years ago
- 5e76140 * Clean up code a little bit by Chris Lattner · 22 years ago
- 4b635b8 Run indvars tests by Chris Lattner · 22 years ago
- 7a4e86d Add new testcase for broken indvars case by Chris Lattner · 22 years ago
- 7126539 Fix typeo in assertion message by Chris Lattner · 22 years ago
- 1b9029c Hack unneccesary now that shifts of pointers are no longer legal! by Chris Lattner · 22 years ago
- 979d9b7 Write most of the isa, cast, dyn_cast section. It's not done yet though. by Chris Lattner · 22 years ago
- 1a143ae Do not allow adds of pointer types, or many other operations on pointer types. by Chris Lattner · 22 years ago
- 871d2ce Disallow creation of pointer typed shift instructions by Chris Lattner · 22 years ago
- caa5d13 * Write the prose for the Basic Inspection and Traversal Routines section by Chris Lattner · 22 years ago
- d8aabb2 *** empty log message *** by Joel Stanley · 22 years ago
- e7be650 - Made distinction between object->iterator and iterator->object by Joel Stanley · 22 years ago
- ec7f482 Silly bug fix: Machine code vector could be empty for a no-op cast instruction, by Vikram S. Adve · 22 years ago
- 1d43fd4 Clean up the isa section stub. It should not be listed twice by Chris Lattner · 22 years ago
- 1a3105b Stub out another couple sections that it looks like 426's MP1 will really need. by Chris Lattner · 22 years ago
- d6ea926 Fix minor typo by Chris Lattner · 22 years ago
- 5862173 Testcase no longer applicable since shifts of pointers are no longer allowed by Chris Lattner · 22 years ago
- e083a1d Eliminate multiply of pointer type by Chris Lattner · 22 years ago
- 5fb7243 Factor silly code duplication out by Chris Lattner · 22 years ago
- e30e1cf Fix Bug: test/Regression/Transforms/InstCombine/2002-09-08-PointerShiftBug.ll by Chris Lattner · 22 years ago
- 05eb958 New testcase for a bug identified by Vikram by Chris Lattner · 22 years ago
- 823c4ab Make sure the leakdetector is told about temporary Phi nodes also, so it doesn't by Chris Lattner · 22 years ago
- a175ed4 Inform the memory leak detector that TmpInstruction objects should not be by Chris Lattner · 22 years ago
- 7118441 Move TmpInstruction ctor to InstrSelection.cpp file by Chris Lattner · 22 years ago
- c4e4a99 Enable "garbage detection" of LLVM objects. Check for leaks after running by Chris Lattner · 22 years ago
- d1e693f Enable "garbage detection" of LLVM objects. Now users should be obnoxious by Chris Lattner · 22 years ago
- bd78696 Minor simplification by Chris Lattner · 22 years ago
- de69a4c by Chris Lattner · 22 years ago
- 96c2ce8 Checkin initial support for automatic memory leak detection routines by Chris Lattner · 22 years ago
- a629934 * Add capability to recognize alias properties of the following common cases: by Chris Lattner · 22 years ago
- e4f318c New testcase that tests for array pointer analysis type stuff by Chris Lattner · 22 years ago
- 72846c2 Fix bug in testcase now that load-vn is not built into gcse by Chris Lattner · 22 years ago
- 92bab83 Fix broken test by Chris Lattner · 22 years ago
- 482004c Test commit by Chris Lattner · 22 years ago
- aaeb1c1 *** empty log message *** by Joel Stanley · 22 years ago