oota-llvm.git
2007-07-19 Devang PatelVerify loop info.
2007-07-19 Anton KorobeynikovProperly initialize value :)
2007-07-19 Duncan SandsReplace mysterious code causing a g++-4.2 warning
2007-07-19 Duncan SandsFix this test. We produce pretty cruddy code for this
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 Bill WendlingTestcase for PR1549
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 Devang PatelNew test.
2007-07-18 Evan ChengAdd comment.
2007-07-18 Evan ChengNew test.
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-18 Reid SpencerFix a sys::Path API error caught by a gcc 4.2 warning.
2007-07-18 Chris LattnerWork around a bogus gcc 4.2 warning.
2007-07-18 Reid SpencerFix this test to not rely on the path but to use the
2007-07-18 Reid SpencerThe property is svn:executable not svn:execute.
2007-07-18 Nick LewyckyAlphabetize. Document -mlimit parameter.
2007-07-17 Owen AndersonTurn on FastDSE by default.
2007-07-17 Evan ChengFold prologue esp update when possible.
2007-07-17 Andrew Lenharthsupport poolalloc as checked out from svn
2007-07-17 Evan ChengChange sroa threshold back.
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 ChengFix test.
2007-07-17 Tanya LattnerDon't use * in XFAIL line unless you want it to XFAIL...
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 Gabor GreifXFAIL these on sparc-solaris
2007-07-17 Evan ChengUse push / pop for prologues and epilogues.
2007-07-17 Reid SpencerMake use of the process_builder_args library function.
2007-07-17 Reid SpencerFor PR1558:
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-17 Evan ChengTemporarily set SROA threshold to 512.
2007-07-16 Owen AndersonTake advantage of undefined behavior if the source...
2007-07-16 Reid SpencerNormally, we don't want to install and we only need...
2007-07-16 Reid SpencerNo, we're not looking for a directory named /config...
2007-07-16 Reid SpencerIn ModuleInfo.txt, make sure that the script being...
2007-07-16 Reid SpencerPrepare for the future when llvm doesn't depend on...
2007-07-16 Reid SpencerRemove insignificant test no longer needed.
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 the documentation for llvm.sqrt so that sqrt(0...
2007-07-16 Dan GohmanFix comments about vectors to use the current wording.
2007-07-16 Dan GohmanRemove the trailing semicolon from function declaration...
2007-07-16 Bill WendlingFix validation errors
2007-07-16 Bill WendlingClean up some formatting
2007-07-16 Bill WendlingClean up some formatting. Add some doc_code div tags.
2007-07-16 Reid SpencerPrepare for building from llvm-top. Unfortunately,...
2007-07-16 Chris LattnerRepair a regression in Transforms/InstCombine/mul.ll...
2007-07-16 Chris Lattnerrename function to avoid llvm-upgrade warning
2007-07-16 Nick LewyckyStart adding and cleaning up comments.
2007-07-16 Nick LewyckyHandle decrementing loops properly. Fixes PR1533.
2007-07-15 Chris Lattneradd a helper method.
2007-07-15 Chris Lattnernew testcase
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 Evan ChengAdded test case from PR1540.
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 GohmanEliminate an unused parameter.
2007-07-13 Dan GohmanFix the comment for LegalizeOp to more accurately refle...
2007-07-13 Chris Lattnerremove obsolete note
2007-07-13 Dan GohmanDon't call SimplifyVBinOp for non-vector operations...
2007-07-13 Chris Lattnerfix some bugs in the manual
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-13 Gabor Greifthese tests do not need a triple on Solaris. Thanks...
2007-07-13 Reid SpencerRegenerate to pick up Gabor's changes.
2007-07-13 Reid SpencerSet the mime-type of this file to text/plain because...
2007-07-13 Gabor Greif* llvm.spec.in: update blurb
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...
next