Fix build of DataFlow.h
[oota-llvm.git] / lib /
2010-08-04 Dan GohmanEliminate unnecessary empty string literals.
2010-08-04 Dan GohmanFix a comment.
2010-08-04 Dan GohmanDon't print the filename twice in file-not-found errors.
2010-08-04 Bob WilsonCombine NEON VABD (absolute difference) intrinsics...
2010-08-03 Dan GohmanRemove PointerAccessInfo, which nothing was using.
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 Dan GohmanMake AliasAnalysis::getModRefInfo conservative in the...
2010-08-03 Jakob Stoklund OlesenOops. Don't normalize spill weights twice.
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 Michael J. SpencerMC: Fix symbol fragment offsets in COFF.
2010-08-03 Michael J. SpencerRevert "MC: Fix symbol fragment offsets in COFF."
2010-08-03 Michael J. SpencerMC: Add time travel support to COFF.
2010-08-03 Michael J. SpencerMC: Fix symbol fragment offsets in COFF.
2010-08-03 Michael J. SpencerFix CMake build
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 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 Bill WendlingEarly exit and reduce indentation. No functionality...
2010-08-02 Dan GohmanFix namespace polution.
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 Eli FriedmanPR7781: Fix incorrect shifting in PPCTargetLowering...
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 Daniel DunbarSilence some -Asserts uninitialized variable warnings.
2010-07-31 Daniel DunbarSpeculatively revert r108614, "Another attempt at getti...
2010-07-31 Michael J. SpencerMC: Remove HasAbsolutizedSet from WindowsX86AsmBackend.
2010-07-31 Bob WilsonMove newlines before inline jumptables from the asm...
2010-07-31 Michael J. SpencerAdd 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 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 Bob WilsonAdd the __TEXT,__StaticInit section to the list of...
2010-07-30 Bruno Cardoso LopesSupport all 128-bit AVX vector intrinsics. Most part...
2010-07-30 Bruno Cardoso LopesFix typo!
2010-07-30 Daniel DunbarMC: Initialize MCFragment::Offset, noticed by Cameron...
2010-07-30 Daniel DunbarFix -Wmissing-field-initializers warnings.
2010-07-30 Eli FriedmanFix for bug reported by Evzen Muller on llvm-commits...
2010-07-30 Jim GrosbachMany Thumb2 instructions can reference the full ARM...
2010-07-29 Nate BegemanAdd builtins for ssat/usat, similar to RealView's __ssa...
2010-07-29 Bob WilsonRefactor ARM-specific DAG combining in preparation...
2010-07-29 Dale JohannesenImplement vector constants which are splat of
2010-07-29 Bob WilsonDon't assert on an unrecognized BrMiscFrm instruction.
2010-07-29 Eli FriedmanPR7750: !CExpr->isNullValue() only properly computes...
2010-07-29 Nate BegemanAdd intrinsics __builtin_arm_qadd & __builtin_arm_qsub...
2010-07-29 Benjamin KramerPlug the remaining MC leaks by giving MCObjectStreamer...
2010-07-29 Dale JohannesenComment typo.
2010-07-29 Jakob Stoklund OlesenRevert r109652, and remove the offending assert in...
2010-07-29 Daniel DunbarCrashRecovery: Use ThreadLocal::erase() instead of...
2010-07-29 Benjamin KramerStop leaking std::strings in GetDwarfFile.
2010-07-29 Benjamin KramerCOFFObjectWriter: Don't leak COFFSymbols and COFFSections.
2010-07-29 Daniel DunbarMake sure to include config.h, to pickup LLVM_ON_WIN32.
2010-07-29 Daniel DunbarMC: Destroy Macro instances.
2010-07-29 Eric ChristopherSpeculatively revert r109705 since it seems to be causi...
2010-07-29 Daniel DunbarCrashRecoveryContext: Add a simple POSIX implementation.
2010-07-29 Jakob Stoklund OlesenFix a bug in the -regalloc=fast handling of exotic...
2010-07-29 Dan GohmanFactor out some of the code for updating old SCEVUnknow...
2010-07-28 Owen AndersonPass the queried value by argument rather than in a...
2010-07-28 Jim GrosbachARM mode version of r109693. Remove incorrect substitut...
2010-07-28 Jim GrosbachRemove incorrect substitution pattern for UXTB16. It...
2010-07-28 Jim GrosbachRemove dead prototype
2010-07-28 Gabor Greifsimplify by using CallSite constructors; virtually...
2010-07-28 Owen AndersonAdd an erase() method to llvm::ThreadLocal.
2010-07-28 Owen AndersonGet rid of LVIQuery as a distinct data structure, so...
2010-07-28 Dan GohmanMake GlobalValue alignment consistent with load, store...
2010-07-28 Jakob Stoklund OlesenCreate a fixed stack object for varargs that is as...
2010-07-28 Kevin EnderbyAdded first bit of support for the dwarf .file directiv...
2010-07-28 Daniel DunbarRegionInfo: Make sure to free cached nodes; Tobias...
2010-07-28 Daniel DunbarMC: Put back the MCFragment vtable, so subclasses are...
2010-07-28 Dan GohmanDefine a maximum supported alignment value for load...
2010-07-28 Jakob Stoklund OlesenPrint out the regclass of any virtual registers used...
next