aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Signal.h: Add <cstdio> for FILE*, since r171989.NAKAMURA Takumi2013-01-101-0/+1
* Fix a race condition in the lock-file manager: once the lock file isDouglas Gregor2013-01-101-0/+1
* Support headerless bundles in MachineInstr::hasProperty().Jakob Stoklund Olesen2013-01-101-1/+1
* Stack Alignment: throw error if we can't satisfy the minimal alignmentManman Ren2013-01-101-3/+16
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10178-371/+371
* Revert s/Raw/getBitMask/g name change. This is possibly causing LTO test hang...Bill Wendling2013-01-091-3/+3
* ARM Cost model: Use the size of vector registers and widest vectorizable inst...Nadav Rotem2013-01-091-0/+3
* Move the internal PrintStackTrace function that is used for llvm::sys::PrintS...Argyrios Kyrtzidis2013-01-091-0/+3
* Don't require BUNDLE headers in MachineInstr::getBundleSize().Jakob Stoklund Olesen2013-01-091-1/+5
* PowerPC: EH adjustmentsAdhemerval Zanella2013-01-091-0/+1
* add hexagon flags in ELF.hShankar Easwaran2013-01-091-2/+8
* For some LLVM-as-library uses it is convenient to create aDavid Tweed2013-01-091-4/+4
* Refactor to expose RTLIB calls to targets.Tim Northover2013-01-091-0/+11
* Incrase the number of parameters for AlignedCharArrayUnion.Manuel Klimek2013-01-091-10/+13
* Last in the series of removing unnecessary '0' arguments forEric Christopher2013-01-091-2/+2
* MIsched: add an ILP window property to machine model.Andrew Trick2013-01-093-4/+19
* [Object, DebugInfo] Make DWARFContext BE-aware.NAKAMURA Takumi2013-01-091-2/+6
* These functions have default arguments of 0 for the last arg. UseEric Christopher2013-01-092-5/+5
* Cost Model: Move the 'max unroll factor' variable to the TTI and add initial ...Nadav Rotem2013-01-091-0/+5
* Add a getBundleEnd() function to go with the existing getBundleStart().Jakob Stoklund Olesen2013-01-092-7/+22
* Add the integer value of the ConstantInt instead of the Constant* value.Bill Wendling2013-01-091-0/+399
* Consider expression "0.0 - X" as the negation of X ifShuxin Yang2013-01-092-1/+4
* Simplify the code a bit: MCRelaxableFragment doesn't need a separate getInstSizeEli Bendersky2013-01-081-1/+0
* Fix memory leak in YAML I/O.Nick Kledzik2013-01-081-4/+11
* Add fp128 rtlib function names to LLVMTim Northover2013-01-081-0/+46
* Allow ELF64 relocation type to be more than 8 bits.Tim Northover2013-01-081-8/+8
* Sink a function that refers to the SelectionDAG into that library in theChandler Carruth2013-01-081-3/+0
* Remove the llvm-local DW_TAG_vector_type tag and add a test toEric Christopher2013-01-082-3/+5
* Renamed MCInstFragment to MCRelaxableFragment and added some comments.Eli Bendersky2013-01-082-11/+16
* Remove what appears to be a dead llvm-specific debug tag.Eric Christopher2013-01-081-2/+2
* Pack MachineOperand bitfields better.Jakob Stoklund Olesen2013-01-071-21/+19
* Pack MachineInstr fields better.Jakob Stoklund Olesen2013-01-071-2/+3
* Add the align_to_end option to .bundle_lock in the MC implementation of alignedEli Bendersky2013-01-074-10/+32
* Change SMRange to be half-open (exclusive end) instead of closed (inclusive)Jordan Rose2013-01-072-5/+7
* Implement APFloat::isDenormal()Shuxin Yang2013-01-071-0/+1
* When code size is the priority (Oz, MinSize attribute), help llvmQuentin Colombet2013-01-071-0/+19
* Move TypeFinder.h into the IR tree, it clearly belongs with the IR library.Chandler Carruth2013-01-071-3/+3
* Move CallGraphSCCPass.h into the Analysis tree; that's where theChandler Carruth2013-01-072-1/+1
* Remove the long defunct 'DefaultPasses' header. We have a pass managerChandler Carruth2013-01-071-168/+0
* Sink AddrMode back into TargetLowering, removing one of the mostChandler Carruth2013-01-072-42/+16
* Switch the SCEV expander and LoopStrengthReduce to useChandler Carruth2013-01-072-6/+4
* CallingConvLower.h: Use bitfields like unsigned:1 instead of bool:1 .NAKAMURA Takumi2013-01-071-2/+2
* Rough out a new c'tor for the AttrBuilder class.Bill Wendling2013-01-071-106/+120
* PR14759: Debug info support for C++ member pointers.David Blaikie2013-01-072-0/+10
* Make SimplifyCFG simply depend upon TargetTransformInfo and pass itChandler Carruth2013-01-071-2/+2
* Fix the enumerator names for ShuffleKind to match tho coding standards,Chandler Carruth2013-01-071-4/+5
* Make the popcnt support enums and methods have more clear names andChandler Carruth2013-01-071-12/+14
* Move TargetTransformInfo to live under the Analysis library. This noChandler Carruth2013-01-071-4/+4
* Simplify TableGen type-compatibility checks.Sean Silva2013-01-071-68/+7
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-076-286/+47