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 |
2008-12-12 |
Mikhail Glushenkov | Man page update. |
commit | commitdiff | tree | snapshot |
2008-12-12 |
Mon P Wang | Added support for SELECT v8i8 v4i16 for X86 (MMX) |
commit | commitdiff | tree | snapshot |
2008-12-12 |
Bill Wendling | Redo the arithmetic with overflow architecture. I was... |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Mikhail Glushenkov | Fix W3C validator errors. |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Mikhail Glushenkov | Use correct file for the llvmc tutorial. |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Mikhail Glushenkov | Update the auto-generated llvmc documentation. |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Mikhail Glushenkov | Add a '-Wo,' option that passes options to opt. |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Evan Cheng | Fix a 80 col. violation. |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Misha Brukman | * Removed stray </p> tag |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Misha Brukman | * <div align=center> is not valid HTML 4.01 - removed... |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Misha Brukman | Removed warnings from HTML 4.01 validator: trailing... |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Misha Brukman | Conform to the HTML 4.01 Strict specification. |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Nick Lewycky | Sneaky, sneaky: move the -1 to the outside of the SMax... |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Misha Brukman | Global replace of yellow W3C "valid HTML/CSS" icons... |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Misha Brukman | * Fixed formatting of command descriptions to be consis... |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Torok Edwin | fix grammar, thanks Duncan! |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Mikhail Glushenkov | Merge Base.td and Tools.td. |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Torok Edwin | introduce BasicBlock::getUniquePredecessor() |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Mikhail Glushenkov | Put Edge* classes into anonymous namespace. |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Mon P Wang | Avoid generating a convert_rndsat node when the src... |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Bill Wendling | Clarify FIXME. |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Mon P Wang | Whitespace clean up (tabs with spaces) |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Mon P Wang | Make fix for r60829 less conservative to allow the... |
commit | commitdiff | tree | snapshot |
next |