summaryrefslogtreecommitdiff
path: root/include/llvm
Commit message (Expand)AuthorAge
* Rewrite ExtractGV, removing a bunch of stuff that didn't fully work,Dan Gohman2010-08-26
* Provide an explicit specialization of SmallVector at N=0 which doesJohn McCall2010-08-25
* add a specialization for the MVT form of getTypeAction, since it isChris Lattner2010-08-25
* remove some llvmcontext arguments that are now dead post-refactoring.Chris Lattner2010-08-25
* Change handling of illegal vector types to widen when possible instead of Chris Lattner2010-08-25
* tidy upChris Lattner2010-08-25
* Fix header define to reflect the name of the file.Eric Christopher2010-08-25
* Regenerate.Eric Christopher2010-08-25
* Add ARM heuristic for when to allocate a virtual base register for stackJim Grosbach2010-08-24
* First bit of support for the dwarf .loc directive. This patch updates theKevin Enderby2010-08-24
* Move enabling the local stack allocation pass into the target where it belongs.Jim Grosbach2010-08-24
* Use MapValue in the Linker instead of having a private functionDan Gohman2010-08-24
* MDNode, MDString, and NamedMDNode are not meant to be subclassed;Dan Gohman2010-08-24
* llvmc: Make syntax more consistent.Mikhail Glushenkov2010-08-23
* Remove the MFI storage of the local allocation block size. It's not needed.Jim Grosbach2010-08-23
* Add a new llvm.x86.int intrinsic, allowing access to the Chris Lattner2010-08-23
* llvmc: Properly handle (error) in edge properties.Mikhail Glushenkov2010-08-23
* Trailing whitespace.Mikhail Glushenkov2010-08-23
* formatted_tool_output_file::close needs to flush its buffer beforeDan Gohman2010-08-23
* Handle qualified constants that are directly folded by FE.Devang Patel2010-08-23
* Avoid O(n*m) complexity in StringRef::find_first(_not)_of(StringRef).Benjamin Kramer2010-08-23
* StringRef tweaks:Benjamin Kramer2010-08-23
* MC: Add partial x86-64 support to COFF.Michael J. Spencer2010-08-21
* This is the first step towards refactoring the x86 vector shuffle code. TheBruno Cardoso Lopes2010-08-20
* CreateTemporaryType doesn't needs its Context argument.Dan Gohman2010-08-20
* Create the new linker type "linker_private_weak_def_auto".Bill Wendling2010-08-20
* Introduce a new temporary MDNode concept. Temporary MDNodes areDan Gohman2010-08-20
* Reword NamedMDNode's comment.Dan Gohman2010-08-20
* Delete SlowOperationInformer, which is no longer used.Dan Gohman2010-08-20
* Add include guards to Support/Regex.h.Mikhail Glushenkov2010-08-20
* Trailing whitespace.Mikhail Glushenkov2010-08-20
* Add explicit initializer for UseLocalStackAllocationBlock in MFI constructorJim Grosbach2010-08-20
* Delete raw_stdout_ostream and raw_stderr_ostream, which are unusedDan Gohman2010-08-20
* Add an inspirational quote.Dan Gohman2010-08-20
* Add a comment.Dan Gohman2010-08-20
* Move raw_ostream's Error flag into raw_fd_ostream, as that's the onlyDan Gohman2010-08-20
* Export error-handling functions in formatted_tool_output_file.Dan Gohman2010-08-20
* llvmc: Cut global namespace pollution.Mikhail Glushenkov2010-08-20
* Disambiguate calls to WriteGraph() to disable ADL.Mikhail Glushenkov2010-08-20
* Trailing whitespace.Mikhail Glushenkov2010-08-20
* Replace the arm.neon.vmovls and vmovlu intrinsics with vector sign-extend andBob Wilson2010-08-20
* Introduce a new tool_output_file class, which extends raw_ostream withDan Gohman2010-08-20
* Better handling of offsets on frame index references. rdar://8277890Jim Grosbach2010-08-19
* Update comment to remove special case for vector extending loads. AnBob Wilson2010-08-19
* Re-re-revert this patch. It seems to be causing performanceEric Christopher2010-08-19
* Update local stack block allocation to let PEI do the allocs if no additionalJim Grosbach2010-08-19
* Revert r111199; it breaks -debug-pass=Structure output.Dan Gohman2010-08-19
* Reapply the virtual register patch from 109102. The places where we wereEric Christopher2010-08-19
* Finish full attribute class emission for clang.Sean Hunt2010-08-18
* Make raw_fd_ostream consider itself the owner of STDOUT_FILENO whenDan Gohman2010-08-18