Add support for OR/XOR/SUB immediates that are handled with the new immediate
[oota-llvm.git] / lib /
2005-07-30 Chris Lattnerfix a typeo
2005-07-30 Nate BegemanAck, typo
2005-07-30 Chris LattnerChange the fp to integer code to not perform 2-byte...
2005-07-30 Nate BegemanCommit a new LoopStrengthReduce pass that can use scala...
2005-07-30 Nate BegemanBreak SCEVExpander out of IndVarSimplify into its own...
2005-07-30 Chris LattnerUse a custom expander for all FP to int conversions...
2005-07-30 Chris LattnerAllow targets to have custom expanders for FP_TO_*INT...
2005-07-29 Andrew Lenharthsupport near allocations for the JIT
2005-07-29 Andrew Lenharthturn off GOT on archs that didn't use it (not that...
2005-07-29 Chris LattnerImplement a FIXME: move a bunch of cruft for handling...
2005-07-29 Chris LattnerDon't forget to diddle with the control word when perfo...
2005-07-29 Chris LattnerUse a custom expander to compile this:
2005-07-29 Chris LattnerAllow targets to define custom expanders for FP_TO_*INT
2005-07-29 Chris Lattnerallow a target to request that unknown FP_TO_*INT conve...
2005-07-28 Chris Lattnerinstead of having all conversions be handled by one...
2005-07-28 Andrew Lenharthsupport bsr, and more .td simplification
2005-07-28 Andrew Lenharthnew is not a valid default anywhere, so make this pure...
2005-07-28 Reid SpencerFix a problem in getDirectoryContents where sub-directo...
2005-07-28 Andrew Lenharthget lazy JITing working. Some of shootout runs now
2005-07-28 Andrew LenharthLike constants, globals on some platforms are GOT relat...
2005-07-28 Chris LattnerEliminate an extra copy from R1 that Nate noticed on...
2005-07-28 Chris LattnerSpecify the correct number of operands
2005-07-28 Nate BegemanFold constant adds into loads and stores to frame indices.
2005-07-27 Nate BegemanFix some comments
2005-07-27 Chris LattnerFix debug info to not print out recently freed memory.
2005-07-27 Chris LattnerPrint symbolic register names in debug dumps
2005-07-27 Jeff CohenEliminate all remaining tabs and trailing spaces.
2005-07-27 Nate BegemanImplement the optimization for the Red Zone on Darwin...
2005-07-27 Chris Lattnerfix some warnings when compiled with 32-bit hosts
2005-07-27 Jeff CohenEliminate tabs and trailing spaces.
2005-07-26 Chris Lattneradd a note about the red zone
2005-07-26 Chris LattnerWrap some long lines, fix emission of weak global variables
2005-07-26 Nate BegemanUpdate the PPC readme
2005-07-26 Chris LattnerConvertibleToGEP always returns 0, remove some old...
2005-07-25 Chris Lattnerfix a warning on 32-bit systems
2005-07-25 Nate BegemanFix an optimization put in for accessing static globals...
2005-07-23 Andrew Lenharthfix compile error
2005-07-22 Chris LattnerPowerPC no-pic code is not quite ready for prime-time
2005-07-22 Andrew LenharthHandle more imm forms, and load small negative i32...
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
next