oota-llvm.git
2005-07-27 Jeff CohenEliminate tabs and trailing spaces.
2005-07-26 Chris LattnerTestcase for PR607
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-25 Reid SpencerGet rid of bash specific syntax for variable dereferenc...
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 Misha BrukmanNo, really, it's an Alpha! And you probably thought...
2005-07-22 Andrew LenharthHandle more imm forms, and load small negative i32...
2005-07-22 Andrew LenharthI know PowerPC wishes it could be alpha, but it cannot...
2005-07-22 Andrew Lenharthmake sure we always handle small negatives well
2005-07-22 Andrew Lenharthfinally found the gcc defined constants
2005-07-22 Andrew LenharthAlpha has JIT
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-22 Andrew Lenharthallow constants to be relocated like GV (necessary...
2005-07-21 Chris Lattnernew testcase for PR602
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 Chris Lattnerllvm.sqrt somehow escaped documentation.
2005-07-21 Nate BegemanSupport assembling fsqrt on darwin. This will be imple...
2005-07-21 Chris LattnerIf errno doesn't matter (e.g. in -ffast-math scenarios...
2005-07-20 Nate BegemanGenerate mfocrf when targeting g5. Generate fsqrt...
2005-07-20 Misha Brukman* "GNU Compiler Collection's gcc tool" is redundant
2005-07-20 Chris LattnerAllow this to pass on non-linux systems as well, such...
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-20 Chris Lattnerset the target triple so that we don't fail due to...
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-19 Chris Lattnerremove some sparc-v9-specific information
2005-07-19 Reid SpencerProvide descriptions for the TargetInstrInfo and Target...
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-17 Reid SpencerAdd a parameter to the FIND_STD_PROGRAM macro that...
2005-07-17 Reid SpencerAdd two new checks for use in LLVM configuration files:
2005-07-16 Chris LattnerOnly get the .bss and .data sections when needed instea...
2005-07-16 Chris LattnerAdd two helper methods, adjust a prototype
2005-07-16 Chris LattnerRefactor getSection() method to make it easier to use.
2005-07-16 Chris LattnerAdd ability to set TYPE and FLAGS field for section...
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 Chris LattnerFix PR595: These error messages should not be looking...
2005-07-15 John CriswellFixed some punctuation.
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 Nate BegemanAdd support for a TODO; instructions in .td files can...
2005-07-14 John CriswellRegression test for PR#596: Make sure that negation...
2005-07-14 John CriswellFixed PR#596:
2005-07-14 Chris LattnerMake this use the new autoconf support for finding...
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.
next