oota-llvm.git
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 Chris LattnerNew testcase for PR610
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 Reid SpencerRun the verifier pass after all the other passes rather...
2005-07-28 Nate BegemanFold constant adds into loads and stores to frame indices.
2005-07-28 Reid SpencerMake the verifier pass run (in debug mode) in llc....
2005-07-28 Jeff CohenPlease do not reintroduce tabs.
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 Reid SpencerFix PR608:
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 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:
next