2006-12-13 |
Devang Patel | Using PDL as a prefix for PassDebugLevel enums is not... |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Evan Cheng | Add note. |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Evan Cheng | More soft-fp work. |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Evan Cheng | Add getTypeToExpandTo() which recursively walks Transfo... |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Devang Patel | Move enum PassDebugLevel from PassManagerT.h to Pass.h. |
commit | commitdiff | tree | snapshot |
2006-12-13 |
John Criswell | Remove DSA. |
commit | commitdiff | tree | snapshot |
2006-12-13 |
John Criswell | Remove DSA header files. |
commit | commitdiff | tree | snapshot |
2006-12-13 |
John Criswell | Changed from PARALLEL_DIRS to DIRS since we're only... |
commit | commitdiff | tree | snapshot |
2006-12-13 |
John Criswell | Remove DSA. |
commit | commitdiff | tree | snapshot |
2006-12-13 |
John Criswell | Remove DSA tests. |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Reid Spencer | Fix a bug in EvaluateInDifferentType. The type of opera... |
commit | commitdiff | tree | snapshot |
2006-12-13 |
John Criswell | Remove DSA tests. |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Jim Laskey | Update version in safe guards. |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Chris Lattner | xfail these until I recommit the scalarrepl patch |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Reid Spencer | Implement review feedback. Most of this has to do with... |
commit | commitdiff | tree | snapshot |
2006-12-13 |
John Criswell | Remove DSA tests. |
commit | commitdiff | tree | snapshot |
2006-12-13 |
John Criswell | Remove DSA. |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Reid Spencer | For mul transforms, when checking for a cast from bool... |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Reid Spencer | Fix and/or/xor (cast A), (cast B) --> cast (and/or... |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Reid Spencer | Ressurrect this needed file. |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Reid Spencer | Ressurrect the Stacker "st" configuration. Someday... |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Reid Spencer | Change the interface to SCEVExpander::InsertCastOfTo... |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Reid Spencer | Fix some casts. isdigit(c) returns 0 or 1, not 0 or -1 |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Reid Spencer | Update for llvm-gcc4 build. |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Evan Cheng | Update comments. |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Evan Cheng | Update comments. |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Chris Lattner | only check non-external functions |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Chris Lattner | Reject attempts to define intrinsics. This fixes PR104... |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Chris Lattner | New testcase for PR1047 |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Evan Cheng | Expand (f64 extload f32) to (f64 fp_ext (load f32)... |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Evan Cheng | Expand fsqrt, fsin, and fcos to libcalls. |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Devang Patel | Add #ifdef switch toggle between old and new pass manag... |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Chris Lattner | revert my recent int<->fp and vector union promotion... |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Evan Cheng | Expand f32 / f64 to i32 / i64 conversion to soft-fp... |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Chris Lattner | Fix a regression that completely broke make install. |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Reid Spencer | Replace CastInst::createInferredCast calls with more... |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Reid Spencer | Change createInferredCast calls to more accurate cast... |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Devang Patel | FunctionPassManager does not support runOnModule(). |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Devang Patel | Move getAnalysis() and getAnalysisID() definitions... |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Devang Patel | Implement PassManager_New destructors. |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Devang Patel | Remove unused constructor. |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Reid Spencer | Replace inferred getCast(V,Ty) calls with more strict... |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Devang Patel | Add routines to dump pass manager queue. |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Devang Patel | FunctionPassManager() |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Devang Patel | Do not runOnFunction on external functions. |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Devang Patel | Initialize AnalysisImpls for each pass before executing... |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Devang Patel | collectRequiredAnalysisPasses(). |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Devang Patel | removeNotPreservedAnalysis(). |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Devang Patel | Initialize activeManager. |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Devang Patel | Remove unused constructor. |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Devang Patel | Maintain ImmutablePasses list at top level only. Do... |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Devang Patel | findAnalysisPass(). |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Devang Patel | Fix thinko. |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Devang Patel | o s/OtherPassManagers/IndirectPassManagers |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Devang Patel | Initialize AnalysisImpls for ImmutablePass. |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Evan Cheng | Expand FP constant to integers if FP types are not... |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Devang Patel | Set top level manager. |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Evan Cheng | Soft fp FNEG, SINT_TO_FP, UINT_TO_FP libcall expansion. |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Evan Cheng | Expand ConstantFP to load from CP if float types are... |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Evan Cheng | Expand i32/i64 CopyToReg f32/f64 to BIT_CONVERT + CopyT... |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Jim Laskey | Honor cpu directive, take two. |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Jim Laskey | Ignore entries with blank names. |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Evan Cheng | - When expanding a bit_convert whose src operand is... |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Jim Laskey | Remove unneeded include. |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Jim Laskey | Rollback changes to take a different tack. |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Chris Lattner | this can be trunc or bitcast, per line 3092. |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Chris Lattner | Fix regression on 400.perlbench last night. |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Rafael Espindola | more general matching of the MVN instruction |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Jim Laskey | Honor the command line specification for machine type. |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Rafael Espindola | don't use "ordinary" addressing mode 1 when mvn is... |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Jim Laskey | Reduce number of instructions to load 64-bit constants. |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Reid Spencer | Fix numerous inferred casts. |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Reid Spencer | Get even more accurate on the casting. |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Reid Spencer | Fix the casting for the computation of the Malloc size. |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Evan Cheng | Expand formal arguments and call arguments recursively... |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Reid Spencer | Don't create usless casts for same-bith-width floating... |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Chris Lattner | fit in 80 cols |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Chris Lattner | this can only be fptrunc. |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Chris Lattner | This case isn't needed with recent changes to ConstantI... |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Chris Lattner | split up inttoptr from ptrtoint handling, the cases... |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Chris Lattner | the operand of a bitcast is always the right size,... |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Reid Spencer | Change inferred getCast into specific getCast. Passes... |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Chris Lattner | Patch for PR1045 and Transforms/ScalarRepl/2006-12... |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Chris Lattner | new testcase for pr1045 |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Chris Lattner | Revert Nate's patch to fix X86/store-fp-constant.ll... |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Chris Lattner | make this code more aggressive about turning store... |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Chris Lattner | This should check for darwin literal sections as well. |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Chris Lattner | teach scev to analyze X*4|1 like X*4+c. This allows... |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Reid Spencer | Tidy up a bit. |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Reid Spencer | Generate the correct cast opcode for constant expressions. |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Reid Spencer | Change inferred cast creation calls to more specific... |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Rafael Espindola | use MVN to handle small negative constants |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Reid Spencer | Don't bother upgrading this. |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Reid Spencer | Implement getIntegerCast and getFPCast for ConstantExpr... |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Reid Spencer | Implement createIntegerCast and createFPCast factory... |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Reid Spencer | Fix PR1040: |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Rafael Espindola | add mvn |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Reid Spencer | Fix the BitCastUnion type for 32-bit targets. |
commit | commitdiff | tree | snapshot |
2006-12-11 |
Rafael Espindola | add note |
commit | commitdiff | tree | snapshot |
2006-12-11 |
Chris Lattner | Another step forward in PPC64 JIT support: we now no... |
commit | commitdiff | tree | snapshot |
next |