2008-07-08 |
Matthijs Kooijman | Add CallSite::getArgumentOffset() to hide the differenc... |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Duncan Sands | Add some convenience methods for manipulating |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Chris Lattner | Fix three bugs: |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Chris Lattner | clarify :) |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Nick Lewycky | Expand SCEVUDiv of power of 2 to a lshr instruction. |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Evan Cheng | Avoid unnecessary string construction during asm printing. |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Nick Kledzik | add _lto_codegen_debug_options so that linker can use it |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Dan Gohman | Pool-allocation for MachineInstrs, MachineBasicBlocks... |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Dan Gohman | Pool-allocation for SDNodes. The pool is allocated... |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Dan Gohman | Add some basic Pool-allocation infrastructure. This... |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Evan Cheng | Clean up PPC register specification. |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Evan Cheng | ATT asm printer just print register AsmName's instead... |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Evan Cheng | TargetRegisterDesc::Name field is the same as the abstr... |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Bill Wendling | Use the canonical way to get an empty structure. |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Dan Gohman | Refactor the tablegen DAGISelEmitter code for outputing... |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Bill Wendling | Use StringMap for greater justice! |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Dan Gohman | Fix SDNode::MorphNodeTo (a function used by by SelectNo... |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Dan Gohman | Move MachineMemOperand's constructor out of line, to... |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Dan Gohman | Simplify this use of BuildMI. This is also in preparati... |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Dan Gohman | Use of operator* is redundant and confusing here. |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Dan Gohman | Minor const-correctness fixes. |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Dan Gohman | Shrink MachineMemOperand by storing the alignment in... |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Dan Gohman | Assert that all MachineInstrs update PhysRegUseDefLists in |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Evan Cheng | Fix two serious LSR bugs. |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Bruno Cardoso... | fixed 32-bit fp_to_sint pattern |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Dan Gohman | Make ilist noncopyable too. |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Dan Gohman | Don't use std::advance just to increment or decrement... |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Dan Gohman | Make BumpPtrAllocator noncopyable. |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Dan Gohman | Add a space between * and /* to help simple-minded... |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Dan Gohman | Remove most of the uses of SDOperandPtr, usually replac... |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Dan Gohman | Remove uses of "llvm/Support/Debug.h" from LLVM include... |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Dan Gohman | Remove unnecessary static_casts. |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Dan Gohman | Remove an unnecessary reinterpret_cast. |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Dan Gohman | Add explicit keywords. |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Dan Gohman | Use empty() instead of size(). |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Dan Gohman | Make DenseMap's insert return a pair, to more closely... |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Ted Kremenek | Removed ImmutableMap::SlimFind and replaced it with... |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Evan Cheng | LegalizeSetCCOperands should legalize the result of... |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Nick Lewycky | Handle 'lshr' instruction with SCEVUDiv object. |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Bill Wendling | Prevent option name conflict. |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Duncan Sands | LegalizeTypes soft-float support for stores of a |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Anton Korobeynikov | Add convenient helper for checking whether global is... |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Anton Korobeynikov | Testcase for PR2463 |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Anton Korobeynikov | Override weak stuff during linking of aliases. This... |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Anton Korobeynikov | Testcase for PR2146 |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Anton Korobeynikov | Properly link alias and function decls. This fixes... |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Nick Lewycky | 80col |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Nick Lewycky | Fix missed optimization opportunity when analyzing... |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Mon P Wang | Fixed generating incorrect aligned stores that I backou... |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Bruno Cardoso... | Several changes to Mips backend, experimental fp suppor... |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Duncan Sands | Rather than having a different custom legalization |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Duncan Sands | Linux also does not require exception handling |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Bill Wendling | Don't return std::vector by value, but pass it in by... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Bill Wendling | Revert my previous check-in that split up MachineModule... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Devang Patel | Provide a hook to set the code generation debug option... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Evan Cheng | Backed out 53031. |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Evan Cheng | Back out 53091 for now. |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Owen Anderson | Use information already present in the ValueTable to... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Devang Patel | Do not try to update dominator info while manipulating... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Owen Anderson | Remove the ability for ADCE to remove unreachable block... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Evan Cheng | - Remove calls to copyKillDeadInfo which is an N^2... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Evan Cheng | isel load folding is disabled at -fast. Now hoist the... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Matthijs Kooijman | Add newline at the end of Constants.cpp. |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Anton Korobeynikov | llvm-gcc sometimes marks external declarations hidden... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Bill Wendling | Remove unused function. |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Devang Patel | Preserve dom info. |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Devang Patel | Keep track of inherited analysis (e.g. dominator tree). |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Devang Patel | Remove extra FIXME |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Devang Patel | Reconstruct dom info, if loop is unswitched. |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Devang Patel | LoopUnswitch does not preserve dominator info in all... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Dan Gohman | Reapply r52988, "Simplify addRegisterKilled and addRegi... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Dan Gohman | Use operator new instead of new char[]. |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Dan Gohman | Use operator new instead of new char[]. |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Dan Gohman | Avoid unnecessarily copying APInt objects. |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Dan Gohman | Correct a comment. |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Evan Cheng | Use std::replace instead of std::find and push_back. |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Devang Patel | Undo previous patch. It is not that simple to fix dom... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Evan Cheng | - Add LiveVariables::replaceKillInstruction. This does... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Evan Cheng | commuteInstruction should preserve dead markers. |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Owen Anderson | Make LiveVariables even more optional, by making it... |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Dan Gohman | Replace a few uses of SelectionDAG::getTargetNode with |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Devang Patel | Preserve dom info while simplifing loop after the unswitch. |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Eric Christopher | Add a couple more helper functions to deal with |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Dan Gohman | Revert r52988. It broke 254.gap on x86-64. |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Owen Anderson | TwoAddressInstructionPass doesn't really require LiveVa... |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Chuck Rose III | VStudio x64 build fixes. Looks like the x64 projects... |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Owen Anderson | Use ADCE instead of just DCE. ADCE will better clean... |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Owen Anderson | Use df_ext_iterator to capture the reachable set withou... |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Owen Anderson | Avoid a redundant call. |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Owen Anderson | Add support to ADCE for pruning unreachable blocks... |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Mon P Wang | Make the default min align of CreateStackTemporary... |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Duncan Sands | Add a new getMergeValues method that does not need |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Owen Anderson | Use DenseSet rather than SmallPtrSet for the alive... |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Owen Anderson | Have DenseSet::insert return a bool indicating whether... |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Owen Anderson | A better fix for PR2503 that doesn't pessimize GVN... |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Mon P Wang | Fixed problem in EmitStackConvert where the source... |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Chris Lattner | instead of aborting on shifts of i1, just implicitly... |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Matthijs Kooijman | Update link to testing guide to use the new title. |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Duncan Sands | Fix typo compounded by a cut-and-pasto. |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Duncan Sands | Let AnalyzeNewNode take care of calling ExpungeNode. |
commit | commitdiff | tree | snapshot |
next |