oota-llvm.git
2011-02-28 Ted KremenekUnbreak CMake build.
2011-02-28 TalinAdd an END_WITH_NULL accessor for ConstantStruct.
2011-02-28 Chris Lattnerupdate cmake
2011-02-28 Renato GolinFix .fpu printing in ARM assembly, regarding bug llvm...
2011-02-28 Kevin EnderbyAdd missing whitespace in the formatting.
2011-02-28 Jan SjödinMake all static functions become static class methods...
2011-02-28 Owen AndersonUse the correct shift amount type.
2011-02-28 Owen AndersonClean whitespace.
2011-02-28 Chris Lattnerfix a signed comparison warning.
2011-02-28 Dan GohmanDelete obsolete test.
2011-02-28 Owen AndersonFix warning when building with clang++.
2011-02-28 Dan GohmanDelete the GEPSplitter experiment.
2011-02-28 Dan GohmanDelete the SimplifyHalfPowrLibCalls pass, which was...
2011-02-28 Dan GohmanDelete the LiveValues pass. I won't get get back to...
2011-02-28 Jakob Stoklund... Fix typo introduced by r126661: "Fix a typo which ..."
2011-02-28 David Greene[AVX] Add decode support for VUNPCKLPS/D instructions...
2011-02-28 Kevin EnderbyFix the arm's disassembler for blx that was building...
2011-02-28 Evan ChengFix a typo which cause dag combine crash. rdar://9059537.
2011-02-28 Stuart HastingsSupport for byval parameters on ARM. Will be enabled...
2011-02-28 Duncan SandsWindows codegen also dies on this, so restrict to the...
2011-02-28 Kalle RaiskilaAdd branch hinting for SPU.
2011-02-28 Duncan SandsMake this test x86 specific because the ARM backend...
2011-02-28 Frits van BommelTeach SimplifyCFG that (switch (select cond, X, Y)...
2011-02-28 Nick LewyckyFix comment.
2011-02-28 Nick Lewyckysrem doesn't actually have the same resulting sign...
2011-02-28 Nick LewyckyTeach InstCombine to fold "(shr exact X, Y) == 0" ...
2011-02-28 Nick LewyckyTeach value tracking to make use of flags in more situa...
2011-02-28 Nick LewyckyTeach ValueTracking to look at the dividend when determ...
2011-02-28 Che-Liang ChiouAdd preliminary support for .f32 in the PTX backend.
2011-02-28 Nick LewyckyThe sign of an srem instruction is the sign of its...
2011-02-28 NAKAMURA TakumiDon't install libUnitTestMain.a. It might be useless...
2011-02-28 Bill WendlingUpdate the documentation on "How to Release LLVM"....
2011-02-27 Chris Lattneradd the ability to walk the scope tree and insert at...
2011-02-27 Chris Lattneradd a data() method.
2011-02-27 Rafael EspindolaGold now rescans archives as needed, so the pass-throug...
2011-02-27 Rafael Espindolabfd was fixed, remove the work around.
2011-02-27 Benjamin KramerSilence enum conversion warnings.
2011-02-27 Duncan SandsLegalize support for fpextend of vector. PR9309.
2011-02-27 Duncan SandsFix typo pointed out in pr9339.
2011-02-27 Oscar FuentesInstall include/llvm/Support/LICENSE.TXT. PR9321.
2011-02-27 NAKAMURA TakumiTarget/X86: Always emit "push/pop GPRs" in prologue...
2011-02-27 Cameron ZwarichFix PR9324 / <rdar://problem/9052489> by handling the...
2011-02-27 Cameron ZwarichGive a test file a more sensible name so that it can...
2011-02-27 Nadav RotemFix typos in the comments.
2011-02-27 Tobias GrosserRegionPrinter: Ignore back edges when layouting the...
2011-02-27 Tobias Grossercmake: Add xdot.py support as it already exists in...
2011-02-27 Tobias GrosserPass the graph to the DOTGraphTraits.getEdgeAttributes().
2011-02-26 Daniel DunbarSupport: Add llvm::AreStatisticsEnabled().
2011-02-26 Benjamin KramerAdd some DAGCombines for (adde 0, 0, glue), which are...
2011-02-26 Rafael EspindolaLTO uses MC now.
2011-02-26 Bill WendlingA new TableGen feature! (Not turned on just yet.)
2011-02-26 Bob WilsonRemoved unnecessary dylibs from Apple builds, with...
2011-02-25 Bob WilsonAdd a new "Embedded" makefile target for Apple-style...
2011-02-25 Jim GrosbachTrailing whitespace.
2011-02-25 Stuart HastingsFix bad comment marker.
2011-02-25 Owen AndersonAllow targets to specify a the type of the RHS of a...
2011-02-25 David GreeneAdd some options for building LLVM in different environ...
2011-02-25 Stuart HastingsOmit lto.h from the llvmCore result; henceforth, this...
2011-02-25 Chris Lattnersplit this test into arch specific pieces, so the ARM
2011-02-25 Cameron ZwarichRoll out r126425 and r126450 to see if it fixes the...
2011-02-25 Benjamin KramerRevert "SimplifyCFG: GEPs with just one non-constant...
2011-02-25 Nick LewyckyUpdate the NoFolder to work with current IRBuilder.
2011-02-25 Bob WilsonAdd patterns to use post-increment addressing for Neon...
2011-02-25 Jim GrosbachFix formatting of debug helper string.
2011-02-25 Evan ChengFix typo.
2011-02-25 Cameron ZwarichSet NumSignBits to 1 if KnownZero/KnownOne are being...
2011-02-25 Cameron ZwarichWe only want to zero extend the existing information...
2011-02-25 Jakob Stoklund... Try harder to get the hint by preferring to evict hint...
2011-02-25 Evan ChengEach prologue may have multiple vpush instructions...
2011-02-24 Benjamin KramerSimplifyCFG: GEPs with just one non-constant index...
2011-02-24 Jakob Stoklund... Tweak the register allocator priority queue some more.
2011-02-24 Nick LewyckyRemove dead variable.
2011-02-24 Benjamin KramerSimplifyCFG: GEPs with constant indices are cheap enoug...
2011-02-24 Joerg SonnenbergerRestore r125595 (reverted in r126336) with modifications:
2011-02-24 Chris Lattnerremove command line option debugging hook.
2011-02-24 Argyrios KyrtzidisIn utils/TableGen/ClangSACheckersEmitter.cpp, set the...
2011-02-24 Rafael EspindolaSwitch LTO to use MC. This takes the linking of libxul...
2011-02-24 Devang PatelEnable DebugInfo support for COFF object files.
2011-02-24 Nadav RotemEnable support for vector sext and trunc:
2011-02-24 Rafael EspindolaFix llvm-gcc bootstrap with gnu ld.
2011-02-24 Devang PatelRemove obsolete tests.
2011-02-24 Devang PatelMove arch specific tests in arch specific directories.
2011-02-24 Chris Lattnerfit in 80 cols.
2011-02-24 Devang PatelDo not use DIFactory. Use DIBuilder.
2011-02-24 Devang PatelDo not use DIFactory.
2011-02-24 Richard OsborneAdd XCore intrinsic for eeu instruction.
2011-02-24 NAKAMURA Takumitest/lit.cfg: Add PATHEXT to 'substitution', to recogni...
2011-02-24 Duncan SandsRewrite the vector part of getExtendedTypeAction to...
2011-02-24 Benjamin KramerPlug some leaks in edis.
2011-02-24 Cameron ZwarichMerge information about the number of zero, one, and...
2011-02-24 Cameron ZwarichAdd a getNumSignBits() method to APInt.
2011-02-24 Cameron ZwarichAdd a mechanism for invalidating the LiveOutInfo of...
2011-02-24 Cameron ZwarichTrack blocks visited in reverse postorder.
2011-02-24 Cameron ZwarichRefactor the LiveOutInfo interface into a few methods...
2011-02-24 Cameron ZwarichHave isel visit blocks in reverse postorder rather...
2011-02-24 Chris Lattnerwire TargetLibraryInfo into simplify libcalls and use...
2011-02-24 Chris Lattnermove a massive amount of code out into its own helper...
2011-02-24 Chris Lattnerchange instcombine to not turn a call to non-varargs...
2011-02-24 Evan ChengFix bug in X86 folding / unfolding table. Int_CMPSDrm...
2011-02-24 Jakob Stoklund... Use the same spill slot for all live ranges that descen...
next