aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-07Whitespace and 80-col.Eric Christopher
2013-01-07LoopVectorizer: When we vectorizer and widen loops we process many elements a...Nadav Rotem
2013-01-07Add the align_to_end option to .bundle_lock in the MC implementation of alignedEli Bendersky
2013-01-07This change is to implement following rules:Shuxin Yang
2013-01-07Fixed EOL whitespace.Michael Gottesman
2013-01-07ARM: Copy-paste error.Jim Grosbach
2013-01-07ARM: Fix a few copy-paste errors.Jim Grosbach
2013-01-07[ms-inline asm] Make sure the NullStreamParser doesn't try to emit labels whenChad Rosier
2013-01-07Add more comments to what's going on here.Eric Christopher
2013-01-07Add support for separating strings for the split debug info DWARF5Eric Christopher
2013-01-07This patch addresses bug 14678 by fixing two problems in medium code modelBill Schmidt
2013-01-07Change SMRange to be half-open (exclusive end) instead of closed (inclusive)Jordan Rose
2013-01-07Implement APFloat::isDenormal()Shuxin Yang
2013-01-07When code size is the priority (Oz, MinSize attribute), help llvmQuentin Colombet
2013-01-07Make test/DebugInfo/member-pointers.ll portable by removing the TargetDataDavid Blaikie
2013-01-07Claim ".td" files. Improve README cp command. Drop "Bundle" from descriptionJoel Jones
2013-01-07Move TypeFinder.h into the IR tree, it clearly belongs with the IR library.Chandler Carruth
2013-01-07Rename the VMCore unittest tree to IR. Somehow was missed when doing theChandler Carruth
2013-01-07Move CallGraphSCCPass.h into the Analysis tree; that's where theChandler Carruth
2013-01-07Remove the long defunct 'DefaultPasses' header. We have a pass managerChandler Carruth
2013-01-07Sink AddrMode back into TargetLowering, removing one of the mostChandler Carruth
2013-01-07Remove LSR's use of the random AddrMode struct. These variables wereChandler Carruth
2013-01-07Switch the SCEV expander and LoopStrengthReduce to useChandler Carruth
2013-01-07Fix a mistaken commit that included some debugging code.David Tweed
2013-01-07There was a switch fall-through in the parser for textual LLVM that causedDavid Tweed
2013-01-07Make the MergeGlobals pass correctly handle the address space qualifiers of t...Silviu Baranga
2013-01-07Documentation: add a note that Clang on Mageia 2 can not find libstdc++ headersDmitri Gribenko
2013-01-07R600/SIISelLowering.cpp: Suppress a warning. [-Wunused-variable]NAKAMURA Takumi
2013-01-07CallingConvLower.h: Use bitfields like unsigned:1 instead of bool:1 .NAKAMURA Takumi
2013-01-07Simplify LoopVectorize to require target transform info and rely on itChandler Carruth
2013-01-07Merge the unused header file for LoopVectorizer into the source file.Chandler Carruth
2013-01-07Switch BBVectorize to directly depend on having a TTI analysis.Chandler Carruth
2013-01-07Add LICENSE.TXT covering contributions made by ARM.Tim Northover
2013-01-07Fix a slew of indentation and parameter naming style issues. This 80% ofChandler Carruth
2013-01-07Switch LoopIdiom pass to directly require target transform information.Chandler Carruth
2013-01-07Rough out a new c'tor for the AttrBuilder class.Bill Wendling
2013-01-07Remove more unnecessary # operators with nothing to paste proceeding them.Craig Topper
2013-01-07Documentation updates for pointer-to-member debug info added in r171698.David Blaikie
2013-01-07PR14759: Debug info support for C++ member pointers.David Blaikie
2013-01-07Remove # from the beginning and end of def names. The # is a paste operator a...Craig Topper
2013-01-07Remove # from the beginning and end of def names.Craig Topper
2013-01-07Revert r171140. We don't actually need to support #NAME. Because NAME by itse...Craig Topper
2013-01-07Remove unnecessary # tokens at the beginning and end of defm names.Craig Topper
2013-01-07Make SimplifyCFG simply depend upon TargetTransformInfo and pass itChandler Carruth
2013-01-07Move the initialization to the Analysis library as well as the pass.Chandler Carruth
2013-01-07Update comment.Eric Christopher
2013-01-07Fix the enumerator names for ShuffleKind to match tho coding standards,Chandler Carruth
2013-01-07Make the popcnt support enums and methods have more clear names andChandler Carruth
2013-01-07Move TargetTransformInfo to live under the Analysis library. This noChandler Carruth
2013-01-07tblgen, docs: Add initial syntax reference.Sean Silva