oota-llvm.git
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...
2008-04-10 Evan ChengA copy instruction may use a register multiple times...
2008-04-10 Evan ChengAdd comment.
2008-04-10 Chris Lattneradd a note, this is actually not too bad to implement.
2008-04-10 Chris Lattnermove the x86-32 part of PR2108 here.
2008-04-10 Chris LattnerFix the x86-64 side of PR2108 by adding a v2f64 version of
2008-04-10 Chris Lattnerproduce an error on invalid input instead of asserting:
2008-04-10 Evan ChengTeach branch folding pass about implicit_def instructio...
2008-04-10 Chris LattnerDisable an xform we've had for a long time, pow(x,0...
2008-04-10 Evan ChengMove memcpy / memset optimization pass after GVN.
2008-04-09 Evan Cheng- More aggressively coalescing away copies whose source...
2008-04-09 Dan GohmanMake isVectorClearMaskLegal's operand list const.
2008-04-09 Dan GohmanFix some minor errors in comments.
2008-04-09 Dan GohmanAdd const qualifiers.
2008-04-09 Dan GohmanUpdate comments to use 2.0 syntax type names.
2008-04-09 Dan GohmanAdd XMM1 as a second return value register for f32...
2008-04-09 Dan GohmanAdd DX as a second return value register for i16 on...
2008-04-09 Chris LattnerGeneralize getUnaryFloatFunction to handle any FP unary...
2008-04-09 Chris Lattnerremove capital letter from test name.
2008-04-09 Chris Lattneruse the new ConstantFP::get method to make this work...
2008-04-09 Chris LattnerConstantFP::get should be static.
2008-04-09 Nate BegemanFix a bug where an incorrect bit mask would be generate...
2008-04-09 Devang PatelBe conservative if getresult operand is neither call...
2008-04-09 Owen AndersonFactor a bunch of functionality related to memcpy and...
2008-04-09 Owen AndersonRemove accidentally duplicated code.
2008-04-09 Evan ChengUnbreak teh build.
2008-04-09 Chris Lattneradd a simplified accessor for creating an fp constant...
2008-04-09 Evan ChengMissed a hasInterval check.
2008-04-09 Chris Lattneradd a version of ConstantFP::get that doesn't take...
2008-04-09 Chris Lattnermany cleanups to the pow optimizer. Allow it to handle...
2008-04-09 Chris Lattnermake ConstantFP::isExactlyValue work for long double...
2008-04-08 Devang PatelAdd CreateGetResult()
2008-04-08 Duncan SandsCheck that bodies and calls but not declarations
2008-04-08 Dale JohannesenRename -disable-required-unwind-tables to -unwind-table...
2008-04-08 Dale JohannesenRename -disable-required-unwind-tables to unwind-tables...
2008-04-08 Gabor Greifmerge r48768 from branches/ggreif/parallelized-test
2008-04-08 Devang PatelAdd multiple value return instruction constructor.
2008-04-08 Duncan SandsConvenience method for setting the nounwind
2008-04-08 Chris Lattnersilence warning when assertions are disabled.
2008-04-08 Devang PatelFix insert point handling for multiple return values.
2008-04-08 Dale JohannesenHandle the situation in 2008-01-25-EmptyFunction.ll
2008-04-08 Dale JohannesenMissed one.
2008-04-08 Dale JohannesenAdd -disable-required-unwind-tables to tests
2008-04-08 Dale JohannesenImplement new llc flag -disable-required-unwind-tables.
2008-04-07 Ted KremenekMake getDirnameSep a static method (not part of Path...
2008-04-07 Ted KremenekAdded method Path::getDirname().
2008-04-07 Sam BishopAdded support for Create() calls that take an argument...
2008-04-07 Dan GohmanRename MemOperand to MachineMemOperand. This was sugges...
2008-04-07 Tanya LattnerRemove llvm-upgrade.
2008-04-07 Tanya LattnerAdded note to getting started guide to use llvm-gcc4.2.
next