Build Apple's llvmCore with --disable-zlib. <rdar://problem/14182316>
[oota-llvm.git] / lib /
2013-06-17 Andrew TrickMI-Sched: handle ReadAdvance latencies as used by Swift.
2013-06-17 Andrew TrickGive RegMax higher priority.
2013-06-17 Andrew TrickRemove compareRPDelta.
2013-06-17 Andrew TrickMI Sched: fix a typo in RegPressure heuristics.
2013-06-17 Andrew TrickMI-Sched: Remove another heuristic that is sensitive...
2013-06-17 Andrew TrickMI-Sched: Track multiple candidates with the same prior...
2013-06-17 Bill WendlingDirectly access objects which may change during compila...
2013-06-17 Rafael EspindolaReapply r183985 now that the missing check was added...
2013-06-17 Rafael EspindolaOnly delete regular files and directories.
2013-06-17 Vincent LejeuneR600: PV stores Reg id, not index
2013-06-17 Vincent LejeuneR600: Properly set COUNT_3 bit in TEX clause initiating...
2013-06-17 Rafael EspindolaRevert "Remove a use of PathV1.h."
2013-06-17 Benjamin KramerSwitch spill weights from a basic loop depth estimation...
2013-06-17 Pekka JaaskelainenFix for a regression caused by the LoopVectorizer when
2013-06-17 Rafael EspindolaDon't use PathV1.h in LTOCodeGenerator.cpp
2013-06-17 Nadav RotemDisable vectorization for -Oz.
2013-06-17 Nadav RotemEnable the loop vectorizer by default for -Os and -O2.
2013-06-17 Rafael EspindolaMove lib/Archive to tools/llvm-ar.
2013-06-17 Manuel KlimekFix incorrectly finding 'executable' directories instea...
2013-06-16 David BlaikieDebugInfo: remove target-specific Frame Index handling...
2013-06-16 David BlaikieDebug Info: Simplify Frame Index handling in DBG_VALUE...
2013-06-16 Benjamin KramerSilence warning in Release builds.
2013-06-15 David BlaikieDebugInfo: print DBG_VALUE MachineInstrs with [] for...
2013-06-15 Jakub StaszakUse 0 instead of NULL.
2013-06-15 Benjamin KramerPruneEH: Only merge attribute sets when used. No functi...
2013-06-15 Andrew TrickMissing NDEBUGs.
2013-06-15 Andrew TrickMI-Sched: heuristics using the new latency and machine...
2013-06-15 Andrew TrickSupport BufferSize on ProcResGroup for unified MOp...
2013-06-15 Andrew TrickUpdate machine models. Specify buffer sizes for OOO...
2013-06-15 Andrew TrickMachine Model: Add MicroOpBufferSize and resource Buffe...
2013-06-15 Andrew TrickMI-Sched: Rename IssueCount to CurrMOps.
2013-06-15 Andrew TrickMI-Sched: Remove the temporary EnableCopyConstrain...
2013-06-15 Andrew TrickMI-Sched: added tracking of dependent latency for bette...
2013-06-15 Andrew TrickMI-Sched: DEBUG: print critical resource.
2013-06-15 Stephen LinSelectionDAG: slightly refactor DAGCombiner::visitSELEC...
2013-06-15 David BlaikieDebug Info: Don't print the display name and colon...
2013-06-15 Sean Silva[yaml2obj] Add support for sh_link via `Link` key.
2013-06-15 Tom StellardR600: Add SI load support for v[24]i32 and store for...
2013-06-14 Rafael EspindolaRemove the LLVM specific archive index.
2013-06-14 Tom StellardR600: Use correct encoding for Vertex Fetch instruction...
2013-06-14 Tom StellardR600: Use EXPORT_RAT_INST_STORE_DWORD for stores on...
2013-06-14 Tom StellardR600: Factor the instruction encoding out the RAT_WRITE...
2013-06-14 Tom StellardR600: Move instruction encoding definitions into a...
2013-06-14 Matt ArsenaultIntroduce getSelect usage and use more getSelectCC
2013-06-14 Rafael EspindolaAdd GetCurrentDirectory back.
2013-06-14 Stephen LinSelectionDAG: minor fix to order of operands in comment...
2013-06-14 Rafael EspindolaReplace use of PathV1.h in MCContext.cpp.
2013-06-14 Tim NorthoverMark rematerialized super/sub registers as dead.
2013-06-14 Rafael EspindolaReplace use of PathV1.h in Program.cpp.
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 VieuvilleARM: fix thumb coprocessor instruction with pre-writeba...
2013-06-14 Benjamin KramerX86: cvtpi2ps is just an SSE instruction with MMX opera...
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 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 EspindolaDon't use PathV1.h in FileUtilities.h.
2013-06-13 Rafael EspindolaAvoid using PathV1.h in Program.h.
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 Amaury de la VieuvilleARM: fix B decoding
2013-06-13 Amaury de la VieuvilleARM: fix t2am_imm8_offset operand printing for imm=#-0
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.
next