simplify code for propagation of constant arguments into
[oota-llvm.git] / lib /
2008-04-23 Chris Lattnersimplify code for propagation of constant arguments...
2008-04-23 Chris LattnerFix a number of bugs in ipconstantprop, simplify the...
2008-04-23 Chris LattnerRewrite multiple return value handling in SCCP. Before...
2008-04-23 Chris Lattnerregenerate
2008-04-23 Chris LattnerValidate that the result of a function type is valid...
2008-04-23 Chris LattnerEnforce that multiple return values have to have at...
2008-04-23 Chris LattnerVerify that the operand of a getresult instruction...
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 Chris LattnerTeach jump threading to thread through blocks like:
2008-04-22 Chris Lattnerrefactor some code, no functionality change.
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 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 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 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 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 LattnerImplement PR2206.
2008-04-19 Chris Lattnerrefactor handling of symbolic constant folding, picking up
2008-04-19 Chris Lattnerindentation fix.
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 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 Nicolas GeoffrayCorrelate stubs with functions in JIT: when emitting...
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 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 Evan ChengRewrite LiveVariable liveness computation. The new...
2008-04-16 Evan ChengCode clean up.
2008-04-16 Owen AndersonMajor repairs to the post-dominators implementation...
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.
next