oota-llvm.git
2008-05-20 Evan Chengmovsd and movq do not require 16-byte alignment. This...
2008-05-20 Chris Lattner"The two generated files in the AsmParser.vcproj are...
2008-05-20 Matthijs KooijmanClarify the testing documentation a bit and solve two...
2008-05-20 Evan ChengMore local spiller complexity!
2008-05-20 Evan ChengDon't spill dead def.
2008-05-20 Matthijs KooijmanFix typo.
2008-05-20 Chris LattnerTeach instcombine 4 new xforms:
2008-05-20 Chris Lattnerfix two issues Neil noticed, thanks!
2008-05-20 Chris LattnerAdd a bool to isEdgeFeasible that tells it whether...
2008-05-20 Dan GohmanFix ExecutionEngine's constant code to work properly...
2008-05-20 Dan GohmanRefine the fix in r51169 to only apply when the operand...
2008-05-20 Evan ChengrunOnMachineFunction should set IsPIC because relocatio...
2008-05-20 Dan GohmanMake AssociativeOpt static.
2008-05-20 Dan GohmanRun vortex-bug as x86-64, which is what the original...
2008-05-20 Steve NaroffSilence a warning about "*/" outside a comment.
2008-05-19 Devang PatelDo not erase induction variable increment if it is...
2008-05-19 Dan GohmanAdd a ComputeNumSignBits function for use by instcombin...
2008-05-19 Dale JohannesenHandle quoted names when constructing $stub's,
2008-05-19 Chris Lattnerswitch to Type::getFPMantissaWidth instead of reinventi...
2008-05-19 Chris Lattneradd a helper method.
2008-05-19 Chris Lattnerminor cleanups, teach instcombine that sitofp/uitofp...
2008-05-19 Chris Lattnerconvert fptosi(sitofp x) -> x if the fp value has...
2008-05-19 Chris LattnerFold FP comparisons where one operand is converted...
2008-05-19 Bill WendlingRemove warnings about unused parameters and shadowed...
2008-05-19 Chris Lattnerremove debug output
2008-05-19 Chris Lattnerbe more aggressive about transforming add -> or when...
2008-05-19 Duncan SandsCheck that always_inline functions are inlined
2008-05-19 Duncan SandsFix PR2341 - when the length is 4 use an i32 not
2008-05-19 Gordon HenriksenReverting accidental commit of generated files.
2008-05-19 Gordon HenriksenRemove a duplicative binding. Patch by Mahadevan R.
2008-05-19 Ted KremenekUpdate VS project files (VS 2005) so that VS builds...
2008-05-19 Bill WendlingGrammar fix.
2008-05-19 Bill WendlingDelete module.
2008-05-19 Bill WendlingConvert non-ASCII apostrophes into ASCII apostrophes.
2008-05-19 Bill WendlingDelete the Module object.
2008-05-19 Bill Wendlings/insure/ensure/
2008-05-18 Gabor Greifignore Output dir
2008-05-18 Nate BegemanTeach GVN to not assert on vector comparisons
2008-05-18 Nate BegemanFix a backwards check in the JIT symbol table code
2008-05-18 Chris Lattneradd missing #include.
2008-05-18 Chris LattnerFix PR2339
2008-05-18 Chris Lattnerremove empty file?
2008-05-17 Nick LewyckyRevert constant-folding change that will miscompile...
2008-05-17 Chris Lattnertrip count computation deficiency
2008-05-17 Bill WendlingOn Darwin, the string header file isn't 64-bit clean...
2008-05-17 Nick LewyckyUnbreak the build.
2008-05-17 Nick LewyckyConstant fold inttoptr and ptrtoint.
2008-05-17 Nick LewyckyMove isTrueWhenEqual to ICmpInst.
2008-05-16 Dale JohannesenLess conservative verison of previous patch,
2008-05-16 Dale JohannesenAdd CommonLinkage, in a way that preserves the
2008-05-16 Dale JohannesenAdd CommonLinkage to lto (treated same as weak AFAICT)
2008-05-16 Dale JohannesenAdd CommonLinkage.
2008-05-16 Dale JohannesenWeak functions not declared non-throwing might be
2008-05-16 Eric ChristopherAdd functions to enable adding a single attribute to...
2008-05-16 Dale JohannesenRecord weak external linkage in a case where we were
2008-05-16 Gabor GreifAPI change for {BinaryOperator|CmpInst|CastInst}::creat...
2008-05-16 Evan ChengIf the result of a BIT_CONVERT is a v1* vector, it...
2008-05-16 Evan ChengFix test.
2008-05-16 Duncan SandsBill pointed out that system headers should be
2008-05-16 Duncan SandsSilence the compiler warning differently. The
2008-05-16 Evan ChengRe-enable tail duplication pass (now with default thres...
2008-05-16 Evan ChengDo not dup malloc, vector instructions, etc. Throttle...
2008-05-16 Owen AndersonRemove ADCE's ability to delete loops. This ability...
2008-05-16 Owen AndersonMove this test from ADCE to loop deletion, where it...
2008-05-16 Owen AndersonUse loop deletion instead of ADCE in these tests.
2008-05-16 Owen AndersonClean ups for loop deletion based on Chris' feedback.
2008-05-16 Owen AndersonUse loop deletion instead of ADCE for removing loops.
2008-05-16 Owen AndersonFix this test. It was testing broken behavior in that...
2008-05-16 Chris Lattnerimplement PR2328.
2008-05-16 Dale JohannesenUse common where we mean common, not weak.
2008-05-16 Dale JohannesenTreat common as distinct from weak global on Darwin...
2008-05-16 Dan GohmanRevert the change from r51157 in
2008-05-15 Dan GohmanUpdate comments based on Duncan's feedback.
2008-05-15 Dan GohmanFix a bug in LoopStrengthReduce that caused it to emit...
2008-05-15 Dale JohannesenRemove the S92 code, which really has nothing to do
2008-05-15 Dale JohannesenEvan has implemented this on ppc, so run the test there.
2008-05-15 Evan ChengFix typos and comments.
2008-05-15 Dale JohannesenAllow an extra bit for CommonLinkage.
2008-05-15 Nate BegemanActually scalarize the operand to BIT_CONVERT instead...
2008-05-15 Steve NaroffReverting r51100...I need to use VC++ 2005.
2008-05-15 Dan GohmanIR support for extractvalue and insertvalue instruction...
2008-05-15 Dan GohmanUse static and anonymous namespaces consistently with...
2008-05-15 Devang PatelRevert 51067 check-in for now.
2008-05-15 Devang PatelRemove useless check.
2008-05-15 Evan ChengDisable JIT symbol table for now.
2008-05-15 Duncan SandsUse of UINT_MAX requires climits, at least when
2008-05-15 Gabor GreifFix a bunch of 80col violations that arose from the...
2008-05-15 Gabor Greifignore generated files and product directories
2008-05-15 Evan ChengMake use of vector load and store operations to impleme...
2008-05-15 Evan ChengRemove tail duplication pass.
2008-05-15 Nate BegemanMove the operator new and operator delete out of line...
2008-05-14 Dale JohannesenDon't assume underlying APInt type is limited
2008-05-14 Bill WendlingSituations can arise when you have a function called...
2008-05-14 Dale JohannesenRemove undefined behavior in hex string->APFloat
2008-05-14 Evan ChengUse a better idiom to silence compiler warnings.
2008-05-14 Chris Lattnerrename SimplifyCFG.cpp -> SimplifyCFGPass.cpp
2008-05-14 Evan ChengSilence warnings.
2008-05-14 Nate BegemanAdd support to IR builder for new vicmp, vfcmp routines
2008-05-14 Evan ChengReally silence compiler warnings.
2008-05-14 Nate BegemanDon't generate unused variables in a no-assert build
next