2009-11-02 |
Chris Lattner | Chris used to use '...' instead of proper grammar. |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Chris Lattner | remove some extraneous llvmcontext stuff. |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Chris Lattner | change LatticeVal to use PointerIntPair to save some... |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Chris Lattner | fix instcombine to only do store sinking when the align... |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Chris Lattner | merge a test into store.ll |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Chris Lattner | convert to filecheck |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Bill Wendling | Add missing end-tag. |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Bill Wendling | Some formatting changes. |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Anton Korobeynikov | Handle splats of undefs properly. This includes the... |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Anton Korobeynikov | Do not infer the target type for COPY_TO_REGCLASS from... |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Anton Korobeynikov | 64-bit FP loads & stores operate on both NEON and VFP... |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Anton Korobeynikov | Use NEON reg-reg moves, where profitable. This reduces... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Evan Cheng | Add PseudoSourceValue::mayAlias. It returns true if... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Nick Lewycky | Line this up as well. |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Nick Lewycky | Fix whitespace. |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Evan Cheng | Fix a couple more places where we are creating ld ... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Evan Cheng | Make use of imm12 version of Thumb2 ldr / str instructi... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Chris Lattner | fix two strange things in the default passmgr: |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Chris Lattner | merge phi-merge.ll into phi.ll |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Chris Lattner | when merging two loads, make sure to take the min of... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Chris Lattner | split load sinking out to its own function, like gep... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Chris Lattner | fix a bug noticed by inspection: when instcombine sinks... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Chris Lattner | IPSCCP apparently is not a superset of IPCP, this is... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Chris Lattner | convert to filecheck. |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Duncan Sands | Improve the other instance of the comment. |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Duncan Sands | Add a missing closing parenthesis, and tweak to fit... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Chris Lattner | only run GlobalDCE at -O3 and run it late instead of... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Chris Lattner | cleanups, switch GlobalDCE to SmallPtrSet instead of... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Chris Lattner | We currently only run ipsccp at LTO time, which is... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Chris Lattner | remove a bunch of locking from LLVMContextImpl. Since... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Chris Lattner | improve comment. |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Chris Lattner | add a comment about why we don't allow inlining indbr. |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Evan Cheng | Fix tests. |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Chris Lattner | the verifier shouldn't modify the IR. |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Douglas Gregor | Reverting 85714, 85715, 85716, which are breaking the... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Dan Gohman | Add a function to Passes.h to allow clients to create... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Dan Gohman | Don't #include Pass.h from CallGraph.h. |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Dan Gohman | Remove the #include of Pass.h from PassManager.h. This... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Chris Lattner | teach ipsccp and ipconstprop that a blockaddress doesn... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Chris Lattner | change llvm::MergeBlockIntoPredecessor to not merge... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Chris Lattner | strengthen an assumption: RevectorBlockTo knows that... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Chris Lattner | fix an issue where the verifier would reject a function... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Chris Lattner | if CostMetrics says to never duplicate some code, don... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Chris Lattner | constant fold indirectbr(blockaddress(%bb)) -> br label... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Chris Lattner | improve x86 codegen support for blockaddress. We now... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Chris Lattner | pull check for return inst out of loop, never inline... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Chris Lattner | Fix BlockAddress::replaceUsesOfWithOnConstant to correctly |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Chris Lattner | implement linker support for BlockAddress. |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Chris Lattner | Revert 85678/85680. The decision is to stay with the... |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Evan Cheng | Use cbz and cbnz instructions. |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Jim Grosbach | vml[as].f32 cause stalls in following advanced SIMD... |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Jim Grosbach | Consolidate test files |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Jim Grosbach | Change to use FileCheck |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Jim Grosbach | Make tests more explicit about which instructions are... |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Jim Grosbach | Grammar tweak to comments |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Chris Lattner | Make sure PRE doesn't split crit edges from indirectbr. |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Jim Grosbach | Update test to be more explicit about what instruction... |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Chris Lattner | llvm::SplitEdge should refuse to split an edge from... |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Jim Grosbach | Update test to be more explicit about what instruction... |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Chris Lattner | update the comment above llvm::SplitCriticalEdge, and... |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Jim Grosbach | Expand 64-bit logical shift right inline |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Jim Grosbach | Expand 64-bit arithmetic shift right inline |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Dan Gohman | Fix a missing newline in the dwarf output code. |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Dan Gohman | Make -print-machineinstrs more readable. |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Dan Gohman | Factor out more code into addCommonCodeGenPasses. The... |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Chris Lattner | adjust a couple xforms to work with null bb's in BlockA... |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Chris Lattner | Make blockaddress(@func, null) be valid, and make ... |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Benjamin Kramer | Force triple; darwin's ASM syntax differs from linux's. |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Jim Grosbach | Expand 64 bit left shift inline rather than using the... |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Benjamin Kramer | Add missing colons for FileCheck. |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Jim Grosbach | Convert to FileCheck |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Jim Grosbach | The universal SDKROOT should only be assigned when... |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Chris Lattner | add a comment. |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Dan Gohman | Revert r85667. LoopUnroll currently can't call utility... |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Dan Gohman | Remove redundant code. |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Dan Gohman | Merge the enhancements from LoopUnroll's FoldBlockIntoP... |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Dan Gohman | Rename forgetLoopBackedgeTakenCount to forgetLoop,... |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Dan Gohman | Replace LoopUnrollPass.cpp's custom code-size estimatio... |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Dan Gohman | Simplify this code. |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Dan Gohman | Remove an unnecessary #include. |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Dan Gohman | Update CMakeLists for recent renames. |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Dan Gohman | Rename UnrollLoop.cpp to LoopUnroll.cpp, and LoopUnroll... |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Dan Gohman | Remove CodeGenLICM. It's largely obsoleted by MachineLI... |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Dan Gohman | Make ScalarEvolutionAliasAnalysis slightly more aggress... |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Dan Gohman | Reapply r85634, with the bug fixed. |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Dan Gohman | When discarding SrcValue information, discard all of... |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Dan Gohman | Fix 80-column violation. |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Eric Christopher | Fix warning with gcc-4.0 and signed/unsigned. |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Evan Cheng | It's safe to remat t2LDRpci; Add PseudoSourceValue... |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Evan Cheng | Revert 85634. It's breaking consumer-typeset (and others). |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Dan Gohman | Add a target triple so that this test behaves consisten... |
commit | commitdiff | tree | snapshot |
2009-10-30 |
Dan Gohman | Add assertion checks here to turn silent miscompiles... |
commit | commitdiff | tree | snapshot |
2009-10-30 |
Dan Gohman | Don't mark registers dead here when processing nodes... |
commit | commitdiff | tree | snapshot |
2009-10-30 |
Dan Gohman | Fix the -mattr line for this test so that it passes... |
commit | commitdiff | tree | snapshot |
2009-10-30 |
Dan Gohman | Add a testcase for the recent duplicate PHI elimination... |
commit | commitdiff | tree | snapshot |
2009-10-30 |
Dan Gohman | Add a comment about a missed opportunity. |
commit | commitdiff | tree | snapshot |
2009-10-30 |
Dan Gohman | Optimize around the fact that pred_iterator is slow... |
commit | commitdiff | tree | snapshot |
2009-10-30 |
Kevin Enderby | Updates to the ARM target assembler for llvm-mc per... |
commit | commitdiff | tree | snapshot |
2009-10-30 |
Devang Patel | If string field is empty then return NULL. |
commit | commitdiff | tree | snapshot |
2009-10-30 |
Chris Lattner | if basic blocks are destroyed while there are *just... |
commit | commitdiff | tree | snapshot |
next |