oota-llvm.git
2008-04-01 Chris LattnerStub out some sys::Path::MapInFilePages/UnMapFilePages...
2008-04-01 Chris Lattnerchange the archive stuff to use MemoryBuffer instead...
2008-04-01 Chris Lattnerprune unneeded #includes
2008-04-01 Chris Lattnerrewrite SourceFile to be in terms of MemoryBuffer,...
2008-04-01 Chris LattnerMake MappedFile::map return a const correct pointer...
2008-04-01 Chris LattnerRemove the MappedFile::charBase member, rename base...
2008-04-01 Chris LattnerChange DiffFilesWithTolerance to be written in terms...
2008-04-01 Chris Lattneradd an accessor.
2008-04-01 Chris LattnerRemove MappedFile support for mapping files for write...
2008-04-01 Chris Lattnerremove extraneous #include
2008-04-01 Chris Lattneradd missing #includes
2008-04-01 Evan ChengMore soft fp fixes.
2008-04-01 Evan ChengPasto.
2008-04-01 Evan ChengAdd comment.
2008-04-01 Evan ChengUnbreak ARM / Thumb soft FP support.
2008-04-01 Dale JohannesenAccept 'y' constraint (MMX) in inline asm.
2008-04-01 Chris Lattnerupdate comment.
2008-04-01 Chris Lattnercleanup the MappedFile API and comments. This removes...
2008-04-01 Chris Lattnerremove DEFINING_FILE_FOR for MappedFile.h
2008-03-31 Dale JohannesenEmit exception handling info for functions which are
2008-03-31 Dale JohannesenMark functions in some tests as 'nounwind'. Generating
2008-03-31 Evan ChengIt's not safe to fold a load from GV stub or constantpo...
2008-03-31 Nate BegemanActually disable crash reporting on Mac OS X, returning...
2008-03-31 Dan GohmanSet blockBegin to point to the beginning of the block,
2008-03-31 Evan ChengMove reMaterialize() from TargetRegisterInfo to TargetI...
2008-03-31 Dan GohmanFix a DAGCombiner optimization to respect volatile...
2008-03-31 Gordon HenriksenAdd a unified 'generated documentation' target so the...
2008-03-31 Torok Edwintest commit
2008-03-31 Gordon HenriksenReverting r48974. See PR2183 for details.
2008-03-31 Erick TryzelaarExpose Function::viewCFG and Function::viewCFGOnly...
2008-03-31 Erick TryzelaarThere isn't any c++ code in LangImpl8.html, so use...
2008-03-31 Erick TryzelaarChapter 5, 6, and 7 of the ocaml/kaleidoscope tutorial
2008-03-31 Evan ChengRe-apply 48911.
2008-03-31 Evan ChengThe support for remat of instructions with a register...
2008-03-31 Erick TryzelaarQuote the ocaml executables
2008-03-31 Owen AndersonFix a major bug in the DFS calculation. Thanks for...
2008-03-31 Nate BegemanDon't eliminate bitcast instructions that change the...
2008-03-30 Erick TryzelaarTweak build system to allow for installing the tutorial...
2008-03-30 Duncan SandsFix comment typo.
2008-03-30 Erick TryzelaarFix some documentation for the tutorial.
2008-03-30 Nick LewyckyMoved from PR1570.
2008-03-30 Chris Lattnerstop building llvmc.
2008-03-30 Chris LattnerFix "Control reaches the end of non-void function"...
2008-03-30 Chris Lattnerminor code cleanups, allow constant folding sinf/cosf.
2008-03-30 Chris Lattnerfix typo, PR2181
2008-03-30 Erick TryzelaarAdd chapter 3 and 4 of the ocaml/kaleidoscope tutorial.
2008-03-29 Evan ChengCosmetic changes.
2008-03-29 Anton KorobeynikovHonour another bunch of parameter attributes in llvm2cpp
2008-03-29 Anton KorobeynikovHonour ByVal parameter attribute in llvm2cpp
2008-03-29 Chris Lattnerchange iterator invalidation avoidance to just move...
2008-03-29 Chris Lattnermake the common case of a single store (which clearly...
2008-03-29 Chris Lattneradd a testcase for forming memset from noncontiguous...
2008-03-29 Chris Lattnergive form-memset a significantly more sane heuristic...
2008-03-29 Owen AndersonRemove some unneeded code for LiveInterval joining...
2008-03-29 Evan ChengCosmetic change.
2008-03-28 Dan GohmanFix a tokenfactor node to use the load chain rather...
2008-03-28 Evan ChengBacking out 48911 for now. It's breaking stuff.
2008-03-28 Chris Lattnerifdef out a dead function. Should this be removed?
2008-03-28 Duncan SandsRename getAnyLoad to getLoad is suggested by Evan.
2008-03-28 Evan ChengNew entry.
2008-03-28 Evan ChengLoad from stub is already re-materializable.
2008-03-28 Nick LewyckyUpdate example to new syntax.
2008-03-28 Chris Lattnermake memset inference significantly more powerful:...
2008-03-28 Evan ChengNew entry.
2008-03-28 Bill WendlingSimplify the conversion from "0x" numbers to a single...
2008-03-27 Duncan SandsImplement LegalizeTypes support for softfloat LOAD.
2008-03-27 Dan GohmanAvoid creating chain dependencies from CopyToReg nodes...
2008-03-27 Devang PatelPHI->removeIncomingValue may remove PHInode.
2008-03-27 Devang Pateladd another testcase
2008-03-27 Mikhail GlushenkovFix build breakage on Windows with GCC 4.3. References...
2008-03-27 Roman LevensteinFix spelling. Thanks, Duncan! :-)
2008-03-27 Roman LevensteinSpeed-up the SumOfUnscheduledPredsOfSuccs by introducin...
2008-03-27 Erick TryzelaarAdding the first two chapters of the ocaml/kaleidoscope...
2008-03-27 Chris Lattnerwhen a node is removed from an ilist, set its next...
2008-03-27 Devang PatelNew test case.
2008-03-27 Evan ChengCode clean up.
2008-03-27 Evan ChengAllow certain lea instructions to be rematerialized.
2008-03-27 Evan ChengRemove an unused command line option.
2008-03-27 Evan ChengFix a memory bug: increment an iterator of a deleted...
2008-03-27 Erick TryzelaarExpose ExecutionEngine::getTargetData() to c and ocaml...
2008-03-27 Chuck Rose IIIUpdating win32 VStudio project files with new file...
2008-03-26 Dale JohannesenFix a bug in Darwin EH: FDE->CIE pointer must
2008-03-26 Mikhail GlushenkovAnother test commit (with git-svn)
2008-03-26 Mikhail GlushenkovTest commit
2008-03-26 Evan ChengOne more coalescer fix wrt deadness propagation.
2008-03-26 Evan ChengAvoid commuting a def MI in order to coalesce a copy...
2008-03-26 Roman LevensteinUse a linked data structure for the uses lists of an...
2008-03-26 Roman LevensteinFixed some spelling errors. Thanks, Duncan!
2008-03-26 Roman LevensteinSome improvements related to the computation of isReach...
2008-03-26 Evan ChengFix some SSE4.1 instruction encoding bugs.
2008-03-26 Owen AndersonDead PHI instructions need to be handled specially.
2008-03-26 Erick TryzelaarTest commit (removed trailing whitespace)
2008-03-25 Dale JohannesenUse ## for comment delimiter on darwin x86-32, so
2008-03-25 Evan ChengSmaller function alignment when optimizing for size.
2008-03-25 Evan ChengRename option -optimizefor-size to -optimize-size.
2008-03-25 Owen AndersonRemove some debugging code.
2008-03-25 Owen AndersonStrongPHIElimination doesn't support swapping live...
2008-03-25 Dan GohmanAdd explicit keywords.
2008-03-25 Dan GohmanA quick nm audit turned up several fixed tables and...
2008-03-25 Dan GohmanAvoid outputing spaces at the ends of lines.
next