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 |
2008-04-16 |
Dan Gohman | Remove X86_64SRet; it isn't used anymore. |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Dan Gohman | Add movd instructions to move from MMX registers |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Dan Gohman | Add an svn:ignore for the test Output directory. |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Dan Gohman | Fix the new scheduler assertion checks to work when |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Bill Wendling | Apple GCC 4.2 builds things differently. It no longer... |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Chuck Rose III | VisualStudio project files updated. #include <algorith... |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Dale Johannesen | Make 64-to-32 bit truncations explicit (prevent warnings). |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Dale Johannesen | Don't assume a tail call can't reference a byval |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Dan Gohman | Use gv's --spartan option, which trades away an extra... |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Chris Lattner | A couple minor fixes suggested by Matthijs Kooijman |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Nicolas Geoffray | Change Divided flag to Split, as suggested by Evan |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Evan Cheng | Sort sub-registers and super-registers lists according... |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Bill Wendling | Install into the directory |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Dan Gohman | Treat EntryToken nodes as "passive" so that they aren... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Dan Gohman | In -view-sunit-dags, display "special" chain dependenci... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Dan Gohman | Remove unnecessary <sstream> includes. |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Dan Gohman | Avoid creating MERGE_VALUES nodes for single values. |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Dan Gohman | Teach AliasSetTracker about VAArgInst. |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Dan Gohman | Minor whitespace and comment cleanups. |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Dan Gohman | In the special case, call the comparison function inste... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Dan Gohman | Upgrade these tests for the current intrinsic prototypes. |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Dale Johannesen | Remove -unwind-tables-optional everywhere, since |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Dan Gohman | Fix const-correctness issues with the SrcValue handling... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Dale Johannesen | Reverse sense of unwind-tables option. This means |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Dan Gohman | Clean up some comments. |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Owen Anderson | Revert r49614. As Dan pointed out, some of these aren... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Nicolas Geoffray | Fix /test/CodeGen/PowerPC/big-endian-actual-args.ll... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Chris Lattner | improve diagnostics in call parsing, patch suggested by |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Dan Gohman | VAArg may trap. |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Duncan Sands | Initial libcall support for LegalizeTypes. This is |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Chris Lattner | add a new CallGraphNode::removeCallEdgeFor method,... |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Chris Lattner | Add support for equality comparison of CallSite's. |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Owen Anderson | Replace calls of the form V1->setName(V2->getName(... |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Duncan Sands | LegalizeTypes can sometimes have deleted nodes |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Nicolas Geoffray | Add a divided flag for the first piece of an argument... |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Owen Anderson | The functionality being tested was removed because... |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Chris Lattner | Fix some serious logic errors that broke the jit on... |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Duncan Sands | Merge LLVMBuilder and FoldingBuilder, calling |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Chris Lattner | Gabor points out that reserveOperandSpace takes # of... |
commit | commitdiff | tree | snapshot |
2008-04-12 |
Anton Korobeynikov | Provide option for stack alignment override |
commit | commitdiff | tree | snapshot |
2008-04-12 |
Arnold Schwaighofer | This patch corrects the handling of byval arguments... |
commit | commitdiff | tree | snapshot |
2008-04-12 |
Duncan Sands | Factor some libcall code. |
commit | commitdiff | tree | snapshot |
2008-04-12 |
Dan Gohman | Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which... |
commit | commitdiff | tree | snapshot |
2008-04-12 |
Dan Gohman | Fix a bug that prevented x86-64 from using rep.movsq for |
commit | commitdiff | tree | snapshot |
2008-04-12 |
Nate Begeman | 80 col fix |
commit | commitdiff | tree | snapshot |
2008-04-12 |
Nate Begeman | Restore code to disable crash catcher on older OS X... |
commit | commitdiff | tree | snapshot |
2008-04-12 |
Evan Cheng | Add debugging code. |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Chris Lattner | Reenable JIT symbol table. |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Evan Cheng | Do not add empty live intervals to handled_. They shoul... |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Evan Cheng | If a PHI node has a single implicit_def source, replace... |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Evan Cheng | Use of implicit_def is not part of live interval. Creat... |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Devang Patel | Change llvm tools install location. |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Chris Lattner | improvements for IntrusiveRefCntPtr, patch by Mikhail... |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Duncan Sands | The Ada front-end from the LLVM 2.2 release |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Gabor Greif | detabify |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Owen Anderson | Add testcase for PR2213. |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Owen Anderson | Fix PR2213 by simultaneously making GVN more aggressive... |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Evan Cheng | New test. |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Evan Cheng | Remove implicit_def instructions that become dead as... |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Evan Cheng | Allow registers defined by implicit_def to be clobbered. |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Dan Gohman | Fix a typo in a comment. |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Dan Gohman | Fix a typo in a comment. |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Owen Anderson | Fix for PR2190. Memdep's non-local caching was checkin... |
commit | commitdiff | tree | snapshot |
next |