2015-03-19 |
Eric Christopher | Use the cached subtarget off of the machine function. |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Sanjay Patel | move insert, extract, concat helper functions closer... |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Owen Anderson | Fix a nasty bug in DAGCombine of STORE nodes. |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Eric Christopher | Remove unused headers. |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Eric Christopher | Add an MCSubtargetInfo variable to the TargetMachine. |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Eric Christopher | Add a TargetMachine local MCRegisterInfo and MCInstrInf... |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Reid Kleckner | WinEH: Make llvm.eh.actions emission match the EH docs |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Sanjay Patel | [X86, AVX] use blends instead of insert128 with index 0 |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Duncan P. N... | Verifier: Remove the separate -verify-di pass |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Peter Collingbourne | Fix build failure. |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Peter Collingbourne | LowerBitSets: Avoid reusing byte set addresses. |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Peter Collingbourne | libLTO, llvm-lto, gold: Introduce flag for controlling... |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Duncan P. N... | PassManagerBuilder: Remove effectively dead 'StripDebug... |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Hans Wennborg | Switch lowering: extract NextBlock function. NFC. |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Krzysztof Parzyszek | Unxfail test/CodeGen/Generic/vector.ll now passing... |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Peter Collingbourne | gold: Make powerpc support optional for the tests. |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Peter Collingbourne | GlobalDCE: Improve performance for large modules contai... |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Justin Bogner | docs: Update llvm-cov docs for the -use-color flag |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Artem Belevich | Add support for __nvvm_reflect changes in libdevice... |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Chris Bieneman | Fixing dependencies for native tablegen. |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Hans Wennborg | Switch lowering: remove unnecessary ConstantInt casts... |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Krzysztof Parzyszek | [Hexagon] Add support for vector instructions |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Greg Bedwell | [CMake] Don't pass in MSVC warning flags as definitions. |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Krzysztof Parzyszek | [Hexagon] ENDLOOP is a non-reversible conditional branch |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Benjamin Kramer | Internalize PEI. NFC. |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Daniel Sanders | [sparc] Small fix to r232719 to make 2007-12-17-InvokeA... |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Daniel Sanders | [sparc] Only support the 'm' inline assembly memory... |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Daniel Jasper | [InstCombine] Don't fold a GEP into itself through... |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Justin Bogner | llvm-cov: Rename -color={always|never} to -use-color[=0] |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Rafael Espindola | Note that we don't support COFF on PPC. |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Justin Bogner | llvm-cov: Continue trying to appease a bot |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Rafael Espindola | Split the object streamer callback in one per file... |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Justin Bogner | llvm-cov: Try to appease a bot |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Hans Wennborg | SelectionDAGBuilder: update comment in HandlePHINodesIn... |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Matthias Braun | Do not track subregister liveness when it brings no... |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Justin Bogner | llvm-cov: Only emit colour by default if the output... |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Hans Wennborg | SelectionDAGIsel: Fix comment about terminators being... |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Quentin Colombet | [CodeGenPrepare] Remove broken, dead, code. |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Rafael Espindola | two or more, use a for. |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Simon Pilgrim | Fixed failing test due to missing target triple causing... |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Rafael Espindola | Teach getDefaultFormat that we only support ELF on... |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Simon Pilgrim | [X86][SSE] Avoid scalarization of v2i64 vector shifts... |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Bill Schmidt | [PowerPC] Correct typo in PPCInstrAltivec.td |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Mehdi Amini | Update 3.7 Release Note mentionning the non-optionality... |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Chris Bieneman | Revert "Generate targets for each lit suite." |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Chris Bieneman | Generate targets for each lit suite. |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Eric Christopher | Revert "[X86][SSE] Avoid scalarization of v2i64 vector... |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Eric Christopher | Revert "Add a TargetMachine local MCRegisterInfo and... |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Eric Christopher | Add a TargetMachine local MCRegisterInfo and MCInstrInf... |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Eric Christopher | Revert "Migrate the AArch64 TargetRegisterInfo to its... |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Reid Kleckner | Use WinEHPrepare to outline SEH finally blocks |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Rafael Espindola | Fix cmake build. |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Reid Kleckner | CMake: Disable ENABLE_EXPORTS for executables with... |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Rafael Espindola | Fix use of uninitialized valued. |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Simon Pilgrim | [X86][SSE] Avoid scalarization of v2i64 vector shifts |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Colin LeMahieu | [Objdump] DumpBytes of uint8_t from ArrayRef<uint8_t... |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Rafael Espindola | Add a default implementation of createObjectStreamer. |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Krzysztof Parzyszek | [Hexagon] Use pseudo-instructions for true/false predic... |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Krzysztof Parzyszek | Revert "[Hexagon] Use pseudo-instructions for true... |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Colin LeMahieu | [Objdump] Removing size limit on DumpBytes and changing... |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Matthias Braun | TableGen: Fix register class lane masks being too conse... |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Rafael Espindola | Handle X86::reloc_riprel_4byte in 32 bits mode. |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Krzysztof Parzyszek | [Hexagon] Use pseudo-instructions for true/false predic... |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Sanjay Patel | Use utils/update_llc_test_checks.py to update all CHECKs |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Krzysztof Parzyszek | [Hexagon] Intrinsics for circular and bit-reversed... |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Sanjay Patel | fixed to test features, not CPU model |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Krzysztof Parzyszek | [Hexagon] Handle ENDLOOP0 in InsertBranch and RemoveBranch |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Sid Manning | Add support for .ifnes psuedo-op. |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Yaron Keren | clang-format these lines to fix Visual C++ warning. |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Daniel Jasper | Change test to accept an additional critical edge split. |
commit | commitdiff | tree | snapshot |
2015-03-18 |
John Brawn | [ARM] Align stack objects passed to memory intrinsics |
commit | commitdiff | tree | snapshot |
2015-03-18 |
John Brawn | Add missing newline to end of test file. |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Yaron Keren | Remove many superfluous SmallString::str() calls. |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Kai Nacke | [mips] Add itineraries for ext and ins instructions. |
commit | commitdiff | tree | snapshot |
2015-03-18 |
NAKAMURA Takumi | Split comma-separated \param(s). [-Wdocumentation] |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Alexei Starovoitov | [bpf] fix build |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Josh Magee | Add testcases for BEXTR. |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Krzysztof Parzyszek | Missed testcase for r232577 |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Krzysztof Parzyszek | Generate bit manipulation instructions on Hexagon |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Sanjoy Das | [SCEV] Make isImpliedCond smarter. |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Sanjoy Das | [ConstantRange] Split makeICmpRegion in two. |
commit | commitdiff | tree | snapshot |
2015-03-18 |
David Majnemer | DAGCombiner: fold (xor (shl 1, x), -1) -> (rotl ~1, x) |
commit | commitdiff | tree | snapshot |
2015-03-17 |
David Majnemer | COFF: Let globals with private linkage reside in their... |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Krzysztof Parzyszek | Remove unneeded selection functions from HexagonISelDAG... |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Duncan P. N... | docs: Update LangRef and SourceLevelDebugging |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Pirama Arumuga... | Fix bug while building FP16 constant vectors for AArch64 |
commit | commitdiff | tree | snapshot |
2015-03-17 |
NAKAMURA Takumi | Appease AArch64ISelLowering.cpp miscompiled by g++... |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Kevin Enderby | Add the option -no-symbolic-operands to llvm-objdump... |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Simon Pilgrim | XformToShuffleWithZero - Added clearer early outs and... |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Krzysztof Parzyszek | Selection DAG preprocessing on Hexagon |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Yaron Keren | Remove StringRef->std::string->StringRef conversions. |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Duncan P. N... | DebugInfo: Drop fake DW_TAG_expression |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Rafael Espindola | Emit the offset directly instead of creating a dummy... |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Kevin Enderby | Add the option, -no-leading-addr llvm-objdump used... |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Sean Silva | [docs] Fix some malformed links. |
commit | commitdiff | tree | snapshot |
2015-03-17 |
David Majnemer | Revert "COFF: Let globals with private linkage reside... |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Benjamin Kramer | Internalize BitcodeReader. Not used outside of BitcodeR... |
commit | commitdiff | tree | snapshot |
2015-03-17 |
David Majnemer | Revert "Address review comments" |
commit | commitdiff | tree | snapshot |
2015-03-17 |
David Majnemer | Address review comments |
commit | commitdiff | tree | snapshot |
2015-03-17 |
David Majnemer | COFF: Let globals with private linkage reside in their... |
commit | commitdiff | tree | snapshot |
next |