summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* llvm-cov: Added -u option for unconditional branch info.Yuchen Wu2013-12-16
* [Stackmap] Allow WebKit_JS calling convention to store 4 byte sized and align...Juergen Ributzka2013-12-16
* Fix typo in instruction name.Matt Arsenault2013-12-16
* Revert "Allow MachineCSE to coalesce trivial subregister copies the same way ...Rafael Espindola2013-12-16
* llvm-cov: Removed extra semicolon from ;;.Yuchen Wu2013-12-16
* [Stackmap] The first integer argument is passed in register for the WebKit_JS...Juergen Ributzka2013-12-16
* Allow MachineCSE to coalesce trivial subregister copies the same wayAndrew Trick2013-12-16
* whitespaceAndrew Trick2013-12-16
* One last cleanup of LLVM's DataLayout strings.Rafael Espindola2013-12-16
* Structure R600's computeDataLayout more like every other target.Rafael Espindola2013-12-16
* Recognize EABIHF as environment and use it for RTAPI + VFP.Joerg Sonnenberger2013-12-16
* [AArch64] Fix v1fx patterns for Floating-point Multiply Extend and Floating-p...Chad Rosier2013-12-16
* MemoryBuffer: Increase the alignment of small file buffers to 16Reid Kleckner2013-12-16
* The preferred alignment defaults to the abi alignment. Omit if it is the same.Rafael Espindola2013-12-16
* Don't duplicate the DataLayout defaults for integer, floats and vectors.Rafael Espindola2013-12-16
* On DataLayout, omit the default of p:64:64:64.Rafael Espindola2013-12-16
* 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