oota-llvm.git
2004-03-01 Chris LattnerAdd new method
2004-03-01 Chris LattnerCorrectly add an array marker on a node when appropriate!
2004-03-01 Misha BrukmanFix grammar and doxygenify comments.
2004-03-01 Misha Brukman* Add implementation of ExtractBasicBlock()
2004-03-01 Misha BrukmanAdd ability to extract a single basic block into a...
2004-03-01 Misha Brukman* HTML 4.01 Strict compliance
2004-03-01 Misha BrukmanHTML 4.01 Strict compliance.
2004-03-01 Chris LattnerAdd this back, as its absence introduces assertions...
2004-03-01 Tanya Lattnerfix bug in previous checkin
2004-03-01 Brian GaekeTargetCacheInfo has been removed; its only uses were...
2004-03-01 Tanya LattnerAdding new Modulo Scheduling graph files.
2004-03-01 Tanya LattnerRemoving old graph files with new graph files that...
2004-03-01 Chris LattnerExpand on my note-to-self
2004-03-01 Chris LattnerHandle passing constant integers to functions much...
2004-03-01 Brian GaekeDon't look in the .libs directories that libtool makes
2004-03-01 Chris LattnerFix a minor code-quality issue. When passing 8 and...
2004-03-01 Chris LattnerFix the "partial pool allocator" on em3d and others...
2004-03-01 Chris LattnerMake Module annotable. Reid has a bunch of code that...
2004-03-01 Chris LattnerDisable tail duplication in a case that breaks on Olden/tsp
2004-02-29 Misha BrukmanDoxygenify comments.
2004-02-29 Misha Brukman* Remove function to find "main" in a Module, there...
2004-02-29 Chris LattnerFix -debug-pass=Executions, which relied on Function...
2004-02-29 Chris LattnerFix bug: test/Regression/Transforms/LowerInvoke/2004...
2004-02-29 Chris LattnerTestcase for a bug that caused a whole bunch of testcas...
2004-02-29 Chris LattnerAdd an assert
2004-02-29 Chris LattnerAdd back #include I messed up
2004-02-29 Chris LattnerUrg, forgot to check this in.
2004-02-29 Chris LattnerModule does not need to be annotatable aka annotable
2004-02-29 Chris LattnerRemove public header. It's been moved to lib/Target...
2004-02-29 Chris LattnerMove the private MachineInstrAnnot.h into a private...
2004-02-29 Chris LattnerRemove use of an ugly header
2004-02-29 Chris LattnerMove methods out of .h file
2004-02-29 Chris LattnerDo not use explicit casts that hide the dependence...
2004-02-29 Chris LattnerUgh, the old sparc backend attaches MachineCodeForInstr...
2004-02-29 Alkis EvlogimenosAdd instruction name description.
2004-02-29 Alkis EvlogimenosUse correct template for SHLD and SHRD instructions...
2004-02-29 Alkis EvlogimenosImprove allocation order:
2004-02-29 Alkis EvlogimenosA big X86 instruction rename. The instructions are...
2004-02-29 Brian GaekeRemove dead member variables of SparcV9SchedInfo and...
2004-02-29 Chris LattnerEliminate the X86-specific BMI functions, using BuildMI...
2004-02-29 Chris LattnerFix a miscompilation of 197.parser that occurs when...
2004-02-29 Chris LattnerFix PR255: [tailduplication] Single basic block loops...
2004-02-29 Brian GaekeUpdate comment at head of file. Also fix C 'typedef...
2004-02-29 Chris LattnerAdjust to change in TII ctor arguments
2004-02-29 Chris LattnerEliminate the distinction between "real" and "unreal...
2004-02-29 Brian GaekeAdd more architectures, and ELF64 stuff.
2004-02-29 Chris LattnerThese two virtual methods are never called.
2004-02-29 Chris LattnerRemove a TON of flags that noone cares about
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
next