oota-llvm.git
2004-03-06 Alkis EvlogimenosThe default register allocator is local not simple.
2004-03-06 Brian GaekeSupport return values of basic integer types.
2004-03-06 Brian GaekeSort stanzas into Sparc V8 book page number order.
2004-03-06 Brian GaekeHack it so we do not try to allocate values to G0.
2004-03-06 Brian GaekeMake prolog align stack properly. Make epilog not...
2004-03-06 Brian GaekeEmit register names in lowercase, as required by the...
2004-03-06 Brian GaekeTeach getRegClassForType where to find FP registers
2004-03-05 Chris LattnerFix a minor bug
2004-03-05 Misha BrukmanUnbreak the build on Sparc.
2004-03-05 Brian GaekeAsm output is looking a lot better; not correct for...
2004-03-04 Chris LattnerFix a bug in a previous checkin that broke 175.vpr
2004-03-04 Chris LattnerAdd support for strto* and v*printf
2004-03-04 Chris LattnerAdd non-crappy support for varargs
2004-03-04 Chris LattnerImplement a FIXME, improving the efficiency of DSA...
2004-03-04 Brian GaekeSupport -print-machineinstrs
2004-03-04 Chris LattnerSpeed up the cbu pass from taking somewhere near the...
2004-03-04 Brian Gaekemake -print-machineinstrs work for both SparcV9 and X86
2004-03-04 Alkis EvlogimenosAdd assertion for scale verification.
2004-03-04 Alkis EvlogimenosFix bug introduced by yesterday's changes.
2004-03-04 Alkis EvlogimenosHide variable from other functions.
2004-03-04 Chris LattnerFix BU datastructures with povray!
2004-03-04 Chris LattnerMinor changes, remove some debugging code that got...
2004-03-04 Brian GaekeAsm printer support, based on x86 - only prints mnemoni...
2004-03-04 Brian GaekeDouble-FP pseudo-registers.
2004-03-04 Brian GaekeSubtract instructions; minor cleanups
2004-03-04 Brian GaekeFloating point regs
2004-03-04 Chris LattnerOnly clone nodes that are needed in the caller, don...
2004-03-04 Brian GaekeSimple copyConstantToReg support, SETHIi and ORri
2004-03-03 Brian GaekeSupport add - note, still missing important copyConstan...
2004-03-03 Chris LattnerFix a minor bug handling incomplete programs
2004-03-03 Chris LattnerFix a DSA bug that caused DSA to generate incredibly...
2004-03-03 Chris LattnerRename method, add new method
2004-03-03 Chris LattnerDeinline methods, add fast exit
2004-03-03 Chris LattnerDe-inline methods
2004-03-03 Brian GaekeMake MachineOperand's value named 'contents'. Make...
2004-03-03 Brian GaekeSquash /usr/dcs path; use a 'require <version>' instead.
2004-03-03 Brian GaekeAdd my regression finding by binary searching cvs script.
2004-03-03 Chris LattnerFix a node mapping problem that was causing the pool...
2004-03-03 Chris LattnerSPECIFY a target data to initialize the CBE target...
2004-03-03 Chris LattnerAdd a new constructor
2004-03-03 Chris LattnerDon't emit things like malloc(16*1). Allocation instru...
2004-03-02 Chris LattnerFINALLY be able to get symbolic type names in the globa...
2004-03-02 Chris LattnerReally, only if reopen
2004-03-02 John CriswellAdded EH support.
2004-03-02 Alkis EvlogimenosMake <di> into <dt> (definition list term).
2004-03-02 Misha BrukmanDoxygenify comments.
2004-03-02 Misha BrukmanImplement ExtractCodeRegion()
2004-03-02 Misha BrukmanAdd prototype for ExtractCodeRegion()
2004-03-02 Misha BrukmanMake a note that this is usually used via bugpoint.
2004-03-01 Misha BrukmanDoxygenify some comments.
2004-03-01 Alkis EvlogimenosFix <p> missing <p> tag
2004-03-01 Alkis EvlogimenosAdd a spiller option to llc. A simple spiller will...
2004-03-01 Alkis EvlogimenosAdd the long awaited memory operand folding support...
2004-03-01 Misha Brukman* If a badref has a name, print it out for ease of...
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.
next