oota-llvm.git
2008-11-13 Bill WendlingModify the intrinsics pattern to separate out the ...
2008-11-13 Evan Chengfsub{d|s} encoding bugs.
2008-11-13 Evan ChengMissed a break statement.
2008-11-13 Evan ChengFix pre- and post-indexed load / store encoding bugs.
2008-11-13 Bill WendlingRefactor the code that does the type checking for intri...
2008-11-13 Daniel DunbarAdd Binary flag to raw_fd_ostream constructor.
2008-11-13 Bill WendlingAdded testcase for r59214.
2008-11-13 Devang PatelReally remove all debug information.
2008-11-13 Bill WendlingRegenerated
2008-11-13 Bill WendlingUpdate docs for ssp and sspreq function attributes.
2008-11-13 Bill WendlingImplement stack protectors as function attributes:...
2008-11-12 Dan GohmanRevert the part of r59145 that changed the comment...
2008-11-12 Dan GohmanMove the code that inserts X87 FP_REG_KILL instructions...
2008-11-12 Evan ChengRemove the incorrect assertion. We don't have enough...
2008-11-12 Oscar FuentesCMake: when bulding shared libraries on non-WIN32 syste...
2008-11-12 Oscar FuentesTell GenLibDeps.pl to inspect .so and .dylib shared...
2008-11-12 Dale JohannesenFix unsigned char->ppcf128 conversion.
2008-11-12 Dan GohmanDo the LiveVariables update before printing the instruc...
2008-11-12 Dan GohmanRemove some debugging code made redundant by the change...
2008-11-12 Dan GohmanUpdate VarInfo's comments to reflect the current code...
2008-11-12 Dan GohmanCorrect a function name in a comment.
2008-11-12 Tanya LattnerAdd test case for ptr annotation.
2008-11-12 Mikhail GlushenkovCheck the return value of std::getenv.
2008-11-12 Duncan SandsCorrect these links.
2008-11-12 Duncan SandsSimplify SplitVecRes_EXTRACT_SUBVECTOR. This means
2008-11-12 Duncan SandsCorrect some thinkos in the expansion of ADD/SUB
2008-11-12 Evan ChengChange binary dump format.
2008-11-12 Evan ChengAddress mode immediate offset has already been divided...
2008-11-12 Evan ChengFix a VFP binary arithmetic instruction encoding bug.
2008-11-12 Evan ChengFix address mode 3 immediate offset mode encoding.
2008-11-12 Evan ChengConsolidate formats; fix FCMPED etc. encodings.
2008-11-12 Tanya LattnerAdd ptr annotation intrinsic.
2008-11-12 Evan ChengFix VFP conversion instruction encodings.
2008-11-12 Evan ChengFix encoding of single-precision VFP registers.
2008-11-12 Dale JohannesenFix the testb optimization so x86 also bootstraps.
2008-11-12 Evan ChengVFP fld / fst immediate field is multiplied by 4.
2008-11-12 Oscar FuentesCMake: Remove removed source file.
2008-11-12 Mikhail GlushenkovAdd a bit of lazy evaluation to PopulateCompilationGraph().
2008-11-12 Mikhail GlushenkovSome cosmetic changes.
2008-11-11 Devang PatelRemove
2008-11-11 Devang PatelUndo previous check-in.
2008-11-11 Andrew LenharthThis shouldn't be necessary
2008-11-11 Evan ChengFix FMDRR encoding.
2008-11-11 Evan ChengHandle floating point constpool_entry's.
2008-11-11 Owen AndersonDon't walk into predecessors in which the vreg is not...
2008-11-11 Evan ChengEncode VFP load / store instructions.
2008-11-11 Dan GohmanIn ScheduleDAGRRList::CopyAndMoveSuccessors, create...
2008-11-11 Dan GohmanAvoid relying on the SelectionDAG for initializing...
2008-11-11 Oscar FuentesCMake: Updated library dependency info used for MSVC++.
2008-11-11 Oscar FuentesCMake: Updated list of source files for lib/Transforms...
2008-11-11 Evan ChengEncode VFP conversion instructions.
2008-11-11 Chris Lattnerlast validation errors
2008-11-11 Devang PatelRemove incomplete lto-bugpoint tool. If there is an...
2008-11-11 Chris Lattnerfix some validation errors <it> -> <i>
2008-11-11 Chris Lattnerfix some validation errors.
2008-11-11 Devang PatelAdd utility pass to remove dbg info.
2008-11-11 Chris Lattnerremove an extraneous tag
2008-11-11 Chris LattnerMake this document *substantially* better and cover...
2008-11-11 Devang PatelSilence unused variable warning.
2008-11-11 Devang PatelUse actual function name in comments.
2008-11-11 Dan GohmanChange the scheduler accessor methods to accept an...
2008-11-11 Evan ChengAdd a README entry.
2008-11-11 Oscar FuentesCMake: forces rebuild of llvm-config's library dependen...
2008-11-11 Oscar FuentesCMake: corrected split of Alpha and Sparc AsmPrinters.
2008-11-11 Oscar FuentesCMake: Removed unnecessary library path setting that...
2008-11-11 Anton KorobeynikovSeparate sparc asmprinter. This should unbreak the...
2008-11-11 Anton KorobeynikovSeparate alpha asmprinter. This should unbreak native...
2008-11-11 Dan GohmanThe 32-bit displacement field in an x86 address is...
2008-11-11 Dan GohmanAdd svn:ignore properties for srcdir = objdir builds.
2008-11-11 Cedric VenetUpdate CMakeLists.txt
2008-11-11 Bill WendlingFix for PR3040:
2008-11-11 Andrew Lenharthfix another libgcc blocker
2008-11-11 Mon P WangCleaned up and fix bugs in convert_rndsat node
2008-11-11 Bill WendlingUn-XFAIL tests now that they're fixed.
2008-11-11 Scott MichelUnbreak the buildbot and back out (inadvertant) casting...
2008-11-11 Evan ChengEncode VFP arithmetic instructions.
2008-11-11 Devang PatelCleanup debug info. assocated with deleted instructions.
2008-11-11 Devang PatelAdd utility routines to remove dead debug info.
2008-11-11 Bill Wendlingr59009 broke these tests. XFAIL for now.
2008-11-10 Scott MichelCellSPU: Fix bug 3606, as well as some ongoing work.
2008-11-10 Bill WendlingSmall simplification. Use the iterator already present...
2008-11-10 Evan ChengComments and indentation.
2008-11-10 Evan ChengCorrect PIC function stub codegen.
2008-11-10 Oscar FuentesCMake: Fixed cross-compiling.
2008-11-10 Dan GohmanFix indentation.
2008-11-10 Bill WendlingTemporarily revert r58979 and related patch. It's causi...
2008-11-10 Bill Wendling- Make sure that we don't over-increment the iterator...
2008-11-10 Mon P WangAdded CONVERT_RNDSAT (conversion with rounding and...
2008-11-10 Steve NaroffUpdate VC++ project file.
2008-11-10 Devang PatelIf the sign of exit condition and split condition does...
2008-11-10 Duncan SandsFix PR2667: add soft float support for sint_to_fp/uint_...
2008-11-10 Duncan SandsTweak some comments.
2008-11-10 Duncan SandsSmall cleanups. No functionality change intended!
2008-11-10 Duncan SandsWhen promoting the result of fp_to_uint/fp_to_sint,
2008-11-10 Duncan SandsWork around PR1000.
2008-11-10 Anton KorobeynikovProper way of doing llvm canadian-cross compilation.
2008-11-10 Dale JohannesenReenable test.
2008-11-10 Dale JohannesenReally fix testb optimization on big-endian.
2008-11-10 Bill WendlingThird time's a charm.
2008-11-10 Chris Lattnerfinal edits
next