Place SCCPSolver also in the anonymous namespace. This
[oota-llvm.git] / lib /
2007-07-20 Duncan SandsPlace SCCPSolver also in the anonymous namespace. ...
2007-07-20 Owen AndersonFix a bug where we were marking GEP expressions with...
2007-07-20 Owen AndersonWhen removing instructions from the analysis, be sure...
2007-07-20 Evan ChengBecause we promote SSE logical ops and loads to v2i64...
2007-07-20 Evan ChengOops. These stores actually produce results.
2007-07-19 Evan ChengFix custom lowering of SSE FXOR.
2007-07-19 Evan ChengFix patterns so we isel the xorps, etc. for floating...
2007-07-19 Reid SpencerFor PR1553:
2007-07-19 Reid SpencerHush a noisy warning from GCC 4.2 about overflow during...
2007-07-19 Owen AndersonMake val_replace fail early, which reduces the time...
2007-07-19 Devang PatelVerify loop info.
2007-07-19 Duncan SandsReplace mysterious code causing a g++-4.2 warning
2007-07-19 Duncan SandsAs pointed out by g++-4.2, the original code didn't do
2007-07-19 Owen AndersonRemember to free the heap allocated array if we're...
2007-07-19 Owen AndersonUse SmallVector and DenseMap in even more places.
2007-07-19 Owen AndersonChange ValueTable to use a DenseMap for mapping express...
2007-07-19 Devang PatelSet up ground work to verify preserved analysis info.
2007-07-19 Owen AndersonMove some sets and maps to SmallPtrSet and DenseMap...
2007-07-19 Devang PatelAfter a basic block is split into two parts,
2007-07-19 Devang PatelNow this temp. fix is not required.
2007-07-19 Evan ChengChange instruction description to split OperandList...
2007-07-19 Evan ChengOnly adjust esp around calls in presence of alloca.
2007-07-19 Evan ChengOnly adjust esp around calls in presence of alloca.
2007-07-18 Devang PatelFix typo.
2007-07-18 Devang PatelFix dominator info update to accommodate CFG changes.
2007-07-18 Evan ChengAdd comment.
2007-07-18 Evan ChengUse MOV instead of LEA to restore ESP if callee-saved...
2007-07-18 Dan GohmanAdd constructor overloads for LoadInst and StoreInst...
2007-07-18 Dan GohmanImplement initial memory alignment awareness for SSE...
2007-07-18 Owen AndersonFix an issue where assignments that caused a SmallPtrSe...
2007-07-18 Dan GohmanIt's not necessary to do rounding for alloca operations...
2007-07-18 Evan ChengNew entry.
2007-07-17 Evan ChengFold prologue esp update when possible.
2007-07-17 Evan ChengDead code.
2007-07-17 Evan ChengMake sure not to break eh_return.
2007-07-17 Evan ChengUpdate.
2007-07-17 Evan ChengMissed the case where alloca is used but the stack...
2007-07-17 Rafael Espindoladetect invalid combination of sret and byval
2007-07-17 Evan ChengUse push / pop for prologues and epilogues.
2007-07-17 Chris Lattnerno email addrs in file headers
2007-07-17 Reid SpencerUnbreak the build by putting calls to free into the...
2007-07-16 Owen AndersonTake advantage of undefined behavior if the source...
2007-07-16 Owen AndersonAdd support for walking up memory def chains, which...
2007-07-16 Owen AndersonUse realloc() to (potentially) resize the contents...
2007-07-16 Reid SpencerReturn Undef if the block has no dominator. This was...
2007-07-16 Dan GohmanUse ConstantFoldFP for folding all unary floating-point...
2007-07-16 Dan GohmanFix comments about vectors to use the current wording.
2007-07-16 Chris LattnerRepair a regression in Transforms/InstCombine/mul.ll...
2007-07-16 Nick LewyckyStart adding and cleaning up comments.
2007-07-16 Nick LewyckyHandle decrementing loops properly. Fixes PR1533.
2007-07-15 Chris LattnerImplement shift-simplify.ll:test[45].
2007-07-15 Chris LattnerImplement shift-simplify.ll:test3, turning:
2007-07-14 Nick LewyckyClarify the language. Pointed out by Duncan Sands.
2007-07-14 Nick LewyckyFix the build. Patch from Holger Schurig.
2007-07-14 Anton KorobeynikovLong live the exception handling!
2007-07-14 Nick LewyckyUse maximal intersection algorithm exclusively. Fixes...
2007-07-14 Nick LewyckyAdd alternate ConstantRange intersection algorithm.
2007-07-13 Devang PatelMake LCSSA a loop pass.
2007-07-13 Evan ChengFix for PR1540: Specify F0, F1 are sub-registers of...
2007-07-13 Owen AndersonHandle GEPs with all-zero indices in the same way we...
2007-07-13 Devang PatelDisable claims to preserve analysis until open issues...
2007-07-13 Dan GohmanFix the comment for LegalizeOp to more accurately refle...
2007-07-13 Dan GohmanDon't call SimplifyVBinOp for non-vector operations...
2007-07-13 Owen AndersonBe more aggressive in removing dead stores, and in...
2007-07-13 Dale JohannesenModify previous patch per review comments.
2007-07-13 Dale JohannesenSkeleton of post-RA scheduler; doesn't do anything...
2007-07-13 Chris LattnerFix CodeGen/Generic/print-arith-fp.ll on sparc (PR1551)
2007-07-12 Owen AndersonReimplement removing stores to allocas at the end of...
2007-07-12 Owen AndersonMake the condition-checking for free with non-trivial...
2007-07-12 Owen AndersonRemove the end-block handling code. It was unsafe...
2007-07-12 Dale JohannesenARM: make branch folder remove unconditional branches
2007-07-12 Duncan SandsThe type ids making up a filter are unsigned, and
2007-07-12 Gabor Greifchecked in as obvious,
2007-07-12 Chris Lattneranother missed SSE optimization
2007-07-12 Owen AndersonLet MemoryDependenceAnalysis take care of updating...
2007-07-11 Devang PatelPreserve analysis info.
2007-07-11 Bruno Cardoso LopesAdded support for Mips specific GAS directives
2007-07-11 Bruno Cardoso LopesAdded support for framepointer
2007-07-11 Owen AndersonHandle the case where an entire structure is freed...
2007-07-11 Bruno Cardoso LopesNow that stack is represented the right way, LOA starts...
2007-07-11 Bruno Cardoso LopesFixed AddLiveOut issues
2007-07-11 Bruno Cardoso LopesRemoved unused immediate PatLeaf, fixed lui instruction
2007-07-11 Bruno Cardoso LopesAdded MipsMachineFunction class, to hold Mips dinamic...
2007-07-11 Owen AndersonAdd support for eliminate stores to stack-allocated...
2007-07-11 Owen AndersonHandle eliminating stores that occur right before a...
2007-07-11 Lauro Ramos VenancioHandle packed structs in the CBackend.
2007-07-11 Evan ChengMissed a couple of places where new instructions are...
2007-07-11 Owen AndersonClean up a few things based on Chris' feedback.
2007-07-11 Tanya LattnerAdding ability to demote phi to stack.
2007-07-11 Dale JohannesenFix hang compiling TimberWolf (allow for islands
2007-07-11 Lauro Ramos VenancioAssert when TLS is not implemented.
2007-07-11 Duncan SandsException handling has been implemented.
2007-07-11 Chris LattnerFix an oversight: for modules with no other identifying...
2007-07-11 Duncan SandsIf assertions are not enabled, we should return False...
2007-07-11 Evan ChengNo longer need to track last def / use.
2007-07-11 Evan ChengFix for PR1545: Revamp code that update kill informatio...
2007-07-11 Owen AndersonAdd FastDSE, a new algorithm for doing dead store elimi...
2007-07-10 David GreeneMake this work with GLIBCXX_DEBUG.
2007-07-10 Evan ChengDidn't mean the last commit. Revert.
2007-07-10 Dale JohannesenFix fp_constant_op failure.
next