summaryrefslogtreecommitdiffstats
path: root/llvm
Commit message (Expand)AuthorAgeFilesLines
* [codeview] Maintain the type enum-to-classname mapping in the .def fileReid Kleckner2016-05-032-52/+40
* Parse the TPI (type information) stream of PDB files.Zachary Turner2016-05-0315-5/+308
* Move llvm-readobj/StreamWriter to Support.Zachary Turner2016-05-0315-126/+106
* ThinLTO: do not import function whose linkage prevents inlining.Mehdi Amini2016-05-035-24/+40
* livePhysRegs: Pass MBB by reference in addLive{Ins|Outs}(); NFCMatthias Braun2016-05-0313-29/+29
* Moved test case for r268323 to DebugInfo/X86 to unbreak aarch64.Wolfgang Pieb2016-05-031-0/+0
* Adding period to the end of a comment to test out commit access.Douglas Yung2016-05-031-1/+1
* LivePhysRegs: Automatically determine presence of pristine regs.Matthias Braun2016-05-0310-35/+43
* MITests: Update libdeps.NAKAMURA Takumi2016-05-031-1/+2
* NFC: An iterator for stepping through CodeView type stream in llvm-readobjAdrian McCarthy2016-05-021-39/+125
* [MC] Create unique .pdata sections for every .text sectionReid Kleckner2016-05-0214-144/+308
* Add unittest for LiveIntervalAnalysis::handleMove()Matthias Braun2016-05-022-3/+309
* [MachineBlockPlacement] Let the target optimize the branches at the end.Quentin Colombet2016-05-022-4/+17
* [X86] Model FAULTING_LOAD_OP as a terminator and branch.Quentin Colombet2016-05-024-39/+36
* Simplify. NFC.Rafael Espindola2016-05-021-4/+1
* DebugInfo: Avoid propagating incorrect debug locations in SelectionDAG via CSE.Wolfgang Pieb2016-05-023-32/+138
* Revert "ThinLTO: do not import function whose linkage prevents inlining."Mehdi Amini2016-05-024-38/+22
* [llvm-pdbdump] Fix read past EOF when file is too small.Zachary Turner2016-05-021-0/+4
* ThinLTO: do not import function whose linkage prevents inlining.Mehdi Amini2016-05-024-22/+38
* Fix llvm-size to exit with non zero when it can’t open a file.Kevin Enderby2016-05-022-2/+6
* Remove redundant return, NFCVedant Kumar2016-05-021-1/+0
* Fix a typo, NFCVedant Kumar2016-05-021-1/+1
* [X86][SSE] Added placeholder for 128/256-bit wide shuffle combinesSimon Pilgrim2016-05-021-6/+14
* Don't try to create thin bsd archives.Rafael Espindola2016-05-023-1/+9
* [dsymutil] Create the temporary files in the system temp directory.Frederic Riss2016-05-022-6/+7
* Code refactoring -- preparation for new PM porting /NFCXinliang David Li2016-05-021-9/+19
* [codeview] Isolate type dumping from object file stateReid Kleckner2016-05-021-18/+38
* Thread Expected<...> up from libObject’s getType() for symbols to allow llv...Kevin Enderby2016-05-0226-106/+229
* AMDGPU: Custom lower v2i32 loads and storesMatt Arsenault2016-05-022-8/+137
* AMDGPU/SI: Use v_readfirstlane_b32 when restoring SGPRs spilled to scratchTom Stellard2016-05-022-3/+2
* AMDGPU: Make i64 loads/stores promote to v2i32Matt Arsenault2016-05-026-73/+26
* [LVI] Add an API to LazyValueInfo so that it can export ConstantRangesJohn Regehr2016-05-022-0/+22
* [X86][AVX2] Added 128-bit wide shuffle testSimon Pilgrim2016-05-021-0/+14
* Fix instance of -Winconsistent-missing-override in AMDGPU codeReid Kleckner2016-05-021-1/+1
* Revert "[SimplifyCFG] Extend TryToSimplifyUncondBranchFromEmptyBlock for empt...Reid Kleckner2016-05-025-418/+59
* AMDGPU/SI: Set the kill flag on temp VGPRs used to restore SGPRs from scratchTom Stellard2016-05-021-1/+1
* Fix typosPiotr Padlewski2016-05-021-1/+1
* Typo. NFC.Chad Rosier2016-05-021-1/+1
* Use false rather than 0 for a boolean value. NFC.Chad Rosier2016-05-021-1/+1
* Fix build breakage due to implicit conversion.Zachary Turner2016-05-021-1/+2
* ARM: fix handling of SUB immediates in peephole opt.Tim Northover2016-05-023-12/+149
* [NVPTX] Fix sign/zero-extending ldg/ldu instruction selectionJustin Holewinski2016-05-024-48/+111
* [codeview] Don't dump type stream bytes unless asked toReid Kleckner2016-05-021-1/+2
* PDB - Instead of hardcoding stream numbers, use an enum.Zachary Turner2016-05-023-12/+24
* [CFLAA] Fix a use-of-invalid-pointer bug.George Burgess IV2016-05-021-1/+6
* Parse PDB Name Hash TableZachary Turner2016-05-0210-25/+231
* AMDGPU: Move R600 specific code out of AMDGPUISelLowering.cppTom Stellard2016-05-023-39/+51
* ReversePostOrderFunctionAttrs is not modifying the call graph, let's preserve...Mehdi Amini2016-05-021-0/+1
* AMDGPU/SI: Fix bug in SIInstrInfo::insertWaitStates() uncovered by r268260Tom Stellard2016-05-021-1/+2
* AMDGPU/SI: Use the hazard recognizer to break SMEM soft clausesTom Stellard2016-05-026-43/+109
OpenPOWER on IntegriCloud