summaryrefslogtreecommitdiffstats
path: root/llvm/include
Commit message (Expand)AuthorAgeFilesLines
* Add getSizeInBits function to the APFloat classTamas Berghammer2015-07-091-0/+4
* Extended syntax of vector version of getelementptr instruction.Elena Demikhovsky2015-07-091-2/+6
* Temporarily reverting 241765, 241768, and 241772 to unbreak the build bots.Adrian Prantl2015-07-092-72/+25
* Remove getDataLayout() from TargetSelectionDAGInfo (had no users)Mehdi Amini2015-07-091-8/+1
* Remove getDataLayout() from TargetLoweringMehdi Amini2015-07-091-1/+0
* Make isLegalAddressingMode() taking DataLayout as an argumentMehdi Amini2015-07-092-7/+7
* Make getByValTypeAlignment() taking DataLayout as an argumentMehdi Amini2015-07-091-1/+1
* Make TargetLowering::getShiftAmountTy() taking DataLayout as an argumentMehdi Amini2015-07-091-2/+2
* Make TargetLowering::getPointerTy() taking DataLayout as an argumentMehdi Amini2015-07-092-25/+29
* Make TargetTransformInfo keeping a reference to the Module DataLayoutMehdi Amini2015-07-093-61/+19
* Redirect DataLayout from TargetMachine to Module in ComputeValueVTs()Mehdi Amini2015-07-092-3/+3
* Silence a warning, trying to unbreak the build after r241765.Davide Italiano2015-07-091-1/+1
* Fix typename issues.Michael J. Spencer2015-07-091-2/+2
* [Object][ELF] Support dumping hash-tables from files with no section table.Michael J. Spencer2015-07-092-25/+72
* [CodeView] Add support for emitting column informationDavid Majnemer2015-07-091-0/+1
* RegisterPressure: Add PressureDiff::dump()Matthias Braun2015-07-081-0/+2
* Run clang-format before making changes to StackMaps. NFC.Juergen Ributzka2015-07-081-20/+21
* Revert part of "Disallow Archive::child_iterator that don't point to an archi...Rafael Espindola2015-07-082-2/+2
* Disallow Archive::child_iterator that don't point to an archive.Rafael Espindola2015-07-082-3/+2
* Start adding support for writing archives in BSD format.Rafael Espindola2015-07-081-2/+1
* MIR Parser: Use source locations for MBB naming errors.Alex Lorenz2015-07-081-2/+2
* Object/COFF: Fix import library's getNameType method.Rui Ueyama2015-07-081-1/+1
* MC: Make MCSubtargetInfo::isCPUStringValid() const, NFCDuncan P. N. Exon Smith2015-07-081-1/+1
* MC: Constify MCSubtargetInfo in getDeprecationInfo(), NFCDuncan P. N. Exon Smith2015-07-081-2/+3
* [LAA] Merge memchecks for accesses separated by a constant offsetSilviu Baranga2015-07-081-4/+55
* Remove IsLittleEndian from TargetLowering and redirect to DataLayoutMehdi Amini2015-07-081-7/+2
* Redirect DataLayout from TargetMachine to Module in SjLjEHPrepareMehdi Amini2015-07-081-1/+1
* [WinEH] Make llvm.x86.seh.restoreframe work for stack realignment prologuesReid Kleckner2015-07-071-7/+7
* [WinEH] Add localaddress intrinsic instead of using frameaddressReid Kleckner2015-07-071-4/+12
* Rename llvm.frameescape and llvm.framerecover to localescape and localrecoverReid Kleckner2015-07-077-15/+18
* Fix comment typo. NFCJonathan Roelofs2015-07-071-1/+1
* Redirect DataLayout from TargetMachine to Module in SelectionDAGMehdi Amini2015-07-072-1/+4
* Don't pass a null pointer to memcpy.Rafael Espindola2015-07-071-2/+4
* Redirect DataLayout from TargetMachine to Module in MachineFunctionMehdi Amini2015-07-072-4/+8
* Delete UnknownAddress. It is a perfectly valid symbol value.Rafael Espindola2015-07-075-16/+11
* Fix \param in r241472. [-Wdocumentation]NAKAMURA Takumi2015-07-071-1/+1
* [Triple] Add a helper to switch between big/little endian variantsBenjamin Kramer2015-07-061-0/+16
* Remove JumpInstrTableInfo.h as it is no longer used.Eric Christopher2015-07-061-71/+0
* llc: Add a 'run-pass' option.Alex Lorenz2015-07-063-15/+27
* Change the last few internal StringRef triples into Triple objects.Daniel Sanders2015-07-061-20/+22
* Resubmit "Add new EliminateAvailableExternally module pass" (r239480)Teresa Johnson2015-07-063-0/+8
* Use the correct DIArray types in DICompileUnit::replace*().Adrian Prantl2015-07-061-3/+3
* Inline function into single use. NFC.Rafael Espindola2015-07-061-6/+0
* Remove getRelocationAddress.Rafael Espindola2015-07-065-27/+2
* [X86][AVX512] Multiply Packed Unsigned Integers with Round and ScaleAsaf Badouh2015-07-061-0/+9
* Fix handling of ELF::R_MIPS_32 on Mips64.Rafael Espindola2015-07-061-4/+11
* [TableGen] Change a couple methods to return an ArrayRef instead of a const s...Craig Topper2015-07-061-3/+3
* Untabify.NAKAMURA Takumi2015-07-063-9/+9
* IR: Do not consider available_externally linkage to be linker-weak.Peter Collingbourne2015-07-051-4/+9
* [TargetLowering] StringRefize asm constraint getters.Benjamin Kramer2015-07-051-4/+3
OpenPOWER on IntegriCloud