2006-11-15 |
Chris Lattner | fix ldu/stu jit encoding. Swith 64-bit preinc load... |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Devang Patel | Add run(Function &F) support in FunctionPassManager_New |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Chris Lattner | Simplify IntrinsicLowering and clarify that it is only... |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Chris Lattner | Remove unneeded forward decls |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Chris Lattner | remove dead #include |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Chris Lattner | Fix the PPC regressions last night |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Chris Lattner | Fix a gcc 4.2 warning. |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Reid Spencer | Add a method to get the bit width of a packed type. |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Chris Lattner | Switch loads over to use memri as the operand instead... |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Chris Lattner | ADd support for adding constraints to suboperands |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Devang Patel | Add doInitialization and doFinalization support in... |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Devang Patel | Tidy up marking of last analysis user pass. |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Devang Patel | Add doInitialization and doFinalization support in... |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Devang Patel | Do not derive CommonPassManagerImpl from Pass. |
commit | commitdiff | tree | snapshot |
2006-11-14 |
Chris Lattner | restore some 'magic' code that I removed: it is needed... |
commit | commitdiff | tree | snapshot |
2006-11-14 |
Chris Lattner | minimal hack to get patterns whose result type is iPTR... |
commit | commitdiff | tree | snapshot |
2006-11-14 |
Devang Patel | Copy initializeAnalysisImpl() implementation from PassM... |
commit | commitdiff | tree | snapshot |
2006-11-14 |
Chris Lattner | remove some dead code |
commit | commitdiff | tree | snapshot |
2006-11-14 |
Chris Lattner | Add support for nodes that return iPTR. |
commit | commitdiff | tree | snapshot |
2006-11-14 |
Chris Lattner | changes to get ptr_rc to be accepted in patterns. ... |
commit | commitdiff | tree | snapshot |
2006-11-14 |
Evan Cheng | Revert. This wasn't meant to be checked in. |
commit | commitdiff | tree | snapshot |
2006-11-14 |
Chris Lattner | group load and store instructions together. No functio... |
commit | commitdiff | tree | snapshot |
2006-11-14 |
Chris Lattner | Fix predicates for unindexed stores so they don't accid... |
commit | commitdiff | tree | snapshot |
2006-11-14 |
Chris Lattner | Rework PPC64 calls. Now we have a LR8/CTR8 register... |
commit | commitdiff | tree | snapshot |
2006-11-14 |
Chris Lattner | remove a ton of custom selection logic no longer needed |
commit | commitdiff | tree | snapshot |
2006-11-14 |
Chris Lattner | Fix a bug handling nodes with variable arguments. ... |
commit | commitdiff | tree | snapshot |
2006-11-14 |
Chris Lattner | it would be nice of ctlz were lowered to bsf etc. |
commit | commitdiff | tree | snapshot |
2006-11-14 |
Chris Lattner | implement InstCombine/shift-simplify.ll by transforming: |
commit | commitdiff | tree | snapshot |
2006-11-14 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-11-14 |
Chris Lattner | implement InstCombine/and-compare.ll:test1. This compiles: |
commit | commitdiff | tree | snapshot |
2006-11-14 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-11-14 |
Chris Lattner | lower "X = seteq Y, Z" to '(shr (ctlz (xor Y, Z)),... |
commit | commitdiff | tree | snapshot |
2006-11-14 |
Andrew Lenharth | A shim over other AA impls to catch incorrect uses |
commit | commitdiff | tree | snapshot |
2006-11-14 |
Reid Spencer | Discard code that supported old bytecode formats. This... |
commit | commitdiff | tree | snapshot |
2006-11-14 |
Devang Patel | Implement removeDeadPasses(). |
commit | commitdiff | tree | snapshot |
2006-11-14 |
Devang Patel | Keep track of Last user of analysis phase. |
commit | commitdiff | tree | snapshot |
2006-11-14 |
Devang Patel | Use std::map to map AnalysisID and Pass. |
commit | commitdiff | tree | snapshot |
2006-11-14 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2006-11-14 |
Chris Lattner | minor tweaks, reject vector preinc. |
commit | commitdiff | tree | snapshot |
2006-11-14 |
Devang Patel | Manage analysis passes during run. |
commit | commitdiff | tree | snapshot |
2006-11-14 |
Tanya Lattner | Updating configure script for 2.0 |
commit | commitdiff | tree | snapshot |
2006-11-14 |
Devang Patel | Update comments. |
commit | commitdiff | tree | snapshot |
2006-11-13 |
Evan Cheng | Matches MachineInstr changes. |
commit | commitdiff | tree | snapshot |
2006-11-13 |
Evan Cheng | - Let MachineInstr ctors add implicit def and use opera... |
commit | commitdiff | tree | snapshot |
2006-11-13 |
Devang Patel | Update PassManagerImpl_New::analysisCurrentlyAvailable... |
commit | commitdiff | tree | snapshot |
2006-11-13 |
Devang Patel | Check currently available anlysis in active managers. |
commit | commitdiff | tree | snapshot |
2006-11-13 |
Chris Lattner | teach the g5 hazard recognizer about update loads.... |
commit | commitdiff | tree | snapshot |
2006-11-13 |
Reid Spencer | For PR950: |
commit | commitdiff | tree | snapshot |
2006-11-13 |
Reid Spencer | Don't hard code test names into the test. |
commit | commitdiff | tree | snapshot |
2006-11-13 |
Reid Spencer | Fix 80 cols violations. |
commit | commitdiff | tree | snapshot |
2006-11-13 |
Reid Spencer | For PR950: |
commit | commitdiff | tree | snapshot |
2006-11-13 |
Reid Spencer | For PR950: |
commit | commitdiff | tree | snapshot |
2006-11-13 |
Reid Spencer | Make it handle plain old cast too, for old assembly. |
commit | commitdiff | tree | snapshot |
2006-11-13 |
Reid Spencer | Handle ptrtoint and inttoptr |
commit | commitdiff | tree | snapshot |
2006-11-13 |
Reid Spencer | Add some output so the user is informed while they... |
commit | commitdiff | tree | snapshot |
2006-11-13 |
Reid Spencer | Add a link to the GEP FAQ. |
commit | commitdiff | tree | snapshot |
2006-11-13 |
Chris Lattner | remove redundant code |
commit | commitdiff | tree | snapshot |
2006-11-13 |
Nick Lewycky | Cute example from Chris Lattner. |
commit | commitdiff | tree | snapshot |
2006-11-12 |
Bill Wendling | Initialize some pointers to quiet the compiler (when... |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Reid Spencer | Document new constant expr operators, rename bitconvert... |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Reid Spencer | Revert premature patch. |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Reid Spencer | Document new constant expr operators, rename bitconvert... |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Jim Laskey | Make sure stack link is set in 64-bit. |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Jim Laskey | XFAIL All but powerpc |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Reid Spencer | Add a preview of two new conversion operators: ptrtoint... |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Reid Spencer | Remvoe a do-nothing else block. |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Reid Spencer | Make an assert comment match the tested assertion. |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Reid Spencer | Minor style fixes from review. |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Chris Lattner | implement proper PPC64 prolog/epilog codegen. |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Reid Spencer | Add a -disable-loop-extraction option to bugpoint. |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Reid Spencer | For PR998: |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Jim Laskey | Works for PowerPC with frame pointers. |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Reid Spencer | Add -lstdc++ to the link line for C++ programs. |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Jim Laskey | Running with frame pointers prevented debugging, extern... |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Evan Cheng | Add implicit use / def operands to created MI's. |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Evan Cheng | Add methods to add implicit def use operands to a MI. |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Evan Cheng | Add all implicit defs to FP_REG_KILL mi. |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Chris Lattner | allow the offset of a preinc'd load to be the low-part... |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Chris Lattner | Mark operands as symbol lo instead of imm32 so that... |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Devang Patel | Implement schedulePasses(). |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Devang Patel | Implement PassManagerImpl_New::add(). |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Devang Patel | While adding pass into the manager, process Analysis... |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Devang Patel | Remove dead code. |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Devang Patel | Code refactoring. Move common code into CommonPassManag... |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Devang Patel | Move CommonPassManagerImpl from PassManager.h to PassMa... |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Devang Patel | Remove analysis that is not preserved by the pass from... |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Devang Patel | Keep track if analysis made available by the pass. |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Reid Spencer | Instruction name changes. |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Reid Spencer | Enable path completion when typing the TESTSUITE= optio... |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Chris Lattner | disallow preinc of a frameindex. This is not profitabl... |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Chris Lattner | reduce indentation by using early exits. No functional... |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Devang Patel | Keep track of analysis required by the passes. Force... |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Chris Lattner | move big chunks of code out-of-line, no functionality... |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Chris Lattner | enable this test, check ppc64 as well. |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Chris Lattner | ppc64 doesn't have lwau, don't attempt to form it. |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Reid Spencer | Allow ENABLE_OPTIMIZED=0 to turn off optimization ... |
commit | commitdiff | tree | snapshot |
2006-11-10 |
Chris Lattner | implement preinc support for r+i loads on ppc64 |
commit | commitdiff | tree | snapshot |
2006-11-10 |
Chris Lattner | Fix InstCombine/2006-11-10-ashr-miscompile.ll a miscomp... |
commit | commitdiff | tree | snapshot |
2006-11-10 |
Chris Lattner | This testcase is miscompiled by instcombine, reduced... |
commit | commitdiff | tree | snapshot |
2006-11-10 |
Evan Cheng | Add a note. |
commit | commitdiff | tree | snapshot |
next |