oota-llvm.git
2004-02-29 Chris LattnerNoone calls these virtual methods
2004-02-29 Chris LattnerThis is the only file in the system that uses this...
2004-02-29 Chris LattnerScrap a huge layer of cruft out of this interface.
2004-02-29 Chris LattnerImplement initial prolog/epilog code insertion methods.
2004-02-29 Chris LattnerRemove unneeded #include
2004-02-29 Chris Lattnerint64_t -> int
2004-02-29 Chris LattnerContinue Alkis's int64_t cleanup. This makes all of...
2004-02-29 Chris LattnerAdd BuildMI variants that take a MBB::iterator
2004-02-29 Alkis EvlogimenosUse correct template for ADC instruction with memory...
2004-02-29 Chris LattnerAdd an instruction selector capable of selecting 'ret...
2004-02-28 Alkis EvlogimenosSHLD and SHRD take 32-bit operands but an 8-bit immedia...
2004-02-28 Alkis EvlogimenosFloating point loads/stores act on memory operands...
2004-02-28 Alkis EvlogimenosRename instruction templates to be easier to the human...
2004-02-28 Alkis EvlogimenosUncomment instructions that take both an immediate...
2004-02-28 Brian GaekeFix my sloppiness
2004-02-28 Alkis EvlogimenosEach instruction now has both an ImmType and a MemType...
2004-02-28 Brian GaekeFix typo in comment
2004-02-28 Chris LattnerAdd a testcase for switch instruction induction
2004-02-28 Chris LattnerImplement switch->br and br->switch folding by ripping...
2004-02-28 Chris LattnerChange this so that LLC actually tries to run the code...
2004-02-28 Chris LattnerAdd a hook to run with the V8 target, though it doesn...
2004-02-28 Chris LattnerAdd hook for V8 target
2004-02-28 Chris LattnerSparcV8 now builds.
2004-02-28 Chris Lattnerfine grainify namespacification
2004-02-28 Chris LattnerFinegrainify namespacification
2004-02-28 Chris LattnerTab completion is our friend.
2004-02-28 Chris LattnerClean up rules
2004-02-28 Chris LattnerBring this directory into "it actually compiles" land
2004-02-28 Chris LattnerFix multiple inclusion problem
2004-02-28 Chris Lattnerif there is already a prototype for malloc/free, use...
2004-02-28 Chris LattnerDo not remove an active template argument even if the...
2004-02-28 Chris Lattnerfix a bug in the testcase
2004-02-28 Chris LattnerIgnore X = X assignments that was causing Alkis's rewri...
2004-02-28 Chris Lattnernew testcase for a tblgen bug that alkis ran into
2004-02-28 Chris LattnerAssert instead of going into an infinite loop!
2004-02-28 Brian GaekeELF constants and data structures.
2004-02-28 Alkis EvlogimenosDo not generate instructions with mismatched memory...
2004-02-28 Chris Lattnernew testcase for intrinsic folding
2004-02-28 Chris LattnerThe instruction combining pass removes dead instruction...
2004-02-28 Chris LattnerRename AddUsesToWorkList -> AddUsersToWorkList, as...
2004-02-28 Chris LattnerTurn 'free null' into nothing
2004-02-28 Misha BrukmanRight, it's really Extractor, not Extraction.
2004-02-28 Misha BrukmanNew Function-level transformation utils.
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()...
next