summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Split TargetLowering into a CodeGen and a SelectionDAG part.Benjamin Kramer2013-01-11
* Added -view-callgraph module pass.Andrew Trick2013-01-11
* Support for half intrinsics. Pushes MMX into slower encoding path.Michael Ilseman2013-01-11
* Add a new portability macro LLVM_FUNCTION_NAME, that expands to __func__, ifDmitri Gribenko2013-01-11
* LoopPass.h doesn't require Function.h. Remove unneeded #include.Jakub Staszak2013-01-11
* Remove trailing spaces.Jakub Staszak2013-01-10
* Remove unneeded includes from FunctionLoweringInfo.h.Jakub Staszak2013-01-10
* [ms-inline asm] Add support for calling functions from inline assembly.Chad Rosier2013-01-10
* Remove unneeded #includes.Jakub Staszak2013-01-10
* Fix indent and remove unneeded #includes in MDBuilder.h.Jakub Staszak2013-01-10
* Rename LinkAllVMCore.h to LinkAllIR.h since VMCore directory was renamed to IR.Jakub Staszak2013-01-10
* Add basic fix-its to SMDiagnostic.Jordan Rose2013-01-10
* TableGen: Keep track of superclass reference ranges.Jordan Rose2013-01-10
* TableGen: record anonymous instantiations of classes.Jordan Rose2013-01-10
* Allow hasProperty() to be called on bundle-internal instructions.Jakob Stoklund Olesen2013-01-10
* Signal.h: Add <cstdio> for FILE*, since r171989.NAKAMURA Takumi2013-01-10
* Fix a race condition in the lock-file manager: once the lock file isDouglas Gregor2013-01-10
* Support headerless bundles in MachineInstr::hasProperty().Jakob Stoklund Olesen2013-01-10
* Stack Alignment: throw error if we can't satisfy the minimal alignmentManman Ren2013-01-10
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Revert s/Raw/getBitMask/g name change. This is possibly causing LTO test hang...Bill Wendling2013-01-09
* ARM Cost model: Use the size of vector registers and widest vectorizable inst...Nadav Rotem2013-01-09
* Move the internal PrintStackTrace function that is used for llvm::sys::PrintS...Argyrios Kyrtzidis2013-01-09
* Don't require BUNDLE headers in MachineInstr::getBundleSize().Jakob Stoklund Olesen2013-01-09
* PowerPC: EH adjustmentsAdhemerval Zanella2013-01-09
* add hexagon flags in ELF.hShankar Easwaran2013-01-09
* For some LLVM-as-library uses it is convenient to create aDavid Tweed2013-01-09
* Refactor to expose RTLIB calls to targets.Tim Northover2013-01-09
* Incrase the number of parameters for AlignedCharArrayUnion.Manuel Klimek2013-01-09
* Last in the series of removing unnecessary '0' arguments forEric Christopher2013-01-09
* MIsched: add an ILP window property to machine model.Andrew Trick2013-01-09
* [Object, DebugInfo] Make DWARFContext BE-aware.NAKAMURA Takumi2013-01-09
* These functions have default arguments of 0 for the last arg. UseEric Christopher2013-01-09
* Cost Model: Move the 'max unroll factor' variable to the TTI and add initial ...Nadav Rotem2013-01-09
* Add a getBundleEnd() function to go with the existing getBundleStart().Jakob Stoklund Olesen2013-01-09
* Add the integer value of the ConstantInt instead of the Constant* value.Bill Wendling2013-01-09
* Consider expression "0.0 - X" as the negation of X ifShuxin Yang2013-01-09
* Simplify the code a bit: MCRelaxableFragment doesn't need a separate getInstSizeEli Bendersky2013-01-08
* Fix memory leak in YAML I/O.Nick Kledzik2013-01-08
* Add fp128 rtlib function names to LLVMTim Northover2013-01-08
* Allow ELF64 relocation type to be more than 8 bits.Tim Northover2013-01-08
* Sink a function that refers to the SelectionDAG into that library in theChandler Carruth2013-01-08
* Remove the llvm-local DW_TAG_vector_type tag and add a test toEric Christopher2013-01-08
* Renamed MCInstFragment to MCRelaxableFragment and added some comments.Eli Bendersky2013-01-08
* Remove what appears to be a dead llvm-specific debug tag.Eric Christopher2013-01-08
* Pack MachineOperand bitfields better.Jakob Stoklund Olesen2013-01-07
* Pack MachineInstr fields better.Jakob Stoklund Olesen2013-01-07
* Add the align_to_end option to .bundle_lock in the MC implementation of alignedEli Bendersky2013-01-07
* Change SMRange to be half-open (exclusive end) instead of closed (inclusive)Jordan Rose2013-01-07
* Implement APFloat::isDenormal()Shuxin Yang2013-01-07