2008-12-18 |
Bill Wendling | XFAIL on Linux. |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Chris Lattner | make instnamer name unnamed blocks as well as instructi... |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Bill Wendling | Do not XFAIL. |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Bill Wendling | Temporarily revert r61027. It was causing a bootstrap... |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Devang Patel | XFAIL for now. |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Devang Patel | Xfail these tests for now. |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Devang Patel | Today the front-ends (llvm-gcc and clang) generate... |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Owen Anderson | Revert r61158 for now, as it caused some test failures. |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Owen Anderson | Fix miscompilations caused by renumbering, and enable... |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Chris Lattner | This adds some missing functions to the C binding: |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Bill Wendling | Forgot to revert r61031 when I reverted r61019, r61030... |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Misha Brukman | Simplified marking code regions -- no need to use ... |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Misha Brukman | Instead of referring to the license file in the 2.3... |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Misha Brukman | Added mention of the RELEASE_24 tag for the 2.4 release. |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Mon P Wang | Fix expansion of vsetcc to set the high bit for true... |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Chris Lattner | insert some sequence points and preincrement an iterato... |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Chris Lattner | Enhance heap sra to be substantially more aggressive... |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Dan Gohman | Double the amount of memory reserved for SUnits. This... |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Dan Gohman | Use getDepth() and getHeight() instead of accessing the |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Dan Gohman | Fix the comments for getDepth and getHeight. |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Eli Friedman | Fix for PR3225: disable a broken optimization in |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Mikhail Glushenkov | Update also the generated docs. |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Mikhail Glushenkov | Some enhancements for the 'case' expression. |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Dale Johannesen | Clarify that the scale factor from CheckForIVReuse |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Dale Johannesen | A new dag combine; several permutations of this |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Owen Anderson | Add code to renumber split intervals into new vregs... |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Chris Lattner | Fix another crash found by inspection. If we have... |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Chris Lattner | fix a crash found by inspection. |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Eli Friedman | Add a helper to remove a branch and DCE the condition... |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Dan Gohman | Eliminate the loop that walks the critical path. Instea... |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Bill Wendling | Remove empty test. |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Bill Wendling | Temporarily revert r61019, r61030, and r61040. These... |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Dan Gohman | Preserve SourceValue information when lowering produces... |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Evan Cheng | We have decided not to support inline asm where an... |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Oscar Fuentes | CMake: Added DbgInfoPrinter.cpp to lib/Analysis/CMakeFi... |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Torok Edwin | add testcase for -print-dbginfo |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Torok Edwin | Add -print-dbginfo pass that prints LLVM IR with commen... |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Torok Edwin | Add utility functions to search for DbgStopPointInst... |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Torok Edwin | use different name for parameter to make it clear that... |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Nick Lewycky | Generalize support for analyzing loops to include SLE... |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Chris Lattner | switch some std::set/std::map to SmallPtrSet/DenseMap. |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Chris Lattner | fix PR3217: fully cached queries need to be verified... |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Dan Gohman | Enable anti-dependence breaking by default when post... |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Dan Gohman | When breaking an anti-dependency, don't use a register... |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Dan Gohman | Add initial support for back-scheduling address computa... |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Dan Gohman | Remove some special-case logic in ScheduleDAGSDNodes's |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Dan Gohman | Fix some register-alias-related bugs in the post-RA... |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Misha Brukman | * Comply with HTML 4.01 Strict |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Misha Brukman | * Comply with HTML 4.01 Strict standard |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Dan Gohman | Add a simple target-independent heuristic to allow... |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Dan Gohman | Move addPred and removePred out-of-line. |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Dan Gohman | Make addPred and removePred return void, since the... |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Dan Gohman | This getEdgeAttributes doesn't need a template argument. |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Dan Gohman | Add a getSDep() access function to SUnitIterator to... |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Dan Gohman | Reorder some SDep methods. No functionality change. |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Dan Gohman | SDep's operator== should compare the Latency field... |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Bill Wendling | Change so that buildit won't need a parent directory... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Chris Lattner | add testcase for r61051 |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Chris Lattner | enhance heap-sra to apply to fixed sized array allocati... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Mon P Wang | Added support for splitting and scalarizing vector... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Chris Lattner | Use stripPointerCasts. |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Chris Lattner | minor tweaks for formatting, allow bitcast in ValueIsOn... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Chris Lattner | refactor some code into a new TryToOptimizeStoreOfMallo... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Chris Lattner | add a basic test for heap-sra |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Chris Lattner | Teach basicaa to use the nocapture attribute when possi... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Dan Gohman | Fix printing of PseudoSourceValues in SDNode graphs. |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Dan Gohman | Fix a typo in a comment. |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Chris Lattner | add some more notes. |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Chris Lattner | Add a testcase for GCC PR 23455, which lpre handles... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Nick Lewycky | Update generated files after nocapture syntax change. |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Nick Lewycky | It turns out that "align 1" and unaligned are different... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Mon P Wang | Added support to LegalizeType for expanding the operand... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Chris Lattner | gvn now hoists this load out of the hot non-call path. |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Chris Lattner | Enable Load PRE. This teaches GVN to push partially... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Chris Lattner | if we have a phi translation failure of the start block, |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Chris Lattner | Adjust testcase to make it more stable across visitatio... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Owen Anderson | Ifdef out some code that I didn't mean to enable by... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Chris Lattner | make GVN try to rename inputs to the resultant replaced... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Chris Lattner | Implement initial support for PHI translation in memdep... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Owen Anderson | Add support for slow-path GVN with full phi constructio... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Nick Lewycky | Fix whitespace in comment. |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Nick Lewycky | Introducing nocapture, a parameter attribute for pointe... |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Chris Lattner | silence warning when asserts disabled. |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Chris Lattner | silence warning when asserts disabled. |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Chris Lattner | eliminate warning when asserts disabled. |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Chris Lattner | another random testcase that shouldn't crash gvn and is |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Nick Lewycky | Clarify the meaning of the NoAlias response. The plan... |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Owen Anderson | Generalize GVN's phi construciton routine to work for... |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Duncan Sands | Reapply r60997, this time without forgetting that |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Misha Brukman | Fixed HTML validator warning. |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Misha Brukman | CSS cleanup: |
commit | commitdiff | tree | snapshot |
2008-12-13 |
Bill Wendling | Temporarily revert r60997. It was causing this failure: |
commit | commitdiff | tree | snapshot |
2008-12-13 |
Duncan Sands | LegalizeDAG is not supposed to introduce illegal |
commit | commitdiff | tree | snapshot |
2008-12-13 |
Chris Lattner | RLE isn't smart enough to eliminate this safely yet. |
commit | commitdiff | tree | snapshot |
2008-12-13 |
Chris Lattner | rename some tests to be more uniform in naming convention. |
commit | commitdiff | tree | snapshot |
2008-12-13 |
Chris Lattner | gvn should never crash on this. |
commit | commitdiff | tree | snapshot |
2008-12-13 |
Chris Lattner | These messages should always be emitted when NDEBUG... |
commit | commitdiff | tree | snapshot |
2008-12-13 |
Mikhail Glushenkov | Add a comment to the auto-generated docs. |
commit | commitdiff | tree | snapshot |
2008-12-13 |
Mikhail Glushenkov | Merge llvm-rst.css and llvm.css. |
commit | commitdiff | tree | snapshot |
2008-12-13 |
Cedric Venet | Add explicit this-> for some member function in templat... |
commit | commitdiff | tree | snapshot |
next |