summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Inline hasFunctionOnlyAttrs into its only use.Bill Wendling2012-12-19
* Inline the only use of the hasParameterOnlyAttrs method.Bill Wendling2012-12-19
* Inline the 'hasIncompatibleWithVarArgsAttrs' method into its only uses. And s...Bill Wendling2012-12-19
* Change TargetLowering::getTruncStoreAction to take MVTs, instead of EVTs.Patrik Hagglund2012-12-19
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-19
* Add to the disassembler C API an option to print the disassembledKevin Enderby2012-12-18
* Remove MachineInstr::setIsInsideBundle().Jakob Stoklund Olesen2012-12-18
* Use bidirectional bundle flags to simplify important functions.Jakob Stoklund Olesen2012-12-18
* Don't allow the automatically updated MI flags to be set directly.Jakob Stoklund Olesen2012-12-18
* Tighten up the splice() API for bundled instructions.Jakob Stoklund Olesen2012-12-18
* Add an assertion for a likely ilist::splice() contract violation.Jakob Stoklund Olesen2012-12-18
* Tighten the insert() API for bundled instructions.Jakob Stoklund Olesen2012-12-18
* Cleanup comment and formattingEli Bendersky2012-12-18
* Add support for passing -main-file-name all the way through toEric Christopher2012-12-18
* Tighten up the erase/remove API for bundled instructions.Jakob Stoklund Olesen2012-12-17
* Prepare LLVM to fix PR14625, exposing a hook in MCContext to manage theChandler Carruth2012-12-17
* Remove trailing whitespaceMichael Ilseman2012-12-17
* Use different trait techniques to be compatible with g++Nick Kledzik2012-12-17
* Teach MachO which sections contain codeTim Northover2012-12-17
* Fix typo that results in new landing pads not getting a name, fixing PR14617.Duncan Sands2012-12-17
* Fix comment typo.Duncan Sands2012-12-17
* This patch is needed to make c++ exceptions work for mips16.Reed Kotler2012-12-16
* Add more reset methods to make all objects that the backend may use for outpu...Pedro Artigas2012-12-14
* [CMake] Move libxml2 stuff from clang to llvm/cmake.NAKAMURA Takumi2012-12-14
* This patch improves the 64-bit PowerPC InitialExec TLS support by providingBill Schmidt2012-12-14
* Change TargetLowering::getLoadExtAction to take an MVT, instead ofPatrik Hagglund2012-12-14
* fix comment.Chris Lattner2012-12-13
* Change TargetLowering::setTypeAction to take an MVT, instead fo EVT.Patrik Hagglund2012-12-13
* Change TargetLowering::getRepRegClassFor to take an MVT, instead ofPatrik Hagglund2012-12-13
* JITEventListener.h: Use llvm-config.h instead of config.h.NAKAMURA Takumi2012-12-13
* Revert "Add a funciton to get the segment name of a section."Eric Christopher2012-12-13
* Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.Patrik Hagglund2012-12-13
* Add a funciton to get the segment name of a section.Rafael Espindola2012-12-13
* Rename isPowerOfTwo to isKnownToBeAPowerOfTwo.Rafael Espindola2012-12-13
* Pattern matching code for intrinsics.Michael Ilseman2012-12-13
* Remove extraneous debugging code.Eric Christopher2012-12-13
* Add a way of printing out an arbitrary label name for a sectionEric Christopher2012-12-13
* m_CombineOr and m_CombineAnd pattern combinatorsMichael Ilseman2012-12-13
* Express prepend and append in terms of a more generic insert().Jakob Stoklund Olesen2012-12-13
* Make the MCStreamer have a reset method and call that after finalization of t...Pedro Artigas2012-12-12
* YAMLIO: Remove all of the template instantiation hacks, I don't see why they'...Benjamin Kramer2012-12-12
* AlignedCharArrayUnion is erroring with non-clang compilersNick Kledzik2012-12-12
* Initial implementation of a utility for converting native data Nick Kledzik2012-12-12
* Make naming consistent, add comments and sanity assertsEli Bendersky2012-12-12
* LoopVectorizer: Use the "optsize" attribute to decide if we are allowed to in...Nadav Rotem2012-12-12
* This patch implements local-dynamic TLS model support for the 64-bitBill Schmidt2012-12-12
* The TargetData is not used for the isPowerOfTwo determination. It has neverRafael Espindola2012-12-12
* Improve debug info generated with enabled AddressSanitizer.Alexey Samsonov2012-12-12
* Add ARM NONE and PREL31 relocation types.Logan Chien2012-12-12
* Sorry about the churn. One more change to getOptimalMemOpType() hook. Did IEvan Cheng2012-12-12