2014-11-04 |
NAKAMURA Takumi | Remove "REQUIRES:shell" from tests. They work for me. |
commit | commitdiff | tree | snapshot |
2014-11-04 |
Simon Atanasyan | [yaml2obj] Allow yaml2obj tool to recognize EF_MIPS_NAN... |
commit | commitdiff | tree | snapshot |
2014-11-04 |
NAKAMURA Takumi | Re-enable tests in llvm/test/Object, corresponding... |
commit | commitdiff | tree | snapshot |
2014-11-04 |
NAKAMURA Takumi | llvm/test/Transforms/GCOVProfiling/linezero.ll: Use... |
commit | commitdiff | tree | snapshot |
2014-11-04 |
Rafael Espindola | Remove FindProgramByName. NFC. |
commit | commitdiff | tree | snapshot |
2014-11-04 |
Yaron Keren | Fix Visual C++ warning, Program.inc(85): warning C4018... |
commit | commitdiff | tree | snapshot |
2014-11-04 |
Charlie Turner | Add missing tests for build attribute encodings in... |
commit | commitdiff | tree | snapshot |
2014-11-04 |
David Majnemer | llvm-objdump: Pass DiceTableEntry by reference |
commit | commitdiff | tree | snapshot |
2014-11-04 |
NAKAMURA Takumi | sys::findProgramByName(): [Win32] Tweak to pass lowerca... |
commit | commitdiff | tree | snapshot |
2014-11-04 |
David Majnemer | CodeGen: Enable DWARF emission for MS ABI targets |
commit | commitdiff | tree | snapshot |
2014-11-04 |
Yaron Keren | #include <winbase.h> is not enough for Visual C++ 2013... |
commit | commitdiff | tree | snapshot |
2014-11-04 |
David Majnemer | test: Restore llvm-lit (at least for my machine) |
commit | commitdiff | tree | snapshot |
2014-11-04 |
David Majnemer | Minimize test case further |
commit | commitdiff | tree | snapshot |
2014-11-04 |
NAKAMURA Takumi | R600/LLVMBuild.txt: Add TransformUtils. |
commit | commitdiff | tree | snapshot |
2014-11-04 |
Tim Northover | Docs: give binutils/gold instructions for CMake too. |
commit | commitdiff | tree | snapshot |
2014-11-04 |
Reid Kleckner | Revert "Transforms: reapply SVN r219899" |
commit | commitdiff | tree | snapshot |
2014-11-04 |
Mark Heffernan | Remove setPreservesCFG from instcombine. The pass... |
commit | commitdiff | tree | snapshot |
2014-11-04 |
Michael J.... | Use findProgramByName. |
commit | commitdiff | tree | snapshot |
2014-11-04 |
Michael J.... | [Support][Program] Add findProgramByName(Name, Optional... |
commit | commitdiff | tree | snapshot |
2014-11-04 |
Reid Kleckner | Use the LLVM_GNUC_PREREQ macro instead of the longhand... |
commit | commitdiff | tree | snapshot |
2014-11-04 |
Reid Kleckner | Remove the END_WITH_NULL macro now that Clang doesn... |
commit | commitdiff | tree | snapshot |
2014-11-04 |
Kevin Enderby | Remove the static version of getScatteredRelocationType... |
commit | commitdiff | tree | snapshot |
2014-11-04 |
Reid Kleckner | Rename END_WITH_NULL to LLVM_END_WITH_NULL and move... |
commit | commitdiff | tree | snapshot |
2014-11-04 |
Sanjoy Das | The patchpoint lowering logic would crash with live... |
commit | commitdiff | tree | snapshot |
2014-11-04 |
Kevin Enderby | Add the code and test cases for 32-bit Intel to llvm... |
commit | commitdiff | tree | snapshot |
2014-11-04 |
Colin LeMahieu | [Hexagon] Reverting 220584 to address ASAN errors. |
commit | commitdiff | tree | snapshot |
2014-11-04 |
Sanjoy Das | Change logic in StackMaps::recordStackMapOpers to use... |
commit | commitdiff | tree | snapshot |
2014-11-03 |
Akira Hatanaka | Rename variables to conform to llvm coding standards. |
commit | commitdiff | tree | snapshot |
2014-11-03 |
Hal Finkel | Use AA in LoadCombine |
commit | commitdiff | tree | snapshot |
2014-11-03 |
David Blaikie | Use common range handling for the CU's ranges |
commit | commitdiff | tree | snapshot |
2014-11-03 |
Akira Hatanaka | [AArch64] Make function processLogicalImmediate more... |
commit | commitdiff | tree | snapshot |
2014-11-03 |
Rafael Espindola | Handle ASAN_OPTIONS and UBSAN_OPTIONS in TestingConfig.py |
commit | commitdiff | tree | snapshot |
2014-11-03 |
Rafael Espindola | refactor duplicated code. NFC. |
commit | commitdiff | tree | snapshot |
2014-11-03 |
David Majnemer | InstCombine: Remove infinite loop caused by FoldOpIntoPhi |
commit | commitdiff | tree | snapshot |
2014-11-03 |
David Blaikie | Push the CURangeList down into the skeleton CU (where... |
commit | commitdiff | tree | snapshot |
2014-11-03 |
Ahmed Bougacha | [X86] Add debug print name for X86ISD::[US]MUL8. NFC... |
commit | commitdiff | tree | snapshot |
2014-11-03 |
Rafael Espindola | [lit] Forward LD_PRELOAD to tests. |
commit | commitdiff | tree | snapshot |
2014-11-03 |
David Blaikie | Add DwarfCompileUnit::BaseAddress to track the base... |
commit | commitdiff | tree | snapshot |
2014-11-03 |
Akira Hatanaka | [ARM, inline-asm] Fix ARMTargetLowering::getRegForInlin... |
commit | commitdiff | tree | snapshot |
2014-11-03 |
Reid Kleckner | MSVC requires redeclarations to repeat noexcept |
commit | commitdiff | tree | snapshot |
2014-11-03 |
Ahmed Bougacha | [X86] 8bit divrem: Improve codegen for AH register... |
commit | commitdiff | tree | snapshot |
2014-11-03 |
Hal Finkel | EarlyCSE should ignore calls to @llvm.assume |
commit | commitdiff | tree | snapshot |
2014-11-03 |
Tom Stellard | Reapply: R600: Make sure to inline all internal functions |
commit | commitdiff | tree | snapshot |
2014-11-03 |
Chad Rosier | [Reassociate] Canonicalize negative constants out of... |
commit | commitdiff | tree | snapshot |
2014-11-03 |
Reid Kleckner | Relax the LLVM_NOEXCEPT _MSC_VER version check back... |
commit | commitdiff | tree | snapshot |
2014-11-03 |
Paul Robinson | Normally an 'optnone' function goes through fast-isel... |
commit | commitdiff | tree | snapshot |
2014-11-03 |
Duncan P. N... | IR: MDNode => Value: Instruction::getAllMetadataOtherTh... |
commit | commitdiff | tree | snapshot |
2014-11-03 |
Charlie Turner | Remove the cortex-a9-mp CPU. |
commit | commitdiff | tree | snapshot |
2014-11-03 |
David Blaikie | Cleanup some unused or trivial functions in DwarfCompil... |
commit | commitdiff | tree | snapshot |
2014-11-03 |
David Blaikie | Sink DwarfUnit::CURanges into DwarfCompileUnit |
commit | commitdiff | tree | snapshot |
2014-11-03 |
Oliver Stannard | [AArch64] Fix miscompile of comparison with 0xfffffffff... |
commit | commitdiff | tree | snapshot |
2014-11-03 |
Sid Manning | Handle ctor/init_array initialization. |
commit | commitdiff | tree | snapshot |
2014-11-03 |
Charlie Turner | Merge the directive-eabi_attribute.s and directive... |
commit | commitdiff | tree | snapshot |
2014-11-03 |
Rafael Espindola | Add CRLF support to LineIterator. |
commit | commitdiff | tree | snapshot |
2014-11-03 |
Oliver Stannard | Revert r221150, as it broke sanitizer tests |
commit | commitdiff | tree | snapshot |
2014-11-03 |
Oliver Stannard | Emit .eh_frame with relocations to functions, rather... |
commit | commitdiff | tree | snapshot |
2014-11-03 |
Peter Zotov | [OCaml] Fix mismatched CAMLparam/CAMLreturn. |
commit | commitdiff | tree | snapshot |
2014-11-03 |
Charlie Turner | Test commit. |
commit | commitdiff | tree | snapshot |
2014-11-03 |
Peter Collingbourne | CMake: Add libm to list of system libs printed by llvm... |
commit | commitdiff | tree | snapshot |
2014-11-03 |
Daniel Sanders | [mips] Remove unused prototype and variable. NFC. |
commit | commitdiff | tree | snapshot |
2014-11-03 |
Peter Zotov | [OCaml] Add -g on DEBUG_SYMBOLS=1, not ENABLE_OPTIMIZED. |
commit | commitdiff | tree | snapshot |
2014-11-03 |
Peter Zotov | Unbreak build. |
commit | commitdiff | tree | snapshot |
2014-11-03 |
Peter Zotov | [OCaml] Don't use deprecated non-caml_namespaced functions. |
commit | commitdiff | tree | snapshot |
2014-11-03 |
Peter Zotov | [OCaml] Initialize local roots prior to raising. |
commit | commitdiff | tree | snapshot |
2014-11-03 |
Peter Zotov | [OCaml] Core package should depend on LLVMTransformUtil... |
commit | commitdiff | tree | snapshot |
2014-11-03 |
Peter Zotov | [OCaml] Fix ocamlc -custom builds when configured as... |
commit | commitdiff | tree | snapshot |
2014-11-03 |
Peter Zotov | [OCaml] Avoid embedding absolute paths into executables. |
commit | commitdiff | tree | snapshot |
2014-11-03 |
Peter Zotov | [OCaml] Don't build stub libraries twice. |
commit | commitdiff | tree | snapshot |
2014-11-03 |
Peter Zotov | [OCaml] Run tests twice, with ocamlc and ocamlopt ... |
commit | commitdiff | tree | snapshot |
2014-11-03 |
Peter Zotov | [OCaml] META: remove exists_if(toplevel). |
commit | commitdiff | tree | snapshot |
2014-11-03 |
Peter Zotov | [OCaml] ExecutionEngine package should not depend on... |
commit | commitdiff | tree | snapshot |
2014-11-03 |
David Majnemer | Forgot to add input file for test added in r221133 |
commit | commitdiff | tree | snapshot |
2014-11-03 |
David Majnemer | llvm-vtabledump: Handle Itanium VTables |
commit | commitdiff | tree | snapshot |
2014-11-03 |
David Majnemer | InstCombine: Combine (X | Y) - X to (~X & Y) |
commit | commitdiff | tree | snapshot |
2014-11-03 |
David Blaikie | Sink range list handling down from DwarfUnit into its... |
commit | commitdiff | tree | snapshot |
2014-11-03 |
Diego Novillo | Use ErrorOr for the ::create factory on instrumented... |
commit | commitdiff | tree | snapshot |
2014-11-02 |
Matt Arsenault | R600: Don't unnecessarily repeat the register class |
commit | commitdiff | tree | snapshot |
2014-11-02 |
Matt Arsenault | R600/SI: Use REG_SEQUENCE instead of INSERT_SUBREGs |
commit | commitdiff | tree | snapshot |
2014-11-02 |
Matt Arsenault | Support REG_SEQUENCE in tablegen. |
commit | commitdiff | tree | snapshot |
2014-11-02 |
Matt Arsenault | Fix typo |
commit | commitdiff | tree | snapshot |
2014-11-02 |
Matt Arsenault | Fix missing C++ mode comment |
commit | commitdiff | tree | snapshot |
2014-11-02 |
Daniel Sanders | Re-commit r221056 and others with fix, "[mips] Move... |
commit | commitdiff | tree | snapshot |
2014-11-02 |
Rafael Espindola | Revert r221096 bringing back r221014 with a fix. |
commit | commitdiff | tree | snapshot |
2014-11-02 |
Rafael Espindola | [cmake] Pass -O3 when linking. |
commit | commitdiff | tree | snapshot |
2014-11-02 |
Chandler Carruth | Revert r221014: "Refactor duplicated code in liking... |
commit | commitdiff | tree | snapshot |
2014-11-02 |
David Blaikie | Formatting |
commit | commitdiff | tree | snapshot |
2014-11-02 |
David Blaikie | Add DwarfUnit::isDwoUnit and use it to generalize strin... |
commit | commitdiff | tree | snapshot |
2014-11-02 |
David Blaikie | Remove the last mention of LineTablesOnly from DwarfUni... |
commit | commitdiff | tree | snapshot |
2014-11-02 |
David Blaikie | Sink DwarfUnit::applySubprogramAttributesToDefinition... |
commit | commitdiff | tree | snapshot |
2014-11-02 |
Elena Demikhovsky | Use Alias Analysis to hoist 2 loads from diamond to... |
commit | commitdiff | tree | snapshot |
2014-11-02 |
David Blaikie | Sink DwarfUnit::addExpr into DwarfCompileUnit |
commit | commitdiff | tree | snapshot |
2014-11-02 |
David Blaikie | Fix the build from the last commit |
commit | commitdiff | tree | snapshot |
2014-11-02 |
David Blaikie | Sink DwarfUnit::applyVariableAttributes into DwarfCompi... |
commit | commitdiff | tree | snapshot |
2014-11-02 |
David Blaikie | Sink DwarfUnit::addLocationList down into DwarfCompileUnit |
commit | commitdiff | tree | snapshot |
2014-11-02 |
David Blaikie | Sink DwarfUnit::addComplexAddress down into DwarfCompil... |
commit | commitdiff | tree | snapshot |
2014-11-02 |
David Blaikie | Push DwarfUnit::addAddress down into DwarfCompileUnit |
commit | commitdiff | tree | snapshot |
2014-11-02 |
David Blaikie | Sink DwarfUnit::addVariableAddress into DwarfCompileUni... |
commit | commitdiff | tree | snapshot |
2014-11-02 |
David Blaikie | DebugInfo: Sink accelerator table lists down (GlobalNam... |
commit | commitdiff | tree | snapshot |
2014-11-02 |
David Blaikie | Add DwarfUnit::addGlobalType to match DwarfUnit::addGlo... |
commit | commitdiff | tree | snapshot |
2014-11-02 |
NAKAMURA Takumi | Revert r221056 and others, "[mips] Move F128 argument... |
commit | commitdiff | tree | snapshot |
next |