oota-llvm.git
2008-04-23 Chris LattnerAllow undef as an operand to getresult.
2008-04-23 Chris LattnerVerify that the operand of a getresult instruction...
2008-04-23 Chris Lattnermake this test more interesting.
2008-04-23 Chris Lattnerdistill down the essense of this test.
2008-04-23 Dale Johannesennew test
2008-04-23 Dale JohannesenDo not change the type of a ByVal argument to a
2008-04-23 Evan ChengDon't do: "(X & 4) >> 1 == 2 --> (X & 4) == 4" if...
2008-04-22 Chris LattnerStart doing the significantly useful part of jump threa...
2008-04-22 Chris LattnerDig through multiple levels of AND to thread jumps...
2008-04-22 Owen AndersonMove MemCpyOpt after GVN.
2008-04-22 Chris LattnerTeach jump threading to thread through blocks like:
2008-04-22 Evan ChengAdded command line option -no-lazy to disable JIT lazy...
2008-04-22 Chris Lattnerrefactor some code, no functionality change.
2008-04-22 Chris Lattneradd a basic testcase.
2008-04-22 Nick LewyckyWhoops! Undo r50087, unbreak the build.
2008-04-22 Nick LewyckyReverse r47989. Part of removing 'unwinds to' support.
2008-04-22 Nick LewyckyStart removing 'unwinds to' support from mainline in...
2008-04-22 Owen AndersonAdd MemCpyOpt to LTO.
2008-04-22 Chris Lattnerremove dead code.
2008-04-22 Chris Lattneroptimize "p != gep p, ..." better. This allows us...
2008-04-22 Chris Lattnermore fallout from Nicholas' asmprinter patch.
2008-04-21 Dan GohmanImplement an x86-64 ABI detail of passing structs by...
2008-04-21 Gabor Greiffix some residual old API that fell thru the cracks...
2008-04-21 Dan GohmanFix an out-of-bounds access in -view-sunit-dags in...
2008-04-21 Dan GohmanFix the encoding of the MMX movd that moves from MMX...
2008-04-21 Dan GohmanFix the way AliasSet::print prints "may alias".
2008-04-21 Chris Lattnerfix grammar-o, thanks to Duncan for noticing.
2008-04-21 Duncan SandsMake these structs larger to ensure that they
2008-04-21 Duncan SandsMake the struct bigger, to ensure it is returned
2008-04-21 Owen AndersonUse GVN in LTO instead of GCSE+LoadVN.
2008-04-21 Owen AndersonRemove unneeded #include's.
2008-04-21 Owen AndersonRefactor memcpyopt based on Chris' suggestions. Consol...
2008-04-21 Duncan SandsFix a "large integer implicitly truncated to unsigned...
2008-04-21 Chris Lattnerdon't print dominators every time it is computed with...
2008-04-21 Chris Lattneranother bug introduced in r47802 by nicholas, for no...
2008-04-21 Chris LattnerAdd an ugly note.
2008-04-21 Chris LattnerAdd jump threading to liblto.
2008-04-21 Chris Lattnerrun the jump threading pass in llvm-ld also
2008-04-21 Chris Lattnerenable jump threading pass by default. This causes...
2008-04-21 Chris Lattnerfix a bug introduced by Nicholas' "unwinds to" stuff: we
2008-04-21 Chris Lattnerdon't assume that the argument passed to fprintf("...
2008-04-21 Chris LattnerUse the new SplitBlockPredecessors to implement a todo.
2008-04-21 Chris LattnerMove SplitBlockPredecessors out of loopsimplify into...
2008-04-21 Chris LattnerMove domtree/frontier updating earlier, allowing us...
2008-04-21 Chris LattnerFactor dominator tree and frontier updating into SplitB...
2008-04-21 Chris Lattnerfit some more code in 80 cols.
2008-04-21 Chris Lattnersimplify code, fit in 80 cols.
2008-04-21 Chris Lattnerfit in 80 cols
2008-04-20 Nicolas GeoffrayBe pessimistic in computing the buffer size when aligning.
2008-04-20 Nicolas GeoffrayDon't forget to update the current operand when getting...
2008-04-20 Chris Lattnerfinish the first cut of a jump threading pass implement...
2008-04-20 Chris Lattnerreplace a slow and verbose version of Instruction:...
2008-04-20 Chris Lattneradd a handy helper method to instruction, useful for...
2008-04-20 Chris Lattnerwe can only thread blocks when there is a pred we can...
2008-04-20 Chris Lattnerimprove comments, infrastructure, and add some validity...
2008-04-20 Chris LattnerAdd a new Jump Threading pass, which will handle cases
2008-04-20 Chris Lattnerhopefully resolve PR2240
2008-04-20 Chris Lattnerrearrange some code, simplify handling of shifts.
2008-04-20 Dale JohannesenCheck we aren't trying to convert PPC long double.
2008-04-20 Nicolas GeoffrayCosmetic changes, as suggested by Evan. No functionalit...
2008-04-20 Dale Johannesen(re)fix handling of UGT. Pointed out by Nick Lewycky.
2008-04-20 Torok Edwing++-4.3 build-fix: CHAR_BIT requires <climits>.
2008-04-20 Nicolas GeoffrayDo not hold the JIT lock when materializing a function...
2008-04-20 Chris LattnerA better fix for my previous patch, MOVZQI2PQIrr just...
2008-04-20 Chris LattnerNot all x86-64 machines have sse3 apparently.
2008-04-20 Dale JohannesenCheck that APFloat::convert is not trying to target
2008-04-20 Chris Lattnerregenerate
2008-04-20 Chris LattnerSwitch to using Simplified ConstantFP::get API.
2008-04-20 Chris LattnerUse simplified ConstantFP::get method, fix a bug handli...
2008-04-19 Chris Lattnerfree(null) -> noop
2008-04-19 Chris Lattnerrename *.llx -> *.ll, last batch.
2008-04-19 Chris Lattnerrename *.llx -> *.ll
2008-04-19 Chris Lattnerrename *.llx -> *.ll
2008-04-19 Gabor GreifMerge ... 49966 from branches/ggreif/use-diet to trunk...
2008-04-19 Chris LattnerImplement PR2206.
2008-04-19 Chris Lattnerrefactor handling of symbolic constant folding, picking up
2008-04-19 Chris Lattnerindentation fix.
2008-04-19 Chris LattnerSome clarifications suggested by Jon Sargeant
2008-04-19 Chris LattnerAllow argpromote to promote struct arguments with a...
2008-04-19 Evan Cheng64-bit atomic operations.
2008-04-19 Evan ChengAlso LXCHG64 -> XCHG64rm.
2008-04-19 Evan ChengPPC32 atomic operations.
2008-04-19 Evan Chengxchg which references a memory operand does not need...
2008-04-19 Dan GohmanTeach llvm-as to accept function types with multiple...
2008-04-18 Dale JohannesenFix a scalar evolution bug. Reversing everything
2008-04-18 Nicolas GeoffrayEnable jitting with a known memory size.
2008-04-18 Duncan SandsImplement a bit more softfloat support in
2008-04-18 Dan GohmanFix the handling of va_copy on x86-64. As of llvm-gcc...
2008-04-18 Evan Cheng- Fix atomic operation JIT encoding.
2008-04-18 Duncan SandsAdd some more FIXME's for indexed loads and stores.
2008-04-18 Duncan SandsProvide an explicit list of operands to MakeLibcall,
2008-04-18 Evan ChengCorrect comment.
2008-04-18 Evan ChengNot safe to "kill" a register if its live range extends...
2008-04-17 Evan ChengAlso support Intel asm syntax.
2008-04-17 Dan GohmanRemove the implicit conversion from SDOperandPtr to...
2008-04-17 Evan ChengFix assembly code for atomic operations.
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...
next