2009-08-31 |
Daniel Dunbar | llvm-mc: Move AsmExpr into MC lib (as MCExpr). |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Chris Lattner | Step #1 to giving Callgraph some sane invariants. ... |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Chris Lattner | fix some cases where instcombine would change hte IR... |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Chris Lattner | cleanups, factor some code out to a helper function |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Chris Lattner | fix a crash building SPASS by tolerating a callsite... |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Chris Lattner | comment and simplify some code. |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Chris Lattner | add -debug output |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Chris Lattner | improve -debug output, so that -debug is more likely... |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Chris Lattner | fix a bug I introduced with my 'instcombine builder... |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Chris Lattner | simplify some code by making the SCCNodes set contain... |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Chris Lattner | only print the override triple if it exists! |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Chris Lattner | Fix PR4834, a tricky case where the inliner would resol... |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Chris Lattner | use an accessor instead of poking internals of a node. |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Oscar Fuentes | CMake: updated library dependencies. |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Jim Grosbach | PR4747 |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Chris Lattner | update unit test for previous change. |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Chris Lattner | Fix some nasty callgraph dangling pointer problems in |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Erick Tryzelaar | Fix header comment for bindings/ocaml/llvm/Makefile. |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Erick Tryzelaar | Make sure we specify no arguments for context functions. |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Chris Lattner | add a dump() method on callgraph. |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Chris Lattner | rename test |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Chris Lattner | merge all sinking tests into one and convert them to... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Chris Lattner | convert scalar_promote to filecheck style and merge... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Chris Lattner | eliminate some uses of prcontext. Any help here would... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Chris Lattner | rename test so that name reflects what it is testing... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Chris Lattner | convert to filecheck format. |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Chris Lattner | suck a bunch more gep tests into getelementptr.ll and... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Daniel Dunbar | Tweak comment. |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Daniel Dunbar | Fix some possible-use-of-uninitialized warnings. |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Chris Lattner | consolodate various GEP tests into getelementptr.ll... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Chris Lattner | another huge testcase, this time from 'gs' in llvm... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Chris Lattner | remove another poorly-reduced testcase which came from... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Chris Lattner | this testcase is 500 lines long and is distilled from... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Chris Lattner | convert to filecheck |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Chris Lattner | Fix PR4748: don't fold gep(bitcast(x)) into bitcast... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Chris Lattner | misc cleanup |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Chris Lattner | add getPointerAddressSpace() to GEP instruction, use... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Chris Lattner | eliminate InsertCastBefore, use the builder instead. |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Chris Lattner | eliminate InsertBitCastBefore, just use the builder... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Chris Lattner | add a "getPointerAddressSpace" helper method to LoadIns... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Anton Korobeynikov | Add missed pattern |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Chris Lattner | convert a bunch more calls to InsertNewInstBefore to use |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Chris Lattner | fix typo |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Chris Lattner | hopefully unbreak the build by making this-> explicit... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Anton Korobeynikov | EXTRACT_VECTOR_ELEMENT can have result type different... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Torok Edwin | Add regular expression matching support, based on OpenB... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Chris Lattner | give instcombine a custom IRBuilder that adds new instr... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Daniel Dunbar | Update test. |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Chris Lattner | add a new InstCombineWorklist::AddValue method that... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Chris Lattner | move AddUsersToWorkList to the worklist processing... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Chris Lattner | rename AddUsesToWorkList -> AddOperandsToWorkList.... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Daniel Dunbar | llvm-mc/X86: Encode constant MCValue's correctly. |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Daniel Dunbar | llvm-mc: MCStreamer cleanups. - Remove EmitLocalSymbol... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Chris Lattner | inline the trivial AddToWorkList/RemoveFromWorkList... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Chris Lattner | fix a bug I introduced in r80478 found by the build... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Chris Lattner | refactor instcombine's worklist processing stuff out... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Chris Lattner | make DenseMap::clear() early exit if there is nothing... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Chris Lattner | some minor cleanups to IRBuilder, factor the insertion |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Chris Lattner | more cleanups: remove some redundant code, and simplify... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Chris Lattner | eliminate the temporary SrcGEPOperands smallvector. |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Chris Lattner | simplify/detangle some control flow. |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Chris Lattner | simplify and cleanup some code, remove some code that... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Chris Lattner | default count-aa to -print-all. The whole reason to... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Bill Wendling | Nuke moribund "std::string" version of EOL(..., Encoding). |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Dan Gohman | Add AutoGenerated.inc to svn:ignore. |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Dan Gohman | Remove an unnecessary Context argument. |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Dan Gohman | Minor logic simplification. |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Dan Gohman | Add some comments. |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Dan Gohman | Cleanup whitespace and indentation. |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Dan Gohman | Remove some unused fields. |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Dan Gohman | CMOV_GR8 clobbers EFLAGS when its expansion involves... |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Benjamin Kramer | Inline empty destructor. |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Bill Wendling | Fix warning about non-virtual destructor. |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Bill Wendling | - Add target lowering methods to get the preferred... |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Bill Wendling | Add a form of EOL which emits the text version of a... |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Bob Wilson | PR4795: Remove EEVT::isFP, isInt and isVec types used... |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Eric Christopher | Make the augmentation size and next set of bytes agree... |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Jeffrey Yasskin | Fix OProfile support after r80406 changed the DebugInfo... |
commit | commitdiff | tree | snapshot |
2009-08-29 |
David Goodwin | Another stab at fixing up register kill flags after... |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Anton Korobeynikov | Do not assert on too wide splats we don't support. |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Anton Korobeynikov | Add missed extract_element pattern |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Devang Patel | Reapply 79977. |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Evan Cheng | Let Darwin linker auto-synthesize stubs and lazy-pointe... |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Eric Christopher | Nuke trailing whitespace. |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Daniel Dunbar | Fix creation of .bca libraries with EXPORTED_SYMBOLS_LI... |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Andreas Neustifter | Read Makefile.config before using LLVMGCC. |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Torok Edwin | install-sh chmods to 0755 by default, and this causes... |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Anton Korobeynikov | Short-term workaround for frame-related weirdness on... |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Torok Edwin | rm needs -f |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Torok Edwin | Remove the llvmprof.out from the test output, otherwise... |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Andreas Neustifter | Preparation for Optimal Edge Profiling: |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Andreas Neustifter | Remove profiling output file because two consecutive... |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Andreas Neustifter | Removed unnecessary file creation during test. |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Andreas Neustifter | Pulled all tests into one test. Removed some redundant... |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Daniel Dunbar | Fix -Asserts warning, round two. |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Daniel Dunbar | llvm-mc: .lsym is more unsupported than unimplemented... |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Daniel Dunbar | llvm-mc: Support .comm emission. |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Evan Cheng | Print a nl before pic labels so they start at a new... |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Andreas Neustifter | Since all std::cout is gone, also remove iostream include. |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Andreas Neustifter | Readded test from r79615, this tests the complete profi... |
commit | commitdiff | tree | snapshot |
next |