summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [bpf] fix buildAlexei Starovoitov2015-03-301-2/+2
* [Mips] Move the `Elf_RegInfo` structure declaration to the separate fileSimon Atanasyan2015-03-302-36/+51
* [ELF] Change type of `OutputSection::setType()` argument to int64_tSimon Atanasyan2015-03-301-1/+1
* [Mips] clang-format the codeSimon Atanasyan2015-03-302-6/+2
* Rename const char *Triple argument to TT to avoid shadowing llvm::Triple.Eric Christopher2015-03-301-21/+20
* Remove unused MCSubtargetInfo argument from the X86 MCInstPrinter ctors.Eric Christopher2015-03-302-2/+2
* DFSan-based fuzzer (proof of concept).Kostya Serebryany2015-03-3011-4/+361
* Remove unused MCSubtargetInfo argument from the Sparc MCInstPrinter ctors.Eric Christopher2015-03-302-6/+4
* Remove unused MCSubtargetInfo argument from the NVPTX MCInstPrinter ctors.Eric Christopher2015-03-303-6/+4
* LexicalScopes: Use MDLocation directly instead of DebugLocDuncan P. N. Exon Smith2015-03-302-16/+14
* Remove unused MCSubtargetInfo argument from the ARM MCInstPrinter ctors.Eric Christopher2015-03-303-4/+3
* Remove unused MCSubtargetInfo argument from the AArch64 MCInstPrinter ctors.Eric Christopher2015-03-303-10/+7
* Remove unused Target argument from MCInstPrinter ctor functions.Eric Christopher2015-03-3015-37/+24
* [RegisterCoalescer] Fix a potential misuse of direct operand index in theQuentin Colombet2015-03-301-4/+6
* DebugInfo: Use the new DebugLoc API from r233573Duncan P. N. Exon Smith2015-03-301-11/+8
* [opaque pointer type] Change GetElementPtrInst::getIndexedType to take the po...David Blaikie2015-03-3011-32/+44
* Fix PR23045.Rafael Espindola2015-03-306-20/+39
* Transforms: Update unit tests to use verifyModule()Duncan P. N. Exon Smith2015-03-301-6/+15
* DwarfDebug: Avoid creating new DebugLocs in the backendDuncan P. N. Exon Smith2015-03-303-5/+15
* Explain how to abandon a review.Paul Robinson2015-03-301-1/+14
* DebugInfo: Remove dead code from old DebugLoc APIDuncan P. N. Exon Smith2015-03-302-27/+0
* Use range loops and add missing braces.Rafael Espindola2015-03-301-7/+7
* Transforms: Fix a use of the old DebugLoc in unittestsDuncan P. N. Exon Smith2015-03-301-3/+3
* [opaque pointer type] More IRBuilder::createGEP (non-inbounds) migrations: Co...David Blaikie2015-03-303-13/+17
* MC: For variable symbols, maintain MCSymbol::Section as a cache.Peter Collingbourne2015-03-309-45/+43
* Add driver support for Native Client SDKDerek Schuff2015-03-309-4/+505
* [analyzer] Add test for previous commit.Jordan Rose2015-03-301-0/+8
* [analyzer] Disable all retain count diagnostics on values that come from ivars.Jordan Rose2015-03-303-1634/+77
* [analyzer] Don't special-case ivars backing +0 properties.Jordan Rose2015-03-303-387/+12
* llvm-dis: Use the new `DebugLoc` API, NFCDuncan P. N. Exon Smith2015-03-301-8/+4
* DebugInfo: Use new LLVM API for DebugLocDuncan P. N. Exon Smith2015-03-303-3/+3
* Updating code owners file per discussion with Doug at the 2014-10 dev meeting.Richard Smith2015-03-301-2/+2
* Transforms: Use the new DebugLoc API, NFCDuncan P. N. Exon Smith2015-03-308-36/+35
* [PPC] Move argument range checks for HTM and crypto builtins to SemaKit Barton2015-03-305-161/+80
* IR: Use the new DebugLoc API, NFCDuncan P. N. Exon Smith2015-03-3010-43/+44
* Verify 'optnone' can run DAG combiner when appropriate.Paul Robinson2015-03-301-0/+73
* [NVPTX] Associate a minimum PTX version for each SM architectureJustin Holewinski2015-03-3010-21/+18
* CodeGen: Use the new DebugLoc API, NFCDuncan P. N. Exon Smith2015-03-309-60/+39
* [PPC] Modify HTM and crypto intrinsics to inherit from GCCBuiltinKit Barton2015-03-301-8/+9
* DebugInfo: Reflow printDebugLoc() to use early returns, NFCDuncan P. N. Exon Smith2015-03-301-15/+18
* [Orc] Separate callback manager selection from callback manager construction forLang Hames2015-03-302-21/+29
* Bitcode: Reflow code to use early continues, NFCDuncan P. N. Exon Smith2015-03-301-15/+18
* SelectionDAG: Reflow code to use early returns, NFCDuncan P. N. Exon Smith2015-03-301-15/+19
* [NVPTX] Add options for PTX 4.1/4.2 and SM 3.2/3.7/5.2/5.3Justin Holewinski2015-03-305-0/+40
* [SystemZ] Fix fallout from r233543 on no-assert buildsUlrich Weigand2015-03-302-75/+517
* DebugInfo: Write new DebugLoc APIDuncan P. N. Exon Smith2015-03-302-94/+131
* Drop some CLooG leftoversTobias Grosser2015-03-302-2/+0
* Delete some leftovers from scoplibTobias Grosser2015-03-302-5/+0
* Drop libpluto supportTobias Grosser2015-03-3013-464/+32
* Work around lack of %zd printf format specifier in MSVC libs.Adrian McCarthy2015-03-306-21/+14
OpenPOWER on IntegriCloud