summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [modules] Simplify -cc1 interface for enabling implicit module maps.Richard Smith2015-06-16179-572/+570
* MIR Serialization: move the MIR printer out of the MIR printing pass.Alex Lorenz2015-06-154-41/+110
* [modules] Remove non-functional driver options -f[no-]modules-implicit-maps.Richard Smith2015-06-153-10/+3
* [X86] Try to shorten dwarf CFI emissionReid Kleckner2015-06-151-28/+23
* [ASan tests] Revert a bad change from r239754Filipe Cabecinhas2015-06-151-1/+1
* According to the OpenMP spec, all the preprocessor macros should be Samuel Antao2015-06-152-10/+73
* [modules] Re-enable accidentally-disabled test.Richard Smith2015-06-151-6/+6
* Use a macro for the omnipresent attributes on header functions in Intrin.h.Eric Christopher2015-06-151-86/+91
* Debug Info: Turn on ODR type uniquing for (the C++ part of) Objective-C++.Adrian Prantl2015-06-152-5/+17
* Debug Info IR: Switch DIObjCProperty to use DITypeRef.Adrian Prantl2015-06-155-13/+9
* If a candidate keyword contains quotes, it's clearly not a keyword, so bail o...Enrico Granata2015-06-151-0/+12
* MIR Serialization: Create dummy functions when the MIR file doesn't have LLVM...Alex Lorenz2015-06-152-4/+27
* Add a formatter for wchar_t[N] arraysEnrico Granata2015-06-153-7/+17
* MIR Serialization: Report an error when machine functions have the same name.Alex Lorenz2015-06-152-0/+13
* [ASan tests] Leftover that didn't get reverted in r239754Filipe Cabecinhas2015-06-151-1/+1
* Add safestack attribute to LLVMAttribute enum and Go bindings. CorrectPeter Collingbourne2015-06-155-9/+21
* [ASan tests] Use export, not env.Filipe Cabecinhas2015-06-151-1/+1
* [Hexagon] Using readobj rather than objdump.Colin LeMahieu2015-06-151-1/+1
* [Hexagon] PC-relative offsets are relative to packet start rather than the of...Colin LeMahieu2015-06-152-3/+48
* Revert "[ASan tests] Try to fix Windows buildbots due to r239754"Filipe Cabecinhas2015-06-155-5/+5
* [X86][SSE] Added tests for vector i8/i16 to f32/f64 conversionsSimon Pilgrim2015-06-151-55/+562
* Fix a bug where passing a value of the type "A B" to settings set target.env-...Enrico Granata2015-06-151-0/+6
* Fix submodule test to pass on content addressable filesystems where inodes wo...Reid Kleckner2015-06-152-0/+2
* [ASan tests] Try to fix Windows buildbots due to r239754Filipe Cabecinhas2015-06-155-5/+5
* Protection against stack-based memory corruption errors using SafeStack: comp...Peter Collingbourne2015-06-1517-0/+515
* Protection against stack-based memory corruption errors using SafeStack: Clan...Peter Collingbourne2015-06-1514-1/+223
* Protection against stack-based memory corruption errors using SafeStackPeter Collingbourne2015-06-1548-4/+1417
* Don't indent inside a namespace. NFC.Rafael Espindola2015-06-151-21/+19
* Replace @ with the more common \. NFC.Rafael Espindola2015-06-151-6/+6
* parser: improve diagnostics for MS attributesSaleem Abdulrasool2015-06-152-6/+11
* Wildcard out some SSA value names from the ACLE intrinsic test caseReid Kleckner2015-06-151-6/+6
* Don't repeat names in comments and start functions with a lower case letter.Rafael Espindola2015-06-151-537/+527
* [Sparc] Make soft-float emit an error.James Y Knight2015-06-152-49/+21
* [ASan] Test churn for setting ASAN_OPTIONS=symbolize_vs_style=falseFilipe Cabecinhas2015-06-15132-336/+339
* MIR Serialization: Connect the machine function analysis pass to the MIR parser.Alex Lorenz2015-06-1522-104/+311
* Found an issue that was causing types to be completed much more often than th...Greg Clayton2015-06-151-6/+17
* Remove duplicate conditional in if-stmt.Eric Christopher2015-06-151-2/+1
* [modules] Better support for redefinitions of an entity from the same module.Richard Smith2015-06-1510-47/+73
* Cleanup the constructor of BitcodeReader. NFC.Rafael Espindola2015-06-151-30/+28
* Add "REQUIRES: asserts" to test case that uses -debug-onlySanjoy Das2015-06-151-0/+1
* Unbreak docs build from r239740.Sanjoy Das2015-06-151-0/+4
* Unbreak the build from r239740.Sanjoy Das2015-06-153-12/+12
* COFF: Simplify SymbolBody::compare(SymbolBody *Other).Rui Ueyama2015-06-152-46/+43
* [Hexagon] Moving pass declarations out of header and in to implementation fil...Colin LeMahieu2015-06-1513-52/+53
* [CodeGen] Add a pass to fold null checks into nearby memory operations.Sanjoy Das2015-06-158-0/+445
* [TargetInstrInfo] Add new hook: AnalyzeBranchPredicate.Sanjoy Das2015-06-153-5/+140
* [TargetInstrInfo] Rename getLdStBaseRegImmOfs and implement for x86.Sanjoy Das2015-06-159-28/+63
* [CodeGen] Introduce a FAULTING_LOAD_OP pseudo-op.Sanjoy Das2015-06-1512-3/+299
* [NFC] Extract X86MCInstLower::LowerMachineOperand.Sanjoy Das2015-06-151-38/+37
* COFF: Fix .reloc section attributes.Rui Ueyama2015-06-152-4/+5
OpenPOWER on IntegriCloud