oota-llvm.git
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...
2005-04-22 Reid SpencerImplement the --enable-targets= feature of the configur...
2005-04-22 Reid SpencerTwo changes:
2005-04-22 Reid SpencerMake sure the CBackend is always a target that is built.
2005-04-22 Reid SpencerConsolidate the target selection options into a single...
2005-04-22 Andrew Lenharthkeep track of max depth stats
2005-04-22 Reid SpencerFirst step in avoiding compilation/usage of non-relevan...
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 Chris Lattnerremove 'another common example', which doesn't work...
2005-04-22 Jeff CohenEliminate tabs and trailing spaces
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-22 Reid SpencerAdd the RUN: prefix to the start of the run line so...
2005-04-22 Reid SpencerChange some old-style casts to C++ style casts to avoid...
2005-04-22 Reid SpencerThere is no =head3. Convert to =head2.
2005-04-22 Reid SpencerCorrect the documentation to match the program.
2005-04-22 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 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 LattnerCheck for eqv matching
2005-04-21 Chris LattnerMatch another form of eqv
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-21 Chris Lattnerthis passes on darwin
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-21 Misha BrukmanRemove trailing whitespace
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 Reid SpencerAdd two new methods for getting the User Id and Group...
2005-04-21 Chris LattnerAdd doxygen comments, patch contributed by Evan Jones.
2005-04-21 Chris Lattneradd support for taking and resolving the address of...
2005-04-21 Chris Lattneradd support for taking the address of free.
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 Chris LattnerFix some broken links, taking care of PR554
2005-04-21 Chris Lattnerupdate to match build changes.
2005-04-21 Reid SpencerFor Bug 543:
2005-04-21 Reid SpencerFor Bug 543:
2005-04-20 Misha BrukmanRemove trailing whitespace at the end of lines
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 Brukman#include system headers after all LLVM headers
2005-04-20 Misha BrukmanEliminate trailing spaces at end-of-line
2005-04-20 Misha BrukmanConsistently eschew space between `*' or `&' and functi...
next