I know PowerPC wishes it could be alpha, but it cannot. so there
[oota-llvm.git] / lib /
2005-07-22 Andrew Lenharthfinally found the gcc defined constants
2005-07-22 Andrew LenharthAlpha JIT (beta)
2005-07-22 Andrew Lenharthsimpilfy instruction encoding (and make the lines way...
2005-07-22 Andrew Lenharthupdate interface
2005-07-22 Andrew Lenharththe JIT memory manager will construct a GOT if you...
2005-07-21 Nate BegemanSupport building non-PIC
2005-07-21 Chris Lattnerrevert to using 4-byte alignment for doubles, as specif...
2005-07-21 Nate BegemanSupport assembling fsqrt on darwin. This will be imple...
2005-07-20 Nate BegemanGenerate mfocrf when targeting g5. Generate fsqrt...
2005-07-20 Chris LattnerDo not let MaskedValueIsZero consider undef to be zero...
2005-07-20 Chris Lattnercount the number of relocations performed.
2005-07-19 Nate BegemanIntegrate SelectFPExpr into SelectExpr. This gets...
2005-07-19 Nate BegemanRemove unnecessary FP_EXTEND. This causes worse codegen...
2005-07-19 Reid SpencerFor: memory operations -> stores
2005-07-18 Chris LattnerWhen transforming &A[i] < &A[j] -> i < j, make sure...
2005-07-18 Chris LattnerThe assertion was wrong: the code only worked for i64...
2005-07-16 Chris LattnerOnly get the .bss and .data sections when needed instea...
2005-07-16 Chris LattnerRefactor getSection() method to make it easier to use.
2005-07-16 Chris LattnerMajor refactor of the ELFWriter code. Instead of build...
2005-07-16 Nate BegemanTeach the legalizer how to promote SINT_TO_FP to a...
2005-07-16 Nate BegemanTeach the register allocator that movaps is also a...
2005-07-16 Nate BegemanA couple more darwinisms
2005-07-16 Chris LattnerRemove all knowledge of UINT_TO_FP from the X86 backend...
2005-07-16 Chris LattnerBreak the code for expanding UINT_TO_FP operations...
2005-07-15 Chris LattnerYou can't use config options without config.h
2005-07-15 Nate BegemanGet closer to fully working scalar FP in SSE regs....
2005-07-14 Nate BegemanAdd support for printing the sse scalar comparison...
2005-07-14 John CriswellFixed PR#596:
2005-07-14 Chris LattnerMake this use the new autoconf support for finding...
2005-07-14 Chris LattnerAs discussed on IRC, this stuff is just for debugging.
2005-07-14 Chris LattnerIf the Graphviz program is available, use it to visuali...
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 CohenWin32 support for Mutex class.
2005-07-13 Chris LattnerFix Alpha/2005-07-12-TwoMallocCalls.ll and PR593.
2005-07-13 Chris LattnerFix test/Regression/CodeGen/Generic/2005-07-12-memcpy...
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 SpencerFor PR540:
2005-07-12 Reid SpencerFor PR540:
2005-07-12 Chris LattnerAdd support for 64-bit elf files
2005-07-12 Andrew LenharthFix povray and minor cleanups
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-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 LattnerEmit a symbol table entry for each function we output...
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 LattnerRemove prototype for non-existant function
2005-07-11 Chris LattnerUse a name mangler object to uniquify names and remove...
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 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 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 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 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 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-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-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
next