oota-llvm.git
2013-06-12 Rafael EspindolaAlways remove an alias when we rename the target.
2013-06-12 Bill Schmidt[PowerPC] Expose some calling convention functions...
2013-06-12 Rafael EspindolaConvert test to FileCheck.
2013-06-12 Rafael EspindolaDon't use PathV1 in CommandLine.cpp.
2013-06-12 Bill SchmidtAdd artificial PRED_BAD to PPC::Predicate enumeration.
2013-06-12 Rafael EspindolaInline Path::isBitcodeFile into only use and remove it.
2013-06-12 Rafael EspindolaRemove Path::getMagicNumber.
2013-06-12 Rafael EspindolaRemove Path::hasMagicNumber.
2013-06-12 Rafael EspindolaRemove Path::isAbsolute.
2013-06-12 Rafael EspindolaRemove Path::isAbsolute().
2013-06-12 Ulrich Weigand[MC/DWARF] Support .debug_frame / .debug_line code...
2013-06-12 Rafael EspindolaRemove Path::getSuffix.
2013-06-12 Rafael EspindolaRemove sys::CopyFile.
2013-06-12 Patrik HagglundFix 'gcc -flto' builds for unittest binaries (undefined...
2013-06-12 Ulrich Weigand[PowerPC] Use assembler source in MC tests
2013-06-12 Rafael EspindolaRemove the old file memory mapping functions.
2013-06-12 Rafael EspindolaRemove Path::createFileOnDisk.
2013-06-12 Rafael EspindolaRemove Path::makeExecutableOnDisk.
2013-06-12 Renato GolinUpdate Release Process doc
2013-06-12 Patrik HagglundFix gcc -flto build, by adding LLVM_ATTRIBUTE_USED to
2013-06-12 Sean Silva[yaml2obj] Remove fragile test case.
2013-06-12 Sean Silva80-cols
2013-06-11 Eric ChristopherCorrect the def registers for the 8bit x86 divide instr...
2013-06-11 Eric ChristopherUse the Copy we defined above here.
2013-06-11 Eric ChristopherFormatting.
2013-06-11 Akira HatanakaFix CMakeLists.
2013-06-11 Akira Hatanaka[mips] Add an IR transformation pass that optimizes...
2013-06-11 Rafael EspindolaMove PathV2.h to Path.h
2013-06-11 JF BastienARM FastISel fix sext/zext fold
2013-06-11 Tobias GrosserMake host ARM CPU feature detection independent of...
2013-06-11 Rui Ueyama[PECOFF] Remove COFF header from PE header for simplicity.
2013-06-11 Rafael EspindolaInclude PathV1.h in files that use it.
2013-06-11 Rafael EspindolaRemove Path::getDirname.
2013-06-11 Rafael EspindolaRemove Path::getBasename.
2013-06-11 Rafael EspindolaRemove Path::getLast.
2013-06-11 Rafael EspindolaRemove GetDLLSuffix.
2013-06-11 Rafael EspindolaRemove GetRootDirectory.
2013-06-11 Rafael EspindolaRemove GetUserHomeDirectory.
2013-06-11 Rafael EspindolaDon't define LTDL_SHLIBPATH_VAR.
2013-06-11 Rafael EspindolaRemove GetSystemLibraryPaths.
2013-06-11 Rafael EspindolaDon't define LLVM_LIBDIR, it is not used anymore.
2013-06-11 Akira Hatanaka[mips] Use function TargetInstrInfo::getRegClass.
2013-06-11 Rafael EspindolaRemove Path::GetBitcodeLibraryPaths.
2013-06-11 Rafael EspindolaRemove unused FindLibrary function.
2013-06-11 Rafael EspindolaRemove sys::identifyFileType.
2013-06-11 Michael LiaoFix documentation on the path to Bitcode reader/writer
2013-06-11 Rafael EspindolaConvert another use of sys::identifyFileType.
2013-06-11 Rafael EspindolaConvert another use of sys::identifyFileType.
2013-06-11 Rafael EspindolaChange how globalopt handles aliases in llvm.used.
2013-06-11 Rafael EspindolaConvert another use of sys::identifyFileType.
2013-06-11 Rafael EspindolaPort r183666 to identify_magic.
2013-06-11 Rafael EspindolaFix variable name.
2013-06-11 Rafael EspindolaFix variable name style. Don't cast to and from int.
2013-06-11 Rafael EspindolaConvert another use of sys::identifyFileType.
2013-06-11 Rafael EspindolaConvert another use of sys::identifyFileType.
2013-06-11 Rafael EspindolaConvert a use of sys::identifyFileType to sys::fs:...
2013-06-11 Benjamin KramerR600: Make helper functions static.
2013-06-11 Rafael EspindolaRequire members of llvm.used to be named.
2013-06-11 NAKAMURA TakumiRework r183728, suppress assert(0) for now. Its behavio...
2013-06-11 Mihai PopaIt adds support for negative zero offsets for loads...
2013-06-11 Mihai PopaThis patch adds support for FPINST/FPINST2 as operands...
2013-06-11 Amaury de la... ARM: Enforce decoding rules for VLDn instructions
2013-06-11 Amaury de la... ARM: Fix STREX/LDREX reecoding
2013-06-11 NAKAMURA TakumiTweak a couple of tests on win32 hosts with +Asserts.
2013-06-11 NAKAMURA TakumiARMAsmBackend.cpp: Use Triple::isOSBinFormatCOFF()...
2013-06-11 NAKAMURA TakumiWhitespace.
2013-06-11 Sean SilvaFix dubious type name similar to member name.
2013-06-10 Sean SilvaFix spurious semicolons.
2013-06-10 Sean Silva[yaml2obj] Initial ELF support.
2013-06-10 Tim NorthoverARM: diagnose ARM/Thumb assembly switches on CPUs only...
2013-06-10 Nick LewyckyFix xemacs mode line, don't put them in .cpp files...
2013-06-10 Eric ChristopherRemove a few fixmes, the only work we're doing is getti...
2013-06-10 Eric ChristopherFix up comment.
2013-06-10 Eric ChristopherRemove unused function.
2013-06-10 Eric ChristopherIndentCount is only used within NDEBUG code.
2013-06-10 Tim NorthoverX86: Stop LEA64_32r doing unspeakable things to its...
2013-06-10 Rafael EspindolaAdd a missing 'e'.
2013-06-10 Benjamin Kramertblgen: Assert that InstRWs doesn't grows when we don...
2013-06-10 Ulrich Weigand[PowerPC] Support extended sc mnemonic
2013-06-10 Ulrich Weigand[PowerPC] Support branch mnemonics with implied CR0
2013-06-10 Ulrich Weigand[PowerPC] Use multiclass to generate extended branch...
2013-06-10 Aaron BallmanSilencing an MSVC warning about comparing signed and...
2013-06-10 Rafael EspindolaRemove the old IdentifyFileType now that lld was updated.
2013-06-10 Rafael EspindolaPass a StringRef to sys::identifyFileType.
2013-06-10 Rafael EspindolaFix an out of bounds array access.
2013-06-10 Rafael EspindolaUpdate for current naming conventions.
2013-06-10 Amaury de la... Fix misleading comments in ARMAsmParser
2013-06-10 Amaury de la... ARM: ISB cannot be passed the same options as DMB
2013-06-10 Justin Holewinski[NVPTX] Remove old CONST_NOT_GEN address space that...
2013-06-10 Duncan SandsAvoid warnings about unused parameters that tend to...
2013-06-10 JF BastienAdd test for ARM FastISel load/store register classes
2013-06-09 Reed KotlerFix a regression I introduced when I expanded the compl...
2013-06-09 Benjamin Kramertblgen: always lookup values from the original vector...
2013-06-09 Benjamin KramerAdd a const version of findNearestCommonDominator to...
2013-06-09 Logan ChienRefine the ARM EHABI test cases.
2013-06-09 Logan ChienFix ARM unwind opcode assembler in several cases.
2013-06-09 Elena DemikhovskyRemoved PackedDouble domain from scalar instructions...
2013-06-09 Tim NorthoverMake DeadArgumentElimination more conservative on varia...
2013-06-09 JF BastienARM FastISel fix load register classes
2013-06-08 David MajnemerTargetLowering: Clean up method description comments
next