2015-06-07 |
Davide Italiano | [Object/ELF] Don't confuse isDefined() and isCommon. |
commit | commitdiff | tree | snapshot |
2015-06-07 |
Colin LeMahieu | Teaching llvm-mc how to understand the defsym command... |
commit | commitdiff | tree | snapshot |
2015-06-06 |
Davide Italiano | [Object/ELF] Provide helpers for symbol types. |
commit | commitdiff | tree | snapshot |
2015-06-06 |
David Majnemer | [InstCombine, InstSimplify] Move xforms from Combine... |
commit | commitdiff | tree | snapshot |
2015-06-06 |
Filipe Cabecinhas | Use early return idiom. NFC |
commit | commitdiff | tree | snapshot |
2015-06-06 |
Colin LeMahieu | [MC] Common symbols weren't being checked for redeclara... |
commit | commitdiff | tree | snapshot |
2015-06-06 |
Sanjoy Das | [LoopUnroll] Fix truncation bug in canUnrollCompletely. |
commit | commitdiff | tree | snapshot |
2015-06-06 |
David Majnemer | [CVP] Don't assume Constants of type i1 can be known... |
commit | commitdiff | tree | snapshot |
2015-06-06 |
David Majnemer | [InstCombine] Don't miscompile select to poison |
commit | commitdiff | tree | snapshot |
2015-06-06 |
Rafael Espindola | Handle 16 bit PC relative relocations. |
commit | commitdiff | tree | snapshot |
2015-06-06 |
NAKAMURA Takumi | TargetParser: Fix comments in enum(s) introduced in... |
commit | commitdiff | tree | snapshot |
2015-06-06 |
Craig Topper | [TableGen] Change OpInit::getNumOperands and getOperand... |
commit | commitdiff | tree | snapshot |
2015-06-06 |
Craig Topper | [TableGen] Remove trailing whitespace, add space betwee... |
commit | commitdiff | tree | snapshot |
2015-06-06 |
Craig Topper | [TableGen] Remove unnecessary temporary. NFC |
commit | commitdiff | tree | snapshot |
2015-06-06 |
Craig Topper | [TableGen] Fold variable declaration/initialization... |
commit | commitdiff | tree | snapshot |
2015-06-06 |
Craig Topper | [TableGen] Remove unnecessary outer 'if' and merge... |
commit | commitdiff | tree | snapshot |
2015-06-06 |
Craig Topper | [TableGen] Fold variable declarations with their assign... |
commit | commitdiff | tree | snapshot |
2015-06-06 |
Craig Topper | [TableGen] Correct the documentation for 'foreach'... |
commit | commitdiff | tree | snapshot |
2015-06-05 |
Frederic Riss | [dsymutil] Fix misspelled CHECK line. |
commit | commitdiff | tree | snapshot |
2015-06-05 |
Frederic Riss | [dsymutil] Add support for linking the debug_frame... |
commit | commitdiff | tree | snapshot |
2015-06-05 |
Akira Hatanaka | Move the code in TargetPassConfig::addPass that inserts... |
commit | commitdiff | tree | snapshot |
2015-06-05 |
Frederic Riss | [dsymutil] Rename a variable to appease some bots. |
commit | commitdiff | tree | snapshot |
2015-06-05 |
Frederic Riss | [dsymutil] Have the YAML deserialization rewrite the... |
commit | commitdiff | tree | snapshot |
2015-06-05 |
Frederic Riss | [dsymutil] Apply clang-format. NFC |
commit | commitdiff | tree | snapshot |
2015-06-05 |
Frederic Riss | [dsymutil] Out-line the YAML serialization code. NFC |
commit | commitdiff | tree | snapshot |
2015-06-05 |
Renato Golin | Revert "[InstCombine] Rephrase fix to SimplifyWithOpRep... |
commit | commitdiff | tree | snapshot |
2015-06-05 |
Rafael Espindola | Refactor padding writing into a helper function. |
commit | commitdiff | tree | snapshot |
2015-06-05 |
Sanjoy Das | [InstCombine][NFC] Add a ``break;`` statement. |
commit | commitdiff | tree | snapshot |
2015-06-05 |
Sanjoy Das | [InstCombine] Fix PR23751. |
commit | commitdiff | tree | snapshot |
2015-06-05 |
Peter Collingbourne | Revert r238473, "Thumb2: Modify codegen for memcpy... |
commit | commitdiff | tree | snapshot |
2015-06-05 |
Rafael Espindola | Save a map lookup. NFC. |
commit | commitdiff | tree | snapshot |
2015-06-05 |
Fiona Glaser | DAGCombiner: don't duplicate (fmul x, c) in visitFNEG... |
commit | commitdiff | tree | snapshot |
2015-06-05 |
Yaron Keren | Rangify more for loops in LegacyPassManager.cpp. |
commit | commitdiff | tree | snapshot |
2015-06-05 |
Duncan P. N... | Remove stray semi-colon, NFC |
commit | commitdiff | tree | snapshot |
2015-06-05 |
Chandler Carruth | [Unroll] Rework the naming and structure of the new... |
commit | commitdiff | tree | snapshot |
2015-06-05 |
Frederic Riss | [dsymutil] Handle the -oso-prepend-path option when... |
commit | commitdiff | tree | snapshot |
2015-06-05 |
Alexei Starovoitov | [bpf] rename triple names bpf_be -> bpfeb |
commit | commitdiff | tree | snapshot |
2015-06-05 |
Colin LeMahieu | [Hexagon] Reapply r239097 with tests corrected for... |
commit | commitdiff | tree | snapshot |
2015-06-05 |
Alexei Starovoitov | Revert "Include BPF target in CMake builds." |
commit | commitdiff | tree | snapshot |
2015-06-05 |
Benjamin Kramer | [TargetParser] Properly attach functions of ARMTargetPa... |
commit | commitdiff | tree | snapshot |
2015-06-05 |
Benjamin Kramer | [ARM] Make helper function static. |
commit | commitdiff | tree | snapshot |
2015-06-05 |
Yaron Keren | Rangify for loops in LegacyPassManager.cpp. |
commit | commitdiff | tree | snapshot |
2015-06-05 |
John Brawn | [ARM] Add support for -sp- FPUs and FPU none to TargetP... |
commit | commitdiff | tree | snapshot |
2015-06-05 |
John Brawn | [ARM] Add knowledge of FPU subtarget features to Target... |
commit | commitdiff | tree | snapshot |
2015-06-05 |
Artyom Skrobov | [ARMTargetParser] Follow-up for r239099: one case was... |
commit | commitdiff | tree | snapshot |
2015-06-05 |
Simon Pilgrim | [X86][AVX2] Added tests for v32i8 vector shifts |
commit | commitdiff | tree | snapshot |
2015-06-05 |
Toma Tabacu | Revert "[mips] [IAS] Restore STI.FeatureBits in .set... |
commit | commitdiff | tree | snapshot |
2015-06-05 |
Toma Tabacu | [mips] [IAS] Restore STI.FeatureBits in .set pop. |
commit | commitdiff | tree | snapshot |
2015-06-05 |
David Majnemer | [LoopVectorize] Don't crash on zero-sized types in... |
commit | commitdiff | tree | snapshot |
2015-06-05 |
Andrea Di Biagio | Simplify code; NFC. |
commit | commitdiff | tree | snapshot |
2015-06-05 |
David Majnemer | [InstCombine] Rephrase fix to SimplifyWithOpReplaced |
commit | commitdiff | tree | snapshot |
2015-06-05 |
Daniel Jasper | Revert "[InstCombine] Don't miscompile safe increment... |
commit | commitdiff | tree | snapshot |
2015-06-05 |
Simon Pilgrim | [X86][SSE] Added tests for i8/i16 vector shifts |
commit | commitdiff | tree | snapshot |
2015-06-05 |
Justin Bogner | InstrProf: Fix reading of consecutive 32 bit coverage... |
commit | commitdiff | tree | snapshot |
2015-06-04 |
Alexey Samsonov | Revert "[Object, ELF] Fix segmentation fault in ELFFile... |
commit | commitdiff | tree | snapshot |
2015-06-04 |
Alexey Samsonov | [Object, ELF] Fix segmentation fault in ELFFile::getSec... |
commit | commitdiff | tree | snapshot |
2015-06-04 |
Jim Grosbach | MC: Clean up naming in MCObjectFileInfo.h. |
commit | commitdiff | tree | snapshot |
2015-06-04 |
Jim Grosbach | MC: Tidy up formatting and doc comments. NFC. |
commit | commitdiff | tree | snapshot |
2015-06-04 |
Jim Grosbach | MC: Clean up the naming for MCMachObjectWriter. NFC. |
commit | commitdiff | tree | snapshot |
2015-06-04 |
Jim Grosbach | MC: Move MachObjectWriter::SectionAddress to private. |
commit | commitdiff | tree | snapshot |
2015-06-04 |
Jim Grosbach | MC: Tidy up formatting and doc comments. NFC. |
commit | commitdiff | tree | snapshot |
2015-06-04 |
Alexey Samsonov | [Object, ELF] Don't assert on invalid magic in createEL... |
commit | commitdiff | tree | snapshot |
2015-06-04 |
David Majnemer | [InstCombine] Don't miscompile safe increment idiom |
commit | commitdiff | tree | snapshot |
2015-06-04 |
Swaroop Sridhar | Statepoint: Fix handling of Far Immediate calls |
commit | commitdiff | tree | snapshot |
2015-06-04 |
Alexey Samsonov | [Object, ELF] Don't call llvm_unreachable() from create... |
commit | commitdiff | tree | snapshot |
2015-06-04 |
Charles Davis | [Target/X86] Don't use callee-saved registers in a... |
commit | commitdiff | tree | snapshot |
2015-06-04 |
Alexey Samsonov | [Object, MachO] Fixup for r239075: use union to store... |
commit | commitdiff | tree | snapshot |
2015-06-04 |
Alexey Samsonov | [Object, MachO] Don't crash on incomplete MachO segment... |
commit | commitdiff | tree | snapshot |
2015-06-04 |
Jim Grosbach | MC: Clean up naming in MCObjectWriter. NFC. |
commit | commitdiff | tree | snapshot |
2015-06-04 |
Jim Grosbach | MC: Tidy up formatting and doc comments. NFC. |
commit | commitdiff | tree | snapshot |
2015-06-04 |
Alexey Samsonov | [Object, MachO] Simplify load segment parsing code... |
commit | commitdiff | tree | snapshot |
2015-06-04 |
Benjamin Kramer | [SDAG switch lowering] Fix switch case -> or merging... |
commit | commitdiff | tree | snapshot |
2015-06-04 |
Colin LeMahieu | Shouldn't be XFAIL'ed. |
commit | commitdiff | tree | snapshot |
2015-06-04 |
Colin LeMahieu | Revert r239095 incorrect test tree. |
commit | commitdiff | tree | snapshot |
2015-06-04 |
Jingyue Wu | [NVPTX] roll forward r239082 |
commit | commitdiff | tree | snapshot |
2015-06-04 |
Artyom Skrobov | Simplify ARMTargetParser::getArchSynonym |
commit | commitdiff | tree | snapshot |
2015-06-04 |
Colin LeMahieu | [Hexagon] Removing unused variable. |
commit | commitdiff | tree | snapshot |
2015-06-04 |
Benjamin Kramer | [MachOWriter] Use for-range and roll some duplicated... |
commit | commitdiff | tree | snapshot |
2015-06-04 |
Colin LeMahieu | [Hexagon] Adding functionality for duplexing. Duplexin... |
commit | commitdiff | tree | snapshot |
2015-06-04 |
Jingyue Wu | Revert r239082 |
commit | commitdiff | tree | snapshot |
2015-06-04 |
Rafael Espindola | Remove unused argument. NFC. |
commit | commitdiff | tree | snapshot |
2015-06-04 |
David Blaikie | Re-unique_ptrify LoadedObjectInfo::clone after it was... |
commit | commitdiff | tree | snapshot |
2015-06-04 |
Diego Novillo | Tidy comment. NFC. |
commit | commitdiff | tree | snapshot |
2015-06-04 |
Sergey Dmitrouk | Erase constant dbgloc on reuse in PHI node |
commit | commitdiff | tree | snapshot |
2015-06-04 |
David Blaikie | Retry defaulting the virtual dtor in LoadedObjectInfo |
commit | commitdiff | tree | snapshot |
2015-06-04 |
Ahmed Bougacha | [GlobalMerge] Take into account minsize on Global users... |
commit | commitdiff | tree | snapshot |
2015-06-04 |
Sean Silva | [docs] Document "LGTM" in the lexicon. |
commit | commitdiff | tree | snapshot |
2015-06-04 |
Jim Grosbach | MC: Remove obsolete MachO UseAggressiveSymbolFolding. |
commit | commitdiff | tree | snapshot |
2015-06-04 |
David Blaikie | Having another go at some simple cleanup from r237975... |
commit | commitdiff | tree | snapshot |
2015-06-04 |
Jingyue Wu | [NVPTX] kernel pointer arguments point to the global... |
commit | commitdiff | tree | snapshot |
2015-06-04 |
Alexey Samsonov | [Object, MachO] Don't crash on invalid MachO segment... |
commit | commitdiff | tree | snapshot |
2015-06-04 |
Alexey Samsonov | [Object, MachO] Don't crash on invalid MachO load commands. |
commit | commitdiff | tree | snapshot |
2015-06-04 |
Colin LeMahieu | [MC] Allowing operands to be erased from MCInst. |
commit | commitdiff | tree | snapshot |
2015-06-04 |
Alexey Samsonov | [Object, MachO] Don't crash on parsing invalid MachO... |
commit | commitdiff | tree | snapshot |
2015-06-04 |
Alexey Samsonov | [Object, MachO] Remove some code duplication. NFC. |
commit | commitdiff | tree | snapshot |
2015-06-04 |
Chris Bieneman | [CMake] Fixing the check for Ninja |
commit | commitdiff | tree | snapshot |
2015-06-04 |
Alexey Samsonov | [Object, MachO] Cache parsed MachO header in MachOObjec... |
commit | commitdiff | tree | snapshot |
2015-06-04 |
Alexey Samsonov | Fix buildbot failure on Windows by relaxing test expect... |
commit | commitdiff | tree | snapshot |
2015-06-04 |
Alexei Starovoitov | [bpf] add big- and host- endian support |
commit | commitdiff | tree | snapshot |
2015-06-04 |
Andrea Di Biagio | [DAGCombiner] Fix wrong folding of a build_vector into... |
commit | commitdiff | tree | snapshot |
next |