oota-llvm.git
2003-12-18 John CriswellReverted back to previous revision - this was previousl...
2003-12-18 John CriswellMerged in RELEASE_11.
2003-12-18 Alkis EvlogimenosModify linear scan register allocator to use the two...
2003-12-18 Alkis EvlogimenosFix bug in reserved registers. DH actually aliases...
2003-12-18 Alkis EvlogimenosModify local register allocator to use the two-address...
2003-12-18 Alkis EvlogimenosAdd TwoAddressInstructionPass to handle instructions...
2003-12-18 Alkis EvlogimenosRename LiveIntervals::expired() to LiveIntervals::expir...
2003-12-18 Alkis EvlogimenosWhen a variable is killed and redifined in a basic...
2003-12-18 Alkis EvlogimenosHandle multiple virtual register definitions gracefully.
2003-12-18 Chris Lattneradd boog
2003-12-18 Chris LattnerWhen we delete instructions from the loop, make sure...
2003-12-18 Chris LattnerAdd a new AliassetTracker::remove method. Because...
2003-12-18 Chris LattnerCheck in patch that Reid submitted
2003-12-17 Misha BrukmanFix the links to match our 'llvm' namespace in doxygen...
2003-12-17 Misha Brukman* Converted C-style comments to C++
2003-12-17 Misha BrukmanReordered #includes.
2003-12-17 Misha BrukmanDoxygenified some comments, reduced extraneous space.
2003-12-17 Misha BrukmanReorganized the Sparc backend to be more modular -...
2003-12-17 Misha BrukmanSince we are now in the 'llvm' namespace, the mangled...
2003-12-17 John CriswellAdded Stacker to Reid Spencer's list of contributions.
2003-12-17 Brian GaekeMake getObjectType() smarter about ranlibbed Mac OS...
2003-12-16 Misha BrukmanDisable __attribute__((weak)) on Mac OS X and other...
2003-12-16 Chris LattnerAdd a faq entry for the demo page
2003-12-16 Brian GaekeFix typo in comment.
2003-12-15 Chris LattnerThere is no reason to add -load support to LLC
2003-12-15 Misha BrukmanAdded info about PR186: weak linkage on memory functions.
2003-12-15 Misha BrukmanMake all memory functions have weak linkage so that...
2003-12-15 Chris LattnerFix for PR185 & IndVarsSimplify/2003-12-15-Crash.llx
2003-12-15 Chris LattnerNew testcase, for PR185
2003-12-15 Chris LattnerThis header is dead
2003-12-15 Alkis EvlogimenosChange preserve all claim to just preserve live variabl...
2003-12-15 Chris LattnerNew testcase
2003-12-14 Chris LattnerRefactor code just a little bit, allowing us to impleme...
2003-12-14 Chris Lattnernew test
2003-12-14 Chris LattnerFinegrainify namespacification
2003-12-14 Chris LattnerFinegrainify namespacification
2003-12-14 Chris LattnerFinegrainify namespacification
2003-12-14 Alkis EvlogimenosI wonder how this didn't cause any tests to fail...
2003-12-14 Alkis EvlogimenosChange interface of MachineOperand as follows:
2003-12-14 Alkis EvlogimenosChange preserve all claim to just preserve live variabl...
2003-12-14 Chris LattnerRev the release notes to 1.2
2003-12-14 Chris LattnerDo not promote volatile alias sets into registers
2003-12-14 Chris LattnerFinegrainify namespacification
2003-12-14 Chris LattnerAdd capability to represent volatile AliasSet's
2003-12-14 Chris LattnerTestcase for PR179
2003-12-13 Alkis EvlogimenosWhen reserving a preallocated register spill the aliase...
2003-12-13 Alkis EvlogimenosIgnore non-allocatable physical registers in live inter...
2003-12-13 Alkis EvlogimenosExpire any active intervals left when register allocati...
2003-12-13 Alkis EvlogimenosAdd instruction numbers to debugging output.
2003-12-13 Alkis EvlogimenosAdd a floating point killer pass. This pass runs before...
2003-12-13 Alkis EvlogimenosHandle explicit physical register defs.
2003-12-13 Alkis EvlogimenosRemove unecessary if statements when looping on Implici...
2003-12-12 Chris LattnerTry rewording stuff talking about unwinding. Hopefully...
2003-12-12 Chris LattnerLink to lists, incorporate feedback from Tanya
2003-12-12 John CriswellUpdated configure script so that it does not configure...
2003-12-12 John CriswellDon't configure directories that don't have a configure...
2003-12-12 John CriswellModified cast so that it converts the int to a long...
2003-12-12 John CriswellFixed some minor typos.
2003-12-12 Brian GaekeDynamically get the right-sized member of a GenericValu...
2003-12-12 Chris LattnerPR177 is no longer among the open
2003-12-12 Chris LattnerImplement the ExecutionEngine::getPointerToFunctionOrSt...
2003-12-12 Chris LattnerImplement the TargetMachine::getJITStubForFunction...
2003-12-12 Chris LattnerAdd new getJITStubForFunction method, which may optiona...
2003-12-12 Chris LattnerDoxygenify comments, remove extraneous #include
2003-12-12 Chris LattnerNote about bytecode format
2003-12-12 Brian GaekeSince we are using a gep_type_iterator, we apparently...
2003-12-12 Brian GaekeUse uintptr_t for pointer values in the ExecutionEngine.
2003-12-12 Brian GaekeFix typo in comment
2003-12-12 Chris LattnerThese aren't bugs, don't phrase them like they are.
2003-12-12 Chris LattnerI'm a spaz
2003-12-12 Chris LattnerAdd note about Stacker, duh!
2003-12-12 Misha BrukmanBreak lines and add space after ':' to be consistent...
2003-12-12 Chris LattnerMore updates for the release
2003-12-12 Brian GaekeThrow better error messages, by calling strerror(errno...
2003-12-12 Brian GaekeAdd an assertion to make sure we are at least getting...
2003-12-11 Chris LattnerUpdate release notes for PR86 and C++ support
2003-12-11 Chris LattnerFactor out some duplicated code, implement the rest...
2003-12-11 Chris LattnerRename variable to avoid confusing it with the global G
2003-12-11 Chris LattnerFix PR86. This makes basicaa _SIGNIFICANLY_ more aggre...
2003-12-11 Chris LattnerFix LICM/2003-12-11-SinkingToPHI.ll, and quite possibly...
2003-12-11 Chris LattnerNew testcase that LICM is breaking crafty on
2003-12-11 Chris LattnerFinegrainify namespacification
2003-12-11 Chris LattnerverifyFunction depends on dominator info, which levelra...
2003-12-11 Chris LattnerFix test that was failing because we were optimizing...
2003-12-11 Chris LattnerNew testcase for PR86
2003-12-11 Chris LattnerRun tailcall elimination in a more logical place
2003-12-11 Chris LattnerFix a glaring bug
2003-12-11 Chris LattnerRealize the gep P, <zeros> must aliases P.
2003-12-11 Chris LattnerWith Brian's change to AA.h we can now clean out this...
2003-12-11 Brian GaekeIncludeFile hack to pull in BasicValueNumbering wheneve...
2003-12-11 Brian GaekeIncludeFile hack to pull in BasicAliasAnalysis whenever...
2003-12-11 Brian GaekeSeparate out target for cleaning up qmtest garbage.
2003-12-11 Brian GaekeAdd more fixed bugs. Keep llvm core section sorted...
2003-12-11 Chris LattnerStop laughing Misha
2003-12-11 Brian GaekeIn getObjectType(), doxygenify comment, and take a...
2003-12-11 Brian GaekeTurn off "attribute weak" to pacify Mac OS X's system...
2003-12-11 Brian GaekeFix typo in comment. Add prototype for getConstantExpr...
2003-12-11 Brian GaekeAdd support for --debug-only=interpreter, to print...
2003-12-10 John CriswellThis appears to fix Bug 172 and does not break any...
2003-12-10 Chris LattnerFix bug: LICM/sink_multiple_exits.ll
next