oota-llvm.git
2008-04-17 Argyrios KyrtzidisBring in uint32_t, uint64_t, and int64_t types for...
2008-04-17 Duncan SandsRun SimplifyLibCalls near the beginning, not at
2008-04-17 Roman LevensteinMinor clean-up based on Dan's comments.
2008-04-17 Evan ChengBe more careful with insert_subreg and extract_subreg...
2008-04-17 Owen AndersonMake GVN able to remove unnecessary calls to read-only...
2008-04-17 Bill WendlingUse correct name for method in comment.
2008-04-17 Dan GohmanCorrect the SrcValue information in the Expand code...
2008-04-17 Scott MichelRemove unused variable
2008-04-17 Evan ChengFix a sub-register indice propagation bug.
2008-04-16 Scott MichelWorkaround for PR2207, in which pred_iterator assert...
2008-04-16 Evan ChengDon't forget about sub-register indices when rematting...
2008-04-16 Dale JohannesenUnbreak build on x86-64.
2008-04-16 Dan GohmanFix a copy+paste error in a comment.
2008-04-16 Nicolas GeoffrayCorrelate stubs with functions in JIT: when emitting...
2008-04-16 Eric ChristopherFix comment.
2008-04-16 Evan ChengAfter reading memory that's already freed.
2008-04-16 Nicolas GeoffrayInfrastructure for getting the machine code size of...
2008-04-16 Evan ChengInitialize X863DNowLevel.
2008-04-16 Evan ChengFix PR2226. Avoid using uninitialized variables.
2008-04-16 Bill WendlingAdd "empty()" method to sys::Path and remove unnecessar...
2008-04-16 Evan ChengReally test what's intended.
2008-04-16 Evan ChengEmpty basic block should have an empty range.
2008-04-16 Dale JohannesenDon't read off end of the input array.
2008-04-16 Roman LevensteinOngoing work on improving the instruction selection...
2008-04-16 Dan GohmanFix a memory leak in llc.
2008-04-16 Gabor GreifMerge ... r49785 (from branches/ggreif/use-diet): pass...
2008-04-16 Evan ChengRewrite LiveVariable liveness computation. The new...
2008-04-16 Evan ChengCode clean up.
2008-04-16 Owen AndersonXFAIL this test for the moment. The real solution...
2008-04-16 Owen AndersonMajor repairs to the post-dominators implementation...
2008-04-16 Chris Lattnerfix off by one error.
2008-04-16 Chris Lattnergive smallstring some methods to do 'itoa'.
2008-04-16 Dan GohmanAdd support for the form of the SSE41 extractps instruc...
2008-04-16 Dan GohmanRecreate the size SDNode instead of reusing the old...
2008-04-16 Evan ChengAvoid read after free.
2008-04-16 Dan GohmanRemove X86_64SRet; it isn't used anymore.
2008-04-15 Dan GohmanAdd movd instructions to move from MMX registers
2008-04-15 Dan GohmanAdd an svn:ignore for the test Output directory.
2008-04-15 Dan GohmanFix the new scheduler assertion checks to work when
2008-04-15 Bill WendlingApple GCC 4.2 builds things differently. It no longer...
2008-04-15 Chuck Rose IIIVisualStudio project files updated. #include <algorith...
2008-04-15 Dale JohannesenMake 64-to-32 bit truncations explicit (prevent warnings).
2008-04-15 Dale JohannesenDon't assume a tail call can't reference a byval
2008-04-15 Dan GohmanUse gv's --spartan option, which trades away an extra...
2008-04-15 Chris LattnerA couple minor fixes suggested by Matthijs Kooijman
2008-04-15 Nicolas GeoffrayChange Divided flag to Split, as suggested by Evan
2008-04-15 Evan ChengSort sub-registers and super-registers lists according...
2008-04-15 Bill WendlingInstall into the directory
2008-04-15 Dan GohmanTreat EntryToken nodes as "passive" so that they aren...
2008-04-14 Dan GohmanIn -view-sunit-dags, display "special" chain dependenci...
2008-04-14 Dan GohmanRemove unnecessary <sstream> includes.
2008-04-14 Dan GohmanAvoid creating MERGE_VALUES nodes for single values.
2008-04-14 Dan GohmanTeach AliasSetTracker about VAArgInst.
2008-04-14 Dan GohmanMinor whitespace and comment cleanups.
2008-04-14 Dan GohmanIn the special case, call the comparison function inste...
2008-04-14 Dan GohmanUpgrade these tests for the current intrinsic prototypes.
2008-04-14 Dale JohannesenRemove -unwind-tables-optional everywhere, since
2008-04-14 Dan GohmanFix const-correctness issues with the SrcValue handling...
2008-04-14 Dale JohannesenReverse sense of unwind-tables option. This means
2008-04-14 Dan GohmanClean up some comments.
2008-04-14 Owen AndersonRevert r49614. As Dan pointed out, some of these aren...
2008-04-14 Nicolas GeoffrayFix /test/CodeGen/PowerPC/big-endian-actual-args.ll...
2008-04-14 Chris Lattnerimprove diagnostics in call parsing, patch suggested by
2008-04-14 Dan GohmanVAArg may trap.
2008-04-14 Duncan SandsInitial libcall support for LegalizeTypes. This is
2008-04-13 Chris Lattneradd a new CallGraphNode::removeCallEdgeFor method,...
2008-04-13 Chris LattnerAdd support for equality comparison of CallSite's.
2008-04-13 Owen AndersonReplace calls of the form V1->setName(V2->getName(...
2008-04-13 Duncan SandsLegalizeTypes can sometimes have deleted nodes
2008-04-13 Nicolas GeoffrayAdd a divided flag for the first piece of an argument...
2008-04-13 Owen AndersonThe functionality being tested was removed because...
2008-04-13 Chris LattnerFix some serious logic errors that broke the jit on...
2008-04-13 Duncan SandsMerge LLVMBuilder and FoldingBuilder, calling
2008-04-13 Chris LattnerGabor points out that reserveOperandSpace takes # of...
2008-04-12 Anton KorobeynikovProvide option for stack alignment override
2008-04-12 Arnold SchwaighoferThis patch corrects the handling of byval arguments...
2008-04-12 Duncan SandsFactor some libcall code.
2008-04-12 Dan GohmanDrop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which...
2008-04-12 Dan GohmanFix a bug that prevented x86-64 from using rep.movsq for
2008-04-12 Nate Begeman80 col fix
2008-04-12 Nate BegemanRestore code to disable crash catcher on older OS X...
2008-04-12 Evan ChengAdd debugging code.
2008-04-11 Chris LattnerReenable JIT symbol table.
2008-04-11 Evan ChengDo not add empty live intervals to handled_. They shoul...
2008-04-11 Evan ChengIf a PHI node has a single implicit_def source, replace...
2008-04-11 Evan ChengUse of implicit_def is not part of live interval. Creat...
2008-04-11 Devang PatelChange llvm tools install location.
2008-04-11 Chris Lattnerimprovements for IntrusiveRefCntPtr, patch by Mikhail...
2008-04-11 Duncan SandsThe Ada front-end from the LLVM 2.2 release
2008-04-11 Gabor Greifdetabify
2008-04-11 Owen AndersonAdd testcase for PR2213.
2008-04-11 Owen AndersonFix PR2213 by simultaneously making GVN more aggressive...
2008-04-10 Evan ChengNew test.
2008-04-10 Evan ChengRemove implicit_def instructions that become dead as...
2008-04-10 Evan ChengAllow registers defined by implicit_def to be clobbered.
2008-04-10 Dan GohmanFix a typo in a comment.
2008-04-10 Dan GohmanFix a typo in a comment.
2008-04-10 Owen AndersonFix for PR2190. Memdep's non-local caching was checkin...
2008-04-10 Dan GohmanMake several symbols static.
2008-04-10 Dan GohmanTeach InstCombine's ComputeMaskedBits to handle pointer...
next