oota-llvm.git
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...
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 Gabor Greiffix the remaining 3 testcases that missed a target...
2007-07-12 Chris Lattneranother missed SSE optimization
2007-07-12 Owen AndersonLet MemoryDependenceAnalysis take care of updating...
2007-07-11 Devang PatelNew test.
2007-07-11 Devang PatelPreserve analysis info.
2007-07-11 David GreeneGet rid of annoying spaces.
2007-07-11 Bruno Cardoso... Added support for Mips specific GAS directives
2007-07-11 Bruno Cardoso... Added support for framepointer
2007-07-11 Owen AndersonHandle the case where an entire structure is freed...
2007-07-11 Bruno Cardoso... Now that stack is represented the right way, LOA starts...
2007-07-11 Bruno Cardoso... Fixed AddLiveOut issues
2007-07-11 Bruno Cardoso... Removed unused immediate PatLeaf, fixed lui instruction
2007-07-11 Bruno Cardoso... Added 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... Handle packed structs in the CBackend.
2007-07-11 Anton KorobeynikovEmit correct linkage. Patch by Roman Samoilov.
2007-07-11 Evan ChengAdd test case for PR1545.
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... Assert 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 Reid SpencerAdjust this per the changes to the configuration script...
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.
2007-07-10 Evan ChengUpdate.
2007-07-10 Dale Johannesenfix 80 columnn violations, increasing the world's
2007-07-10 Owen AndersonCalculate the size of a array allocation correctly.
2007-07-10 Owen AndersonFix a crasher when finding the dependency of a call.
2007-07-10 Owen AndersonMake this pass registration static as well.
2007-07-10 Owen AndersonMake the pass registration static.
2007-07-10 Chris Lattneradd a note
2007-07-10 Rafael Espindolacheck for correct usage of the byval attribute
2007-07-10 Anton KorobeynikovDuring module cloning copy aliases too. This fixes...
2007-07-10 Owen AndersonHandle vaarg instructions correctly.
2007-07-10 Dan GohmanChange the peep for EXTRACT_VECTOR_ELT of BUILD_PAIR...
2007-07-10 Owen AndersonVolatile loads and stores depend on each other.
next