summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [codeview] Maintain the type enum-to-classname mapping in the .def fileReid Kleckner2016-05-032-52/+40
* Guard use of <unistd.h> in test.Eric Fiselier2016-05-031-17/+22
* Temporarily disable this test on llvm-clang-lld-x86_64-scei-ps4-windows10pro-...Sean Silva2016-05-031-0/+5
* Adding a test for a compiler crash that was fixed in r248069.Douglas Yung2016-05-033-0/+13
* 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
* Another little example use of scripted thread plans.Jim Ingham2016-05-031-0/+25
* 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
* Pass all buffers to BuildId hash function at once. NFC.Rui Ueyama2016-05-023-42/+28
* Relax stack check as on some platforms demanglers failVitaly Buka2016-05-021-1/+1
* [MC] Create unique .pdata sections for every .text sectionReid Kleckner2016-05-0214-144/+308
* Add another failing use-after-scope testVitaly Buka2016-05-021-0/+15
* 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
* debugserver should fflush its log stream in FileLogCallback, now it does.Greg Clayton2016-05-021-2/+3
* Simplify. NFC.Rafael Espindola2016-05-021-2/+1
* DebugInfo: Avoid propagating incorrect debug locations in SelectionDAG via CSE.Wolfgang Pieb2016-05-023-32/+138
* [CMake] Enable LIBCXX HEADERS in Apple-Stage2.cmakeChris Bieneman2016-05-021-1/+1
* Fix argument expansion of reference fields of structsReid Kleckner2016-05-023-1/+27
* [CMake] Install libcxx-headers as part of the Apple-stage2 distributionChris Bieneman2016-05-021-0/+1
* [CMake] Adding clang-headers to the Apple-stage2 distributionChris Bieneman2016-05-021-0/+1
* Remove unneeded test in tryCaptureAsConstant.Akira Hatanaka2016-05-021-4/+4
* 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
* [CodeGenObjCXX] Don't rematerialize default arguments of functionAkira Hatanaka2016-05-022-0/+21
* 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
* Teach Undefined symbols from which file they are created from.Rui Ueyama2016-05-024-19/+31
* Fix an issue where the apropos command would not print fully qualified comman...Enrico Granata2016-05-022-1/+23
* Revert "Temporary hack to see what is going on on a windows bot."Rafael Espindola2016-05-021-1/+0
* Import block pointers from DWARF as Clang block pointers, not as structs.Sean Callanan2016-05-0216-5/+450
* [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
* Add more debug logging to g_get_shared_cache_class_info_bodyEnrico Granata2016-05-021-1/+14
* Temporary hack to see what is going on on a windows bot.Rafael Espindola2016-05-021-0/+1
* 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
* [CUDA] Make sure device-side __global__ functions are always visible.Artem Belevich2016-05-022-8/+24
* Thread Expected<...> up from libObject’s getType() for symbols to allow llv...Kevin Enderby2016-05-0226-106/+229
OpenPOWER on IntegriCloud