oota-llvm.git
2005-11-19 Nate BegemanTeach LLVM how to scalarize packed types. Currently...
2005-11-18 Chris Lattnertestcase for recent indvars patches
2005-11-18 Chris LattnerFix a crash building 176.gcc due to my recent patch...
2005-11-18 Andrew Lenharthprevent latent switch creation
2005-11-18 Nate BegemanSplit out the shift code from visitBinary.
2005-11-18 Chris LattnerImplement a refinement to the mem2reg algorithm for...
2005-11-18 Chris LattnerThis needs proper dominance
2005-11-18 Chris Lattnerpost-dom-frontiers requires proper post-dominance
2005-11-18 Chris LattnerThis requires proper dominance
2005-11-18 Chris LattnerFix the dominates method to return true if the two...
2005-11-18 Chris Lattneradd more patterns, patch by Evan Cheng.
2005-11-18 Nate BegemanAlso add the new vector value type here, for completeness.
2005-11-17 Nate BegemanTeach the type lowering code about turning packed types...
2005-11-17 Chris Lattneronly use dyld stubs if not in ppc-static mode. This...
2005-11-17 Chris LattnerThis was checking the wrong GEP expression. Fixing...
2005-11-17 Chris Lattnerrefactor call operand handling to eliminate special...
2005-11-17 Chris Lattnerdisentangle call operands from branch operands a bit
2005-11-17 Chris Lattneradd an option to generate completely non-pic code,...
2005-11-17 Chris LattnerFix a bug that resistor on IRC hit where we tried to...
2005-11-17 Chris LattnerEnable global address legalization, fixing a todo and...
2005-11-17 Chris LattnerTeach the selector to fold lo(g) into load instruction...
2005-11-17 Chris LattnerGenerate LA and ADDIS when possible.
2005-11-17 Chris LattnerUse the right accessor to create this node
2005-11-17 Chris LattnerValidate that the input to 'Pat' patterns is sane.
2005-11-17 Chris LattnerAllow users to specify -Wl,-native* multiple times...
2005-11-17 Chris Lattnerteach tblgen to be smart enough to handle tglobaladdr...
2005-11-17 Chris LattnerAdd an initial hack at legalizing GlobalAddress into...
2005-11-17 Chris LattnerAdd globaladdress and targetglobaladdress nodes for...
2005-11-17 Chris LattnerLI could theoretically be used for the lo-part of a...
2005-11-17 Chris LattnerAllow targets to custom legalize leaf nodes like Global...
2005-11-17 Chris LattnerWhen lowering direct calls, lower them to use a targetg...
2005-11-17 Chris LattnerTeach legalize about targetglobaladdress
2005-11-17 Chris LattnerAdd patterns for some 16-bit immediate instructions...
2005-11-16 Chris Lattnerfix a tblgen bug that Evan ran into, where we would...
2005-11-16 Chris LattnerAdd patterns for several simple instructions that take...
2005-11-16 Andrew Lenharthwho would have thought you would want to write into...
2005-11-16 Chris LattnerThis passes on ppc and x86 now
2005-11-16 Chris Lattnerwhen debugging lower dbg intrinsics to calls
2005-11-16 Chris Lattnertell selectiondag when we're debugging
2005-11-16 Chris Lattneradd a flag
2005-11-16 Chris Lattnerindicate when a tool is a debug build.
2005-11-16 Jeff CohenKeep Visual Studio building.
2005-11-16 Chris Lattner* Fix DerivedType::dropAllTypeUses to not change the...
2005-11-16 Chris Lattnerinitial step at adding a dag-to-dag isel for X86 backen...
2005-11-16 Nate BegemanPatch to clean up function call pseudos and support...
2005-11-15 Jeff CohenKeep Visual Studio informed of new files.
2005-11-15 Chris Lattnerremove these labels, there are now bigger jumps in...
2005-11-15 Chris LattnerFix some typos noticed by Gabor Greif!
2005-11-15 Chris LattnerMake sure to use SwitchSection to switch sections so...
2005-11-15 Chris LattnerFix handling of multiple unnamed globals with the same...
2005-11-15 Chris LattnerSeparate X86ISelLowering stuff out from the X86ISelPatt...
2005-11-15 Chris LattnerRemove extraneous parents around constants when using...
2005-11-14 Andrew Lenharththis file moved
2005-11-14 Chris LattnerHandle globals with explicit alignment requests
2005-11-14 Chris LattnerTeach emitAlignment to handle explicit alignment reques...
2005-11-14 Chris LattnerTeach the PPC asmwriter to honor globals with explicit...
2005-11-14 Chris Lattnerinstead of using mstats, use malloc_zone_statistics...
2005-11-14 Chris Lattnerregenearte
2005-11-14 Chris Lattneradd malloc_zone_statistics, remove mstats
2005-11-14 Chris LattnerTeach -track-memory to work on darwin. Looking at...
2005-11-14 Chris Lattnerregenerate
2005-11-14 Chris Lattneradd some stuff for mstats on darwin
2005-11-14 Duraid Madinaadd FP select. next up - divide!
2005-11-13 Chris LattnerAdd some dummy method impls
2005-11-13 Chris LattnerShrink derived types by 8 bytes each by not having...
2005-11-13 Chris LattnerMove some methods around. Refactor the parts of TypeMa...
2005-11-13 Chris LattnerRefactor some code, moving methods and data around...
2005-11-13 Chris Lattnertypeo
2005-11-13 Chris LattnerSplit the type refinement case completely out of the...
2005-11-13 Chris Lattnerunbreak the build
2005-11-13 Chris LattnerSeparate the type-became-concrete case from the type...
2005-11-12 Andrew Lenharthenable LSR by default on alpha
2005-11-12 Andrew Lenharthfix more regressions
2005-11-12 Andrew Lenharthfix READCYCLECOUNTER
2005-11-12 Chris Lattnerthis is no apparently passing on alpha
2005-11-12 Chris Lattnertrivial cleanup
2005-11-12 Chris LattnerFix reading LLVM 1.3 bc files.
2005-11-12 Chris Lattnerregenerate
2005-11-12 Chris Lattnerrefactor grammar to eliminate shift-reduce conflict...
2005-11-12 Chris LattnerShrink the Type class from 32 to 28 bytes on Darwin...
2005-11-12 Chris Lattnerremove a dead method
2005-11-12 Chris LattnerUnswitch a loop, add more assertions, eliminate use...
2005-11-12 Chris LattnerTiny speedup, improve comments and code organization.
2005-11-12 Chris LattnerDescribe section name encoding
2005-11-12 Chris LattnerRead and write section info from/to .bc files
2005-11-12 Jeff CohenWrap long line.
2005-11-12 Jeff CohenFix VC++ warning that bools cannot be ORed.
2005-11-12 Jeff CohenFix operator precedence bug caught by VC++.
2005-11-12 Chris Lattnerdocument sections
2005-11-12 Chris Lattnerregenerate
2005-11-12 Chris Lattneradd a token
2005-11-12 Chris LattnerParse section info
2005-11-12 Chris Lattnerprint section info
2005-11-12 Chris Lattnernew testcase
2005-11-12 Chris LattnerAdd support for putting globals in a particular section
2005-11-11 Andrew Lenharthfix yet more regressions
2005-11-11 Andrew Lenharthgenerate chain result
2005-11-11 Andrew Lenharthadded a chain output
2005-11-11 Andrew LenharthFix a bunch more alpha regressions
2005-11-11 Andrew Lenharthprevent cse of readcyclecounter
next