aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2010-08-24Move enabling the local stack allocation pass into the target where it belongs.Jim Grosbach
2010-08-24Use MapValue in the Linker instead of having a private functionDan Gohman
2010-08-24MDNode, MDString, and NamedMDNode are not meant to be subclassed;Dan Gohman
2010-08-23llvmc: Make syntax more consistent.Mikhail Glushenkov
2010-08-23Remove the MFI storage of the local allocation block size. It's not needed.Jim Grosbach
2010-08-23Add a new llvm.x86.int intrinsic, allowing access to the Chris Lattner
2010-08-23llvmc: Properly handle (error) in edge properties.Mikhail Glushenkov
2010-08-23Trailing whitespace.Mikhail Glushenkov
2010-08-23formatted_tool_output_file::close needs to flush its buffer beforeDan Gohman
2010-08-23Handle qualified constants that are directly folded by FE.Devang Patel
2010-08-23Avoid O(n*m) complexity in StringRef::find_first(_not)_of(StringRef).Benjamin Kramer
2010-08-23StringRef tweaks:Benjamin Kramer
2010-08-21MC: Add partial x86-64 support to COFF.Michael J. Spencer
2010-08-20This is the first step towards refactoring the x86 vector shuffle code. TheBruno Cardoso Lopes
2010-08-20CreateTemporaryType doesn't needs its Context argument.Dan Gohman
2010-08-20Create the new linker type "linker_private_weak_def_auto".Bill Wendling
2010-08-20Introduce a new temporary MDNode concept. Temporary MDNodes areDan Gohman
2010-08-20Reword NamedMDNode's comment.Dan Gohman
2010-08-20Delete SlowOperationInformer, which is no longer used.Dan Gohman
2010-08-20Add include guards to Support/Regex.h.Mikhail Glushenkov
2010-08-20Trailing whitespace.Mikhail Glushenkov
2010-08-20Add explicit initializer for UseLocalStackAllocationBlock in MFI constructorJim Grosbach
2010-08-20Delete raw_stdout_ostream and raw_stderr_ostream, which are unusedDan Gohman
2010-08-20Add an inspirational quote.Dan Gohman
2010-08-20Add a comment.Dan Gohman
2010-08-20Move raw_ostream's Error flag into raw_fd_ostream, as that's the onlyDan Gohman
2010-08-20Export error-handling functions in formatted_tool_output_file.Dan Gohman
2010-08-20Expose LLVMSetOperand and LLVMGetNumOperands to llvm-c and ocaml.Erick Tryzelaar
2010-08-20llvmc: Cut global namespace pollution.Mikhail Glushenkov
2010-08-20Disambiguate calls to WriteGraph() to disable ADL.Mikhail Glushenkov
2010-08-20Trailing whitespace.Mikhail Glushenkov
2010-08-20Replace the arm.neon.vmovls and vmovlu intrinsics with vector sign-extend andBob Wilson
2010-08-20Introduce a new tool_output_file class, which extends raw_ostream withDan Gohman
2010-08-19Better handling of offsets on frame index references. rdar://8277890Jim Grosbach
2010-08-19Update comment to remove special case for vector extending loads. AnBob Wilson
2010-08-19Re-re-revert this patch. It seems to be causing performanceEric Christopher
2010-08-19Update local stack block allocation to let PEI do the allocs if no additionalJim Grosbach
2010-08-19Revert r111199; it breaks -debug-pass=Structure output.Dan Gohman
2010-08-19Reapply the virtual register patch from 109102. The places where we wereEric Christopher
2010-08-18Finish full attribute class emission for clang.Sean Hunt
2010-08-18Make raw_fd_ostream consider itself the owner of STDOUT_FILENO whenDan Gohman
2010-08-18move gep decomposition out of ValueTracking into BasicAA. The form ofChris Lattner
2010-08-18Introduce a ScopedFatalErrorHandler class to make it easy to registerDan Gohman
2010-08-18Revert r111394. It was too aggressive.Jakob Stoklund Olesen
2010-08-18Aggressively prune the DFS when inserting phi-defs.Jakob Stoklund Olesen
2010-08-18Add df_iterator::getPathLength and getPath as a way of getting a path from theJakob Stoklund Olesen
2010-08-18Revert r111375, "move gep decomposition out of ValueTracking into BasicAA. TheDaniel Dunbar
2010-08-18Inform LazyValueInfo whenever a block is deleted, to avoid dangling pointer i...Owen Anderson
2010-08-18move gep decomposition out of ValueTracking into BasicAA. The form ofChris Lattner
2010-08-18Add hook for re-using virtual base registers for local stack slot access.Jim Grosbach