oota-llvm.git
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...
2010-08-02 Daniel Dunbarlit: Allow clients to define predefined parameters.
2010-08-02 Eli FriedmanPR7781: Fix incorrect shifting in PPCTargetLowering...
2010-08-02 Daniel Dunbartests: Make 'lit' the default test tool. You can still...
2010-08-01 Daniel DunbarTargets: Add InitializeNativeTargetAsmPrinter(), patch...
2010-08-01 Nick LewyckyFix word choice.
2010-08-01 Eli FriedmanPR7774: Fix undefined shifts in Alpha backend. As...
2010-08-01 Benjamin KramerPreallocate vector, avoid unnecessary vector growth.
2010-08-01 Bill WendlingReference the personalities. Don't copy them into a...
2010-07-31 Bob WilsonRevert new AVX intrinsic tests. They are breaking...
2010-07-31 Daniel Dunbarbuild: Don't pass -avoid-version or -no-undefined on...
2010-07-31 Daniel DunbarSilence some -Asserts uninitialized variable warnings.
2010-07-31 Michael J.... llc: Add -mc-relax-all.
2010-07-31 Daniel DunbarSpeculatively revert r108614, "Another attempt at getti...
2010-07-31 Rafael EspindolaAdd const to some methods and change TestMergedProgram...
2010-07-31 Gabor Greifdoxygenize argument accessors
2010-07-31 Michael J.... MC: Remove HasAbsolutizedSet from WindowsX86AsmBackend.
2010-07-31 Bob WilsonMove newlines before inline jumptables from the asm...
2010-07-31 Michael J.... Add relax all support to the COFF object streamer.
2010-07-31 Bob WilsonAdd support for disassembling VMVN (immediate) instruct...
2010-07-31 Rafael EspindolaThe BlockExtractorPass() constructor was not reading...
2010-07-30 Owen AndersonAdd an initial implementation of PHI translation for...
2010-07-30 Evan ChengAdd -disable-shifter-op to disable isel of shifter...
2010-07-30 Bob WilsonAdd a check in the ARM disassembler for NEON instructio...
2010-07-30 Bill WendlingAdd a "Compare" flag to the target instruction descript...
2010-07-30 Dale JohannesenPPC doesn't supported VLA with large alignment. This was
2010-07-30 Dan GohmanMove MaximumAlignment to be a member of the Value class.
2010-07-30 Owen AndersonRevert my last two patches to LVI, which recent changes...
2010-07-30 Nick LewyckyAdd missing newline to debug statement.
2010-07-30 Nick LewyckyLibCallAliasAnalysis uses multiple inheritance, so...
2010-07-30 Bruno Cardoso... A *bunch* of tests for AVX intrinsics
2010-07-30 Bob WilsonAdd the __TEXT,__StaticInit section to the list of...
2010-07-30 Bruno Cardoso... Support all 128-bit AVX vector intrinsics. Most part...
2010-07-30 Bruno Cardoso... Fix typo!
2010-07-30 Bob WilsonAttempt to fix the llvm-gcc-powerpc-darwin9 buildbot.
2010-07-30 Daniel DunbarMC: Initialize MCFragment::Offset, noticed by Cameron...
2010-07-30 Daniel DunbarFix -Wmissing-field-initializers warnings.
2010-07-30 John CriswellGrammar cop pullover: Corrected and improved some gramm...
2010-07-30 Rafael EspindolaAdd a Program argument to diffProgram to avoid a use...
2010-07-30 Benjamin KramerTweak suppressions.
2010-07-30 Eli FriedmanFix for bug reported by Evzen Muller on llvm-commits...
next