2008-04-21 |
Owen Anderson | Refactor memcpyopt based on Chris' suggestions. Consol... |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Duncan Sands | Fix a "large integer implicitly truncated to unsigned... |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Chris Lattner | don't print dominators every time it is computed with... |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Chris Lattner | another bug introduced in r47802 by nicholas, for no... |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Chris Lattner | Add an ugly note. |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Chris Lattner | Add jump threading to liblto. |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Chris Lattner | run the jump threading pass in llvm-ld also |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Chris Lattner | enable jump threading pass by default. This causes... |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Chris Lattner | fix a bug introduced by Nicholas' "unwinds to" stuff: we |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Chris Lattner | don't assume that the argument passed to fprintf("... |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Chris Lattner | Use the new SplitBlockPredecessors to implement a todo. |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Chris Lattner | Move SplitBlockPredecessors out of loopsimplify into... |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Chris Lattner | Move domtree/frontier updating earlier, allowing us... |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Chris Lattner | Factor dominator tree and frontier updating into SplitB... |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Chris Lattner | fit some more code in 80 cols. |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Chris Lattner | simplify code, fit in 80 cols. |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Chris Lattner | fit in 80 cols |
commit | commitdiff | tree | snapshot |
2008-04-20 |
Nicolas Geoffray | Be pessimistic in computing the buffer size when aligning. |
commit | commitdiff | tree | snapshot |
2008-04-20 |
Nicolas Geoffray | Don't forget to update the current operand when getting... |
commit | commitdiff | tree | snapshot |
2008-04-20 |
Chris Lattner | finish the first cut of a jump threading pass implement... |
commit | commitdiff | tree | snapshot |
2008-04-20 |
Chris Lattner | replace a slow and verbose version of Instruction:... |
commit | commitdiff | tree | snapshot |
2008-04-20 |
Chris Lattner | add a handy helper method to instruction, useful for... |
commit | commitdiff | tree | snapshot |
2008-04-20 |
Chris Lattner | we can only thread blocks when there is a pred we can... |
commit | commitdiff | tree | snapshot |
2008-04-20 |
Chris Lattner | improve comments, infrastructure, and add some validity... |
commit | commitdiff | tree | snapshot |
2008-04-20 |
Chris Lattner | Add a new Jump Threading pass, which will handle cases |
commit | commitdiff | tree | snapshot |
2008-04-20 |
Chris Lattner | hopefully resolve PR2240 |
commit | commitdiff | tree | snapshot |
2008-04-20 |
Chris Lattner | rearrange some code, simplify handling of shifts. |
commit | commitdiff | tree | snapshot |
2008-04-20 |
Dale Johannesen | Check we aren't trying to convert PPC long double. |
commit | commitdiff | tree | snapshot |
2008-04-20 |
Nicolas Geoffray | Cosmetic changes, as suggested by Evan. No functionalit... |
commit | commitdiff | tree | snapshot |
2008-04-20 |
Dale Johannesen | (re)fix handling of UGT. Pointed out by Nick Lewycky. |
commit | commitdiff | tree | snapshot |
2008-04-20 |
Torok Edwin | g++-4.3 build-fix: CHAR_BIT requires <climits>. |
commit | commitdiff | tree | snapshot |
2008-04-20 |
Nicolas Geoffray | Do not hold the JIT lock when materializing a function... |
commit | commitdiff | tree | snapshot |
2008-04-20 |
Chris Lattner | A better fix for my previous patch, MOVZQI2PQIrr just... |
commit | commitdiff | tree | snapshot |
2008-04-20 |
Chris Lattner | Not all x86-64 machines have sse3 apparently. |
commit | commitdiff | tree | snapshot |
2008-04-20 |
Dale Johannesen | Check that APFloat::convert is not trying to target |
commit | commitdiff | tree | snapshot |
2008-04-20 |
Chris Lattner | regenerate |
commit | commitdiff | tree | snapshot |
2008-04-20 |
Chris Lattner | Switch to using Simplified ConstantFP::get API. |
commit | commitdiff | tree | snapshot |
2008-04-20 |
Chris Lattner | Use simplified ConstantFP::get method, fix a bug handli... |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Chris Lattner | free(null) -> noop |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Chris Lattner | rename *.llx -> *.ll, last batch. |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Chris Lattner | rename *.llx -> *.ll |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Chris Lattner | rename *.llx -> *.ll |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Gabor Greif | Merge ... 49966 from branches/ggreif/use-diet to trunk... |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Chris Lattner | Implement PR2206. |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Chris Lattner | refactor handling of symbolic constant folding, picking up |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Chris Lattner | indentation fix. |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Chris Lattner | Some clarifications suggested by Jon Sargeant |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Chris Lattner | Allow argpromote to promote struct arguments with a... |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Evan Cheng | 64-bit atomic operations. |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Evan Cheng | Also LXCHG64 -> XCHG64rm. |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Evan Cheng | PPC32 atomic operations. |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Evan Cheng | xchg which references a memory operand does not need... |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Dan Gohman | Teach llvm-as to accept function types with multiple... |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Dale Johannesen | Fix a scalar evolution bug. Reversing everything |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Nicolas Geoffray | Enable jitting with a known memory size. |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Duncan Sands | Implement a bit more softfloat support in |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Dan Gohman | Fix the handling of va_copy on x86-64. As of llvm-gcc... |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Evan Cheng | - Fix atomic operation JIT encoding. |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Duncan Sands | Add some more FIXME's for indexed loads and stores. |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Duncan Sands | Provide an explicit list of operands to MakeLibcall, |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Evan Cheng | Correct comment. |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Evan Cheng | Not safe to "kill" a register if its live range extends... |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Evan Cheng | Also support Intel asm syntax. |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Dan Gohman | Remove the implicit conversion from SDOperandPtr to... |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Evan Cheng | Fix assembly code for atomic operations. |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Argyrios Kyrtzidis | Bring in uint32_t, uint64_t, and int64_t types for... |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Duncan Sands | Run SimplifyLibCalls near the beginning, not at |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Roman Levenstein | Minor clean-up based on Dan's comments. |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Evan Cheng | Be more careful with insert_subreg and extract_subreg... |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Owen Anderson | Make GVN able to remove unnecessary calls to read-only... |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Bill Wendling | Use correct name for method in comment. |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Dan Gohman | Correct the SrcValue information in the Expand code... |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Scott Michel | Remove unused variable |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Evan Cheng | Fix a sub-register indice propagation bug. |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Scott Michel | Workaround for PR2207, in which pred_iterator assert... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Evan Cheng | Don't forget about sub-register indices when rematting... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Dale Johannesen | Unbreak build on x86-64. |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Dan Gohman | Fix a copy+paste error in a comment. |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Nicolas Geoffray | Correlate stubs with functions in JIT: when emitting... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Eric Christopher | Fix comment. |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Evan Cheng | After reading memory that's already freed. |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Nicolas Geoffray | Infrastructure for getting the machine code size of... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Evan Cheng | Initialize X863DNowLevel. |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Evan Cheng | Fix PR2226. Avoid using uninitialized variables. |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Bill Wendling | Add "empty()" method to sys::Path and remove unnecessar... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Evan Cheng | Really test what's intended. |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Evan Cheng | Empty basic block should have an empty range. |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Dale Johannesen | Don't read off end of the input array. |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Roman Levenstein | Ongoing work on improving the instruction selection... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Dan Gohman | Fix a memory leak in llc. |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Gabor Greif | Merge ... r49785 (from branches/ggreif/use-diet): pass... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Evan Cheng | Rewrite LiveVariable liveness computation. The new... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Evan Cheng | Code clean up. |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Owen Anderson | XFAIL this test for the moment. The real solution... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Owen Anderson | Major repairs to the post-dominators implementation... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Chris Lattner | fix off by one error. |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Chris Lattner | give smallstring some methods to do 'itoa'. |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Dan Gohman | Add support for the form of the SSE41 extractps instruc... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Dan Gohman | Recreate the size SDNode instead of reusing the old... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Evan Cheng | Avoid read after free. |
commit | commitdiff | tree | snapshot |
next |