s/ISel/PPC64ISel/ to have unique class names for debugging via gdb because the
[oota-llvm.git] / lib /
2004-09-21 Misha Brukmans/ISel/PPC64ISel/ to have unique class names for debugg...
2004-09-21 Misha Brukmans/ISel/PPC32ISel/ to have unique class names for debugg...
2004-09-21 Misha Brukmans/ISel/X86ISel/ to have unique class names for debuggin...
2004-09-21 Chris LattnerMake sure to set the operand list
2004-09-20 Chris LattnerFix potential miscompilations: InstCombine/2004-09...
2004-09-20 Alkis EvlogimenosFix loop condition so that we don't decrement off the...
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
2004-09-20 Chris LattnerFinegrainify namespacification
2004-09-20 Chris LattnerPrototype more accurately
2004-09-20 Chris LattnerPrototype these functions more accurately
2004-09-20 Reid SpencerPut in a #error in the event that we don't have an...
2004-09-19 Chris LattnerMake isSafeToLoadUnconditionally a bit smarter, impleme...
2004-09-19 Chris LattnerFix a nasty iterator invalidation problem I introduced...
2004-09-19 Chris LattnerRemove a whole bunch of horrible hacky code that was...
2004-09-19 Chris LattnerMake instruction combining a bit more aggressive in...
2004-09-19 Reid SpencerMinor correction to Signals implementation.
2004-09-19 Chris LattnerAdd comment
2004-09-18 Chris LattnerFix the inliner to always delete any edges from the...
2004-09-18 Chris LattnerAdd CallGraphNode::removeAnyCallEdgeTo method
2004-09-18 Reid SpencerUse the /dev/zero device as the device on which the...
2004-09-18 Reid SpencerPorting of Unix implementation to Win32.
2004-09-18 Reid SpencerGet rid of file descriptor leak in create_file.
2004-09-18 Chris LattnerConvert this pass to be a CallGraphSCCPass instead...
2004-09-18 Chris LattnerMake sure to remove the Select instruction as well
2004-09-18 Chris LattnerWhen changing a function, make sure to update the CallG...
2004-09-18 Chris LattnerImplement new changeFunction method, nuke a never imple...
2004-09-17 Chris LattnerFix typo in comment
2004-09-17 Reid SpencerMake sure critical sections are entered before trying...
2004-09-16 Reid SpencerAllow "bc" as suffix for bytecode files.
2004-09-16 Reid SpencerImplement the signals interface for Win32.
2004-09-15 Chris LattnerAdd a newline
2004-09-15 Reid SpencerConvert code to compile with vc7.1.
2004-09-15 Chris LattnerAdd some assertions
2004-09-15 Reid SpencerPatches to make this file actually compile under windows.
2004-09-15 Reid SpencerInitial version of the SysConfig abstraction for Win32.
2004-09-15 Reid SpencerFirst version of a common header file for Win32 impleme...
2004-09-15 Reid SpencerInitial implementation of the Process abstraction for...
2004-09-15 Reid SpencerFix the interface to ReleaseRWX to take MemoryBlock...
2004-09-15 Chris LattnerFix a bug in the previous checkin that broke 255.vortex
2004-09-15 Alkis EvlogimenosWhen creating constant arrays check that the initialize...
2004-09-15 Misha BrukmanFit long lines into 80 cols via creative space elimination
2004-09-15 Misha BrukmanWrap long line
2004-09-15 Misha BrukmanTargets are independent of each other, so compile them...
2004-09-15 Chris LattnerMake sure to update alias analysis information as we...
2004-09-15 Chris LattnerIf given an AliasSetTracker object to update, update it.
2004-09-14 Chris LattnerImplement an AliasSetTracker::copyValue method
2004-09-14 Chris LattnerRemove a long-dead pass. Actually, this pass was never...
2004-09-14 Reid SpencerFix a compilation error.
2004-09-14 Reid SpencerOkay, the list of link-time passes wasn't such a hot...
2004-09-14 Chris LattnerDon't print newlines between passes in the pass list.
2004-09-14 Chris LattnerDon't print newlines between each library in the deplib...
2004-09-14 Chris LattnerRevamp the Register class, and allow the use of the...
2004-09-14 Reid SpencerImplement the GetLibraryPath function.
2004-09-13 Reid SpencerAdd support for the link-time pass list to Modules.
2004-09-13 Reid SpencerSimplify the sys::Memory interface per Chris' request.
2004-09-13 Reid SpencerClean up the interface and implementation of sys::Progr...
2004-09-13 Chris LattnerChanges to make this work with Jason's patch. I checke...
2004-09-12 Misha BrukmanFix filename: Printer.cpp has become X86AsmPrinter.cpp
2004-09-12 Misha BrukmanUnbreak doxygen, according to Reid.
2004-09-12 Misha BrukmanFix code spacing/alignment
2004-09-11 Reid SpencerFix typo: sterror -> strerror
2004-09-11 Reid SpencerCorrect the dynamic lib suffix on Darwin.
2004-09-11 Reid SpencerProvide initial implementations of Memory and Process...
2004-09-11 Reid SpencerProvide a generic Unix implementation of the Memory...
2004-09-11 Reid SpencerProvide a generic unix implementation of the Process...
2004-09-11 Reid SpencerImplemented support for detecting file types by magic...
2004-09-11 Reid SpencerImplementation of Process concept for SUSv2 platforms.
2004-09-11 Reid SpencerConvert the Emitter to use the lib/System "Memory"...
2004-09-11 Reid SpencerImplement support for dependent libraries. The "source...
2004-09-11 Reid SpencerChange interface to use correct typedef so it will...
2004-09-11 Reid SpencerPrint the dependent libraries when dumping bytecode.
2004-09-10 Misha BrukmanRenamed file to SparcV8ISelSimple.cpp
2004-09-10 Brian GaekeRoll back constant printing changes until the problems...
2004-09-10 Alkis EvlogimenosAdd assertion descriptiosn on type mismatches when...
2004-09-09 Alkis EvlogimenosGrow the map on entry so that we don't crash if joinInt...
2004-09-08 Alkis EvlogimenosUse a shorter form to express implicit use/defs in...
2004-09-08 Alkis EvlogimenosA call instruction should implicitely define ST0 since...
2004-09-08 Brian GaekeThis file does not need <iostream>, I think.
2004-09-08 Alkis EvlogimenosUse a DenseMap for mapping reg->reg. This improves...
2004-09-06 Nate BegemanAdd 64 bit divide instructions, and use them
2004-09-05 Alkis EvlogimenosIndent to 2 spaces and cleanup excess whitespace.
2004-09-05 Alkis EvlogimenosIndent to 2 spaces.
2004-09-05 Misha Brukman* Change PPC32AsmPrinter => PowerPCAsmPrinter since...
2004-09-05 Misha BrukmanRenamed PPC32AsmPrinter.cpp => PowerPCAsmPrinter.cpp...
2004-09-04 Nate BegemanInclude MathExtras.h to fix build breakage, thanks...
2004-09-04 Nate BegemanAll PPC instructions are now auto-printed
2004-09-03 Reid SpencerClean up some "clean:" targets so they use $(VERB)...
2004-09-03 Misha BrukmanOrder #includes alphabetically, local .h files first.
2004-09-03 Alkis EvlogimenosFixes to make LLVM compile with vc7.1.
2004-09-02 Alkis EvlogimenosChange the way we choose a free register: instead of...
2004-09-02 Alkis EvlogimenosChange the way we choose a free register: instead of...
2004-09-02 Alkis EvlogimenosWe don't need to sort the added vector as unhandled...
2004-09-02 Nate BegemanConvert remaining X-Form and Pseudo instructions over...
2004-09-02 Brian GaekeBack to compiling land for v8
2004-09-01 Reid SpencerChanges For Bug 352
2004-09-01 Alkis EvlogimenosBe a bit more efficient when processing the active...
2004-09-01 Alkis EvlogimenosGive a better assertion if we see a use before a def.
2004-09-01 Reid Spencermkdtemp doesn't exist on Cygwin. Use tempnam & mkdir...
2004-09-01 Reid SpencerMake CommandLine prefix error output with the name...
next