summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
* [mips] Correct 128-bit shifts on 64-bit targets.Daniel Sanders2015-04-291-5/+5
* [mips] [IAS] Inline assemble-time shifting out of createLShiftOri. NFC.Toma Tabacu2015-04-291-15/+24
* fixed 80-chars; NFCElena Demikhovsky2015-04-291-5/+7
* Fixed masked gather/scatter switch-caseElena Demikhovsky2015-04-291-0/+2
* [TableGen] Use range-based for loops. NFC.Craig Topper2015-04-291-23/+9
* [TableGen] Fold a couple dyn_casts into the ifs that check their results. NFCCraig Topper2015-04-291-11/+8
* [TableGen] Replace some dyn_casts followed by an assert with just a regular c...Craig Topper2015-04-292-25/+11
* fixed comments, blanks, nullptr; NFCElena Demikhovsky2015-04-291-5/+4
* [TableGen] Use range-based for loops. NFCCraig Topper2015-04-291-57/+28
* Use an "early return" idiom for the error case. NFCFilipe Cabecinhas2015-04-291-8/+6
* Check that we have a valid PointerType element type before calling get()Filipe Cabecinhas2015-04-291-1/+2
* Use the ArrayType member function for array element types.Filipe Cabecinhas2015-04-291-1/+1
* Turn an assert into report_fatal_error since it's reachable based on user inputFilipe Cabecinhas2015-04-291-1/+2
* Make sure that isValidElementType(Type) before calling {Array,Struct}Type::ge...Filipe Cabecinhas2015-04-291-2/+4
* RegisterCoalescer: hide terminal rule option by defaultMatthias Braun2015-04-281-1/+1
* Map directly from signature symbol to group index. NFC.Rafael Espindola2015-04-281-10/+13
* Reuse a lookup in an assert.Eric Christopher2015-04-281-3/+3
* Remove redundant temporary std::vector.Rafael Espindola2015-04-281-25/+7
* ARM: fix peephole optimisation of TSTTim Northover2015-04-281-10/+0
* Avoid one more walk over all sections. NFC.Rafael Espindola2015-04-281-9/+3
* Style updatesAndrew Kaylor2015-04-281-18/+19
* Use a range loop. NFC.Rafael Espindola2015-04-281-3/+2
* [WinEH] Split blocks at calls to llvm.eh.begincatchAndrew Kaylor2015-04-281-26/+90
* Avoid an extra walk over the sections just to assign sections to groups.Rafael Espindola2015-04-281-30/+41
* Sparc: Add alternate aliases for conditional branch instructions.James Y Knight2015-04-281-0/+6
* Remove the GroupMapTy DenseMap. NFC.Rafael Espindola2015-04-282-20/+12
* transform fadd chains to increase parallelismSanjay Patel2015-04-281-0/+18
* [bpf] fix buildAlexei Starovoitov2015-04-282-8/+9
* Use range loops. NFC.Rafael Espindola2015-04-281-7/+3
* Relax an assert when there's a type mismatch in forward referencesFilipe Cabecinhas2015-04-281-1/+3
* Avoid adding to SectionIndexMap sections that we never lookup. NFC.Rafael Espindola2015-04-281-33/+28
* Make getModRefInfo(Instruction *) not crash on certain types of instructionsDaniel Berlin2015-04-281-10/+13
* Use a range loop. NFC.Rafael Espindola2015-04-281-3/+2
* [x86] remove RCPPS and RSQRTPS intrinsic instruction definitionsSanjay Patel2015-04-283-52/+6
* Add a fixme to resetTargetOptions to explain why it needs to goEric Christopher2015-04-281-0/+5
* Fix a [-Werror,-Winconsistent-missing-override] problem in theEric Christopher2015-04-281-1/+1
* R600: Fix up for AsmPrinter's OutStreamer being a unique_ptrTom Stellard2015-04-281-2/+3
* R600/SI: Add a lower case alias for subtarget feature: +DumpCodeTom Stellard2015-04-281-0/+5
* [NVPTX] Handle addrspacecast constant expressions in aggregate initializersJustin Holewinski2015-04-284-2/+268
* [opaque pointer type] Encode the allocated type of an alloca rather than its ...David Blaikie2015-04-282-8/+16
* move IR-level optimization flags into their own structSanjay Patel2015-04-283-9/+12
* Use a std::vector to record the offsets of the sections. NFC.Rafael Espindola2015-04-281-10/+8
* Avoid an extra loop for computing the section size. NFC.Rafael Espindola2015-04-281-29/+13
* Fixed crash of variable shift inst on AVX2Elena Demikhovsky2015-04-281-3/+1
* [mips] [IAS] Do not generate redundant ORi in createLShiftOri.Toma Tabacu2015-04-281-0/+4
* Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"Sergey Dmitrouk2015-04-2872-3681/+4271
* Use CIE version 4 for dwarf4.Rafael Espindola2015-04-281-4/+15
* Revert "[DebugInfo] Add debug locations to constant SD nodes"Daniel Jasper2015-04-2872-4271/+3681
* [mips] [IAS] Rename the createShiftOr function to createLShiftOri. NFC.Toma Tabacu2015-04-281-13/+13
* [mips] [IAS] Store the expandLoadImm destination register in a variable. NFC.Toma Tabacu2015-04-281-11/+12
OpenPOWER on IntegriCloud