2008-12-09 |
Mikhail Glushenkov | Support -emit-llvm properly (with -S and -c). |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Duncan Sands | Handle a compiler warning. |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Chris Lattner | fix typos gabor noticed |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Bill Wendling | Correct my English. |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Chris Lattner | restructure the top level non-local ptr dep query to... |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Chris Lattner | rename getNonLocalPointerDepInternal -> getNonLocalPoin... |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Evan Cheng | DisableGVCompilation should not abort on internal Globa... |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Mon P Wang | In LegalizeOp, don't change the result type of CONVERT_... |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Nick Lewycky | It's easy to handle SLE/SGE when the loop has a unit... |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Chris Lattner | if we have two elements, insert both, don't use std... |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Chris Lattner | If we're only adding one new element to 'Cache', insert... |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Chris Lattner | convert a couple other places that use pred_iterator... |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Chris Lattner | newline at end of phile |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Chris Lattner | use hte new pred cache to speed up the new non-local... |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Chris Lattner | pred_iterator got a lot slower since use-diet landed... |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Scott Michel | CellSPU: |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Mon P Wang | Fix getNode to allow a vector for the shift amount... |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Chris Lattner | Fix a really subtle off-by-one bug that Duncan noticed... |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Scott Michel | CellSPU: |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Bill Wendling | Add initial support for fast-isel of the [SU]ADDO intri... |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Dan Gohman | Fix the name of ISD::TokenFactor in a comment. Thanks... |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Chris Lattner | remove two unneeded forward declarations, pointed out... |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Dan Gohman | Don't charge full latency for an anti-dependence, in... |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Dan Gohman | Fix a couple of mistaken switch case fall-throughs... |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Devang Patel | Actually test something. Use PR3170 test case. |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Chris Lattner | remove DebugIterations option. Despite the accusations, |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Evan Cheng | Re-apply 60689 now my head is screwed on right. |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Dan Gohman | Fix the top-level comments, and fix some 80-column... |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Dan Gohman | Move the conversion to intptr_t to a separate statement... |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Dan Gohman | Revert 60689. It caused many regressions on Darwin... |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Ted Kremenek | Use 'delete []' instead of 'delete' in OwningArray... |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Devang Patel | Fix spelling. |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Devang Patel | Undo previous patch. |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Duncan Sands | Fix comment typo. |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Duncan Sands | Fix comment typo. |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Dan Gohman | Factor out the code for sign-extending/truncating gep... |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Chris Lattner | add another level of caching for non-local pointer... |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Chris Lattner | consistency |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Chris Lattner | introduce a new RoundUpAlignment helper function, use... |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Dan Gohman | Make ConstantAggregateZero::get return a ConstantAggreg... |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Dan Gohman | Update CPP backend for PrintModulePass API changes. |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Evan Cheng | Perform cheap checks first. |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Chris Lattner | Speed up getABITypeSize by turning a i64 mul and div... |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Chris Lattner | Some minor optimizations for isObjectSmallerThan. |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Dan Gohman | Clarify a comment. |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Dan Gohman | Move createVirtualRegister out-of-line. |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Dan Gohman | Clarify some comments. |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Dan Gohman | Add svn:ignore property. |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Dan Gohman | Generalize bugpoint's concept of a "safe" backend,... |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Nick Lewycky | Fixes for Visual Studio users. Patch by OvermindDL1... |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Dan Gohman | Use bool instead of int, now that it no longer evokes... |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Dan Gohman | Use intptr_t instead of unsigned here, which is more... |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Chris Lattner | add an assert. the cast<> below would catch this but... |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Chris Lattner | factor some code better. |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Chris Lattner | factor some code, fixing some fixme's. |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Chris Lattner | fix a typo duncan noticed! |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Oscar Fuentes | CMake: Added Tool.cpp to tools/llvmc/driver. |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Mikhail Glushenkov | Man page update. |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Mikhail Glushenkov | Describe recent changes in the documentation. |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Mikhail Glushenkov | Make 'extern' an option property. |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Mikhail Glushenkov | Plugin updates: support more options. |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Mikhail Glushenkov | Join tools couldn't be used in the middle of the toolchain. |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Mikhail Glushenkov | Better error message. |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Mikhail Glushenkov | Re-apply Cedric's changes. |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Mikhail Glushenkov | Add some clarifying comments. |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Mikhail Glushenkov | Enable the Clang plugin by default. |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Mikhail Glushenkov | Update plugins to use (actions). |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Mikhail Glushenkov | Try to guess when the auto-generated cl::Sink option... |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Mikhail Glushenkov | Add a (progn)-like construct for (actions). Implemented... |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Mikhail Glushenkov | Add tests for tblgen's LLVMC backend. |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Mikhail Glushenkov | Use (actions) instead of option properties, support... |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Chris Lattner | add support for caching pointer dependence queries... |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Chris Lattner | fix a bug I introduced in simplifycfg handling single... |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Owen Anderson | Switch to top-down mode and fix a crasher this exposed... |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Nick Lewycky | Fix typo, psuedo -> pseudo. |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Chris Lattner | Some internal refactoring to make it easier to cache... |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Chris Lattner | Introduce a new MemDep::getNonLocalPointerDependency |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Chris Lattner | push the "pointer case" up the analysis stack a bit... |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Chris Lattner | make clients have to know how to call getCallSiteDepend... |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Chris Lattner | rename some variables for consistency |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Chris Lattner | I love how using out of scope variables is not an error... |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Chris Lattner | Rename getCallSiteDependency -> getCallSiteDependencyFr... |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Chris Lattner | a memdep query on a volatile load/store will always... |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Chris Lattner | don't bother touching volatile stores, they will just... |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Chris Lattner | remove the ability to get memdep info for vaarg. I... |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Chris Lattner | make getDependencyFrom private. |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Chris Lattner | improve a note. |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Chris Lattner | some more PRE/GVN/DSE related notes. |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Chris Lattner | some random notes. |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Nick Lewycky | Minor cleanup. Use dyn_cast, not isa/cast pairs. No... |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Evan Cheng | Clean up some ARM GV asm printing out; minor fixes... |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Chris Lattner | Reimplement the inner loop of DSE. It now uniformly... |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Dan Gohman | Don't use plain %x to print pointer values. I had chang... |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Dale Johannesen | Fix test to pass on Linux. |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Dale Johannesen | Forgot a file. |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Dale Johannesen | Make LoopStrengthReduce smarter about hoisting things... |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Chris Lattner | Make a few major changes to memdep and its clients: |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Dan Gohman | Demangle and pretty-print symbols in internal backtrace... |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Anton Korobeynikov | Revert invalid r60393. It causes llvm-gcc bootstrap... |
commit | commitdiff | tree | snapshot |
next |