summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* 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
* - Rename isLegalMemOpType to isSafeMemOpType. "Legal" is a very overloade term.Evan Cheng2012-12-12
* LoopVectorizer: When -Os is used, vectorize only loops that dont require a ta...Nadav Rotem2012-12-12
* Avoid using lossy load / stores for memcpy / memset expansion. e.g.Evan Cheng2012-12-12
* Added a slew of SimplifyInstruction floating-point optimizations, many of whi...Michael Ilseman2012-12-12
* Pattern matchers for floating point valuesMichael Ilseman2012-12-12
* Remove FIXMEs surrounding Constant[Data]Vectors, insteadMichael Ilseman2012-12-12
* Replace TargetLowering::isIntImmLegal() withEvan Cheng2012-12-11
* Add R600 backendTom Stellard2012-12-11
* This patch implements the general dynamic TLS model for 64-bit PowerPC.Bill Schmidt2012-12-11
* Use an ArrayRef instead of a std::vector&.Rafael Espindola2012-12-11
* Revert EVT->MVT changes, r169836-169851, due to buildbot failures.Patrik Hagglund2012-12-11
* Holding my nose and moving the accumulation routine to GEPOperatorChandler Carruth2012-12-11
* Hoist the GEP constant address offset computation to a common home onChandler Carruth2012-12-11