aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2010-03-08isNull() is not used any more.Devang Patel
2010-03-08Avoid using DIDescriptor.isNull(). Devang Patel
2010-03-08Iterator traits and swap. closes PR6548 and PR6549Andrew Lenharth
2010-03-08Revert r97947.Devang Patel
2010-03-08Avoid using DIDescriptor.isNull().Devang Patel
2010-03-08Revert r97917, which was causing Clang Debug self-host failures.Douglas Gregor
2010-03-07Roll back r97918 again. Just configuring against llvm-gcc wasn't enough to runJeffrey Yasskin
2010-03-07Reapply r97788 to free MDNodes when the LLVMContext is destroyed. ItJeffrey Yasskin
2010-03-07Roll r97906 forward again, without double-deleting CompileUnit::IndexTyDie.Jeffrey Yasskin
2010-03-07Add findNearestCommonDominator() for PostDominators.Tobias Grosser
2010-03-07Use Other as a sentinel instead of iAny.Chris Lattner
2010-03-07_2_ gcc crashes, ah, ah, ah...Jeffrey Yasskin
2010-03-07Avoid leaking CompileUnits and DbgScopes from DwarfDebug. Leaks found by Val...Jeffrey Yasskin
2010-03-06make APFloat::toString be const.Chris Lattner
2010-03-06Add static methods to handle Linkage Types.Rafael Espindola
2010-03-06Add a LLVMWriteBitcodeToFD that exposes the raw_fd_ostream options.Erick Tryzelaar
2010-03-06Add some new bits of debug info handling. NoDale Johannesen
2010-03-05Move SimplifyLibCalls's LibCall builders to a separate file so theyEric Christopher
2010-03-05Add support for an i8* type accessor.Eric Christopher
2010-03-05Move GetStringLength and helper from SimplifyLibCalls to ValueTracking.Eric Christopher
2010-03-05Revert r97788 because it broke test/FrontendC/2010-02-16-DbgVarScope.c.Jeffrey Yasskin
2010-03-05Free MDNodes when the LLVMContext is destroyed. Leak found by Valgrind.Jeffrey Yasskin
2010-03-05Make it not an error to specify -O* options several times.Mikhail Glushenkov
2010-03-04inline CannotYetSelectIntrinsic into CannotYetSelect and simplify.Chris Lattner
2010-03-03Expose alignment and stack alignment attributes to llvm-c and ocaml.Erick Tryzelaar
2010-03-03Move MachineInstrExpressionTrait::getHashValue() out of line so it can skip o...Evan Cheng
2010-03-03Re-apply r97667 but with a little bit of thought put into the patch. This imp...Evan Cheng
2010-03-03Revert 97667. It broke a bunch of tests.Dan Gohman
2010-03-03Move DenseMapInfo for MachineInstr* to MachineInstr.hEvan Cheng
2010-03-03Add MachineRegisterInfo::hasOneUse and hasOneNonDBGUse.Evan Cheng
2010-03-03don't use always_inline with gcc 3.4, it has some unimplemented featuresChris Lattner
2010-03-03TopLevelMap[] reference is a pointer.Evan Cheng
2010-03-03speed up scope node processing: if the first element of a scopeChris Lattner
2010-03-03introduce a new SwitchTypeMatcher node (which is analogous toChris Lattner
2010-03-03- Change MachineInstr::isIdenticalTo to take a new option that determines whe...Evan Cheng
2010-03-03Ordering forward declarations.Evan Cheng
2010-03-02Add Module functions in place of module providers.Erick Tryzelaar
2010-03-02remove 300 lines of code that is now dead in the MSP430 backendChris Lattner
2010-03-02Fix some issues in WalkChainUsers dealing with Chris Lattner
2010-03-02Allow specialization of ScopedHashTable of non-default DenseMapInfo.Evan Cheng
2010-03-02Rename LLVMUseIteratorRef to LLVMUseRef since we don't refer to iterators in ...Erick Tryzelaar
2010-03-02Swap parameters of isSafeToMove and isSafeToReMat for consistency.Evan Cheng
2010-03-02Fix the xfail I added a couple of patches back. The issueChris Lattner
2010-03-02factor node morphing out to its own helper method.Chris Lattner
2010-03-02eliminate CodeGen/DAGISelHeader.h, it is empty now.Chris Lattner
2010-03-02Sink InstructionSelect() out of each target into SDISel, and rename itChris Lattner
2010-03-02move some code out of DAGISelHeader up to SelectionDAGISel.h where itChris Lattner
2010-03-02Add skeleton of a machine level cse pass.Evan Cheng
2010-03-02Add count() and lookup() to ScopedHashTable. It might be useful to get inform...Evan Cheng
2010-03-02Rewrite chain handling validation and input TokenFactor handlingChris Lattner