aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fixed a crasher in arm disassembler within ARMInstPrinter.cpp after callingJohnny Chen2010-04-122-1/+38
* Remove a #include.Dan Gohman2010-04-121-1/+0
* Remove unneeded debug in PostDominator runOnFunction()Tobias Grosser2010-04-121-1/+0
* Remove dead code in the dotty dominance tree printer.Tobias Grosser2010-04-121-25/+0
* Plug trivial leak.Benjamin Kramer2010-04-121-0/+2
* Delete this code, which is no longer needed.Dan Gohman2010-04-121-4/+0
* Move the EliminateIVUsers call back out to its original location. Now thatDan Gohman2010-04-121-10/+4
* Generalize ScalarEvolution's PHI analysis to handle loops that don'tDan Gohman2010-04-121-14/+26
* Rewrite the overflow checking in the get{Signed,Unsigned}Range code forDan Gohman2010-04-121-10/+34
* Use RecursivelyDeleteTriviallyDeadInstructions in EliminateIVComparisons,Dan Gohman2010-04-121-3/+12
* Enable post regalloc machine licm by default.Evan Cheng2010-04-121-5/+1
* Verify function prototypes before trying to optimize functions. We alsoEric Christopher2010-04-121-2/+48
* Remove unnecessary parens.Dan Gohman2010-04-122-4/+4
* Minor code simplification.Dan Gohman2010-04-121-1/+1
* Re-apply r101000, with a fix: Don't eliminate an icmp which is part ofDan Gohman2010-04-121-1/+45
* Revert 101000, which is breaking self-host builds.Dan Gohman2010-04-121-38/+0
* Fix indentation.Dan Gohman2010-04-111-1/+1
* Teach IndVarSimplify how to eliminate comparisons involving inductionDan Gohman2010-04-111-0/+38
* Enhance ScalarEvolution::isKnownPredicate with support forDan Gohman2010-04-111-8/+33
* Minor code simplification.Dan Gohman2010-04-111-2/+1
* When creating a ConstantRange for [n,UINT_MAX], special case n == 0, becauseDan Gohman2010-04-111-3/+4
* Add a cast to void to show that the return value is beingDan Gohman2010-04-111-1/+1
* Delete a dead check.Dan Gohman2010-04-111-1/+0
* Delete dead code.Dan Gohman2010-04-111-26/+0
* Rename isLoopGuardedByCond to isLoopEntryGuardedByCond, to emphasiseDan Gohman2010-04-113-17/+17
* Implement support for varargs functions without any fixedChris Lattner2010-04-102-31/+23
* fix PR6743, a case where we'd delete an instruction before using itChris Lattner2010-04-101-1/+3
* fix PR6760, a missing check in heap SRoA.Chris Lattner2010-04-101-1/+2
* turn an assert into a proper check, fixing crash on invalid here:Chris Lattner2010-04-101-2/+1
* improve haiku portability, patch by Paul Davey.Chris Lattner2010-04-101-0/+2
* add attributes and module level asm to the ocaml bindings,Chris Lattner2010-04-101-0/+5
* Fix a typo and some indentation.Dan Gohman2010-04-091-2/+2
* When determining a canonical insert position, don't climb deeperDan Gohman2010-04-091-33/+73
* Tidy whitespace.Bob Wilson2010-04-091-9/+8
* suck the propagating "has dynamic libs" check into a single makefile Chris Lattner2010-04-091-2/+2
* add minix support, patch by Kees van Reeuwijk! PR6797Chris Lattner2010-04-093-2/+17
* clean this up, fix std::min ambiguity on some platforms.Chris Lattner2010-04-091-7/+5
* Adding IPSCCP and Internalize passes to the C-bindingsWesley Peck2010-04-091-0/+9
* Provide versions of the ARM eh_sjlj_setjmp instructions for non-VFP subtargetsBob Wilson2010-04-092-2/+35
* When emitting code for an add, don't force a SCEVUnknown wrapper aroundDan Gohman2010-04-091-3/+4
* When looking for loop-invariant users, look through no-op instructions,Dan Gohman2010-04-091-3/+11
* "On SPU, variables in the .bss section that are allocated with the .lcomm dir...Chris Lattner2010-04-091-1/+0
* Add a comment.Dan Gohman2010-04-091-1/+2
* Clear InsnsBeginScopeSet and InsnsEndScopeSet at the end of function.Devang Patel2010-04-091-0/+2
* performance: cache result of looking up userGabor Greif2010-04-091-4/+6
* Minor code simplification.Dan Gohman2010-04-091-9/+5
* Delete this obsolete comment.Dan Gohman2010-04-091-4/+0
* const-ize a predicateGabor Greif2010-04-091-2/+2
* Add a missing dependency to this library when building with CMake.Chandler Carruth2010-04-091-0/+2
* Use getNumImplicitDefs() and getNumImplicitUses().Bob Wilson2010-04-091-24/+6