- e16fa7f Do not pass optimization flags to Solaris' linker. by Rafael Espindola · 10 years ago
- 4c8ba2e Use right syntax to pass version script to Solaris' ld. by Rafael Espindola · 10 years ago
- d174678 [mips] [IAS] Add support for LASym with identical source and destination register operands. by Toma Tabacu · 10 years ago
- 4f1ddd3 AVX-512: All forms of VCOPMRESS VEXPAND instructions, encoding tests. by Elena Demikhovsky · 10 years ago
- 948713a Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
- a8c8b14 Removing empty directories. by Alexander Kornienko · 10 years ago
- 42ceb12 Reverted AVX-512 vector shuffle by Elena Demikhovsky · 10 years ago
- 12219f8 [X86] Allow more call sequences to use push instructions for argument passing by Michael Kuperstein · 10 years ago
- c768510 AVX-512: Added intrinsics for VPERMT2W/D/Q/PS/PD and by Elena Demikhovsky · 10 years ago
- 1e3557d [PM/AA] Hoist the AliasResult enum out of the AliasAnalysis class. by Chandler Carruth · 10 years ago
- ab6ddad [PM/AA] Rework the names and comments in AliasSetTracker to more by Chandler Carruth · 10 years ago
- 2faef9c Add the testcase from pr23900. by Rafael Espindola · 10 years ago
- da5f3d8 [X86] Code tidyup - Use SDValue bool operator. NFC. by Simon Pilgrim · 10 years ago
- f1c527b AsmPrinter: Don't emit empty .debug_loc entries by Duncan P. N. Exon Smith · 10 years ago
- 01a8dc8 AsmPrinter: Rewrite initialization of DbgVariable, NFC by Duncan P. N. Exon Smith · 10 years ago
- 87f860c [X86][SSE] Added missing stack folding test for CVTSD2SS instruction. by Simon Pilgrim · 10 years ago
- b87f621 OptTable.h: Prune a couple of \param(s), since Arg has been ArrayRef-ized. [-Wdocumentation] by NAKAMURA Takumi · 10 years ago
- caca524 Devirtualize ArgList's dtor now that -Wvirtual-dtor and C++11 allow a better way to describe this situation by David Blaikie · 10 years ago
- fa6a5de ArrayRef-ify libDriverMain by David Blaikie · 10 years ago
- 006bce7 ArrayRef-ify ParseArgs by David Blaikie · 10 years ago
- 87ae2e8 Object: Add load configuration structure for 64 bit PE/COFF. by Rui Ueyama · 10 years ago
- ee16995 Switch lowering: add heuristic for filling leaf nodes in the weight-balanced binary search tree by Hans Wennborg · 10 years ago
- 1eabc9f [X86][SSE] Fix PerformSExtCombine bug that accessed the wrong return value of an aggregate type. by Simon Pilgrim · 10 years ago
- 793ca75 [PPC] Factor vector removal into a function and remove O(n^2) behavior. by Benjamin Kramer · 10 years ago
- 35d2161 [SwitchLowering] Remove quadratic vector removal. by Benjamin Kramer · 10 years ago
- 1e71d74 [X86][SSE][CostModel] Added full set of sitofp/uitofp costings for SSE2/AVX/AVX2/AVX512F. by Simon Pilgrim · 10 years ago
- 34fb635 Update ELFObjectWriter::reset() following r238073. by Yaron Keren · 10 years ago
- 642cc4e Rangify for loops in Inliner::runOnSCC(), NFC. by Yaron Keren · 10 years ago
- 40f8bab IndVarSimplify: Avoid UB from binding a reference to a null pointer by Justin Bogner · 10 years ago
- ac5e008 Reformat. by NAKAMURA Takumi · 10 years ago
- 3d378e6 Revert r240040, "[BranchFolding] Replace custom MachineInstr with MachineInstrExpressionTrait" by NAKAMURA Takumi · 10 years ago
- 41144b1 TargetInstrInfo.h: Fix r240192. [-Wdocumentation] by NAKAMURA Takumi · 10 years ago
- 9cbe7b7 Revert "InstrProf: When reading, copy the data instead of taking a reference. NFC" by Justin Bogner · 10 years ago
- d1bbb25 Use correct escaping for semicolon on Windows. by Peter Collingbourne · 10 years ago
- 9edccc8 InstrProf: When reading, copy the data instead of taking a reference. NFC by Justin Bogner · 10 years ago
- cdc126d LibDriver tests require x86 target. by Peter Collingbourne · 10 years ago
- 8c2385d LibDriver: implement /libpath and $LIB; ignore /ignore and /machine. by Peter Collingbourne · 10 years ago
- bea6fb9 [MCJIT] Add a FindGlobalVariableNamed utility by Keno Fischer · 10 years ago
- 4029c59 LowerSwitch: Avoid some undefined behaviour by Justin Bogner · 10 years ago
- ac9af6c [Statepoint] Remove unnecessary argument from Statepoint::getRelocates by Sanjoy Das · 10 years ago
- 62d9678 [Statepoint][NFC] Fix include guard style. by Sanjoy Das · 10 years ago
- 7081f6f Revert 240130, it caused crashes (repro in PR23900). by Nico Weber · 10 years ago
- 30c3b2a name change: hasPattern() -> getMachineCombinerPatterns() ; NFC by Sanjay Patel · 10 years ago
- 152f3b5 [CallGraph] Given -print-callgraph a stable printing order. by Sanjoy Das · 10 years ago
- 9b3369e Try to fix generation of LLVMExports.cmake under Visual Studio. by Dan Liew · 10 years ago
- 7edd0107 Improve error handling of getRelocationAddend. by Rafael Espindola · 10 years ago
- ec43535 Fix header path in CMake. NFC. by Pete Cooper · 10 years ago
- dc6d652 MIR Parser: report an error when a basic block isn't found. by Alex Lorenz · 10 years ago
- d8c98f1 [LoopDist] Rename RuntimeCheckEmitter to LoopVersioning, NFC by Adam Nemet · 10 years ago
- 5af96d3 [LoopDist] Move pointer-to-partition computation out of RuntimeCheckEmitter, NFC by Adam Nemet · 10 years ago
- 6c3277a Delete dead code. NFC. by Rafael Espindola · 10 years ago
- 5452b3d AMDGPU: Fix filename in comment by Matt Arsenault · 10 years ago
- 776f864 Make getRelocationSection MachO only. by Rafael Espindola · 10 years ago
- 2603664 MIR Serialization: Serialize the list of machine basic blocks with simple attributes. by Alex Lorenz · 10 years ago
- ad85d7a [SLP] Vectorize for all-constant entries. by Michael Zolotukhin · 10 years ago
- 8265391 AMDGPU: Fix some places missed in rename by Matt Arsenault · 10 years ago
- 75708d8 MIR Serialization: use default member initializers to initialize yaml::MachineFunction. NFC. by Alex Lorenz · 10 years ago
- 41c8849 Typo. NFC. by Chad Rosier · 10 years ago
- ae7a59f Avoid warning about inability to cast from ptr-to-obj to ptr-to-fun. by Douglas Katzman · 10 years ago
- cf0db29 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
- 883d498 Fix the build. by Rafael Espindola · 10 years ago
- 2ba51f8 Replace EM_486 with EM_IAMCU. by Rafael Espindola · 10 years ago
- e9149f4 [ASan] Initial support for Kernel AddressSanitizer by Alexander Potapenko · 10 years ago
- ec77d9a Make all temporary symbols unnamed. by Rafael Espindola · 10 years ago
- 4b77d12 IRBuilder: Add unit tests for construction of globals with address space by Tobias Grosser · 10 years ago
- e2d0c66 CMake: Stop using LLVM's custom parse_arguments (delete implementation). NFC by Filipe Cabecinhas · 10 years ago
- 84b1665 CMake: Stop using LLVM's custom parse_arguments. NFC by Filipe Cabecinhas · 10 years ago
- ac65506 [ARM] Look through concat when lowering in-place shuffles (VZIP, ..) by Ahmed Bougacha · 10 years ago
- 1d01eeb [ARM] Factor out two-result shuffle matching. NFCI. by Ahmed Bougacha · 10 years ago
- 2120f53 [ARM] Add D-sized vtrn/vuzp/vzip tests, and cleanup. NFC. by Ahmed Bougacha · 10 years ago
- 8921b27 IRBuilder: Allow globals to be constructed in a specific address space by Tobias Grosser · 10 years ago
- 933d2bd Fix "the the" in comments. by Eric Christopher · 10 years ago
- 875bc61 MIR Serialization: Reenable one of the MIRParser tests by reverting r239805. by Alex Lorenz · 10 years ago
- 28b186f Improve the --expand-relocs handling of MachO. by Rafael Espindola · 10 years ago
- d30c235 Avoid redundant select node in early if-conversion pass by Yi Jiang · 10 years ago
- 5caacef Switch lowering: enable whole-switch jump tables at -O0. by Hans Wennborg · 10 years ago
- 50cef00 Pass --expand-relocs to a few more tests. by Rafael Espindola · 10 years ago
- b9b8054 use SDValue bool operator; NFCI by Sanjay Patel · 10 years ago
- 438a6a0 add test to show suboptimal load merging behavior by Sanjay Patel · 10 years ago
- 4ac9a2e [X86][SSE][CostModel] Fixed uitofp/sitofp cost target tests to specify sse2/avx2/avx512f directly instead of via a cpu model. by Simon Pilgrim · 10 years ago
- bc3868a fixed to test attributes and use better checks by Sanjay Patel · 10 years ago
- 05f80f4 [Hexagon] Fixing unused field copypasta. by Colin LeMahieu · 10 years ago
- 5f0fc6d MIR Serialization: initialize the fields without the default initializers in yaml::MachineFunction by Alex Lorenz · 10 years ago
- 1be6428 Use --expand-relocs in a test. It will make the next change easier to read. by Rafael Espindola · 10 years ago
- 21e6bed [Hexagon] Printing packet brackets when asm printing and adding a number of tests that test packet brackets. by Colin LeMahieu · 10 years ago
- 4b61d26 [MC] Adding prettyPrintAsm to MCTargetStreamer to allow targets to specialize how instructions are printed to asm. by Colin LeMahieu · 10 years ago
- edb6ecd6 [X86] Rename RegInfo to TRI as suggested by Eric by Reid Kleckner · 10 years ago
- f4e002c [X86] Refactor stack adjustments into X86FrameLowering::BuildStackAdjustment by Reid Kleckner · 10 years ago
- ec7aa02 [BranchFolding] Replace custom MachineInstr with MachineInstrExpressionTrait by Benjamin Kramer · 10 years ago
- aabacb6 [CallGraph] Teach the CallGraph about non-leaf intrinsics. by Sanjoy Das · 10 years ago
- 6d136d7 [CodeGen] Don't emit a random reference to the personality function by David Majnemer · 10 years ago
- 75a43c6 don't repeat function / variable names in comments; NFC by Sanjay Patel · 10 years ago
- e7e3ecd [X86] Remove unneeded parameters and deduplicate stack alignment code by Reid Kleckner · 10 years ago
- bc3cb88 [EliminateDuplicatePHINodes] Replace custom hash map with DenseSet. by Benjamin Kramer · 10 years ago
- fd246aa fix typo; NFC by Sanjay Patel · 10 years ago
- d280420 [SPARC] Repair GOT references to internal symbols. by James Y Knight · 10 years ago
- f314160 Convert a few tests to use llvm-mc. by Rafael Espindola · 10 years ago
- 27a2741 quick fix for failure from r.240012 by Asaf Badouh · 10 years ago
- d492018 [X86][AVX2] Added AVX2 SINT_TO_FP/UINT_TO_FP tests by Simon Pilgrim · 10 years ago
- bc5667c [AVX512] add instructions: VPAVGB and VPAVGW by Asaf Badouh · 10 years ago