2014-05-02 |
Nico Weber | Teach GlobalDCE how to remove empty global_ctor entries. |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Akira Hatanaka | [GVN] Pass the phi-translated address of a load instead... |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Saleem Abdulrasool | MC: place .file records into the correct section |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Tim Northover | DAGCombine: prevent formation of illegal ConstantFP... |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Benjamin Kramer | Add a description for AMD's bdver4 (aka Excavator). |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Tom Stellard | R600/SI: Add processor type for Mullins. |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Tom Stellard | R600: Expand vector sin and cos. |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Tom Stellard | R600: Expand TruncStore i64 -> {i16,i8} |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Tom Stellard | R600/SI: Only create one instruction when spilling... |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Tim Northover | AArch64/ARM64: add patterns for post-indexed ST1 ops. |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Tim Northover | ARM64: refactor NEON post-indexed loads & stores (MC). |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Tim Northover | AArch64/ARM64: support indexed loads/stores on vector... |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Benjamin Kramer | Allow SelectionDAG::FoldConstantArithmetic to work... |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Yaron Keren | Code style fix from Duncan P. N. Exon Smith. |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Nick Lewycky | Fold strlen(expr ? "str1" : "str2") to x ? len1 : len2... |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Juergen Ributzka | [Stackmaps] Pacify windows buildbot. |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Juergen Ributzka | [Stackmaps] Add command line option to specify the... |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Juergen Ributzka | [Stackmaps] Refactor serialization code. No functional... |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Juergen Ributzka | [Stackmaps] Replace the custom ConstantPool class with... |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Michael J.... | [IR] Make {extract,insert}element accept an index of... |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Pranav Bhandarkar | Remove HexagonTargetMachine::addPassesForOptimizations... |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Peter Zotov | [OCaml] Add an ocamlfind package llvm.all_backends. |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Reed Kotler | Add basic functionality for assignment of ints. |
commit | commitdiff | tree | snapshot |
2014-05-01 |
David Blaikie | Fix uninitialized variable introduced in r207739. |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Rafael Espindola | Don't propagate StorageClass and ComplexType to aliases. |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Benjamin Kramer | Update and sort CMakeLists. |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Eli Bendersky | Add an optimization that does CSE in a group of similar... |
commit | commitdiff | tree | snapshot |
2014-05-01 |
David Blaikie | DebugInfo: Correct the attribute type kind. |
commit | commitdiff | tree | snapshot |
2014-05-01 |
David Blaikie | PR19623: Implement typedefs of void. |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Aaron Ballman | Fixing a cast-qual warning. getBufferStart() and getBuf... |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Matt Arsenault | R600/SI: Fix verifier error with pseudo store instructions. |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Rafael Espindola | Compute the correct section for zed = foo + 1 in COFF. |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Rafael Espindola | Move getBaseSymbol somewhere the COFF writer can use. |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Bradley Smith | [ARM64] Prefer generation of bzero on Darwin only |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Rafael Espindola | Make getBaseSymbol non recursive. |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Rafael Espindola | Don't force symbols to be globals in .thumb_set. |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Yaron Keren | Update post-r203364 lists.cs.uiuc.edu/pipermail/llvm... |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Tim Northover | AArch64/ARM64: rewrite test to use FileCheck & add... |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Tim Northover | AArch64/ARM64: port basic disassembly tests to ARM64. |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Tim Northover | AArch64/ARM64: print BFM instructions as BFI or BFXIL |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Chandler Carruth | [LCG] Add the other simple edge insertion API to the... |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Chandler Carruth | [LCG] Don't lookup the child SCC twice. Spotted this... |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Chandler Carruth | [LCG] Add some basic methods for querying the parent... |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Simon Atanasyan | [llvm-readobj] Transform 'switch' with the only 'case... |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Richard Barton | Correction to assert statemtent to allow 32-bit unsigne... |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Chandler Carruth | Revert r205965, which essentially reverts r205018 for... |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Simon Atanasyan | [llvm-readobj] Add support for Mips specific ELF header... |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Chandler Carruth | [LCG] Fix a bad bug in the new fancy iterator scheme... |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Bradley Smith | [ARM64] Conditionalize CPU specific system registers... |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Matheus Almeida | [mips] Move expansion of .cpsetup to target streamer. |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Daniel Sanders | [mips] Removed two-operand alias for sllv, sr[al]v... |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Oliver Stannard | Record the DWARF version in MCContext |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Saleem Abdulrasool | ARM: fix memory leak, simplify WoA stack probing |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Saleem Abdulrasool | ARM: support expanding external symbols in 32-bit moves |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Richard Smith | Speculatively roll back r207724-r207726, which are... |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Joerg Sonnenberger | If necessary for indirect encodings, emit stubs. |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Rafael Espindola | Start fixing pr19147. |
commit | commitdiff | tree | snapshot |
2014-04-30 |
David Blaikie | LexicalScopes: Use unique_ptr to manage ownership of... |
commit | commitdiff | tree | snapshot |
2014-04-30 |
David Blaikie | Forgotten reformatting. |
commit | commitdiff | tree | snapshot |
2014-04-30 |
David Blaikie | LexicalScopes: use unique_ptr to own LexicalScope objects. |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Joerg Sonnenberger | Add missing breaks. |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Joerg Sonnenberger | Switch over getArch()'s result. |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Alexey Samsonov | Use a single data structure to store all user variables... |
commit | commitdiff | tree | snapshot |
2014-04-30 |
David Blaikie | Revert "Emit DW_AT_object_pointer once, on the declarat... |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Joerg Sonnenberger | Prepare support of Itanium ABI on ARM as opposed to... |
commit | commitdiff | tree | snapshot |
2014-04-30 |
David Blaikie | DebugInfo: Omit DW_AT_artificial on DW_TAG_formal_param... |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Joerg Sonnenberger | Restore condition incorrectly changed in r96289 to... |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Alexey Samsonov | Convert more loops to range-based equivalents |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Gerolf Hoflehner | Patch for function cloning to inline all blocks whose... |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Rafael Espindola | Provide a version of getSymbolOffset that returns false... |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Alexey Samsonov | Slightly simplify code in DwarfDebug::beginFunction |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Alexey Samsonov | Move logic for calculating DBG_VALUE history map into... |
commit | commitdiff | tree | snapshot |
2014-04-30 |
James Molloy | Move a testcase from ELF to ARM64, incorrectly placed... |
commit | commitdiff | tree | snapshot |
2014-04-30 |
David Blaikie | Emit DW_AT_object_pointer once, on the declaration... |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Alexey Samsonov | Don't expect to find fpcmp and PerfectShuffle when... |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Jay Foad | Remove unused field hash_state::seed. |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Weiming Zhao | [ARM64] Prevent bit extraction to be adjusted by follow... |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Reid Kleckner | Fix the clang-cl self-host build by defining ~DwarfDebu... |
commit | commitdiff | tree | snapshot |
2014-04-30 |
James Molloy | Add a testcase for r207627. |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Hans Wennborg | Use the new StringTableBuilder in yaml2elf |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Yi Jiang | Revert r207571 - Add slp vectorization to LTO passes |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Michael Zolotukhin | [X86] Never hoist the shift value of a shift instruction. |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Alexey Samsonov | Convert several loops over MachineFunction basic blocks... |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Carlo Kok | [IPO/MergeFunctions] changes so it doesn't try to bitca... |
commit | commitdiff | tree | snapshot |
2014-04-30 |
David Majnemer | IR: Conservatively verify inalloca arguments |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Rafael Espindola | Simplify ELFObjectWriter::SymbolValue. |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Matheus Almeida | [mips] Add instruction alias (negu). |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Matheus Almeida | [mips] Add instruction alias (sltu). |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Hans Wennborg | ELFObjectWriter: deduplicate suffices in strtab |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Tim Northover | ARM64: print fp immediates without using scientific... |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Tim Northover | AArch64/ARM64: implement remaining TLS relocations... |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Tim Northover | AArch64/ARM64: add specific diagnostic for MRS/MSR... |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Tim Northover | AArch64/ARM64: accept and print floating-point immediat... |
commit | commitdiff | tree | snapshot |
2014-04-30 |
David Majnemer | IR: Alloca clones should remember inalloca state |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Matheus Almeida | [mips] Add instruction alias (dsll and dsrl). |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Douglas Gregor | Fix a use of uninitialized memory in SmallVector's... |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Rafael Espindola | Relax the test a bit. |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Tom Stellard | R600/SI: Use VALU instructions for copying i1 values |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Tom Stellard | R600/SI: Teach moveToVALU how to handle some SMRD instr... |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Chad Rosier | [ARM64][fast-isel] Fast-isel doesn't know how to handle... |
commit | commitdiff | tree | snapshot |
next |