oota-llvm.git
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...
2005-07-01 Andrew Lenharthsimplify call code, remove pseudo ops for div and rem...
2005-07-01 Andrew Lenharthsimplify call code, remove pseudo ops for div and rem...
2005-07-01 Chris Lattnerremove some debugging code
2005-06-30 Andrew Lenharthoops
2005-06-30 Andrew LenharthFP EXTLOAD is not support on all archs, expand to LOAD...
2005-06-30 Chris LattnerFix PR590 and Transforms/Mem2Reg/2005-06-30-ReadBeforeW...
2005-06-30 Chris Lattnernew testcase for PR590
2005-06-30 Nate BegemanMake the x86 asm printer darwin-aware. This mostly...
2005-06-29 Andrew Lenharthrestore old srcValueNode behavior and try to to work...
2005-06-29 Chris LattnerDon't crash on a query where the block is not in any...
2005-06-29 John CriswellBug fixed.
2005-06-29 John CriswellDoh! Forgot to LLVMify the style.
2005-06-29 Andrew Lenharthtracking the instructions causing loads and stores...
2005-06-29 John CriswellBasic fix for PR#591; don't convert an fprintf() to...
2005-06-29 Andrew Lenharththinko
2005-06-29 Andrew Lenharthunify SelectExpr and SelectFP
next