aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove ShortNames from getNodeLabel in DOTGraphTraitsTobias Grosser2009-11-308-56/+59
* Instantiate DefaultDOTGraphTraitsTobias Grosser2009-11-308-26/+67
* Do not point edge heads to source labelsTobias Grosser2009-11-301-6/+2
* Only print edgeSourceLabels if they are not emptyTobias Grosser2009-11-301-13/+39
* Small PostDominatorTree improvementsTobias Grosser2009-11-302-4/+13
* Remove ":" after BB name in -view-cfg-onlyTobias Grosser2009-11-301-1/+1
* First pass at llvm.objectsize documentation.Eric Christopher2009-11-301-0/+37
* Revert r90107, fixing test/Transforms/GVN/2009-11-29-ReverseMap.ll and theNick Lewycky2009-11-301-15/+2
* Add a testcase for the current llvm-gcc build failure.Nick Lewycky2009-11-301-0/+33
* Remove the 'simple jit' tutorial as it wasn't really being maintained and itsNick Lewycky2009-11-304-417/+0
* Add test case for r90108Mon P Wang2009-11-301-0/+154
* Added support to allow clients to custom widen. For X86, custom widen vectors...Mon P Wang2009-11-307-56/+121
* reapply r90093 with an addition of keeping the forwardChris Lattner2009-11-301-2/+15
* Fix this test on 64-bit systems which seem to use i64 for gep indices sometimesNick Lewycky2009-11-301-3/+3
* Commit r90099 made LLVM simplify one of these constant expressions a littleNick Lewycky2009-11-301-6/+5
* Teach ConstantFolding to do a better job when folding gep(bitcast).Nick Lewycky2009-11-292-1/+2
* Revert r90089 for now, it's breaking selfhost.Benjamin Kramer2009-11-291-3/+5
* revert this patch for now, it causes failures of:Chris Lattner2009-11-291-12/+2
* Fix a really nasty caching bug I introduced in memdep. An entryChris Lattner2009-11-291-2/+12
* Fix two FIXMEs.Benjamin Kramer2009-11-291-5/+3
* Detabify.Nick Lewycky2009-11-291-1/+1
* Remove dead returns.Benjamin Kramer2009-11-291-2/+0
* This patch ensures that Path::GetMainExecutable is able to handle theKovarththanan Rajaratnam2009-11-291-2/+6
* Fix FileCheck crash when fuzzy scanning starting at the end of the file.Daniel Dunbar2009-11-291-1/+1
* add testcases for the foo_with_overflow op xforms added recently andChris Lattner2009-11-292-15/+85
* mark all the 'foo with overflow' intrinsics as readnone.Chris Lattner2009-11-291-6/+12
* update and consolidate the load pre notes.Chris Lattner2009-11-291-43/+42
* add PR#Chris Lattner2009-11-291-0/+1
* Add a testcase for:Chris Lattner2009-11-291-0/+47
* add a testcase forChris Lattner2009-11-291-0/+45
* Implement PR5634.Chris Lattner2009-11-292-11/+97
* Teach memdep to look for memory use intrinsics during dependency queries. FixesNick Lewycky2009-11-282-10/+49
* reenable load address insertion in load pre. This allows us toChris Lattner2009-11-282-25/+33
* Enhance InsertPHITranslatedPointer to be able to return a list of newlyChris Lattner2009-11-283-13/+19
* implement a FIXME: limit the depth that DecomposeGEPExpression goes the sameChris Lattner2009-11-282-4/+26
* enable code to handle un-phi-translatable cases more aggressively:Chris Lattner2009-11-281-3/+0
* disable value insertion for now, I need to figure out howChris Lattner2009-11-273-14/+79
* Rework InsertPHITranslatedPointer to handle the recursive case, this Chris Lattner2009-11-273-58/+112
* recursively phi translate bitcast operands too, for consistency.Chris Lattner2009-11-271-21/+18
* Oops! Fix bug introduced in my recent cleanup change. Thanks to Tobias GrosserNick Lewycky2009-11-271-1/+1
* I accidentally implemented this :)Chris Lattner2009-11-271-2/+1
* add support for recursive phi translation and phi Chris Lattner2009-11-272-10/+110
* add two simple test cases we now optimize (to one load in the loop each) and ...Chris Lattner2009-11-271-0/+121
* factor some logic out of instcombine into a new SimplifyAddInst method.Chris Lattner2009-11-273-17/+47
* add a deadargelim note.Chris Lattner2009-11-271-0/+23
* This testcase is actually only partially redundant, and requiresChris Lattner2009-11-271-2/+2
* fix PR5436 by making the 'simple' case of SRoA not promote out of range Chris Lattner2009-11-272-10/+68
* filecheckizeChris Lattner2009-11-271-5/+10
* While this test is testing a problem in the generic part of codegen,Duncan Sands2009-11-272-1/+36
* Vector types are no longer required to have a power-of-two length.Duncan Sands2009-11-271-2/+1