summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Allow target to specify regclass for which antideps will only be broken along...David Goodwin2009-11-13
* Remove duplicate APIs and state WRT spill objects.David Greene2009-11-13
* Revert r87059 for now. It is failing clang tests.Devang Patel2009-11-13
* Switch to smallvector. Also fix issue with using unsigend for MaxSplit.Rafael Espindola2009-11-13
* Adjust isConstantSplat to allow for big-endian targets.Dale Johannesen2009-11-13
* Remove unnecessary llvm.dbg.declare bitcastVictor Hernandez2009-11-13
* Add a new split method to StringRef that puts the substrings in a vector.Rafael Espindola2009-11-13
* Fix a bootstrap failure.David Greene2009-11-13
* Do some cleanups suggested by Chris.David Greene2009-11-12
* StringRef(const char*) should not be used to turn null pointers into emptyDaniel Dunbar2009-11-12
* Remove my Value.h build fix.Daniel Dunbar2009-11-12
* Fix a build error by providing a missing enum value.David Greene2009-11-12
* Make the MachineFunction argument of getFrameRegister const.David Greene2009-11-12
* Add hasLoadFromStackSlot and hasStoreToStackSlot to return whether aDavid Greene2009-11-12
* Attempt to unbreak LLVM build, David G. please check.Daniel Dunbar2009-11-12
* Add a bool flag to StackObjects telling whether they reference spillDavid Greene2009-11-12
* Add compare_lower and equals_lower methods to StringRef. Switch all users ofBenjamin Kramer2009-11-12
* Make FixedStackPseudoSourceValue a first-class PseudoSourceValue byDavid Greene2009-11-12
* Add AsmPrinter comment flags to machine instructions so that AsmPrinterDavid Greene2009-11-12
* Add comment flags so AsmPrinter can output additional information whenDavid Greene2009-11-12
* "Attach debug info with llvm instructions" mode was enabled a month ago. Now ...Devang Patel2009-11-12
* Mark DBG_LABEL, EH_LABEL, and GC_LABEL as not-duplicable, sinceDan Gohman2009-11-12
* Silence a warning on targets with unsigned chars.Benjamin Kramer2009-11-12
* implement shl, ashr, and lshr methods. shl is not fully implemented as it is ...Nuno Lopes2009-11-12
* - Teach LSR to avoid changing cmp iv stride if it will create an immediate thatEvan Cheng2009-11-12
* isLegalICmpImmediate should take a signed integer; code clean up.Evan Cheng2009-11-12
* CMake: Hopefully unbreak the build by mimicking the changes on theOscar Fuentes2009-11-12
* Add the --with-c-include-dirs to llvm's configure.Rafael Espindola2009-11-12
* CMake: Pass -lm to check_symbol_exists for detecting several mathOscar Fuentes2009-11-12
* Add a new getPredicateOnEdge method which returns more rich information forChris Lattner2009-11-12
* Move the utility function UpdateTerminator() from CodePlacementOpt() intoJim Grosbach2009-11-12
* Add CreateNUWAdd and CreateNUWSub to complement the existing CreateNSWAdd andNick Lewycky2009-11-12
* expose edge information and switch j-t to use it.Chris Lattner2009-11-12
* Do not use StringRef in DebugInfo interface. Devang Patel2009-11-12
* Fix liveness calculation when splitting critical edges during PHI elimination.Jakob Stoklund Olesen2009-11-11
* Add SetDebugLocation() variant to Devang Patel2009-11-11
* Add TargetLowering::isLegalICmpImmediate. It tells LSR what immediate can be ...Evan Cheng2009-11-11
* Fix a copy+pasto in a comment.Dan Gohman2009-11-11
* Don't trivially delete unused calls to llvm.invariant.start. This allowsDuncan Sands2009-11-11
* remove the now dead condprop pass, PR3906.Chris Lattner2009-11-11
* Add StringRef::split(StringRef), to complement StringRef::split(char).Daniel Dunbar2009-11-11
* stub out some LazyValueInfo interfaces, and have JumpThreadingChris Lattner2009-11-11
* Add Triple::str() which returns the contents of the Triple as a string, as a ...Daniel Dunbar2009-11-11
* Add From arguments to StringRef search functions, and tweak doxyments.Daniel Dunbar2009-11-11
* Stub out a new lazy value info pass, which will eventuallyChris Lattner2009-11-11
* remove redundant foward declaration. This function is already in Chris Lattner2009-11-11
* jump threading does everything that condprop does any more. This passesChris Lattner2009-11-10
* Implement support to debug inlined functions.Devang Patel2009-11-10
* in -dot-cfg and -dot-cfg-only, when rendering switch instructions,Chris Lattner2009-11-10
* move some generally useful functions out of jump threadingChris Lattner2009-11-10