summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
* GVN: Fix non-determinism in map iteration.Benjamin Kramer2014-05-131-4/+7
* GVN: rangify a couple of loops.Benjamin Kramer2014-05-131-13/+9
* Save the optimization level the subtarget was created with in aEric Christopher2014-05-132-15/+14
* Make the split function use StringRef::split.Eric Christopher2014-05-131-19/+3
* Split GlobalValue into GlobalValue and GlobalObject.Rafael Espindola2014-05-136-42/+39
* Check explicitly for EHABI and just use the default settings.Joerg Sonnenberger2014-05-131-0/+4
* ARMEB: Fix byte order of EH frame unwinding instructions, with modified test ...Christian Pirker2014-05-131-4/+14
* [CGP] r205941 changed the logic, so that a cast happens *before* 'Result' isJoey Gouly2014-05-131-1/+1
* Revert "ARMEB: Fix byte order of EH frame unwinding instructions"Rafael Espindola2014-05-131-14/+4
* [mips] Marked up instructions added in MIPS32r2 and tested that IAS for -mcpu...Daniel Sanders2014-05-137-21/+35
* ARMEB: Fix byte order of EH frame unwinding instructionsChristian Pirker2014-05-131-4/+14
* [mips] Free up two values in SubtargetFeatureFlag by folding the redundant Is...Daniel Sanders2014-05-132-6/+5
* [un]wrap extracted from lib/Target/Target[MachineC].cpp, lib/ExecutionEngine/...Artyom Skrobov2014-05-133-33/+0
* [ARM64] Fix the misleading diagnostic on bad extend amount of reg+reg address...Kevin Qin2014-05-132-11/+8
* Fix type of shuffle resulted from shuffle merge.Serge Pavlov2014-05-131-6/+4
* Assert that we don't RAUW a Constant with a ConstantExpr that contains it.Rafael Espindola2014-05-131-1/+36
* Folding into CSEL when there is ZEXT between SETCC and ADDWeiming Zhao2014-05-131-3/+11
* Revert "DebugInfo: Include lexical scopes in inlined subroutines."David Blaikie2014-05-122-35/+17
* Use a logical not when inverting SetCC. This unfortunately doesn't fire on a...Pete Cooper2014-05-122-3/+19
* [DAGCombiner] Split up an indexed load if only the base pointer value is liveAdam Nemet2014-05-121-7/+30
* Try to fix an SDAG dependence issue with sretReid Kleckner2014-05-122-18/+23
* DebugInfo: Attach DW_AT_inline to inlined subprograms at DIE-construction tim...David Blaikie2014-05-121-4/+1
* [RuntimeDyld] Add support for MachO __jump_table and __pointers sections, andLang Hames2014-05-127-23/+242
* Use cast<> for unchecked useMatt Arsenault2014-05-121-1/+1
* use nullptr instead of NULLSebastian Pop2014-05-121-4/+4
* Add support bswap16 to/from memory compiling to rev16 on ARM/ThumbLouis Gerbarg2014-05-122-0/+17
* Use cast<> for unchecked useMatt Arsenault2014-05-121-2/+2
* Use range forMatt Arsenault2014-05-122-6/+4
* do not assert when delinearization failsSebastian Pop2014-05-121-8/+30
* use isZero()Sebastian Pop2014-05-121-6/+5
* DwarfDebug: Avoid an extra map lookup while constructing abstract scope DIEs ...David Blaikie2014-05-121-19/+20
* TableGen: use PrintMethods to print more aliasesTim Northover2014-05-1212-41/+86
* AArch64/ARM64: use InstAliases for NEON logical (imm) instructions.Tim Northover2014-05-122-72/+67
* AArch64/ARM64: implement "mov $Rd, $Imm" aliases in TableGen.Tim Northover2014-05-123-58/+94
* R600: Add mul24 intrinsicsMatt Arsenault2014-05-123-4/+10
* Make SimplifyDemandedBits understand BUILD_PAIRMatt Arsenault2014-05-121-0/+25
* Revert: r208582 - [mips][mips64r6] Add sel.s and sel.dDaniel Sanders2014-05-122-52/+4
* [mips][mips64r6] Add sel.s and sel.dDaniel Sanders2014-05-122-4/+52
* [mips][mips64r6] Add d?div, d?mod, d?divu, d?moduDaniel Sanders2014-05-122-8/+32
* [mips][mips64r6] Added mul/mulu/muh/muhuDaniel Sanders2014-05-125-9/+115
* Move EmitDwarfAdvanceLineAddr and EmitDwarfAdvanceFrameAddr to the obj streamer.Rafael Espindola2014-05-123-30/+0
* Pass a MCObjectStreamer instead of a MCStreamer when possible.Rafael Espindola2014-05-121-9/+9
* Pass a MCObjectStreamer instead of a MCStreamer when possible.Rafael Espindola2014-05-121-6/+6
* Silencing an MSVC warning about not all control paths returning a value (even...Aaron Ballman2014-05-121-0/+1
* ARM64: remove dead validation code from the AsmParser.Tim Northover2014-05-121-198/+0
* ARM64: merge "extend" and "shift" addressing-mode enums.Tim Northover2014-05-126-330/+241
* Move EH/Debug frame handling to the object streamer.Rafael Espindola2014-05-122-19/+23
* Remove always true argument and unused field.Rafael Espindola2014-05-122-20/+6
* Remove always true argument and field.Rafael Espindola2014-05-121-10/+7
* Remove always true argument.Rafael Espindola2014-05-122-4/+4
OpenPOWER on IntegriCloud