- 7ce4578 Matches MachineInstr changes. by Evan Cheng · 19 years ago
- d7de496 - Let MachineInstr ctors add implicit def and use operands. Other operands by Evan Cheng · 19 years ago
- 2718bfb Update PassManagerImpl_New::analysisCurrentlyAvailable to check all by Devang Patel · 19 years ago
- be6d515 Check currently available anlysis in active managers. by Devang Patel · 19 years ago
- c9dcf28 teach the g5 hazard recognizer about update loads. This fixes by Chris Lattner · 19 years ago
- 759bfd0 For PR950: Changes for new cast instructions that are backwards compatible. by Reid Spencer · 19 years ago
- d718559 Don't hard code test names into the test. by Reid Spencer · 19 years ago
- 497a27c Fix 80 cols violations. by Reid Spencer · 19 years ago
- f9dd2aa For PR950: Use the notcast script in preparation for 12 casts. by Reid Spencer · 19 years ago
- f7c8a97 For PR950: Use the notcast script in preparation for 12 cast instructions. by Reid Spencer · 19 years ago
- 28fa65b Make it handle plain old cast too, for old assembly. by Reid Spencer · 19 years ago
- 9fd5d13 Handle ptrtoint and inttoptr by Reid Spencer · 19 years ago
- 0244099 Add some output so the user is informed while they wait. by Reid Spencer · 19 years ago
- 7cbe67d Add a link to the GEP FAQ. by Reid Spencer · 19 years ago
- c2e6801 remove redundant code by Chris Lattner · 19 years ago
- bf63734 Cute example from Chris Lattner. by Nick Lewycky · 19 years ago
- b39a55a Initialize some pointers to quiet the compiler (when doing build_gcc builds). by Bill Wendling · 19 years ago
- 5c0ef47 Document new constant expr operators, rename bitconvert as bitcast. by Reid Spencer · 19 years ago
- a0610f9 Revert premature patch. by Reid Spencer · 19 years ago
- c795a48 Document new constant expr operators, rename bitconvert as bitcast. by Reid Spencer · 19 years ago
- dfc5588 Make sure stack link is set in 64-bit. by Jim Laskey · 19 years ago
- 863ab9f XFAIL All but powerpc by Jim Laskey · 19 years ago
- 7267925 Add a preview of two new conversion operators: ptrtoint and inttoptr. Update by Reid Spencer · 19 years ago
- 0288d18 Remvoe a do-nothing else block. by Reid Spencer · 19 years ago
- a07d5b9 Make an assert comment match the tested assertion. by Reid Spencer · 19 years ago
- 2803b4c Minor style fixes from review. by Reid Spencer · 19 years ago
- a94a203 implement proper PPC64 prolog/epilog codegen. by Chris Lattner · 19 years ago
- dc31a8a Add a -disable-loop-extraction option to bugpoint. by Reid Spencer · 19 years ago
- 4952143 For PR998: by Reid Spencer · 19 years ago
- 44e2f8f Works for PowerPC with frame pointers. by Jim Laskey · 19 years ago
- 2fe47fc Add -lstdc++ to the link line for C++ programs. by Reid Spencer · 19 years ago
- 4bfd1e9 Running with frame pointers prevented debugging, external probes and by Jim Laskey · 19 years ago
- 5cd3e9f Add implicit use / def operands to created MI's. by Evan Cheng · 19 years ago
- 3ba433a Add methods to add implicit def use operands to a MI. by Evan Cheng · 19 years ago
- 490ce1e Add all implicit defs to FP_REG_KILL mi. by Evan Cheng · 19 years ago
- 5b3bbc7 allow the offset of a preinc'd load to be the low-part of a global. This by Chris Lattner · 19 years ago
- d181c01 Mark operands as symbol lo instead of imm32 so that they print lo(x) around by Chris Lattner · 19 years ago
- f8af6f0 Implement schedulePasses(). by Devang Patel · 19 years ago
- fcb2d94 Implement PassManagerImpl_New::add(). by Devang Patel · 19 years ago
- 893a5a6 While adding pass into the manager, process Analysis only if it is by Devang Patel · 19 years ago
- f13dc1b Remove dead code. by Devang Patel · 19 years ago
- e253385 Code refactoring. Move common code into CommonPassManagerImpl :) by Devang Patel · 19 years ago
- 85d344b Move CommonPassManagerImpl from PassManager.h to PassManager.cpp by Devang Patel · 19 years ago
- 14d6581 Remove analysis that is not preserved by the pass from AvailableAnalysis. by Devang Patel · 19 years ago
- b852616 Keep track if analysis made available by the pass. by Devang Patel · 19 years ago
- e0351b9 Instruction name changes. by Reid Spencer · 19 years ago
- b18ec66 Enable path completion when typing the TESTSUITE= option by allowing the by Reid Spencer · 19 years ago
- 41e53fd disallow preinc of a frameindex. This is not profitable and causes 2-addr by Chris Lattner · 19 years ago
- 9f1794e reduce indentation by using early exits. No functionality change. by Chris Lattner · 19 years ago
- a363a0b Keep track of analysis required by the passes. Force use of new pass by Devang Patel · 19 years ago
- 448f219 move big chunks of code out-of-line, no functionality change. by Chris Lattner · 19 years ago
- ab4b7b4 enable this test, check ppc64 as well. by Chris Lattner · 19 years ago
- f6edf4d ppc64 doesn't have lwau, don't attempt to form it. by Chris Lattner · 19 years ago
- 7f5f75d Allow ENABLE_OPTIMIZED=0 to turn off optimization (turn on debug). by Reid Spencer · 19 years ago
- 94e509c implement preinc support for r+i loads on ppc64 by Chris Lattner · 19 years ago
- de2b660 Fix InstCombine/2006-11-10-ashr-miscompile.ll a miscompilation introduced by Chris Lattner · 19 years ago
- 7d6d241 This testcase is miscompiled by instcombine, reduced from 176.gcc by Chris Lattner · 19 years ago
- 484c7a1 Add a note. by Evan Cheng · 19 years ago
- a8d39be These are done. by Evan Cheng · 19 years ago
- 8ca2932 Don't dag combine floating point select to max and min intrinsics. Those by Evan Cheng · 19 years ago
- 734c91d Fix a dag combiner bug exposed by my recent instcombine patch. This fixes by Chris Lattner · 19 years ago
- 6832780 new testcase by Chris Lattner · 19 years ago
- 37a84c7 s/PassManagerAnalysisHelper/CommonPassManagerImpl by Devang Patel · 19 years ago
- d6373bc Fix a bug in SelectScalarSSELoad. Since the load is wrapped in a by Evan Cheng · 19 years ago
- a5fd380 Must have a frame pointer argument fixed. Now fails on PowerPC. by Jim Laskey · 19 years ago
- c243005 Must have a frame pointer. by Jim Laskey · 19 years ago
- 6a944e2 dform 8/9 are identical to dform 1 by Chris Lattner · 19 years ago
- 6b92592 This is XFAILed on i[0-9]86 systems not Linux by Reid Spencer · 19 years ago
- 8097ef3 Shut up the warning. by Jim Laskey · 19 years ago
- 50b3b50 Fix a potential bug. by Evan Cheng · 19 years ago
- 438f7bc Add implicit def / use operands to MachineInstr. by Evan Cheng · 19 years ago
- e7680ce Add implicit def / use operands to MachineInstr. by Evan Cheng · 19 years ago
- a7ff64d When forming a pre-indexed store, make sure ptr isn't the same or is a pred of value being stored. It would cause a cycle. by Evan Cheng · 19 years ago
- a8423c1 Adding target triple to test by Anton Korobeynikov · 19 years ago
- 9f852e9 xfail for llvmgcc3 by Tanya Lattner · 19 years ago
- 1e7aa5c commentate by Chris Lattner · 19 years ago
- 4eab714 add an initial cut at preinc loads for ppc32. This is broken for ppc64 by Chris Lattner · 19 years ago
- 42b51e4 make this test more interesting by Chris Lattner · 19 years ago
- f196839 allow ptr_rc to explicitly appear in an instructions operand list, it doesn't by Chris Lattner · 19 years ago
- 26ddb50 add note about ugly codegen with preinc by Chris Lattner · 19 years ago
- 171d09e Use TargetInstrInfo::getNumOperands() instead of MachineInstr::getNumOperands(). In preparation for implicit reg def/use changes. by Evan Cheng · 19 years ago
- df78611 Fixing PR990: http://llvm.org/PR990. by Anton Korobeynikov · 19 years ago
- 578d2df add a note about viterbi by Chris Lattner · 19 years ago
- 08ff148 second patch to fix PR992/993. by Chris Lattner · 19 years ago
- 0a629fb new testcases for PR992/993 by Chris Lattner · 19 years ago
- a9d709d Minimal patch to fix PR992/PR993 by Chris Lattner · 19 years ago
- d444879 Post-review changes on conversion instructions. by Reid Spencer · 19 years ago
- 3fa91b0 Fix runaway <tt> element and section ordering. by Reid Spencer · 19 years ago
- 16c469e Remove futurisms that won't be in our future. by Reid Spencer · 19 years ago
- 035ab57 One more time for indentation. by Reid Spencer · 19 years ago
- 47ce179 Fix indentation problem starting at GEP. by Reid Spencer · 19 years ago
- 9cab56d if lazy compilation is disabled, print an error message and abort if by Chris Lattner · 19 years ago
- 3d6e33d init ivar by Chris Lattner · 19 years ago
- 1c1a446 allow clients to indicate that they never want lazy compilation. by Chris Lattner · 19 years ago
- cd63319 PPC supports i32 / i64 pre-inc load / store. by Evan Cheng · 19 years ago
- 8dc5cad Don't attempt expensive pre-/post- indexed dag combine if target does not support them. by Evan Cheng · 19 years ago
- 5ff839f Add a mechanism to specify whether a target supports a particular indexed load / store. by Evan Cheng · 19 years ago
- 0030582 Rename ISD::MemOpAddrMode to ISD::MemIndexedMode by Evan Cheng · 19 years ago
- 144d8f0 Rename ISD::MemOpAddrMode to ISD::MemIndexedMode by Evan Cheng · 19 years ago
- 85f419b Allows debugging llc self hosted. by Jim Laskey · 19 years ago