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 |
2008-12-13 |
Bill Wendling | Temporarily revert r60973. It's inexplicably causing... |
commit | commitdiff | tree | snapshot |
2008-12-13 |
Torok Edwin | Fix getFieldAs() to use the parameter instead of 6. |
commit | commitdiff | tree | snapshot |
2008-12-13 |
Mon P Wang | Remove assertion to allow promotion of a truncating... |
commit | commitdiff | tree | snapshot |
2008-12-13 |
Mon P Wang | Added basic support for expanding VSETCC |
commit | commitdiff | tree | snapshot |
2008-12-13 |
Chris Lattner | make RLE preserve the name of the load that it replaces... |
commit | commitdiff | tree | snapshot |
2008-12-13 |
Duncan Sands | On big-endian machines it is wrong to do a full |
commit | commitdiff | tree | snapshot |
2008-12-13 |
Misha Brukman | Fix spelling. |
commit | commitdiff | tree | snapshot |
2008-12-13 |
Mikhail Glushenkov | Some more documentation tweaks. |
commit | commitdiff | tree | snapshot |
2008-12-13 |
Mikhail Glushenkov | More cosmetic tweaks for llvmc docs. |
commit | commitdiff | tree | snapshot |
2008-12-12 |
Devang Patel | Re-enable test. |
commit | commitdiff | tree | snapshot |
2008-12-12 |
Devang Patel | Do not print empty DW_AT_comp_dir. |
commit | commitdiff | tree | snapshot |
2008-12-12 |
Duncan Sands | When expanding unaligned loads and stores do not make |
commit | commitdiff | tree | snapshot |
2008-12-12 |
Bill Wendling | - Use patterns instead of creating completely new instr... |
commit | commitdiff | tree | snapshot |
2008-12-12 |
Devang Patel | XFAIL these tests for now. |
commit | commitdiff | tree | snapshot |
2008-12-12 |
Evan Cheng | Fix add/sub expansion: don't create ADD / SUB with... |
commit | commitdiff | tree | snapshot |
2008-12-12 |
Nick Lewycky | Revert my re-instated reverted commit, fixes the bootst... |
commit | commitdiff | tree | snapshot |
2008-12-12 |
Duncan Sands | When using a 4 byte jump table on a 64 bit machine, |
commit | commitdiff | tree | snapshot |
2008-12-12 |
Duncan Sands | Don't make use of an illegal type (i64) when |
commit | commitdiff | tree | snapshot |
2008-12-12 |
Chris Lattner | fix some incorrect links. |
commit | commitdiff | tree | snapshot |
next |