summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Set has_asmparser in PowerPC/LLVMBuild.txtHal Finkel2013-12-16
* AVX-512: Added legal type MVT::i1 and VK1 register for it.Elena Demikhovsky2013-12-16
* Fix Android regression in r197332.Evgeniy Stepanov2013-12-16
* [AArch64]Fix the pattern match failure for v1i8/v1i16/v1i32 types.Hao Liu2013-12-16
* remove an uneeded statement (condition is covered by the statementReed Kotler2013-12-15
* Fix some indentation.Reed Kotler2013-12-15
* Get rid of an superfluous tab in the .s file. This was originallyReed Kotler2013-12-15
* Last change for mips16 prolog/epilog cleanup and optimization.Reed Kotler2013-12-15
* There is no exp10 on NetBSD.Joerg Sonnenberger2013-12-15
* Fix AsmWriter's handling of SPIR calling conventions. Patch by Boaz Ouriel.Michael Kuperstein2013-12-15
* Replace string matching with a switch on Triple::getEnvironment.Joerg Sonnenberger2013-12-15
* [Stackmap] Refactor operand parsing.Juergen Ributzka2013-12-14
* Don't manually calculate size in bytesMatt Arsenault2013-12-14
* [Powerpc darwin] AsmParser Base implementation.Iain Sandoe2013-12-14
* Remove weak vtables. No functional change.Juergen Ributzka2013-12-14
* [Stackmap] Liveness Analysis PassJuergen Ributzka2013-12-14
* [Stackmap] Only the AnyReg calling convention should preserve all registers.Juergen Ributzka2013-12-14
* Convert register liveness tracking to work on a sub-register level instead of...Juergen Ributzka2013-12-14
* Refactor NVPTX's computeDataLayout.Rafael Espindola2013-12-14
* Turn NVPTXSubtarget::getDataLayout into a static function.Rafael Espindola2013-12-14
* Turn AMDGPUSubtarget::getDataLayout into a static function.Rafael Espindola2013-12-14
* [block-freq] Rename getEntryFrequency() -> getEntryFreq() to match getBlockFr...Michael Gottesman2013-12-14
* [block-freq] Teach branch probability how to return the edge weight in betwee...Michael Gottesman2013-12-14
* [block-freq] Add a right shift to BlockFrequency that saturates at 1.Michael Gottesman2013-12-14
* [block-freq] Remove old BlockFrequency entry frequency and printing code.Michael Gottesman2013-12-14
* [block-freq] Refactor LiveInterals::getSpillWeight to use the new MachineBloc...Michael Gottesman2013-12-14
* Teach MemoryBuiltins about address spacesMatt Arsenault2013-12-14
* [block-freq] Store MBFI as a field on SpillPlacement so we can access it to g...Michael Gottesman2013-12-14
* [block-freq] Update MachineBlockPlacement and RegAllocGreedy to use the new M...Michael Gottesman2013-12-14
* [block-freq] Update BlockFrequencyInfo/MachineBlockFrequencyInfo to use the n...Michael Gottesman2013-12-14
* Print the address space of a MachineMemOperandMatt Arsenault2013-12-14
* [block-freq] Add the equivalent methods to MachineBlockFrequencyInfo and Bloc...Michael Gottesman2013-12-14
* Pointer sizes are stored in Bytes. Fix variables names to say so.Rafael Espindola2013-12-13
* Fixed a bug in getARMFixupKindMachOInfo() where three ARM fixup kindsKevin Enderby2013-12-13
* comment typo.Andrew Trick2013-12-13
* Remove APInt::extractBit since it is already implemented via operator[]. Chan...Michael Gottesman2013-12-13
* DebugInfo: Move type units into the debug_types section with appropriate comd...David Blaikie2013-12-13
* [block-freq] Add the APInt method extractBit.Michael Gottesman2013-12-13
* Revert "Convert liveness tracking to work on a sub-register level instead of ...Andrew Trick2013-12-13
* Revert "Liveness Analysis Pass"Andrew Trick2013-12-13
* Grow the stackmap/patchpoint format to hold 64-bit IDs.Andrew Trick2013-12-13
* Liveness Analysis PassAndrew Trick2013-12-13
* Convert liveness tracking to work on a sub-register level instead of just reg...Andrew Trick2013-12-13
* [AArch64] Simplify the Neon Scalar3Same patterns for floating-point reciprocalChad Rosier2013-12-13
* Assume defaults to produce smaller datalayout strings.Rafael Espindola2013-12-13
* Fix pr18235.Rafael Espindola2013-12-13
* [SystemZ] Optimize X [!=]= Y in cases where X - Y or Y - X is also computedRichard Sandiford2013-12-13
* [SystemZ] Make more use of TMHHRichard Sandiford2013-12-13
* test commit.Iain Sandoe2013-12-13
* [SystemZ] Extend integer absolute selectionRichard Sandiford2013-12-13