- 8a04253 [RS4GC] Use SetVector/MapVector instead of DenseSet/DenseMap to guarantee stable ordering by Igor Laevsky · 9 years ago
- d14cbec The test files are auto-generated by update_llc_test_checks.py utility. by Elena Demikhovsky · 9 years ago
- 37b081d [mips][ias] Only round section sizes when explicitly requested. by Daniel Sanders · 9 years ago
- f986e3c [Sparc] Allow taking of function address into a register. by Chris Dewhurst · 9 years ago
- eacda36 [mips][microMIPS] Add CodeGen support for microMIPSr6 ROTR and ROTRV and add tests for LL, SC, SYSCALL, ROTR, ROTRV, LWM32, SWM32 and MOVEP instructions by Zlatko Buljan · 9 years ago
- d33a1b7 [Sparc] Implement __builtin_setjmp, __builtin_longjmp back-end. by Chris Dewhurst · 9 years ago
- 5d614d3 [mips] Remove -mattr=+n64 and fix indentation in tailcall.ll RUN lines. NFC. by Daniel Sanders · 9 years ago
- c454f3e [ConstantFolding, ValueTracking] Fold constants involving bitcasts of ConstantVector by David Majnemer · 9 years ago
- 125d646 [llvm-readobj] Print MIPS .MIPS.options section content by Simon Atanasyan · 9 years ago
- fbaff66 [IPO/ConstantMerge] Convert to static function, to facilitate transition to the new PM. by Davide Italiano · 9 years ago
- 187e0e6 Make ListScope and DictScope re-use the same code. by Zachary Turner · 9 years ago
- 6c67e89 [X86] Lower zext i1 arguments by David Majnemer · 9 years ago
- 11773e9 Remove (unused) "using namespace llvm;" in Support header. This caused the modules build to break. by Richard Smith · 9 years ago
- fea3ecb [GlobalDCE, Misc] Don't remove functions referenced by ifuncs by David Majnemer · 9 years ago
- 7212e1e [Support] Add a free toString function for Error by Vedant Kumar · 9 years ago
- de24f13 llvm-pdbdump: Update libdeps. by NAKAMURA Takumi · 9 years ago
- 1820caa Produce another specific error message for a malformed Mach-O file when a load by Kevin Enderby · 9 years ago
- 546d80a Fix template type deduction error on some compilers. by Zachary Turner · 9 years ago
- 7b7e9c7 Add opt-bisect support to additional passes that can be skipped by Andrew Kaylor · 9 years ago
- 80aec1a Remove unused variable. by Zachary Turner · 9 years ago
- 14c490a Move CodeViewTypeStream to DebugInfo/CodeView by Zachary Turner · 9 years ago
- 0b059c1 PM: Port LoopRotation to the new loop pass manager by Justin Bogner · 9 years ago
- 07935f9 [X86][XOP] Add placeholder VPERMIL2 combining tests by Simon Pilgrim · 9 years ago
- cc5bcb5 PM: Port LoopSimplifyCFG to the new pass manager by Justin Bogner · 9 years ago
- 895f6a3 [X86] Tidied up SDValue's SDNode referencing. NFCI. by Simon Pilgrim · 9 years ago
- 1a7c00a PM: Check that loop passes preserve a basic set of analyses by Justin Bogner · 9 years ago
- 1e1b4ae [IPO/ConstantMerge] Garbage collect dead code. NFC. by Davide Italiano · 9 years ago
- b9c4af5 Disable LLVM_ENABLE_TIMESTAMPS by default by Chris Bieneman · 9 years ago
- dda2c41 [Support] Drop template line in favor of 'inline' by Vedant Kumar · 9 years ago
- 4dc70fc X86-Darwin: start emitting data-region directives for jump-tables. by Tim Northover · 9 years ago
- 5fb55f6 [RS4GC] Add a test case around calling conventions; NFC by Sanjoy Das · 9 years ago
- 680266e [ADT] Add drop_front method to ArrayRef by Reid Kleckner · 9 years ago
- ded3b7b Add an address space for the X86 SS segment. by David L Kreitzer · 9 years ago
- 692cb17 [IPO/IPCP] Convert to use static functions. NFC. by Davide Italiano · 9 years ago
- f8e0835 [ProfileData] Propagate an error from InstrProfSymtab by Vedant Kumar · 9 years ago
- 82cad6f [IPO/GlobalDCE] Port to the new pass manager. by Davide Italiano · 9 years ago
- 8185ccb [SROA] Function canConvertValue needs to check whether both NewTy and OldTy pointers are by Jack Liu · 9 years ago
- 9fd5cab Revert 268409 due to missing comment. by Jack Liu · 9 years ago
- 78d69af [ProfileData] Assert NoError in CoverageMappingTest by Vedant Kumar · 9 years ago
- 4d14404 [Reassociate] Remove unneeded constructor. by Davide Italiano · 9 years ago
- 6406486 [ExecutionEngine] Add comment explainging that ExecutionEngine::addGlobalMapping by Lang Hames · 9 years ago
- 1a0909f [ImplicitNullChecks] Account for implicit-defs as well when updating the liveness. by Quentin Colombet · 9 years ago
- 4ddc88e by Jack Liu · 9 years ago
- 2845c75 [LICM] Kill SCEV loop dispositions if needed by Sanjoy Das · 9 years ago
- 26fc301 Use all_of instead of a raw loop; NFC by Sanjoy Das · 9 years ago
- 045a03d [LoopDeletion] Clear SCEV loop dispositions by Sanjoy Das · 9 years ago
- b78000e [SCEV] Tweak the output format and content of -analyze by Sanjoy Das · 9 years ago
- 57dae44 Produce another specific error message for a malformed Mach-O file when a load by Kevin Enderby · 9 years ago
- d907a8e [ProfileData] Assert NoError in InstrProfTest by Vedant Kumar · 9 years ago
- 707e782 [ProfileData] Add error codes for compression failures by Vedant Kumar · 9 years ago
- 6e9b03b Win packaging script: include the OpenMP run-time by Hans Wennborg · 9 years ago
- 3bb1495 AMDGPU/SI: Use range loops to simplify some code in the SI Scheduler by Tom Stellard · 9 years ago
- 6c3ac40 Move "Eliminate Available Externally" immediately after the inliner by Mehdi Amini · 9 years ago
- f4c5ea4 Provide some default values for the ThinLTO Cache pruning by Mehdi Amini · 9 years ago
- d80450e Silence unused variable warning; NFC. by Aaron Ballman · 9 years ago
- 21ed3fc [X86][SSE] Added target shuffle combine to MOVQ by Simon Pilgrim · 9 years ago
- bf6a9dfb Fold compares irrespective of whether allocation can be elided by Anna Thomas · 9 years ago
- 0e6cb51 [Sparc] Constification of TargetMachine arguments by James Y Knight · 9 years ago
- 1f8afe4 [mips][fastisel] ADJCALLSTACKUP has a second immediate operand. by Daniel Sanders · 9 years ago
- 205465e [mips] Fix unused variable warning for release builds introduced by r268379. by Daniel Sanders · 9 years ago
- c8b0a11 [mips] Use MipsMCExpr instead of MCSymbolRefExpr for all relocations. by Daniel Sanders · 9 years ago
- d56fee3 [X86][SSSE3] Missing combine opportunity to simplify to a MOVQ shuffle by Simon Pilgrim · 9 years ago
- b663ea6 [AVX512] Add support for commutative MAX/MIN . In general VMAX{PS,PD} and VMIN{PS,PD} instruction are not commutative . In combine pass only if UnsafeFPMath are used VMAX/VMAX are converted to commutative nodes VMAXC/VMAXC. by Igor Breger · 9 years ago
- e3e438a Mark that SpeculativeExecution preserves Globals Alias Analysis. by Kristof Beyls · 9 years ago
- 6386c04 [AVX512] Fix lowerV4X128VectorShuffle to select correctly input operands . by Igor Breger · 9 years ago
- 9de339f [lib/Object] Make this assertion more useful. by Davide Italiano · 9 years ago
- 8d0e28c [CodeGen] Add some space optimized forms of EmitNode and MorphNodeTo that implicitly indicate the number of result VTs. This shaves about 16K off the X86 matching table taking it down to about 470K. by Craig Topper · 9 years ago
- fc635b1 Fix uppercase typo by Matthias Braun · 9 years ago
- 97157e8 Remove unused header, NFC by Vedant Kumar · 9 years ago
- d231d91 AArch64/optimizeCondBranch: Remove earlier kill flag when forming TBZ by Matthias Braun · 9 years ago
- 2d54216 test commit by Jack Liu · 9 years ago
- 67d4f30 [LoopUnroll] Unroll loops which have exit blocks to EH pads by David Majnemer · 9 years ago
- a802e2a Change operation_not_supported to not_supported. by Zachary Turner · 9 years ago
- 97e4f88 [codeview] Maintain the type enum-to-classname mapping in the .def file by Reid Kleckner · 9 years ago
- 84bc70b Parse the TPI (type information) stream of PDB files. by Zachary Turner · 9 years ago
- 2448e9f Move llvm-readobj/StreamWriter to Support. by Zachary Turner · 9 years ago
- dd2d6cf ThinLTO: do not import function whose linkage prevents inlining. by Mehdi Amini · 9 years ago
- 02073cb livePhysRegs: Pass MBB by reference in addLive{Ins|Outs}(); NFC by Matthias Braun · 9 years ago
- be4f17f Moved test case for r268323 to DebugInfo/X86 to unbreak aarch64. by Wolfgang Pieb · 9 years ago
- 1b960de Adding period to the end of a comment to test out commit access. by Douglas Yung · 9 years ago
- b4756d6 LivePhysRegs: Automatically determine presence of pristine regs. by Matthias Braun · 9 years ago
- 0414149 MITests: Update libdeps. by NAKAMURA Takumi · 9 years ago
- f45287b NFC: An iterator for stepping through CodeView type stream in llvm-readobj by Adrian McCarthy · 9 years ago
- 7f90dd2 [MC] Create unique .pdata sections for every .text section by Reid Kleckner · 9 years ago
- cde8f4f Add unittest for LiveIntervalAnalysis::handleMove() by Matthias Braun · 9 years ago
- 1b86775 [MachineBlockPlacement] Let the target optimize the branches at the end. by Quentin Colombet · 9 years ago
- a15f9f5 [X86] Model FAULTING_LOAD_OP as a terminator and branch. by Quentin Colombet · 9 years ago
- be15f60 Simplify. NFC. by Rafael Espindola · 9 years ago
- 844d21c DebugInfo: Avoid propagating incorrect debug locations in SelectionDAG via CSE. by Wolfgang Pieb · 9 years ago
- 2ef9762 Revert "ThinLTO: do not import function whose linkage prevents inlining." by Mehdi Amini · 9 years ago
- 59affc6 [llvm-pdbdump] Fix read past EOF when file is too small. by Zachary Turner · 9 years ago
- e1cf918 ThinLTO: do not import function whose linkage prevents inlining. by Mehdi Amini · 9 years ago
- b6d0e4b Fix llvm-size to exit with non zero when it can’t open a file. by Kevin Enderby · 9 years ago
- 0cd1649 Remove redundant return, NFC by Vedant Kumar · 9 years ago
- fab330e Fix a typo, NFC by Vedant Kumar · 9 years ago
- f531bd9 [X86][SSE] Added placeholder for 128/256-bit wide shuffle combines by Simon Pilgrim · 9 years ago
- 78deea8 Don't try to create thin bsd archives. by Rafael Espindola · 9 years ago
- 85cd66e [dsymutil] Create the temporary files in the system temp directory. by Frederic Riss · 9 years ago
- c78f77b Code refactoring -- preparation for new PM porting /NFC by Xinliang David Li · 9 years ago
- 6086128 [codeview] Isolate type dumping from object file state by Reid Kleckner · 9 years ago