summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Fix resetCachedCostInfo to reset all of the cost information, instead ofDan Gohman2009-10-13
* s/DebugLoc.CompileUnit/DebugLoc.Scope/gDevang Patel2009-10-13
* Add is_same type traitDouglas Gregor2009-10-13
* Introduce new convenience methods for sign extending orDuncan Sands2009-10-13
* Add an "msasm" flag to inline asm as suggested in PR 5125.Dale Johannesen2009-10-13
* Split code not specific to Function inlining out into a separate class,Dan Gohman2009-10-13
* Provide a mode for ImmutableMap/ImmutableSet to not automatically canonicaliz...Ted Kremenek2009-10-13
* Move the InlineCost code from Transforms/Utils to Analysis.Dan Gohman2009-10-13
* Start refactoring the inline cost estimation code so that it can be usedDan Gohman2009-10-13
* Make the ExecutionEngine automatically remove global mappings on when theirJeffrey Yasskin2009-10-13
* Copy metadata when value is RAUW'd. It is debatable whether this is the right...Devang Patel2009-10-13
* The eh.exception intrinsic only reads from memory, it doesn'tDuncan Sands2009-10-13
* Add new "memory use marker" intrinsics. These indicate lifetimes and invariantNick Lewycky2009-10-13
* remove dead header.Chris Lattner2009-10-13
* Add a ceilLogBase2 function to APInt.Dan Gohman2009-10-13
* Regenerate configure for rev. 83823 putback.Edward O'Callaghan2009-10-13
* Enable "debug info attached to an instruction" mode.Devang Patel2009-10-12
* Revert the kludge in 76703. I got a cleanDale Johannesen2009-10-12
* Fix http://llvm.org/PR5160, to let CallbackVHs modify other ValueHandles on theJeffrey Yasskin2009-10-12
* Delete some obsolete declarations.Dan Gohman2009-10-12
* add some more hooks to the C bindings, patch by Kenneth Uildriks!Chris Lattner2009-10-12
* Fix LLVM CMake build system so that it may now work on Solaris and AuroraUX.Edward O'Callaghan2009-10-12
* Fix typo.Nick Lewycky2009-10-11
* Fix typo.Nick Lewycky2009-10-11
* add a helper for matching "1".Chris Lattner2009-10-11
* there is no need to run mem2reg after jump threading at LTO time now.Chris Lattner2009-10-11
* fix a bunch of bad formatting, delete the dead Chris Lattner2009-10-11
* add a simple helper method.Chris Lattner2009-10-10
* add ability for clients of SSAUpdater to find out about theChris Lattner2009-10-10
* add the ability to get a rewritten value from the middle of a block,Chris Lattner2009-10-10
* rename GetValueInBlock -> GetValueAtEndOfBlock to better reflect Chris Lattner2009-10-10
* Implement an efficient and fully general SSA update mechanism that Chris Lattner2009-10-10
* add some WeakVH::operator='s. Without these, assigningChris Lattner2009-10-10
* change some static_cast into cast, pointed out by Gabor.Chris Lattner2009-10-10
* add a version of PHINode::getIncomingBlock that takes a raw Chris Lattner2009-10-10
* Make getMachineNode return a MachineSDNode* instead of a generic SDNode*Dan Gohman2009-10-10
* Replace X86's CanRematLoadWithDispOperand by calling the target-independentDan Gohman2009-10-10
* The ScheduleDAG framework now requires an AliasAnalysis argument, thoughDan Gohman2009-10-09
* Factor out LiveIntervalAnalysis' code to determine whether an instructionDan Gohman2009-10-09
* Extract scope information from the variable itself, instead of relying on all...Devang Patel2009-10-09
* ExecutionEngine::clearGlobalMappingsFromModule failed to remove reverseJeffrey Yasskin2009-10-09
* Add a const qualifier.Dan Gohman2009-10-09
* Use names instead of numbers for some of the magicDale Johannesen2009-10-09
* Add basic infrastructure and x86 support for preserving MachineMemOperandDan Gohman2009-10-09
* Raise the limit on built-in plugins in llvmc to 10.Mikhail Glushenkov2009-10-09
* Indentation.Evan Cheng2009-10-09
* Add the ability to track HasNSW and HasNUW on more kinds of SCEV expressions.Dan Gohman2009-10-09
* Add a SelectionDAG getTargetInsertSubreg convenience function,Bob Wilson2009-10-08
* Add a form of addPreserved which takes a string argument, to allow passesDan Gohman2009-10-08
* remove LoopVR pass. According to Nick:Chris Lattner2009-10-08