aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky2012-12-192-540/+0
* Add an MF argument to MachineInstr::addOperand().Jakob Stoklund Olesen2012-12-192-12/+29
* Remove superfluous brief command from getAsString.Chad Rosier2012-12-191-1/+1
* Change AsmOperandInfo::ConstraintVT to MVT, instead of EVT.Patrik Hagglund2012-12-192-1/+7
* Revert 170545 while I debug the ppc failures.Rafael Espindola2012-12-191-5/+0
* Make TargetLowering::getTypeConversion more resilient against odd illegal MVTs.Benjamin Kramer2012-12-191-2/+5
* Add r170095 back.Rafael Espindola2012-12-191-0/+5
* [msan] Add track-origins argument to the pass constructor.Evgeniy Stepanov2012-12-191-1/+1
* Change TargetLowering::getTypeForExtArgOrReturn to take and returnPatrik Hagglund2012-12-192-2/+23
* Change a parameter of TargetLowering::getVectorTypeBreakdown to MVT,Patrik Hagglund2012-12-191-4/+6
* Change TargetLowering::RegisterTypeForVT to contain MVTs, instead ofPatrik Hagglund2012-12-191-4/+4
* Change TargetLowering::TransformToType to contain MVTs, instead ofPatrik Hagglund2012-12-191-9/+9
* Change TargetLowering::getRepRegClassCostFor, getIndexedLoadAction,Patrik Hagglund2012-12-191-19/+16
* Change TargetLowering::findRepresentativeClass to take an MVT, insteadPatrik Hagglund2012-12-191-1/+1
* Change TargetLowering::getTypeToPromoteTo to take and return MVTs,Patrik Hagglund2012-12-191-4/+4
* MapVector: Add lookup().Benjamin Kramer2012-12-191-0/+5
* Change TargetLowering::isCondCodeLegal to take an MVT, instead of EVT.Patrik Hagglund2012-12-191-3/+3
* Change TargetLowering::getCondCodeAction to take an MVT, instead ofPatrik Hagglund2012-12-191-6/+6
* Inline hasFunctionOnlyAttrs into its only use.Bill Wendling2012-12-191-24/+0
* Inline the only use of the hasParameterOnlyAttrs method.Bill Wendling2012-12-191-8/+0
* Inline the 'hasIncompatibleWithVarArgsAttrs' method into its only uses. And s...Bill Wendling2012-12-191-31/+26
* Change TargetLowering::getTruncStoreAction to take MVTs, instead of EVTs.Patrik Hagglund2012-12-191-6/+5
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-197-158/+158
* Add to the disassembler C API an option to print the disassembledKevin Enderby2012-12-181-0/+2
* Remove MachineInstr::setIsInsideBundle().Jakob Stoklund Olesen2012-12-181-9/+0
* Use bidirectional bundle flags to simplify important functions.Jakob Stoklund Olesen2012-12-182-7/+9
* Don't allow the automatically updated MI flags to be set directly.Jakob Stoklund Olesen2012-12-181-1/+3
* Tighten up the splice() API for bundled instructions.Jakob Stoklund Olesen2012-12-181-15/+16
* Add an assertion for a likely ilist::splice() contract violation.Jakob Stoklund Olesen2012-12-181-0/+4
* Tighten the insert() API for bundled instructions.Jakob Stoklund Olesen2012-12-181-14/+20
* Cleanup comment and formattingEli Bendersky2012-12-181-5/+3
* Add support for passing -main-file-name all the way through toEric Christopher2012-12-182-0/+15
* Tighten up the erase/remove API for bundled instructions.Jakob Stoklund Olesen2012-12-172-25/+64
* Prepare LLVM to fix PR14625, exposing a hook in MCContext to manage theChandler Carruth2012-12-171-0/+13
* Remove trailing whitespaceMichael Ilseman2012-12-172-9/+9
* Use different trait techniques to be compatible with g++Nick Kledzik2012-12-171-26/+41
* Teach MachO which sections contain codeTim Northover2012-12-171-0/+4
* Fix typo that results in new landing pads not getting a name, fixing PR14617.Duncan Sands2012-12-171-1/+1
* Fix comment typo.Duncan Sands2012-12-171-1/+1
* This patch is needed to make c++ exceptions work for mips16.Reed Kotler2012-12-164-0/+12
* Add more reset methods to make all objects that the backend may use for outpu...Pedro Artigas2012-12-144-0/+23
* [CMake] Move libxml2 stuff from clang to llvm/cmake.NAKAMURA Takumi2012-12-141-0/+3
* This patch improves the 64-bit PowerPC InitialExec TLS support by providingBill Schmidt2012-12-142-2/+4
* Change TargetLowering::getLoadExtAction to take an MVT, instead ofPatrik Hagglund2012-12-141-5/+5
* fix comment.Chris Lattner2012-12-131-1/+1
* Change TargetLowering::setTypeAction to take an MVT, instead fo EVT.Patrik Hagglund2012-12-131-2/+2
* Change TargetLowering::getRepRegClassFor to take an MVT, instead ofPatrik Hagglund2012-12-131-3/+2
* JITEventListener.h: Use llvm-config.h instead of config.h.NAKAMURA Takumi2012-12-133-1/+13
* Revert "Add a funciton to get the segment name of a section."Eric Christopher2012-12-131-5/+0
* Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.Patrik Hagglund2012-12-133-5/+19