- 993243e Fix typos in previous checkin. by Vikram S. Adve · 23 years ago
- 4bc2348 RegAllocCommon no longer includes CommandLine.h so we have to include it here. by Chris Lattner · 23 years ago
- 39c94e1 Break RA_DEBUG option into several levels to get better control over by Vikram S. Adve · 23 years ago
- 521758f Remove unnecessary include. by Vikram S. Adve · 23 years ago
- 7e914a9 Break RA_DEBUG option into several levels to get better output. by Vikram S. Adve · 23 years ago
- 67aa2e2 by Nick Hildenbrandt · 23 years ago
- b2a0fbe Fix bug I introduced by Chris Lattner · 23 years ago
- 7c26898 Moving to lib/CodeGen/RegAlloc. by Vikram S. Adve · 23 years ago
- 655fb5c by Misha Brukman · 23 years ago
- a6d0975 by Misha Brukman · 23 years ago
- 3f93eee by Misha Brukman · 23 years ago
- 520eaff by Misha Brukman · 23 years ago
- e8b3e9b * Fix a bug that was causing lli to misrun: by Chris Lattner · 23 years ago
- e87e1c9 Change the MallocInst & AllocaInst ctors to take the allocated type, not the by Chris Lattner · 23 years ago
- 05804b7 by Chris Lattner · 23 years ago
- 5fefb25 by Chris Lattner · 23 years ago
- fa30688 include/llvm/DataTypes.h includes this #define so we don't need it anymore by Chris Lattner · 23 years ago
- b776401 Export symbols for linux by Chris Lattner · 23 years ago
- 7c97cee Submitted by Casey Carter: by Chris Lattner · 23 years ago
- f90a0e4 Another portability fix provided via Casey Carter: by Chris Lattner · 23 years ago
- 8b77be2 Another portability patch graciously provided by Casey Carter by Chris Lattner · 23 years ago
- 59afbf3 Fix a bug introduced by the Getelementptr change by Chris Lattner · 23 years ago
- 597f81f Fix a bug I introduced into the code generator. :( by Chris Lattner · 23 years ago
- 1a7db9b Fix bug I introduced with one of my previous changes. by Chris Lattner · 23 years ago
- e0a54f8 by Chris Lattner · 23 years ago
- 0374b8d - Change getelementptr instruction to use long indexes instead of uint by Chris Lattner · 23 years ago
- 3cac88a by Chris Lattner · 23 years ago
- 106ff45 - Change getelementptr instruction to use long indexes instead of uint by Chris Lattner · 23 years ago
- 562219d Give better assertion message for error conditions by Chris Lattner · 23 years ago
- 0235fe2 Recently changed getelementptr to use 'long' indexes for sequential types by Chris Lattner · 23 years ago
- a98bde5 Allocation insts always have one operand by Chris Lattner · 23 years ago
- 62815d9 by Chris Lattner · 23 years ago
- 9e6161c Fix the last of the silly bugs I just introduced. :( by Chris Lattner · 23 years ago
- 8606d99 Fix bugs in previous checkins by Chris Lattner · 23 years ago
- 08c2e48 Fix bug in previous checkin by Chris Lattner · 23 years ago
- f283608 Add cannonicalization of shl X, 1 -> add X, X by Chris Lattner · 23 years ago
- 533ce5c by Chris Lattner · 23 years ago
- 228b14b Fix minor problems in previous checkin by Chris Lattner · 23 years ago
- f2d2d0b Clean up code due to auto-insert constructors by Chris Lattner · 23 years ago
- 1d608ab by Chris Lattner · 23 years ago
- 9afdb29 Clean up code by Chris Lattner · 23 years ago
- 1cff96a Use explicit ctor by Chris Lattner · 23 years ago
- 9a66d51 Tighten up assertion checking for binary operators, not allowing invalid by Chris Lattner · 23 years ago
- 4a6482b Tighten up error checking in parser, disallowing instructions that f.e., by Chris Lattner · 23 years ago
- e29f6a8 Fix bug: test/Regression/Transforms/LevelRaise/2002-09-10-PointerAdds.ll by Chris Lattner · 23 years ago
- 2a7c23e Simplify code (somtimes dramatically), by using the new "auto-insert" feature by Chris Lattner · 23 years ago
- 3ea5cb0 by Chris Lattner · 23 years ago
- 3bc06b3 Add support for printing constpointerrefs more nicely by Chris Lattner · 23 years ago
- 2aa8311 Add capability to insert an instruction into a basic block immediately after by Chris Lattner · 23 years ago
- 6e65cda Remove extra #include by Chris Lattner · 23 years ago
- 74493a4 Clean up indvar printing by Chris Lattner · 23 years ago
- 5e76140 * Clean up code a little bit by Chris Lattner · 23 years ago
- 7126539 Fix typeo in assertion message by Chris Lattner · 23 years ago
- 1b9029c Hack unneccesary now that shifts of pointers are no longer legal! by Chris Lattner · 23 years ago
- 1a143ae Do not allow adds of pointer types, or many other operations on pointer types. by Chris Lattner · 23 years ago
- 871d2ce Disallow creation of pointer typed shift instructions by Chris Lattner · 23 years ago
- ec7f482 Silly bug fix: Machine code vector could be empty for a no-op cast instruction, by Vikram S. Adve · 23 years ago
- 5fb7243 Factor silly code duplication out by Chris Lattner · 23 years ago
- e30e1cf Fix Bug: test/Regression/Transforms/InstCombine/2002-09-08-PointerShiftBug.ll by Chris Lattner · 23 years ago
- 823c4ab Make sure the leakdetector is told about temporary Phi nodes also, so it doesn't by Chris Lattner · 23 years ago
- a175ed4 Inform the memory leak detector that TmpInstruction objects should not be by Chris Lattner · 23 years ago
- c4e4a99 Enable "garbage detection" of LLVM objects. Check for leaks after running by Chris Lattner · 23 years ago
- d1e693f Enable "garbage detection" of LLVM objects. Now users should be obnoxious by Chris Lattner · 23 years ago
- bd78696 Minor simplification by Chris Lattner · 23 years ago
- de69a4c by Chris Lattner · 23 years ago
- a629934 * Add capability to recognize alias properties of the following common cases: by Chris Lattner · 23 years ago
- bded132 Move code out of header files into .cpp files to make future changes easier by Chris Lattner · 23 years ago
- 4827015 * Remove extraneous #includes by Chris Lattner · 23 years ago
- b0dbd7f Initial checkin of Correlated Expression Elimination Pass by Chris Lattner · 23 years ago
- f4d4a49 Fix file header to be accurate, instead of something I just copied and pasted. by Chris Lattner · 23 years ago
- a9d2bff Fix bug with critical edge splitting code where it wouldn't update PHI nodes by Chris Lattner · 23 years ago
- 4af3ccb Check in the implementation of critical edge detection and splitting by Chris Lattner · 23 years ago
- f36f06b Add new function UltraSparcInstrInfo::CreateZeroExtensionInstructions. by Vikram S. Adve · 23 years ago
- 84c0fcb Bug fixes in casting between floats and ints smaller than 64 bits. by Vikram S. Adve · 23 years ago
- babc0fa -- Use size of pointer element type instead of pointer type in array offsets! by Vikram S. Adve · 23 years ago
- 537a877 -- Bug fix: use byte offsets not typed offsets in output assembly! by Vikram S. Adve · 23 years ago
- 20d4129 Minor bug fix. by Chris Lattner · 23 years ago
- 252030e Implement setcc for booleans. Fixes bug: by Chris Lattner · 23 years ago
- 0c4e886 - Renamed Type::isIntegral() to Type::isInteger() by Chris Lattner · 23 years ago
- 65ad372 by Chris Lattner · 23 years ago
- ce8a149 - Renamed Type::isIntegral() to Type::isInteger() by Chris Lattner · 23 years ago
- d122f4b Fix bugs by Chris Lattner · 23 years ago
- 62b14df Add constant prop & DIE to InstCombine, so it cleans up after itself by Chris Lattner · 23 years ago
- 96f9d72 Add printing support to ConstantRange class by Chris Lattner · 23 years ago
- 645e00d Initial implementation of ConstantRange support by Chris Lattner · 23 years ago
- ea8b7b8 - Exposed SetCondInst::getInverseCondition & ::getSwappedCondition better by Chris Lattner · 23 years ago
- 0e9f93e - Fix bug: test/Regression/CBackend/2002-08-20-RecursiveTypes.ll by Chris Lattner · 23 years ago
- 2a88bb7 - Implement SCCP of getelementptr instructions by Chris Lattner · 23 years ago
- c74cb86 - Eliminate the last traces of the 'analysis' namespace by Chris Lattner · 23 years ago
- 2964f36 Really minor cleanups by Chris Lattner · 23 years ago
- 77e14ad AsmParser now depends on clients to verify that input is well formed by Chris Lattner · 23 years ago
- 3e813b3 Minor cleanups so I can remove BasicValueNumbering.h by Chris Lattner · 23 years ago
- 74542b6 initial implementation of ValueNumbering interface. by Chris Lattner · 23 years ago
- 71c7ec9 Initial implementation of value numbering for load instructions by Chris Lattner · 23 years ago
- a3cd9de - Use Pass::AnalysisImpls instead of findAnalysisGroupMemeber by Chris Lattner · 23 years ago
- 1c28b42 - PassManager prints analysis sets nicer by Chris Lattner · 23 years ago
- 14987f1 - GCSE now no longer counts instructions not removed (due to no common by Chris Lattner · 23 years ago
- 04b9025 Remove unneeded #include by Chris Lattner · 23 years ago
- b85d265 moved this file from lib/Reoptimizer/Mapping by Anand Shukla · 23 years ago
- 894e830 Makefile for new sub directory by Anand Shukla · 23 years ago