oota-llvm.git
2010-08-04 Torok EdwinUse indirect calls in PowerPC JIT.
2010-08-04 Devang PatelFix typo in comment.
2010-08-04 Dan GohmanFix a minor bug which resulted in intermediate calculations
2010-08-04 Dan GohmanChange this llvm_unreachable to report_fatal_error...
2010-08-04 Devang PatelTest case for combination of r110234 & r110235.
2010-08-04 Devang PatelWhile spilling live registers at the end of block check...
2010-08-04 Devang PatelIf a variable is spilled by code generator then use...
2010-08-04 Owen AndersonExperiments show that we can safely increase our unroll...
2010-08-04 Owen AndersonAdd a note about the changing pass registration interface.
2010-08-04 Dale JohannesenRemove switch for disabling ARM tail calls. They
2010-08-04 Devang PatelAdd DEBUG message.
2010-08-04 Dan GohmanFix whitespace.
2010-08-04 Dan GohmanUpdate the polygen grammar for linker_private and linke...
2010-08-04 Dan GohmanFix a typo in a comment.
2010-08-04 Dan GohmanPrint a message when a test failure is due to stderr...
2010-08-04 Dan GohmanRemove CVS artifacts.
2010-08-04 Dan GohmanRemove CVS artifacts.
2010-08-04 Dan GohmanDelete scripts which haven't noticed that CVS has gone...
2010-08-04 Dan Gohmancvsupdate is gone.
2010-08-04 Dan GohmanDelete mkpatch. Everything it does is already done...
2010-08-04 Dan GohmanRemove a link which is no longer relevant.
2010-08-04 Dan GohmanThese tests are no longer stored in *CVS*.
2010-08-04 Benjamin KramerEnable COFF writer on mingw32 and cygwin.
2010-08-04 Stuart Hastingscall-imm.ll test case regex fix. Patch by Dimitry...
2010-08-04 Kalle RaiskilaMake SPU backend handle insertelement and
2010-08-04 Benjamin KramerPrint an error message when someone tries -integrated...
2010-08-04 Torok EdwinNote some LLVM 2.7 -> 2.8 APIs that changed / got renamed.
2010-08-04 Torok EdwinAdd a missing function.
2010-08-04 Gabor Greifby Alexander Herz:
2010-08-04 Torok EdwinFix build of DataFlow.h
2010-08-04 Dan GohmanEliminate unnecessary empty string literals.
2010-08-04 Dan GohmanFix a comment.
2010-08-04 Dan GohmanDon't construct a std::string with a literal "".
2010-08-04 Dan GohmanDon't print the filename twice in file-not-found errors.
2010-08-04 Bruno Cardoso... Fix a comment typo and add more 256-bit intrinsics
2010-08-04 Dan GohmanChange the logic which interprets output on stderr...
2010-08-04 Bob WilsonCombine NEON VABD (absolute difference) intrinsics...
2010-08-04 Dan GohmanDon't print "Command output (stdout):" when the command...
2010-08-04 Dan GohmanUse the regular conditional operator syntax instead...
2010-08-03 Dan GohmanRemove PointerAccessInfo, which nothing was using.
2010-08-03 Chris LattnerMake the makefiles go much faster by using the realpath
2010-08-03 Chris Lattnerfix a win64 encoding problem, patch by Cameron Esfahani!
2010-08-03 Dan GohmanThread const correctness through a bunch of AliasAnalys...
2010-08-03 Nate BegemanAdd support for getting & setting the FPSCR application...
2010-08-03 Dan GohmanThe singular of "indices" is "index".
2010-08-03 Dan GohmanDelete an unused function.
2010-08-03 Dan GohmanMake instcombine set explicit alignments on load or...
2010-08-03 Oscar FuentesCMake: Change somme target library names:
2010-08-03 Oscar FuentesCMake: add version control info to PACKAGE_VERSION...
2010-08-03 Dan GohmanMake AliasAnalysis::getModRefInfo conservative in the...
2010-08-03 Jakob Stoklund... Oops. Don't normalize spill weights twice.
2010-08-03 Jakob Stoklund... OK, that's it. This test is going away now. But don...
2010-08-03 Chris Lattneravoid undefined behavior negating minint.
2010-08-03 Dan GohmanFix a typo Devang noticed.
2010-08-03 Chris Lattneravoid undef behavior on minint, fixing PR7783.
2010-08-03 Peter CollingbourneAdd an atomic lowering pass
2010-08-03 Dan GohmanUse unary + instead of a separate local variable for...
2010-08-03 Oscar FuentesBump cmake_minimum_required to version 2.8
2010-08-03 Daniel Dunbarbuild: Add LLVM_NATIVE_ARCHNAME, which has the sensible...
2010-08-03 Michael J.... Remove the test/mc directory that I accidently added.
2010-08-03 Michael J.... MC: Fix symbol fragment offsets in COFF.
2010-08-03 Michael J.... Revert "MC: Fix symbol fragment offsets in COFF."
2010-08-03 Michael J.... MC: Add time travel support to COFF.
2010-08-03 Michael J.... MC: Fix symbol fragment offsets in COFF.
2010-08-03 Michael J.... Fix CMake build
2010-08-03 Bruno Cardoso... Support x86 AVX 256-bit instruction intrinsics. Right...
2010-08-03 Dan GohmanUpdate some comments.
2010-08-03 Dan GohmanIntroduce a symbolic constant for ~0u for use with...
2010-08-03 Dan GohmanAdd a convenient form of AliasAnalysis::alias for the...
2010-08-02 Dan GohmanMake SCEVUnknown a CallbackVH, so that it can be notifi...
2010-08-02 Stuart HastingsDiabolical hack to make a test compatible with clang...
2010-08-02 Dan GohmanSketch up a preliminary Type-Based Alias Analysis imple...
2010-08-02 Dan GohmanFix visitInvokeInst to call visitTerminatorInst, and...
2010-08-02 Dan GohmanAdd Verifier logic for indirectbr.
2010-08-02 Dan GohmanAdd a lint check for indirectbr with no successors.
2010-08-02 Devang PatelAdd explicit constructors. Patch by Renato Golin.
2010-08-02 Stuart HastingsTestcase for r110043. Radar 8246180.
2010-08-02 Bill WendlingEarly exit and reduce indentation. No functionality...
2010-08-02 Oscar FuentesImprove discrimination of unknown libraries from ignore...
2010-08-02 Oscar Fuentesexplicit_map_components_to_libraries now does not compl...
2010-08-02 Oscar FuentesLets the CMake GUI show a list of possible values for...
2010-08-02 Dan GohmanFix namespace polution.
2010-08-02 Oscar FuentesUpdated LLVMLibDeps.cmake.
2010-08-02 Devang PatelFree DbgScope created for dead functions.
2010-08-02 Kalle RaiskilaMore SPU v2f32 stuff added: insertelement and shuffle.
2010-08-02 Kalle RaiskilaAdd preliminary v2f32 support for SPU. Like with v2i32...
2010-08-02 Owen AndersonRe-apply the infamous r108614, with a fix pointed out...
2010-08-02 Kalle RaiskilaAdd preliminary v2i32 support for SPU backend. As there...
2010-08-02 Oscar FuentesPrefix `next' iterator operation with `llvm::'.
2010-08-02 Daniel DunbarFix a -Wreorder warning.
2010-08-02 Nick LewyckyWork in progress.
2010-08-02 Eli FriedmanPR7586: Make sure we don't claim that unknown bits...
2010-08-02 Nick LewyckyFix this condition; it has an else clause attached...
2010-08-02 Daniel DunbarFix comment.
2010-08-02 Daniel Dunbardocs/TestingGuide: Minimal update to describe 'lit...
2010-08-02 Daniel Dunbardocs/TestingGuide: Rip out description of old nightly...
2010-08-02 Daniel Dunbartests: Kill off custom targets which were just there...
2010-08-02 Daniel Dunbartests: Deprecate TestRunner.sh, and have it just invoke...
2010-08-02 Daniel Dunbarbuild: Fix a dependency.
2010-08-02 Daniel Dunbartests: Add an 'llvm-lit' tool (script), which gets...
next