aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling/typo.Michael J. Spencer2010-08-311-2/+2
* zap unused method. x86 is the only user and already has a more powerfull versionBruno Cardoso Lopes2010-08-311-4/+0
* Update the descriptions of NoModRef and ModRef to be consistentDan Gohman2010-08-301-5/+3
* Remove NEON vmovn intrinsic, replacing it with vector truncate operations.Bob Wilson2010-08-301-1/+0
* Fix LLVM target initialization to deal with sociopathic outside projectsEric Christopher2010-08-306-35/+44
* Kill a couple of unused variables.Eric Christopher2010-08-301-2/+2
* nuke dead ivar which was supposed to be committed with r112496Chris Lattner2010-08-301-1/+0
* two changes: 1) make AliasSet hold the list of call sites with anChris Lattner2010-08-291-2/+8
* Make IVUsers iterative instead of recursive.Dan Gohman2010-08-291-5/+8
* Delete an unused declaration.Dan Gohman2010-08-291-1/+0
* Stop explicitly scheduling domfrontier before the loop passes,Chris Lattner2010-08-291-3/+0
* Remove NEON vaddl, vaddw, vsubl, and vsubw intrinsics. Instead, use llvmBob Wilson2010-08-291-12/+0
* implement SSAUpdater::RewriteUseAfterInsertions, a helpful form of RewriteUse.Chris Lattner2010-08-291-0/+6
* remove unions from LLVM IR. They are severely buggy and notChris Lattner2010-08-286-130/+9
* remove the ABCD and SSI passes. They don't have any clients thatChris Lattner2010-08-283-116/+0
* Add a prototype of a new peephole optimizing pass that uses LazyValue info to...Owen Anderson2010-08-272-0/+7
* Fix a couple of typos.Eric Christopher2010-08-272-2/+2
* Switch ScalarEvolution's main Value*->SCEV* map from std::mapDan Gohman2010-08-271-3/+8
* Add alignment arguments to all the NEON load/store intrinsics.Bob Wilson2010-08-271-20/+34
* Simplify eliminateFrameIndex() interface back down now that PEI doesn't needJim Grosbach2010-08-261-8/+2
* tidy up a bit. no functional change.Jim Grosbach2010-08-261-1/+2
* add m_BitCast for matching a bitcast.Chris Lattner2010-08-261-0/+7
* zap the now unused MVT::getIntVectorWithNumElementsBruno Cardoso Lopes2010-08-261-15/+9
* Fix prototypes.Devang Patel2010-08-261-3/+4
* Reapply r112091 and r111922, support for metadata linking, with aDan Gohman2010-08-262-3/+18
* SmallVector's growth policies don't like starting from zero capacity.John McCall2010-08-261-1/+9
* Rewrite ExtractGV, removing a bunch of stuff that didn't fully work,Dan Gohman2010-08-261-2/+1
* Provide an explicit specialization of SmallVector at N=0 which doesJohn McCall2010-08-251-0/+33
* add a specialization for the MVT form of getTypeAction, since it isChris Lattner2010-08-251-2/+4
* remove some llvmcontext arguments that are now dead post-refactoring.Chris Lattner2010-08-251-16/+10
* Change handling of illegal vector types to widen when possible instead of Chris Lattner2010-08-251-12/+47
* tidy upChris Lattner2010-08-251-54/+38
* Fix header define to reflect the name of the file.Eric Christopher2010-08-251-2/+2
* lto_codegen_set_gcc_path was removed.Dan Gohman2010-08-251-8/+0
* Regenerate.Eric Christopher2010-08-251-6/+0
* Add ARM heuristic for when to allocate a virtual base register for stackJim Grosbach2010-08-241-1/+1
* First bit of support for the dwarf .loc directive. This patch updates theKevin Enderby2010-08-242-0/+65
* Move enabling the local stack allocation pass into the target where it belongs.Jim Grosbach2010-08-241-0/+7
* Use MapValue in the Linker instead of having a private functionDan Gohman2010-08-241-0/+29
* MDNode, MDString, and NamedMDNode are not meant to be subclassed;Dan Gohman2010-08-241-5/+2
* llvmc: Make syntax more consistent.Mikhail Glushenkov2010-08-231-24/+7
* Remove the MFI storage of the local allocation block size. It's not needed.Jim Grosbach2010-08-231-14/+0
* Add a new llvm.x86.int intrinsic, allowing access to the Chris Lattner2010-08-231-0/+5
* llvmc: Properly handle (error) in edge properties.Mikhail Glushenkov2010-08-232-4/+3
* Trailing whitespace.Mikhail Glushenkov2010-08-231-2/+2
* formatted_tool_output_file::close needs to flush its buffer beforeDan Gohman2010-08-231-1/+6
* Handle qualified constants that are directly folded by FE.Devang Patel2010-08-231-0/+6
* Avoid O(n*m) complexity in StringRef::find_first(_not)_of(StringRef).Benjamin Kramer2010-08-231-2/+2
* StringRef tweaks:Benjamin Kramer2010-08-231-2/+4
* MC: Add partial x86-64 support to COFF.Michael J. Spencer2010-08-212-2/+2