summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Instead of littering asserts throughout the code after every call toJay Foad2014-05-15
* ARM64: print correct aliases for NEON mov & mvn instructionsTim Northover2014-05-15
* [mips][mips64r6] Add align and dalignDaniel Sanders2014-05-15
* TableGen/ARM64: print aliases even if they have syntax variants.Tim Northover2014-05-15
* ARM64: add correct vector registers during asm parsingTim Northover2014-05-15
* [ARM64] Improve load/store diagnostics and forbid 32-bit register addressesBradley Smith2014-05-15
* [ARM64] Parse fixed vector lanes properly so that diagnostics can be emittedBradley Smith2014-05-15
* [ARM64] Add/Fixup diagnostics for floating point immediatesBradley Smith2014-05-15
* [ARM64] Add condition code operand type such that proper diagnostics can be e...Bradley Smith2014-05-15
* [ARM64] Add more simple diagnostics for immediate/shift rangesBradley Smith2014-05-15
* [mips][mips64r6] Add addiupc, aluipc, and auipcDaniel Sanders2014-05-15
* [mips][mips64r6] Add aui, daui, dahi, and datiDaniel Sanders2014-05-15
* Teach the constant folder to look through bitcast constant expressionsChandler Carruth2014-05-15
* [mips][mips64r6] Test that branch likelies are not accepted on MIPS64r6.Daniel Sanders2014-05-15
* Reverting r208848, reason: build failure: sanitizer-x86_64-linux-bootstrap/bu...Dinesh Dwivedi2014-05-15
* Added instcombine for 'MIN(MIN(A, 27), 93)' and 'MAX(MAX(A, 93), 27)'Dinesh Dwivedi2014-05-15
* Added inst combine transforms for single bit tests from Chris's noteDinesh Dwivedi2014-05-15
* Fix some dyslexia in an assert messageJonathan Roelofs2014-05-15
* Fix typosAlp Toker2014-05-15
* [ARM64] Support aggressive fastcc/tailcallopt breaking ABI by popping out arg...Jiangning Liu2014-05-15
* Move the TargetMachine MC options to MCTargetOptions. No functionalEric Christopher2014-05-15
* InstCombine: Optimize -x s< cstDavid Majnemer2014-05-15
* DwarfDebug: Don't set frame index locations on abstract variables.David Blaikie2014-05-14
* DebugInfo: Sure up subprogram variable list handling with more assertions and...David Blaikie2014-05-14
* DebugInfo: Assert that a CU's subprogram list contains only subprograms.David Blaikie2014-05-14
* 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