- c67bdc2 Revert Christopher Lamb's load/store alignment changes. by Reid Spencer · 18 years ago
- b3b0727 We only need one putchar which gives it a shot at getting matched by its users. by Reid Spencer · 18 years ago
- 8f192e0 Make enum-valued bitfield large enough to avoid interpretation as negative values in VC++. by Jeff Cohen · 18 years ago
- 8c28c46 Fix breakage of bytecode reader when built with VC++. by Jeff Cohen · 18 years ago
- 68c773c The expression "SubclassData = (SubclassData & ~1) | (V) ? 1 : 0;" does not do what by Jeff Cohen · 18 years ago
- 2330e4d by Christopher Lamb · 18 years ago
- 1b7f584 Make PredicateSimplifier not use DominatorTree. by Owen Anderson · 18 years ago
- cdacc49 Fix a comment. by Owen Anderson · 18 years ago
- 95b745a Fix some null checks to actually test the part that needs checking. by Owen Anderson · 18 years ago
- e1d8955 make this portable to 64-bit hosts by Chris Lattner · 18 years ago
- 4fc4fab Bug fix; add super-registers sets. by Evan Cheng · 18 years ago
- 50aadb9 Add super-register set. by Evan Cheng · 18 years ago
- 3831c55 Reset vertex. by Devang Patel · 18 years ago
- 4fc82a6 New test case. by Devang Patel · 18 years ago
- d1458f1 Fix a bug that prevented the JIT from working correctly after llvm_shutdown. by Chris Lattner · 18 years ago
- cd07075 Fix regressions introduced by my previous patch: opt calls verifier in a by Chris Lattner · 18 years ago
- 0d3b678 Allow the lowering of ISD::GLOBAL_OFFSET_TABLE. by Lauro Ramos Venancio · 18 years ago
- 108ec4b avoid mutating a global in an accessor by Chris Lattner · 18 years ago
- f7e968a fit in 80 cols by Chris Lattner · 18 years ago
- 09b362c Comment out usage of write() for now. by Jeff Cohen · 18 years ago
- 2c639ad rename JIT::state -> JIT::jitstate to avoid shadowing ExecutionEngine::state by Chris Lattner · 18 years ago
- a5f5a9c Fix a problem where primitive types lose their name after llvm_shutdown is called. by Chris Lattner · 18 years ago
- 19b6dcd catch a case that was biting jeffc by Chris Lattner · 18 years ago
- b3a0417 Implement "general dynamic", "initial exec" and "local exec" TLS models for by Lauro Ramos Venancio · 18 years ago
- e3e31c2 Add sub-registers set accessor. by Evan Cheng · 18 years ago
- 9fe9907 Enable Objective-C tests. by Devang Patel · 18 years ago
- ba647be Specify S registers as D registers' sub-registers. by Evan Cheng · 18 years ago
- 6120433 Specify sub-register relations. e.g. RAX: [EAX], EAX: [AX], AX: [AL,AH]. by Evan Cheng · 18 years ago
- 3cafbf7 Add sub-registers sets. by Evan Cheng · 18 years ago
- a92d62c Add sub-register sets. by Evan Cheng · 18 years ago
- 34c8269 test by Chris Lattner · 18 years ago
- 1ec38cb test commit by Chris Lattner · 18 years ago
- 19783d6 test commit by Chris Lattner · 18 years ago
- 93305bc add a crazy idea by Chris Lattner · 18 years ago
- 58d7fbf Avoid recursion. by Devang Patel · 18 years ago
- df07335 Move more passes to using ETForest instead of DominatorTree. by Owen Anderson · 18 years ago
- 13e3a29 Add null checks and const-ify these accessors. by Owen Anderson · 18 years ago
- ac79c9e Test check in by Christopher Lamb · 18 years ago
- 9c81664 remove cruft by Chris Lattner · 18 years ago
- 2e3ab57 Fix a very strange assertion message, patch by Christopher Lamb by Chris Lattner · 18 years ago
- ae1998f Fix test. by Evan Cheng · 18 years ago
- 5d4d7f1 Make Microsoft assembler and linker happy. by Jeff Cohen · 18 years ago
- 3e1b03f Fix a message, patch by Christopher Lamb. by Chris Lattner · 18 years ago
- 267bfb5 Fix a bug in getFrameRegister. Reported by Raul Herbster. by Lauro Ramos Venancio · 18 years ago
- 843f0767 Make use of ConstantInt::isZero instead of ConstantInt::isNullValue. by Zhou Sheng · 18 years ago
- 223d65b Make the operations of APInt variables more efficient. by Zhou Sheng · 18 years ago
- 3f520a7 Fix some VC++ warnings. by Jeff Cohen · 18 years ago
- cc045d5 Revert Owen's last check-in. This is breaking Mac OS X / PPC llvm-gcc bootstrap. by Evan Cheng · 18 years ago
- 65fc36b Provide link. by Jeff Cohen · 18 years ago
- 23420c0 Fix the spelling of the prefetchnta instruction. by Dan Gohman · 18 years ago
- a65064b Revert changes that caused breakage. by Owen Anderson · 18 years ago
- 325171e Switch more uses of DominatorTree over to ETForest. by Owen Anderson · 18 years ago
- fb4b3d1 Use ETForest instead of DominatorTree. by Owen Anderson · 18 years ago
- 9e79197 Add accessor to get the blocks immediately dominated by a given block to ETForest. by Owen Anderson · 18 years ago
- f44c728 VarInfo::UsedBlocks is no longer used. Remove. by Evan Cheng · 18 years ago
- ca2563d Use ETForest instead of DominatorTree. by Owen Anderson · 18 years ago
- ee6dcaf Use new ETForest accessor. by Owen Anderson · 18 years ago
- 26c37b1 Use ETForest instead of DominatorTree. by Owen Anderson · 18 years ago
- 1c2b862 Add an accessor to make ETForest more useful. by Owen Anderson · 18 years ago
- 61a4c07 allow SRL to simplify its operands, as it doesn't demand all bits as input. by Chris Lattner · 18 years ago
- ec06e9a When replacing a node in SimplifyDemandedBits, if the old node used any by Chris Lattner · 18 years ago
- 1e6cf86 new testcase by Chris Lattner · 18 years ago
- 0a16a1f fix a pasto by Chris Lattner · 18 years ago
- 9191848 New crasher test case. by Evan Cheng · 18 years ago
- faf05bb Don't populate TryAgainList when coalescing only physical registers with virtual registers. by Evan Cheng · 18 years ago
- 5a713cc Cache DT[*SI] lookup. by Devang Patel · 18 years ago
- 8dcd2f1 don't access argument list of prototypes by Chris Lattner · 18 years ago
- 7cc6dcf Fix by Devang Patel · 18 years ago
- 7d87c14 New test. by Devang Patel · 18 years ago
- 2f15254 what's an & between friends? by Chris Lattner · 18 years ago
- 3fefc18 Increment use count of new virtuals created during PHI elimination. by Evan Cheng · 18 years ago
- b1b2f0b Be more careful when inserting reused instructions. This fixes CodeGen/Generic/2007-04-17-lsr-crash.ll by Chris Lattner · 18 years ago
- a00a5b9 new testcase by Chris Lattner · 18 years ago
- 7be6368 Oops. Didn't mean to check in a quick hack. by Evan Cheng · 18 years ago
- 8c7d2d5 Fix a bug in my previous patch, grabbing the shift amount width from the by Chris Lattner · 18 years ago
- 120fba9 dag combiner just got better at pruning bits. This fixes CodeGen/ARM/rev.ll by Chris Lattner · 18 years ago
- 895c4ab Fold (x << c1)>> c2 into a single shift if the bits shifted out aren't used. by Chris Lattner · 18 years ago
- e54ec7a new testcase by Chris Lattner · 18 years ago
- f24d87c Use // not ; since this is C. by Duncan Sands · 18 years ago
- 20b0abc Copy coalescing change to prevent a physical register from being pin to a by Evan Cheng · 18 years ago
- 58ff012 New test case. by Devang Patel · 18 years ago
- e52eef8 Add a register allocation preference field; add a method to compute size of a live interval. by Evan Cheng · 18 years ago
- eff03db Change getAllocatableSet() so it returns allocatable registers for a specific register class. by Evan Cheng · 18 years ago
- 38b7ca6 Keep track of number of uses within the function per virtual register. by Evan Cheng · 18 years ago
- e060b53 Add comment by Anton Korobeynikov · 18 years ago
- 95a5e05 SIGN_EXTEND_INREG does not demand its top bits. Give SimplifyDemandedBits by Chris Lattner · 18 years ago
- 84e8315 new testcase by Chris Lattner · 18 years ago
- 47e756c Commit an patch from Gabor Greif in Mar 2005. This eliminates the tail by Chris Lattner · 18 years ago
- 4cc12c9 make getnext/getprev accessors private. by Chris Lattner · 18 years ago
- 747603e Spell doFinalization right, so that it is a proper virtual override and by Dan Gohman · 18 years ago
- 881765a make next/prev accessors private by Chris Lattner · 18 years ago
- 7a83aec bool on darwin/ppc is 4 bytes. by Chris Lattner · 18 years ago
- 261cdfb remove use of BasicBlock::getNext by Chris Lattner · 18 years ago
- 97f89e6 Instruction:: Next/Prev accessors are now private by Chris Lattner · 18 years ago
- 3c30d10 add a note by Chris Lattner · 18 years ago
- e24c92a remove use of BasicBlock::getNext by Chris Lattner · 18 years ago
- 8e8f865 Remove use of Instruction::getNext by Chris Lattner · 18 years ago
- a0e1b0e eliminate use of Instruction::getNext() by Chris Lattner · 18 years ago
- decb0ca remove use of Instruction::getNext by Chris Lattner · 18 years ago
- b8e237b eliminate use of Instruction::getPrev(). Patch by Gabor Greif in 2005. by Chris Lattner · 18 years ago