oota-llvm.git
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...
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'.
next