Convert non-address taken functions with C calling conventions to fastcc.
[oota-llvm.git] / lib /
2005-04-28 Chris LattnerAdd FSQRT, FSIN, FCOS nodes, patch contributed by Morte...
2005-04-28 Reid SpencerRemove from the TODO list those optimizations that...
2005-04-28 Reid SpencerDocument additional libcall transformations that need...
2005-04-27 Reid SpencerDoxygenate.
2005-04-27 Chris Lattnerremove 'statement with no effect' warning
2005-04-27 Andrew LenharthImplement Value* tracking for loads and stores in the...
2005-04-27 Chris LattnerUnbreak the sparc backend.
2005-04-27 Reid SpencerMore Cleanup:
2005-04-27 Duraid Madinaclean up some warnings
2005-04-27 Reid SpencerThis is a cleanup commit:
2005-04-27 Chris Lattnerdetect functions that never return, and turn the instr...
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 Reid SpencerNo, seriously folks, memcpy really does return void.
2005-04-26 Reid Spencermemcpy returns void!!!!!
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 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 Duraid Madina* Add code to reduce multiplies by constant integers...
2005-04-26 Reid Spencer* Implement StrLenOptimization
2005-04-26 Reid SpencerIncorporate feedback from Chris:
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 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 Chris Lattnerimplement getelementptr.ll:test10
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 Reid SpencerPost-Review Cleanup:
2005-04-25 Reid SpencerShut GCC 4.0 up about classes that have virtual functio...
2005-04-25 Reid SpencerA new pass to provide specific optimizations for certai...
2005-04-25 Reid SpencerOlder compilers won't like the inline virtual destructo...
2005-04-24 Reid SpencerShut GCC 4.0 up about classes with virtual functions...
2005-04-24 Chris LattnerEliminate cases where we could << by 64, which is undef...
2005-04-24 Chris LattnerImplement xor.ll:test21: select (not C), A, B -> selec...
2005-04-24 Chris LattnerAllow these methods to take a generic Value* to simplif...
2005-04-24 Chris LattnerUse getPrimitiveSizeInBits() instead of getPrimitiveSiz...
2005-04-23 Chris LattnerFix a bug in my previous checkin
2005-04-23 Chris LattnerAdd a method, remove last use of Type.def
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 LattnerGeneralize the setcc -> PHI and Select folding optimiz...
2005-04-22 Misha Brukman* Order #includes as per style guide
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-22 Alkis EvlogimenosSilence gcc-4.0.0 warnings.
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-22 Reid SpencerImplement the --enable-targets= feature of the configur...
2005-04-22 Andrew Lenharthkeep track of max depth stats
2005-04-22 Tanya LattnerUpdated dependence analyzer. Fixed numerous bugs. Same...
2005-04-22 Chris LattnerMalloc/Free have mod/ref effects. Do not allow CSE...
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-21 Misha Brukman* Remove trailing whitespace
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-21 Misha Brukman* Remove trailing whitespace
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-21 Misha Brukman* Remove trailing whitespace
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-21 Misha Brukman* Remove trailing whitespace
2005-04-21 Chris LattnerMatch another form of eqv
2005-04-21 Chris LattnerHandle stores of global address as stores of immediates...
2005-04-21 Chris LattnerHandle (store &GV -> mem) as a store immediate. This...
2005-04-21 Reid SpencerUse the actual uid/gid for defaulting the fields in...
2005-04-21 Chris LattnerFix a bug where we would not promote calls to invokes...
2005-04-21 Reid SpencerEliminate calls to system dependent function getuid...
2005-04-21 Reid SpencerProvide an implementation of the GetCurrentUserId and...
2005-04-21 Chris Lattneradd support for taking and resolving the address of...
2005-04-21 Chris LattnerImprove doxygen, from part of Evan's patch that didn...
2005-04-21 Chris LattnerImprove doxygen documentation, patch contributed by...
2005-04-21 Chris LattnerImprove and elimination. On PPC, for:
2005-04-21 Chris LattnerFold (x & 8) != 0 and (x & 8) == 8 into (x & 8) >> 3.
2005-04-21 Chris LattnerInstcombine this:
2005-04-21 Chris LattnerTeach simplifycfg that setcc is cheap and non-trapping...
2005-04-21 Reid SpencerFor Bug 543:
2005-04-21 Reid SpencerFor Bug 543:
2005-04-20 Misha BrukmanRemove trailing whitespace, patch by Markus Oberhumer.
2005-04-20 Misha BrukmanAdd FIXME by Markus Oberhumer from bug 545: not checkin...
2005-04-20 Misha BrukmanDo not mark directories as `executable', we only want...
2005-04-20 Misha BrukmanIgnore dangling symlinks in getDirectoryContents()
2005-04-20 Misha BrukmanInitialize fields mode, uid, and gid.
2005-04-20 Misha BrukmanAlign comments together for consistency
2005-04-19 Chris LattnerWrap some long lines.
2005-04-19 Chris Lattnerfix PR549
2005-04-19 Chris LattnerEliminate a broken transformation, fixing PR548
2005-04-19 Chris LattnerAdd completely untested support for mtcrf/mfcrf encoding
next