oota-llvm.git
2005-04-27 Andrew LenharthA first step towards being able to do more interesting...
2005-04-27 Reid SpencerPrefix the debug statistics so they group together.
2005-04-27 Reid SpencerIn debug builds, make a statistic for each kind of...
2005-04-26 Chris LattnerThis analysis doesn't take 'throwing' into consideratio...
2005-04-26 Reid SpencerFix up the debug statement to actually use a newline...
2005-04-26 Reid SpencerUh, this isn't argpromotion.
2005-04-26 Reid SpencerAdd some debugging output so we can tell which calls...
2005-04-26 Chris Lattnerno parens
2005-04-26 Chris Lattnerupdate some paths
2005-04-26 Reid SpencerNo, seriously folks, memcpy really does return void.
2005-04-26 Reid Spencermemcpy returns void!!!!!
2005-04-26 Reid SpencerConvert the remainder of the intrinsic function prototy...
2005-04-26 Reid SpencerUse the declare syntax not the call syntax for intrinsi...
2005-04-26 Chris Lattnerdon't let Reid build void*'s :)
2005-04-26 Reid SpencerFix some bugs found by running on llvm-test:
2005-04-26 Reid SpencerChanges From Review Feedback:
2005-04-26 Reid SpencerAdd a test case for MemMove.ll
2005-04-26 Reid SpencerResult of strlen is size_t which is either uint or...
2005-04-26 Chris LattnerMake interval partition print correctly, patch contribu...
2005-04-26 Chris LattnerFix the compile failures from last night.
2005-04-26 Duraid Madinaconstmul bugfix: multiply by 27611 was broken
2005-04-26 Duraid Madinaclean up the code! (oops) lots more cleaning left,...
2005-04-26 Reid Spencer* Merge get_GVInitializer and getCharArrayLength into...
2005-04-26 Reid SpencerAdd a new test case for the llvm.memcpy simplification...
2005-04-26 Duraid Madina* Add code to reduce multiplies by constant integers...
2005-04-26 Reid Spencer* Implement StrLenOptimization
2005-04-26 Reid Spencer* Add a test case for StrLenOptimization
2005-04-26 Reid SpencerIncorporate feedback from Chris:
2005-04-26 Jeff CohenAdd SimplyLibCalls.cpp to VC++ build
2005-04-26 Reid SpencerFix RUN: line to not always pass.
2005-04-26 Chris LattnerFold (X > -1) | (Y > -1) --> (X&Y > -1)
2005-04-25 Reid SpencerChanges due to code review and new implementation:
2005-04-25 Chris Lattnerimplement some more logical compares with constants...
2005-04-25 Reid SpencerLots of changes based on review and new functionality:
2005-04-25 Reid SpencerUpdate the test case to handle a few more (degenerate...
2005-04-25 Chris LattnerCodegen x < 0 | y < 0 as (x|y) < 0. This allows us...
2005-04-25 Chris LattnerMake dominates(A,B) work with post dominators. Patch...
2005-04-25 Tanya LattnerAdded question about turning off all optimizations...
2005-04-25 Chris Lattnerimplement getelementptr.ll:test10
2005-04-25 Chris Lattnerrename fn
2005-04-25 Chris Lattnernew testcase
2005-04-25 Chris LattnerCorrectly handle global-argument aliases induced in...
2005-04-25 Chris LattnerDon't mess up SCC traversal when a node has null edges...
2005-04-25 Chris Lattnerdocument 'opaque' types
2005-04-25 Chris LattnerAdd feedback from Vikram
2005-04-25 Reid SpencerMake sure the target buffer is null terminated so we...
2005-04-25 Reid SpencerA test case for testing the StrCatOptimizer, currently...
2005-04-25 Reid SpencerPost-Review Cleanup:
2005-04-25 Reid SpencerUse the %name rather than the "name" format so those...
2005-04-25 Reid SpencerShut GCC 4.0 up about classes that have virtual functio...
2005-04-25 Reid SpencerDeclare a function to create the SimplifyLibCalls pass.
2005-04-25 Reid SpencerA new pass to provide specific optimizations for certai...
2005-04-25 Reid SpencerA test case for the the ExitInMain libcall simplification.
2005-04-25 Reid SpencerOlder compilers won't like the inline virtual destructo...
2005-04-25 Chris Lattnerfix some bugs
2005-04-25 Reid SpencerFix a thinko in the documentation of the splitBasicBloc...
2005-04-24 Reid SpencerShut GCC 4.0 up about classes with virtual functions...
2005-04-24 Reid SpencerShut GCC 4.0 up when it complains about classes with...
2005-04-24 Reid SpencerMake this readable for newbies and those who can only...
2005-04-24 Misha Brukmanextract has been renamed to llvm-extract to avoid confl...
2005-04-24 Chris LattnerEliminate cases where we could << by 64, which is undef...
2005-04-24 Misha BrukmanThere are still uses for spaces in Makefiles -- to...
2005-04-24 Misha Brukmanextract has been renamed to llvm-extract to avoid confl...
2005-04-24 Misha Brukmanelisp code to help with LLVM code standards compliance
2005-04-24 Misha Brukman.vimrc file to aid in LLVM coding standards conformance
2005-04-24 Chris LattnerImplement xor.ll:test21: select (not C), A, B -> selec...
2005-04-24 Chris LattnerTest that xor/select are folded into a select with...
2005-04-24 Chris LattnerAllow these methods to take a generic Value* to simplif...
2005-04-24 Chris Lattnerallow these to take a generic Value*
2005-04-24 Chris LattnerUse getPrimitiveSizeInBits() instead of getPrimitiveSiz...
2005-04-24 Chris Lattnerunxfail this.
2005-04-24 Chris Lattneradd a new testcase which occurs in 181.mcf
2005-04-23 Misha Brukman* The aesthetic police is on patrol!!...
2005-04-23 Chris LattnerAdd a helper method
2005-04-23 Chris LattnerFix a bug in my previous checkin
2005-04-23 Chris LattnerThis file is never referenced
2005-04-23 Chris LattnerAdd a method, remove last use of Type.def
2005-04-23 Chris Lattneradd a method, remove a dead #include
2005-04-23 Chris LattnerTypes.def is going away
2005-04-23 Jeff CohenEliminate tabs and trailing spaces
2005-04-23 Jeff CohenEliminate tabs and trailing spaces
2005-04-23 Chris LattnerPropagate eq sets through the bu graphs to the cbu...
2005-04-23 Chris Lattneradd a bunch of documentation about the LLVM type resolu...
2005-04-23 Reid SpencerMake the CBackend actually get included in llc by using...
2005-04-23 Chris Lattnermake an advanced topics section, move symtab to it
2005-04-23 Chris LattnerThis is not needed
2005-04-23 Chris Lattneradd a search box for the documentation
2005-04-23 Chris LattnerGeneralize the setcc -> PHI and Select folding optimiz...
2005-04-23 Chris Lattneradd a new testcase
2005-04-23 Chris LattnerAlways enable the C backend. This fixes a *vast* numbe...
2005-04-23 Alkis EvlogimenosAdd method to return the type this type will be promote...
2005-04-22 Reid SpencerMention the --enable-targets= option to configure.
2005-04-22 Misha Brukman* Order #includes as per style guide
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-22 Misha BrukmanHyphenate the adjective `n-bit' when used to describe...
2005-04-22 Misha BrukmanBuild the `Skeleton' target when building "all" targets
2005-04-22 Reid SpencerDocument the --enable-targets= feature of the configure...
2005-04-22 Alkis EvlogimenosSilence gcc-4.0.0 warnings.
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-22 Reid SpencerDon't always build CBackend and Skeleton. Make use...
next