oota-llvm.git
2004-02-28 Misha BrukmanAdd the prototype for the LoopExtractor Pass.
2004-02-28 Misha BrukmanA pass that uses the generic CodeExtractor to rip out...
2004-02-28 Misha BrukmanA generic code extractor: given a list of BasicBlocks...
2004-02-28 Misha BrukmanTwo testcases for loops: one with outputs, one without.
2004-02-28 Alkis EvlogimenosFurther comment updates.
2004-02-28 Alkis EvlogimenosUpdate comments.
2004-02-28 Alkis EvlogimenosMy previous commit broke the jit. The shift instruction...
2004-02-27 Brian GaekeTurn off the SparcV9MachineCodeDestructionPass for...
2004-02-27 Brian GaekeCorrect DestroyMachineFunction's getPassName
2004-02-27 Chris LattnerOnly clone global nodes between graphs if both graphs...
2004-02-27 Chris LattnerADD MORE FUNCTIONS!
2004-02-27 Alkis EvlogimenosFix argument size for SHL, SHR, SAR, SHLD and SHRD...
2004-02-27 Alkis EvlogimenosFix encoding of ADD and SUB family of instructions...
2004-02-27 Alkis EvlogimenosRename MRMS[0-7]{r,m} to MRM[0-7]{r,m}.
2004-02-27 Chris Lattnersetcond instructions don't have aliasing implications.
2004-02-27 John CriswellAdded d and hbd MultiSource applications.
2004-02-27 Chris LattnerFix Regression/Assembler/2004-02-27-SelfUseAssertError.ll
2004-02-27 Chris LattnerFix a verifier bug that was preventing us from ripping...
2004-02-27 Chris LattnerBuild zlib and libpng
2004-02-27 Chris LattnerUpdates from Reid
2004-02-27 Alkis EvlogimenosAdd memory operand folding support for the SETcc family of
2004-02-27 Alkis EvlogimenosMake MachineOperand's immediate value an int and save...
2004-02-27 Alkis EvlogimenosAdd memory operand folding support for SHLD and SHRD...
2004-02-27 Alkis EvlogimenosAdd memory operand folding support for SHL, SHR and...
2004-02-27 Alkis EvlogimenosRename SHL, SHR, SAR, SHLD and SHLR instructions to...
2004-02-27 Chris LattnerInitial checkin of document, contributed by Reid Spencer.
2004-02-27 Chris LattnerImplement test/Regression/Transforms/InstCombine/canoni...
2004-02-27 Chris LattnerThe instcombiner should canonicalize comparisons.
2004-02-27 Alkis EvlogimenosRename member function to be consistent with the rest.
2004-02-27 Alkis EvlogimenosAdd improvements to the code generator.
2004-02-27 Alkis EvlogimenosMake spiller push stores right after the definition...
2004-02-27 Alkis EvlogimenosFix crash caused by passing register 0 to
2004-02-26 Alkis EvlogimenosClear maps right after basic block is processed.
2004-02-26 Misha BrukmanDoxygenify comments.
2004-02-26 Misha BrukmanDoxygenify and tersify comments.
2004-02-26 John CriswellAdded PR258 and 259.
2004-02-26 John CriswellAdded support for C++ compilation.
2004-02-26 John CriswellC++ version of llvm-native-gcc.
2004-02-26 John CriswellFixed test case to actually check for the static declar...
2004-02-26 John CriswellRegression tests for PR258 and PR259.
2004-02-26 John CriswellFixes for PR258 and PR259.
2004-02-26 Chris LattnerBe a good little compiler and handle direct calls effic...
2004-02-26 Alkis EvlogimenosUncomment assertions that register# != 0 on calls to
2004-02-26 John CriswellModified the default pathname for Povray.
2004-02-26 Chris LattnerSince LLVM uses structure type equivalence, it isn...
2004-02-26 Chris LattnerAnnotations are evil. This makes Value not derive...
2004-02-26 Chris Lattneradd note
2004-02-26 Chris LattnerUse a map instead of annotations
2004-02-26 Chris LattnerMake TargetData no longer use annotations!
2004-02-26 Chris LattnerEliminate copy-and-paste comments
2004-02-26 Chris Lattnerremove obsolete comment
2004-02-26 Chris LattnerMake sure that at least one virtual method is defined...
2004-02-26 Chris Lattnerturn things like:
2004-02-26 Chris LattnerNo need to clear the map here, it will always be empty
2004-02-26 Chris LattnerFix a bug in the densemap that was killing the local...
2004-02-26 Alkis EvlogimenosRemove .micro references as those files no longer exist...
2004-02-26 Chris LattnerFix typeo. grow() cannot shrink storage. clear()...
2004-02-26 Chris LattnerFix typo
2004-02-26 Chris LattnerThe node doesn't have to be _no_ node flags, it just...
2004-02-26 Chris LattnerAdd _more_ functions
2004-02-26 Chris LattnerWe have this snazzy link-time optimizer. How about...
2004-02-26 Chris LattnerFix some warnings, some of which were spurious, and...
2004-02-26 Misha BrukmanInstructions to call and return from functions.
2004-02-26 Brian GaekeOne B00g fixed.
2004-02-25 Alkis EvlogimenosTemporarily comment out asserts as they break things...
2004-02-25 Alkis EvlogimenosFix typo. I wonder how this actually worked.
2004-02-25 Alkis EvlogimenosComplete the SPEC_ROOT and USE_SPEC to SPEC2000_ROOT...
2004-02-25 Chris LattnerTwo changes:
2004-02-25 Chris LattnerNew testcase
2004-02-25 Chris LattnerWhen building local graphs, clone the initializer for...
2004-02-25 Alkis EvlogimenosFix bugs found with recent addition of assertions in
2004-02-25 Chris LattnerSimplify the dead node elimination stuff
2004-02-25 Chris LattnerAdd a bunch more functions
2004-02-25 Chris LattnerTry harder to get symbol info
2004-02-25 Brian GaekeRepresent va_list in interpreter as a (ec-stack-depth...
2004-02-25 Brian GaekeGreat sparc renaming fallout IV: Sparc --> SparcV9.
2004-02-25 Alkis EvlogimenosDuh, forgot to close the parenthesis.
2004-02-25 Alkis EvlogimenosAdd assert to isPhysicalRegister and isVirtualRegister...
2004-02-25 Alkis EvlogimenosRemove asssert since it is breaking cases that it shoul...
2004-02-25 Alkis EvlogimenosAdd DenseMap template and actually use it for for mappi...
2004-02-25 Chris LattnerAdd a new pass, run internalize first
2004-02-25 Chris LattnerAdd a new pass
2004-02-25 Chris LattnerAdd prototype
2004-02-25 Chris LattnerMy faith in programmers has been found to be totally...
2004-02-25 Misha BrukmanSparcV8 regs are really 32-bit, not 64! Thanks, Chris.
2004-02-25 Misha BrukmanClean up the tablegen descriptions for SparcV8.
2004-02-25 Misha BrukmanFix the SparcV8 register definitions that were imported...
2004-02-25 Misha BrukmanSparcV8 has different types of instructions, but F1...
2004-02-25 Brian GaekeNote that this test is currently expected to fail.
2004-02-25 Chris LattnerAdd an assertion
2004-02-25 Chris LattnerFix failures in 099.go due to the cfgsimplify pass...
2004-02-25 Brian GaekeSparcV8 skeleton
2004-02-25 Brian GaekeGreat renaming part II: Sparc --> SparcV9 (also include...
2004-02-25 Brian GaekeGreat renaming: Sparc --> SparcV9
2004-02-25 Chris LattnerAdd a bunch more functions used by perlbmk
2004-02-25 John CriswellUpdated to use llc to generate CBE code.
2004-02-25 Chris LattnerSubstantial improvements and cleanups for the release...
2004-02-25 Chris LattnerFix incorrect debug code
2004-02-25 Chris LattnerTeach the instruction selector how to transform 'array...
2004-02-25 Chris Lattner* Make the previous patch more efficient by not allocat...
next