summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix type truncation warningsTeresa Johnson2016-08-115-22/+22
* Generate slightly more compressed binding opcodes when entries are the same a...Pete Cooper2016-08-112-26/+45
* Move GVNHoist tests into their own directory since it is a separate passDaniel Berlin2016-08-1110-0/+0
* AMDGPU : Add intrinsic for instruction v_cvt_pk_u8_f32Wei Ding2016-08-114-0/+70
* Revert rL278384 which caused several buildbot failures (like check failures i...Wei Mi2016-08-112-38/+4
* Fix PR 28933Daniel Berlin2016-08-112-5/+32
* Add test for rebase opcodes. We didn't have one. NFC.Pete Cooper2016-08-111-0/+161
* Add missing RUN line from r278398. This test works with this line but i forg...Pete Cooper2016-08-111-0/+1
* Arm64 stubs alignment is 2, not 4.Pete Cooper2016-08-112-2/+9
* [ADT] Add relation operators for OptionalTim Shen2016-08-112-64/+253
* Change when we choose to add an LC_LOAD_DYLIB to the final image.Pete Cooper2016-08-115-17/+61
* Don't enable PIE on i686-unknown-cloudabi.Ed Schouten2016-08-115-11/+37
* CodeGen: Avoid dereferencing end() in MachineSchedulerDuncan P. N. Exon Smith2016-08-111-2/+3
* Pass in frame pointer omitting compiler flags for CloudABI as well.Ed Schouten2016-08-112-1/+10
* Split getArchName. NFC.Rui Ueyama2016-08-111-2/+9
* AMDGPU: Prune includesMatt Arsenault2016-08-115-28/+10
* [Hexagon] Standardize "select" pseudo-instructionsKrzysztof Parzyszek2016-08-115-36/+42
* WholeProgramDevirt: generate more detailed and accurate remarks.Ivan Krasin2016-08-115-58/+108
* Remove test for the sign of a NaN - doesn't work on MIPS, not strictly legal....Marshall Clow2016-08-111-1/+0
* Change all the libSystem test files to be dylibs instead of normalized files....Pete Cooper2016-08-114-20/+24
* Fix one more test missed by r278372. The next commit will update libsystem i...Pete Cooper2016-08-111-1/+1
* Remove the restriction that MachineSinking is now stopped by "insert_subreg,Wei Mi2016-08-112-4/+38
* If-conversion incorrectly calculates liveness of redefined registersKrzysztof Parzyszek2016-08-112-2/+50
* [analyzer] Teach RetainCountChecker about CVFooRetainDevin Coughlin2016-08-112-4/+26
* Fix off-by-one error in default currentVersion.Pete Cooper2016-08-112-4/+4
* Test commitBarnabas Bittner2016-08-111-0/+1
* [Sema] Add more strict check for sizeof diagnostics for bzeroBruno Cardoso Lopes2016-08-111-0/+7
* Target independent codesize heuristics for Loop Idiom RecognitionAndrew Kaylor2016-08-112-3/+227
* Add a new method to create SimpleInliner instance and make pre-inliner use this.Easwaran Raman2016-08-113-2/+18
* [Hexagon] Skip byval arguments when checking parameter attributesKrzysztof Parzyszek2016-08-112-1/+14
* Modify coding conventions to mention include ordering.Zachary Turner2016-08-111-1/+14
* Have one version of libSystem for each arch. NFC.Pete Cooper2016-08-1148-80/+115
* Improve virtual register handling when computing debug informationDominic Chen2016-08-112-7/+85
* Make TwoAddressInstructionPass::rescheduleMIBelowKill subreg-awareMichael Kuperstein2016-08-112-14/+48
* AMDGPU: Fix crashes on memory functionsMatt Arsenault2016-08-113-1/+63
* [InstrumentationRuntime] Refactor the API (Part 2/N) (NFCI)Vedant Kumar2016-08-116-89/+89
* [InstrumentationRuntime] Refactor the API (Part 1/N) (NFCI)Vedant Kumar2016-08-116-103/+87
* AArch64: Assert on analyzeBranch failingMatt Arsenault2016-08-111-2/+4
* [AliasSetTracker] Delete dead codeMichael Kuperstein2016-08-112-146/+0
* Fix some Clang-tidy modernize and Include What You Use warnings.Eugene Zelenko2016-08-115-50/+147
* Add move ops to satisfy MSVC.Teresa Johnson2016-08-111-0/+46
* AMDGPU: Remove custom getSubRegMatt Arsenault2016-08-112-78/+10
* AMDGPU: Remove unused tracking of flat instructionsMatt Arsenault2016-08-113-25/+0
* AMDGPU : Fix SAD related instruction LIT tests function atttibute issues.Wei Ding2016-08-117-21/+14
* [ELF][MIPS] Add more tests for ELF flags calculation. NFCSimon Atanasyan2016-08-111-0/+25
* [ELF][MIPS] Separate different tests by empty lines. NFCSimon Atanasyan2016-08-111-0/+3
* test: relax the FS test a slight bit to be more reliableSaleem Abdulrasool2016-08-111-1/+2
* Add 'inline' attribute to __init to inline the basic_string's constructorSebastian Pop2016-08-111-0/+5
* Hexagon: Avoid dereferencing end() in HexagonCopyToCombine::findPairableDuncan P. N. Exon Smith2016-08-111-2/+3
* AMDGPU : Add LLVM intrinsics for SAD related instructions.Wei Ding2016-08-1110-13/+212
OpenPOWER on IntegriCloud