Further reduce usage of sys::Path in bugpoint.
[oota-llvm.git] / lib /
2013-06-13 Benjamin KramerX86: Make the cmov aliases work with intel syntax too.
2013-06-13 Reid Kleckner[Support] Fix handle and memory leak for processes...
2013-06-13 Aaron BallmanZero-initializing variables; fixes a build breakage...
2013-06-12 Dan GohmanPrint ConstantPool entries initialized to Values with...
2013-06-12 Rafael Espindola[Win] Put ChangeStdinToBinary ChangeStdoutToBinary...
2013-06-12 Rafael Espindolas/Void/void.
2013-06-12 Rafael EspindolaAttempt at fixing the windows build.
2013-06-12 Rafael EspindolaRemove the program class.
2013-06-12 David BlaikieRevert r183854 (PPC: Fix switch warnings from r183841)
2013-06-12 Bill Schmidt[PowerPC] Remove PRED_BAD from PPC::Predicate enumeration.
2013-06-12 Bill Schmidt[PowerPC] Fix switch warnings from r183841.
2013-06-12 Rui Ueyamareadobj: Dump PE/COFF optional records.
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 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 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 Patrik HagglundFix gcc -flto build, by adding LLVM_ATTRIBUTE_USED to
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 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 EspindolaRemove GetSystemLibraryPaths.
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 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 VieuvilleARM: Enforce decoding rules for VLDn instructions
2013-06-11 Amaury de la VieuvilleARM: 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 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 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 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 VieuvilleFix misleading comments in ARMAsmParser
2013-06-10 Amaury de la VieuvilleARM: 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-09 Reed KotlerFix a regression I introduced when I expanded the compl...
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
2013-06-08 Aaron Ballmansys::process::get_id() now returns the process ID inste...
2013-06-08 Venkatraman Govind... [Sparc] Delete FPMover Pass and remove Fp* Pseudo-instr...
2013-06-08 Amaury de la VieuvilleARM: fix VMOVvnf32 decoding when ambiguous with VCVT
2013-06-08 Amaury de la VieuvilleARM: enforce SRS decoding constraints
2013-06-08 Amaury de la VieuvilleARM: fix CPS decoding when ambiguous with QADD
next