oota-llvm.git
2005-07-14 Reid Spencer* Correct the AC_DEFINE for LLVM_PATH_GRAPHVIZ to use...
2005-07-14 Chris LattnerAs discussed on IRC, this stuff is just for debugging.
2005-07-14 Reid SpencerPut the path to the Graphviz program in the #defines...
2005-07-14 Chris LattnerIf the Graphviz program is available, use it to visuali...
2005-07-13 Reid SpencerGet rid of warnings on Alpha
2005-07-13 Reid SpencerImplement a test for the Graphviz program for Chris...
2005-07-13 Reid SpencerDon't call pthread_mutexattr_setpshared on FreeBSD...
2005-07-13 Jeff CohenNote to self: don't introduce memory leaks.
2005-07-13 Jeff CohenEliminate tabs
2005-07-13 Jeff CohenWin32 support for Mutex class.
2005-07-13 Chris LattnerFix Alpha/2005-07-12-TwoMallocCalls.ll and PR593.
2005-07-13 Chris Lattnernew testcase for PR593
2005-07-13 Chris LattnerFix test/Regression/CodeGen/Generic/2005-07-12-memcpy...
2005-07-13 Chris Lattnernew testcase that crashes llc on x86/ppc. Not generate...
2005-07-13 Reid SpencerAdd a test that runs the ParallelJIT example program...
2005-07-12 Reid SpencerCorrect the file title.
2005-07-12 Reid SpencerFor PR418:
2005-07-12 Nate BegemanCheck in the last of the darwin-specific code necessary...
2005-07-12 Nate BegemanRemove some code that moved to the generic asm printer...
2005-07-12 Reid SpencerUpdate release notes regarding thread-safe JIT.
2005-07-12 Reid SpencerFor PR540:
2005-07-12 Reid SpencerFor PR540:
2005-07-12 Reid SpencerFor PR540:
2005-07-12 Reid SpencerIn support of PR418:
2005-07-12 Chris LattnerAdd support for 64-bit elf files
2005-07-12 Chris LattnerAdd support for emitting 64-bit integers
2005-07-12 Chris LattnerAdd some apparently undocumented ELF section header...
2005-07-12 Andrew LenharthFix povray and minor cleanups
2005-07-12 Nate BegemanClean up and add comments to the newly implemented...
2005-07-12 Jeff CohenAdd new files to Visual Studio projects.
2005-07-12 Jeff CohenI don't know how this ever compiled with gcc, but VC...
2005-07-12 Jeff CohenVC++ demands that the function returns a value
2005-07-12 Nate BegemanClean up the TargetSubtarget class a bit, removing...
2005-07-12 Chris LattnerMinor changes to improve comments and fix the build...
2005-07-12 Chris LattnerAdd a note
2005-07-12 Nate BegemanImplement Subtarget support
2005-07-12 Nate BegemanCommit some pending darwin changes before subtarget...
2005-07-12 Chris LattnerFix PR576.
2005-07-12 Chris Lattneradd a note so I can remember the common t-t's
2005-07-11 Chris Lattnerfix a warning
2005-07-11 Andrew LenharthRemove glibc specific functions, and mark a couple...
2005-07-11 Andrew Lenharthbecause on alpha:
2005-07-11 Chris LattnerClean up code, no functionality changes.
2005-07-11 Chris LattnerOutput .size directives to tell the assembler the size...
2005-07-11 Chris LattnerFix crazy indentation
2005-07-11 Chris Lattnerconvert dos newlines to unix. No other changes.
2005-07-11 Chris LattnerEmit a symbol table entry for each function we output...
2005-07-11 Chris LattnerThe symbol table just needs a const GlobalValue*, not...
2005-07-11 Chris LattnerRefactor things a bit to allow the ELF code emitter...
2005-07-11 Chris Lattneradd code to emit the .text section to the section header.
2005-07-11 Chris Lattnerexpose a new code emitter object
2005-07-11 Chris Lattneradd a helper method
2005-07-11 Chris LattnerRemove prototype for non-existant function
2005-07-11 Chris LattnerUse a name mangler object to uniquify names and remove...
2005-07-11 Chris Lattneradd a name mangler object
2005-07-11 Chris Lattnerfix long lines
2005-07-10 Chris LattnerChange *EXTLOAD to use an VTSDNode operand instead...
2005-07-10 Chris LattnerChange *EXTLOAD to use an VTSDNode operand instead...
2005-07-10 Chris LattnerChange TRUNCSTORE to use a VTSDNode operand instead...
2005-07-10 Chris LattnerMove TRUNCSTORE to using a VTSDNode operand instead...
2005-07-10 Chris LattnerIntroduce a new VTSDNode class with the ultimate goal...
2005-07-09 Jeff CohenFix bugs also fixed in Unix version, plus other general...
2005-07-09 Jeff Cohen1. Fix bug in getBaseName where it mishandles suffixes
2005-07-08 Reid SpencerEnsure that functions like isDirectory don't fail if...
2005-07-08 Reid SpencerMake sure we don't error out if an invalid path is...
2005-07-08 Reid SpencerTwo changes:
2005-07-08 Chris LattnerAdd support for emitting a .data section and .bss section.
2005-07-08 Jeff CohenStamp out tabs
2005-07-08 Jeff CohenMake Win32 implementation conform to new paradigm
2005-07-08 Jeff CohenFix eraseSuffix()
2005-07-08 Reid SpencerFinal Changes For PR495:
2005-07-08 Jeff CohenFix VC++ breakage
2005-07-08 Jeff Cohenfix typo
2005-07-08 Nate BegemanAdd support for assembling .s files on mac os x for...
2005-07-07 Reid SpencerChanges to mimic those in Unix/Path.inc in support...
2005-07-07 Reid SpencerFor PR495:
2005-07-07 Chris LattnerFix a problem that instcombine would hit when dealing...
2005-07-07 Chris LattnerNew testcase distilled from a large chunk of code Misha...
2005-07-07 Andrew Lenharthclean up prolouge and epilouge
2005-07-07 Reid SpencerFor PR495:
2005-07-07 Chris LattnerRestore some code that was accidentally removed by...
2005-07-07 Chris LattnerAdd support for emitting the symbol table (and its...
2005-07-07 Chris LattnerAdd support for building/representing the symbol table...
2005-07-07 Nate BegemanFix a typo in my checkin today that caused regressions...
2005-07-06 Nate BegemanFirst round of support for doing scalar FP using the...
2005-07-05 Chris LattnerMake several cleanups to Andrews varargs change:
2005-07-05 Chris LattnerMake several cleanups to Andrews varargs change:
2005-07-05 Andrew Lenharth2 fixes:
2005-07-05 Chris LattnerFit to 80 columns
2005-07-05 Chris LattnerFix PowerPC varargs
2005-07-05 Andrew Lenharthoops
2005-07-05 Andrew Lenharthupdates
2005-07-04 Andrew Lenharthcheck the correct VT
2005-07-03 Andrew Lenharthfix loading address of fp symbols
2005-07-03 Chris LattnerPercolate the call up to the right superclass
2005-07-02 Andrew LenharthI really didn't think this was necessary. But, Legaliz...
2005-07-02 Jeff CohenAdding new files to Visual Studio projects.
2005-07-01 Nate BegemanThe statistic needs to be in the correct namespace.
2005-07-01 Chris LattnerVarargs is apparently currently broken on PPC. This...
2005-07-01 Chris LattnerRefactor X86AsmPrinter.cpp into multiple files. Patch...
next