oota-llvm.git
2013-06-14 Arnaud A. de... Cmake: add compiler option in a more idiomatic way
2013-06-14 Eli BenderskyDo not to perform RUN line substitution of llc if that...
2013-06-14 Stephen LinSelectionDAG: Fix incorrect condition checks in some...
2013-06-14 Rafael EspindolaRemove unused argument.
2013-06-14 Rafael EspindolaDon't use PathV1.h in GraphWriter.cpp.
2013-06-14 Rafael EspindolaConvert a use of sys::Path::GetTemporaryDirectory.
2013-06-14 Rafael EspindolaRemove a use of PathV1.h.
2013-06-14 Derek SchuffMake PrologEpilogInserter save/restore all callee saved...
2013-06-14 Rafael EspindolaRemove a use of PathV1.h.
2013-06-14 Rafael EspindolaMove PrependMainExecutablePath next to its only user.
2013-06-14 Rafael EspindolaRemove a use of sys::Path.
2013-06-14 Amaury de la... ARM: fix thumb coprocessor instruction with pre-writeba...
2013-06-14 Benjamin KramerX86: cvtpi2ps is just an SSE instruction with MMX opera...
2013-06-14 Rafael EspindolaRemove unused header.
2013-06-14 JF BastienEnable FastISel on ARM for Linux and NaCl, not MCJIT
2013-06-14 Sean Silva[yaml2obj] Add support for sh_addralign via `AddressAli...
2013-06-14 Jakub StaszakMove #include from .h to .cpp file.
2013-06-13 Jakub StaszakRemove forward declaration of MachineBasicBlock. It...
2013-06-13 Jakub Staszak#include <climits> instead of <limits.h> in C++ header...
2013-06-13 Sean Silva[yaml2obj] Add support for specifying raw section content.
2013-06-13 Sean Silva[yaml2obj] Add sh_addr via `Address` key.
2013-06-13 Sean Silva[yaml2obj] Initial ELF section support.
2013-06-13 Rafael EspindolaTry to fix the windows build.
2013-06-13 Rafael EspindolaDon't use PathV1.h in Signals.h.
2013-06-13 Rafael EspindolaAdd a RemoveFileOnSignal that takes a StringRef.
2013-06-13 Rafael EspindolaDon't use PathV1.h in FileUtilities.h.
2013-06-13 Rafael EspindolaAvoid using PathV1.h in Program.h.
2013-06-13 Bill Schmidt[PowerPC] Disable fast-isel for existing -O0 tests...
2013-06-13 Tom StellardR600: Don't try to fix reg class when copying IMPLICIT_...
2013-06-13 Rafael EspindolaAdd a version of sys::ExecuteAndWait that takes StringRefs.
2013-06-13 Derek SchuffFix DeleteDeadVarargs not to crash on functions referen...
2013-06-13 Rafael EspindolaHave sys::FindProgramByName return a std::string.
2013-06-13 Benjamin KramerMips: Remove global set.
2013-06-13 Reid KlecknerMerge changes to clang's Driver code into LLVM's Option...
2013-06-13 Rafael EspindolaCovert remaining graph viewers from sys::Path to std...
2013-06-13 Rafael EspindolaUpdate code for other graph viewing programs too.
2013-06-13 Rafael EspindolaReduce usage of sys::Path in the graph writer.
2013-06-13 Rafael EspindolaAdd a version of DisplayGraph that takes a StringRef.
2013-06-13 Amaury de la... ARM: fix B decoding
2013-06-13 Amaury de la... ARM: fix t2am_imm8_offset operand printing for imm=#-0
2013-06-13 Rafael EspindolaFurther reduce usage of sys::Path in bugpoint.
2013-06-13 Rafael EspindolaTry to fix the build with libstdc++ 4.4.
2013-06-13 Rafael EspindolaReduce sys::Path usage in bugpoint.
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 Rafael EspindolaAdd global versions of some Program static methods.
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 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.
next