aboutsummaryrefslogtreecommitdiff
path: root/include/llvm
AgeCommit message (Expand)Author
2013-01-10TableGen: Keep track of superclass reference ranges.Jordan Rose
2013-01-10TableGen: record anonymous instantiations of classes.Jordan Rose
2013-01-10Allow hasProperty() to be called on bundle-internal instructions.Jakob Stoklund Olesen
2013-01-10Signal.h: Add <cstdio> for FILE*, since r171989.NAKAMURA Takumi
2013-01-10Fix a race condition in the lock-file manager: once the lock file isDouglas Gregor
2013-01-10Support headerless bundles in MachineInstr::hasProperty().Jakob Stoklund Olesen
2013-01-10Stack Alignment: throw error if we can't satisfy the minimal alignmentManman Ren
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak
2013-01-09Revert s/Raw/getBitMask/g name change. This is possibly causing LTO test hang...Bill Wendling
2013-01-09ARM Cost model: Use the size of vector registers and widest vectorizable inst...Nadav Rotem
2013-01-09Move the internal PrintStackTrace function that is used for llvm::sys::PrintS...Argyrios Kyrtzidis
2013-01-09Don't require BUNDLE headers in MachineInstr::getBundleSize().Jakob Stoklund Olesen
2013-01-09PowerPC: EH adjustmentsAdhemerval Zanella
2013-01-09add hexagon flags in ELF.hShankar Easwaran
2013-01-09For some LLVM-as-library uses it is convenient to create aDavid Tweed
2013-01-09Refactor to expose RTLIB calls to targets.Tim Northover
2013-01-09Incrase the number of parameters for AlignedCharArrayUnion.Manuel Klimek
2013-01-09Last in the series of removing unnecessary '0' arguments forEric Christopher
2013-01-09MIsched: add an ILP window property to machine model.Andrew Trick
2013-01-09[Object, DebugInfo] Make DWARFContext BE-aware.NAKAMURA Takumi
2013-01-09These functions have default arguments of 0 for the last arg. UseEric Christopher
2013-01-09Cost Model: Move the 'max unroll factor' variable to the TTI and add initial ...Nadav Rotem
2013-01-09Add a getBundleEnd() function to go with the existing getBundleStart().Jakob Stoklund Olesen
2013-01-09Add the integer value of the ConstantInt instead of the Constant* value.Bill Wendling
2013-01-09Consider expression "0.0 - X" as the negation of X ifShuxin Yang
2013-01-08Simplify the code a bit: MCRelaxableFragment doesn't need a separate getInstSizeEli Bendersky
2013-01-08Fix memory leak in YAML I/O.Nick Kledzik
2013-01-08Add fp128 rtlib function names to LLVMTim Northover
2013-01-08Allow ELF64 relocation type to be more than 8 bits.Tim Northover
2013-01-08Sink a function that refers to the SelectionDAG into that library in theChandler Carruth
2013-01-08Remove the llvm-local DW_TAG_vector_type tag and add a test toEric Christopher
2013-01-08Renamed MCInstFragment to MCRelaxableFragment and added some comments.Eli Bendersky
2013-01-08Remove what appears to be a dead llvm-specific debug tag.Eric Christopher
2013-01-07Pack MachineOperand bitfields better.Jakob Stoklund Olesen
2013-01-07Pack MachineInstr fields better.Jakob Stoklund Olesen
2013-01-07Add the align_to_end option to .bundle_lock in the MC implementation of alignedEli Bendersky
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-07Move TypeFinder.h into the IR tree, it clearly belongs with the IR library.Chandler 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-07Switch the SCEV expander and LoopStrengthReduce to useChandler Carruth
2013-01-07CallingConvLower.h: Use bitfields like unsigned:1 instead of bool:1 .NAKAMURA Takumi
2013-01-07Rough out a new c'tor for the AttrBuilder class.Bill Wendling
2013-01-07PR14759: Debug info support for C++ member pointers.David Blaikie
2013-01-07Make SimplifyCFG simply depend upon TargetTransformInfo and pass itChandler Carruth
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