summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Teach llvm-nm to know about fat archives (aka MachOUniversal filesKevin Enderby2014-05-14
* Rename ComputeMaskedBits to computeKnownBits. "Masked" has beenJay Foad2014-05-14
* InstSimplify: Optimize signed icmp of -(zext V)David Majnemer2014-05-14
* DebugInfo: Do not delay attaching DW_AT_inline attribute to abstract definiti...David Blaikie2014-05-14
* ARM-BE: test files for vector argument passingChristian Pirker2014-05-14
* [ARM64-BE] Fix byte order of CIE and FDE frames for exception handlingChristian Pirker2014-05-14
* Fix ARM EHABI when function has landingpad and nounwind.Logan Chien2014-05-14
* X86: If we have an instruction that sets a flag and a zero test on the input ...Benjamin Kramer2014-05-14
* [mips][mips64r6] Add sel.s and sel.dDaniel Sanders2014-05-14
* ARM64: remove unneeded InstPrinter hacksTim Northover2014-05-14
* [asan] Fix compiler warnings.Evgeniy Stepanov2014-05-14
* [asan] Set debug location in ASan function prologue.Evgeniy Stepanov2014-05-14
* Fix the case when reordering shuffle and binop produces a constant.Serge Pavlov2014-05-14
* Update the comments for ComputeMaskedBits, which lost its Mask parameterJay Foad2014-05-14
* [obj2yaml] Support ELF input format in the obj2yaml tool.Simon Atanasyan2014-05-14
* ARM: implement support for the UDF mnemonicSaleem Abdulrasool2014-05-14
* Optimize integral reciprocal (udiv 1, x and sdiv 1, x) to not use division. T...Nick Lewycky2014-05-14
* Recommit r208506: DebugInfo: Include lexical scopes in inlined subroutines.David Blaikie2014-05-14
* Fix typo in function name.Eric Christopher2014-05-14
* R600/SI: Try to fix BFE operands when moving to VALUMatt Arsenault2014-05-13
* [RuntimeDyld] Fix handling of i386 PC-rel external relocations. This fixesLang Hames2014-05-13
* Add missing line breaks to debug output in CodeGenPrepareLouis Gerbarg2014-05-13
* GVN: Fix non-determinism in map iteration.Benjamin Kramer2014-05-13
* GVN: rangify a couple of loops.Benjamin Kramer2014-05-13
* Save the optimization level the subtarget was created with in aEric Christopher2014-05-13
* Make the split function use StringRef::split.Eric Christopher2014-05-13
* Split GlobalValue into GlobalValue and GlobalObject.Rafael Espindola2014-05-13
* Check explicitly for EHABI and just use the default settings.Joerg Sonnenberger2014-05-13
* ARMEB: Fix byte order of EH frame unwinding instructions, with modified test ...Christian Pirker2014-05-13
* [CGP] r205941 changed the logic, so that a cast happens *before* 'Result' isJoey Gouly2014-05-13
* Revert "ARMEB: Fix byte order of EH frame unwinding instructions"Rafael Espindola2014-05-13
* [mips] Marked up instructions added in MIPS32r2 and tested that IAS for -mcpu...Daniel Sanders2014-05-13
* ARMEB: Fix byte order of EH frame unwinding instructionsChristian Pirker2014-05-13
* [mips] Free up two values in SubtargetFeatureFlag by folding the redundant Is...Daniel Sanders2014-05-13
* [un]wrap extracted from lib/Target/Target[MachineC].cpp, lib/ExecutionEngine/...Artyom Skrobov2014-05-13
* [ARM64] Fix the misleading diagnostic on bad extend amount of reg+reg address...Kevin Qin2014-05-13
* Fix type of shuffle resulted from shuffle merge.Serge Pavlov2014-05-13
* Assert that we don't RAUW a Constant with a ConstantExpr that contains it.Rafael Espindola2014-05-13
* Folding into CSEL when there is ZEXT between SETCC and ADDWeiming Zhao2014-05-13
* Revert "DebugInfo: Include lexical scopes in inlined subroutines."David Blaikie2014-05-12
* Use a logical not when inverting SetCC. This unfortunately doesn't fire on a...Pete Cooper2014-05-12
* [DAGCombiner] Split up an indexed load if only the base pointer value is liveAdam Nemet2014-05-12
* Try to fix an SDAG dependence issue with sretReid Kleckner2014-05-12
* DebugInfo: Attach DW_AT_inline to inlined subprograms at DIE-construction tim...David Blaikie2014-05-12
* [RuntimeDyld] Add support for MachO __jump_table and __pointers sections, andLang Hames2014-05-12
* Use cast<> for unchecked useMatt Arsenault2014-05-12
* use nullptr instead of NULLSebastian Pop2014-05-12
* Add support bswap16 to/from memory compiling to rev16 on ARM/ThumbLouis Gerbarg2014-05-12
* Use cast<> for unchecked useMatt Arsenault2014-05-12
* Use range forMatt Arsenault2014-05-12