summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sanitizer_printf.cc: guard the va_copy hack on _MSC_VERHans Wennborg2014-08-181-1/+2
* Make llvm-objdump handle both arm and thumb disassembly from the same Mach-OKevin Enderby2014-08-185-13/+185
* Revert "[ASan/Win] Remove a hack that seems not to be required with VS2013 an...Hans Wennborg2014-08-181-0/+4
* Fix the rececl chain for redeclarations of predefined declsBen Langmuir2014-08-183-0/+14
* Store std::unique_ptr in InMemoryBuffers. NFC.Rafael Espindola2014-08-184-28/+35
* return a std::unique_ptr from getMainBufferWithPrecompiledPreamble. NFC.Rafael Espindola2014-08-182-24/+26
* Use std::unique_ptr to simplify this code a bit.Rafael Espindola2014-08-182-13/+9
* Inline function into only use.Rafael Espindola2014-08-182-7/+2
* [X86][Haswell][SchedModel] Tidy up.Quentin Colombet2014-08-181-56/+63
* [X86][Haswell][SchedModel] Add architecture specific scheduling models.Quentin Colombet2014-08-181-0/+30
* [X86][Haswell][SchedModel] Add architecture specific scheduling models.Quentin Colombet2014-08-181-0/+9
* [X86][Haswell][SchedModel] Add architecture specific scheduling models.Quentin Colombet2014-08-181-0/+68
* [X86][Haswell][SchedModel] Add architecture specific scheduling models.Quentin Colombet2014-08-181-0/+170
* [X86][Haswell][SchedModel] Add architecture specific scheduling models.Quentin Colombet2014-08-181-0/+170
* [X86][Haswell][SchedModel] Add architecture specific scheduling models.Quentin Colombet2014-08-181-0/+144
* [X86][Haswell][SchedModel] Add architecture specific scheduling models.Quentin Colombet2014-08-181-0/+9
* [X86][Haswell][SchedModel] Add architecture specific scheduling models.Quentin Colombet2014-08-181-0/+31
* [X86][Haswell][SchedModel] Add architecture specific scheduling models.Quentin Colombet2014-08-181-0/+63
* [X86][Haswell][SchedModel] Add architecture specific scheduling models.Quentin Colombet2014-08-181-0/+251
* [X86][Haswell][SchedModel] Add architecture specific scheduling models.Quentin Colombet2014-08-181-0/+16
* [X86][Haswell][SchedModel] Add architecture specific scheduling models.Quentin Colombet2014-08-181-0/+70
* [X86][Haswell][SchedModel] Add architecture specific scheduling models.Quentin Colombet2014-08-181-0/+126
* [X86][Haswell][SchedModel] Add architecture specific scheduling models.Quentin Colombet2014-08-181-0/+37
* [X86][Haswell][SchedModel] Add architecture specific scheduling models.Quentin Colombet2014-08-181-0/+26
* [X86][Haswell][SchedModel] Add architecture specific scheduling models.Quentin Colombet2014-08-181-0/+42
* [X86][Haswell][SchedModel] Add architecture specific scheduling models.Quentin Colombet2014-08-181-0/+60
* [X86][Haswell][SchedModel] Add architecture specific scheduling models.Quentin Colombet2014-08-181-0/+216
* [X86][Haswell][SchedModel] Add architecture specific scheduling models.Quentin Colombet2014-08-181-0/+192
* [X86][Haswell][SchedModel] Add architecture specific scheduling models.Quentin Colombet2014-08-181-0/+145
* Added newline at end of file to avoid compiler warning.Greg Clayton2014-08-181-1/+1
* Make use of isAtLeastRelease/Acquire in the ARM/AArch64 backendsRobin Morisset2014-08-184-15/+10
* Fix an issue with source file groupings in the CMake build.Zachary Turner2014-08-181-1/+1
* Simplify ASTUnit::Parse a bit by passing a std::unique_ptr to it.Rafael Espindola2014-08-182-29/+20
* [x32] Handle -m64/-m32 switches by Driver in x32 modePavel Chupin2014-08-182-4/+41
* Fix a memory leak in one of the test unit. Silent coverity warning CID 1095912Sylvestre Ledru2014-08-181-0/+1
* Add the break in the switch case (even if there is llvm_unreachable. It will ...Sylvestre Ledru2014-08-181-1/+1
* Update the call to llvm::sys::fs::UniqueID to match the definition: UniqueID(...Sylvestre Ledru2014-08-181-1/+1
* Disabling an MSVC warning ('var' : definition from the for loop is ignored; t...Aaron Ballman2014-08-181-0/+1
* add missing break. Fix CID 1229446 & 1203680Sylvestre Ledru2014-08-181-3/+5
* Fix the missleading indentation. Fix CID 1096332Sylvestre Ledru2014-08-181-1/+1
* Fix the missleading indentation. Fix CID 1096300Sylvestre Ledru2014-08-181-3/+3
* Teach the AArch64 backend to handle f16Oliver Stannard2014-08-183-0/+121
* [ARM,AArch64] Do not tail-call to an externally-defined function with weak li...Oliver Stannard2014-08-184-0/+47
* AVX-512: Fixed a bug in emitting compare for MVT:i1 type.Elena Demikhovsky2014-08-185-12/+44
* Silencing an MSVC warning about loop variable conflicting with a variable fro...Aaron Ballman2014-08-181-1/+1
* TableGen: allow use of uint64_t for available features mask.Tim Northover2014-08-1810-62/+64
* Added forgotten noexcept.Abramo Bagnara2014-08-181-1/+1
* Add standard version to lit.cfg's available featuresEric Fiselier2014-08-181-0/+1
* Update linux test resultsEric Fiselier2014-08-181-81/+492
* [libcxx] Add UNSUPPORTED tag to lit. It mirrors REQUIRES.Eric Fiselier2014-08-181-0/+11
OpenPOWER on IntegriCloud