- 735f9ed MC: place .file records into the correct section by Saleem Abdulrasool · 11 years ago
- b202527 DAGCombine: prevent formation of illegal ConstantFP nodes. by Tim Northover · 11 years ago
- 3cddd16 Add a description for AMD's bdver4 (aka Excavator). by Benjamin Kramer · 11 years ago
- c192d8a R600/SI: Add processor type for Mullins. by Tom Stellard · 11 years ago
- ab2fed6 R600: Expand vector sin and cos. by Tom Stellard · 11 years ago
- 1d68592 R600: Expand TruncStore i64 -> {i16,i8} by Tom Stellard · 11 years ago
- 9b22626 R600/SI: Only create one instruction when spilling/restoring register v3 by Tom Stellard · 11 years ago
- ecc1896 AArch64/ARM64: add patterns for post-indexed ST1 ops. by Tim Northover · 11 years ago
- 2b951fd ARM64: refactor NEON post-indexed loads & stores (MC). by Tim Northover · 11 years ago
- 6f86e23 AArch64/ARM64: support indexed loads/stores on vector types. by Tim Northover · 11 years ago
- bcf1501 Allow SelectionDAG::FoldConstantArithmetic to work when it's called with a vector VT but scalar values. by Benjamin Kramer · 11 years ago
- 74e9519 Code style fix from Duncan P. N. Exon Smith. by Yaron Keren · 11 years ago
- 26ad3eb Fold strlen(expr ? "str1" : "str2") to x ? len1 : len2. This fires about 330 times in a bootstrap of clang. by Nick Lewycky · 11 years ago
- 30e4655 [Stackmaps] Pacify windows buildbot. by Juergen Ributzka · 11 years ago
- a705794 [Stackmaps] Add command line option to specify the stackmap version. by Juergen Ributzka · 11 years ago
- a677552 [Stackmaps] Refactor serialization code. No functional change intended. by Juergen Ributzka · 11 years ago
- 23fc172 [Stackmaps] Replace the custom ConstantPool class with a MapVector. by Juergen Ributzka · 11 years ago
- d4b4f2d [IR] Make {extract,insert}element accept an index of any integer type. by Michael J. Spencer · 11 years ago
- 6010d95 Remove HexagonTargetMachine::addPassesForOptimizations; it is not needed any more. by Pranav Bhandarkar · 11 years ago
- 53e7203 [OCaml] Add an ocamlfind package llvm.all_backends. by Peter Zotov · 11 years ago
- c02fc3d Add basic functionality for assignment of ints. by Reed Kotler · 11 years ago
- 8c31379 Fix uninitialized variable introduced in r207739. by David Blaikie · 11 years ago
- dbd5d9d Don't propagate StorageClass and ComplexType to aliases. by Rafael Espindola · 11 years ago
- 896ae15 Update and sort CMakeLists. by Benjamin Kramer · 11 years ago
- 167a57c Add an optimization that does CSE in a group of similar GEPs. by Eli Bendersky · 11 years ago
- 75bb54d DebugInfo: Correct the attribute type kind. by David Blaikie · 11 years ago
- 11786be PR19623: Implement typedefs of void. by David Blaikie · 11 years ago
- 32207fa Fixing a cast-qual warning. getBufferStart() and getBufferEnd() both return a const char *, so casting to non-const was triggering a warning (even though the assignment and usage was always const anyway). by Aaron Ballman · 11 years ago
- 2baa7c5 R600/SI: Fix verifier error with pseudo store instructions. by Matt Arsenault · 11 years ago
- 23d2759 Compute the correct section for zed = foo + 1 in COFF. by Rafael Espindola · 11 years ago
- f2b88ce Move getBaseSymbol somewhere the COFF writer can use. by Rafael Espindola · 11 years ago
- b378cac [ARM64] Prefer generation of bzero on Darwin only by Bradley Smith · 11 years ago
- 68a7a88 Make getBaseSymbol non recursive. by Rafael Espindola · 11 years ago
- 1b68a68 Don't force symbols to be globals in .thumb_set. by Rafael Espindola · 11 years ago
- 3152576 Update post-r203364 http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20140303/207915.html by Yaron Keren · 11 years ago
- 3c5651a AArch64/ARM64: rewrite test to use FileCheck & add ARM64 lines by Tim Northover · 11 years ago
- fadbf53 AArch64/ARM64: port basic disassembly tests to ARM64. by Tim Northover · 11 years ago
- f2f35a9 AArch64/ARM64: print BFM instructions as BFI or BFXIL by Tim Northover · 11 years ago
- 3ce8291 [LCG] Add the other simple edge insertion API to the call graph. This by Chandler Carruth · 11 years ago
- 54bf6fd [LCG] Don't lookup the child SCC twice. Spotted this by inspection, and by Chandler Carruth · 11 years ago
- b8f4625 [LCG] Add some basic methods for querying the parent/child relationships by Chandler Carruth · 11 years ago
- 217b586 [llvm-readobj] Transform 'switch' with the only 'case' statement by Simon Atanasyan · 11 years ago
- 8b88679 Correction to assert statemtent to allow 32-bit unsigned numbers with the top bit set. by Richard Barton · 11 years ago
- 06ace3c Revert r205965, which essentially reverts r205018 for the second time. =[ by Chandler Carruth · 11 years ago
- ed37b77 [llvm-readobj] Add support for Mips specific ELF header e_flags. by Simon Atanasyan · 11 years ago
- b6fdca6 [LCG] Fix a bad bug in the new fancy iterator scheme I added to support by Chandler Carruth · 11 years ago
- e29cd17 [ARM64] Conditionalize CPU specific system registers on subtarget features by Bradley Smith · 11 years ago
- 4c71562 [mips] Move expansion of .cpsetup to target streamer. by Matheus Almeida · 11 years ago
- 873f87c [mips] Removed two-operand alias for sllv, sr[al]v, rotrv, dsllv, dsr[al]v, and drotrv by Daniel Sanders · 11 years ago
- 5604ab9 Record the DWARF version in MCContext by Oliver Stannard · 11 years ago
- a1a235f ARM: fix memory leak, simplify WoA stack probing by Saleem Abdulrasool · 11 years ago
- fd2fb48 ARM: support expanding external symbols in 32-bit moves by Saleem Abdulrasool · 11 years ago
- 953f250 Speculatively roll back r207724-r207726, which are code cleanup changes and by Richard Smith · 11 years ago
- 2b7e17b If necessary for indirect encodings, emit stubs. by Joerg Sonnenberger · 11 years ago
- b77f891 Start fixing pr19147. by Rafael Espindola · 11 years ago
- 21b719d LexicalScopes: Use unique_ptr to manage ownership of abstract LexicalScopes. by David Blaikie · 11 years ago
- d7bee44 Forgotten reformatting. by David Blaikie · 11 years ago
- b5b0db9 LexicalScopes: use unique_ptr to own LexicalScope objects. by David Blaikie · 11 years ago
- 3589c24 Add missing breaks. by Joerg Sonnenberger · 11 years ago
- 8169ef8 Switch over getArch()'s result. by Joerg Sonnenberger · 11 years ago
- 5c91f4d Use a single data structure to store all user variables in DwarfDebug by Alexey Samsonov · 11 years ago
- 4e9d838 Revert "Emit DW_AT_object_pointer once, on the declaration, for each function." by David Blaikie · 11 years ago
- 6c0458d Prepare support of Itanium ABI on ARM as opposed to EHABI by by Joerg Sonnenberger · 11 years ago
- e4c1d49 DebugInfo: Omit DW_AT_artificial on DW_TAG_formal_parameters in DW_TAG_inlined_subroutines. by David Blaikie · 11 years ago
- 2f253a9 Restore condition incorrectly changed in r96289 to the older state. by Joerg Sonnenberger · 11 years ago
- 8467812 Convert more loops to range-based equivalents by Alexey Samsonov · 11 years ago
- fff0879 Patch for function cloning to inline all blocks whose address is taken by Gerolf Hoflehner · 11 years ago
- 593cb79 Provide a version of getSymbolOffset that returns false on error. by Rafael Espindola · 11 years ago
- b861d48 Slightly simplify code in DwarfDebug::beginFunction by Alexey Samsonov · 11 years ago
- d51ae64 Move logic for calculating DBG_VALUE history map into separate file/class. by Alexey Samsonov · 11 years ago
- d96bbed Move a testcase from ELF to ARM64, incorrectly placed in r207627. by James Molloy · 11 years ago
- f345c47 Emit DW_AT_object_pointer once, on the declaration, for each function. by David Blaikie · 11 years ago
- 2899780 Don't expect to find fpcmp and PerfectShuffle when running lit tests by Alexey Samsonov · 11 years ago
- f978570 Remove unused field hash_state::seed. by Jay Foad · 11 years ago
- fa1cf8c [ARM64] Prevent bit extraction to be adjusted by following shift by Weiming Zhao · 11 years ago
- 79844fc Fix the clang-cl self-host build by defining ~DwarfDebug out of line by Reid Kleckner · 11 years ago
- 6f32742 Add a testcase for r207627. by James Molloy · 11 years ago
- 14d1db9 Use the new StringTableBuilder in yaml2elf by Hans Wennborg · 11 years ago
- 6843898 Revert r207571 - Add slp vectorization to LTO passes by Yi Jiang · 11 years ago
- c80b103 [X86] Never hoist the shift value of a shift instruction. by Michael Zolotukhin · 11 years ago
- 4aef727 Convert several loops over MachineFunction basic blocks to range-based loops by Alexey Samsonov · 11 years ago
- 78ecea9 [IPO/MergeFunctions] changes so it doesn't try to bitcast a struct return type but instead recreates it with insert/extract value. by Carlo Kok · 11 years ago
- bf741d2 IR: Conservatively verify inalloca arguments by David Majnemer · 11 years ago
- 1c37cbd Simplify ELFObjectWriter::SymbolValue. by Rafael Espindola · 11 years ago
- 1afb0cc [mips] Add instruction alias (negu). by Matheus Almeida · 11 years ago
- 3fa0a85 [mips] Add instruction alias (sltu). by Matheus Almeida · 11 years ago
- a8febf2 ELFObjectWriter: deduplicate suffices in strtab by Hans Wennborg · 11 years ago
- b1c1b8a ARM64: print fp immediates without using scientific notation. by Tim Northover · 11 years ago
- 83286f0 AArch64/ARM64: implement remaining TLS relocations (purely MC). by Tim Northover · 11 years ago
- 50de5e4 AArch64/ARM64: add specific diagnostic for MRS/MSR and enable tests. by Tim Northover · 11 years ago
- 52f60f8 AArch64/ARM64: accept and print floating-point immediate 0 as "#0.0" by Tim Northover · 11 years ago
- c16fa88 IR: Alloca clones should remember inalloca state by David Majnemer · 11 years ago
- c3a5ef5 [mips] Add instruction alias (dsll and dsrl). by Matheus Almeida · 11 years ago
- 3bdb901 Fix a use of uninitialized memory in SmallVector's move-assignment operator. by Douglas Gregor · 11 years ago
- 41fb117 Relax the test a bit. by Rafael Espindola · 11 years ago
- bd24b33 R600/SI: Use VALU instructions for copying i1 values by Tom Stellard · 11 years ago
- 1d8e31f R600/SI: Teach moveToVALU how to handle some SMRD instructions by Tom Stellard · 11 years ago
- fa2e88d [ARM64][fast-isel] Fast-isel doesn't know how to handle f128. by Chad Rosier · 11 years ago
- 3dbcd2e Rename the test, it is testing the symver directive. by Rafael Espindola · 11 years ago
- 6c71a5f [mips] Add instruction alias (sll and srl). by Matheus Almeida · 11 years ago