summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move the personality function from LandingPadInst to FunctionDavid Majnemer2015-06-17313-1258/+1350
* [CodeGenPrepare] Generalize inserted set from truncs to any inst.Ahmed Bougacha2015-06-172-21/+44
* [Hexagon] Adding a number of other tests for min/max instructions and loading...Colin LeMahieu2015-06-1719-2/+327
* Move IsUsedInReloc from MCSymbolELF to MCSymbol.Rafael Espindola2015-06-177-38/+14
* LowerBitSets: Do not assign names to aliases of unnamed bitset element objects.Peter Collingbourne2015-06-172-4/+4
* Allow aliases to be unnamed.Rafael Espindola2015-06-174-8/+22
* Use a range loop. NFC.Rafael Espindola2015-06-171-16/+11
* [Hexagon] Adding some compare tests, fixing existing XFAILed tests, and remov...Colin LeMahieu2015-06-179-8/+331
* fix typos in comments; NFCSanjay Patel2015-06-171-2/+2
* Add documentation for new backedge mass propagation in irregular loops.Diego Novillo2015-06-174-87/+17
* Use named temporaries for directional labels.Rafael Espindola2015-06-173-12/+17
* [ArchiveWriter] Use EndianStream. No functional change intended.Benjamin Kramer2015-06-171-9/+4
* [MC/Dwarf] Encode DW_CFA_advance_loc in target endianess.Benjamin Kramer2015-06-172-9/+76
* [mips] [IAS] Add support for expanding LASym with a source register operand.Toma Tabacu2015-06-172-12/+25
* Tweak wording of alignment static_assert messages.James Y Knight2015-06-174-14/+16
* [mips] [IAS] Add support for the B{L,G}{T,E}(U) branch pseudo-instructions.Toma Tabacu2015-06-175-0/+556
* [mips] [IAS] Fix LA with relative label operands.Toma Tabacu2015-06-172-12/+14
* [mips] [IAS] Add test for SW with relative label operands. NFC.Toma Tabacu2015-06-171-0/+5
* Remove empty directories left after r239657Alexander Kornienko2015-06-170-0/+0
* [mips] [IAS] Fix LW with relative label operands.Toma Tabacu2015-06-172-21/+14
* AVX-512: cvtusi2ss/d intrinsics.Igor Breger2015-06-175-50/+165
* [PM/AA] Suffix lots of member variables that directly use enumerationChandler Carruth2015-06-171-48/+72
* [PM/AA] Remove the UnknownSize static member from AliasAnalysis.Chandler Carruth2015-06-1712-79/+81
* [PM/AA] Remove the Location typedef from the AliasAnalysis class nowChandler Carruth2015-06-1735-303/+285
* [PM/AA] Split the location computation out of getArgLocation so theChandler Carruth2015-06-176-98/+133
* Revert "AArch64: Use CMP;CCMP sequences for and/or/setcc trees."Matthias Braun2015-06-175-295/+72
* Try to fix the MSVC build.Rafael Espindola2015-06-171-1/+1
* [Hexagon] Adding MC ELF streamer and updating addend relocation test which sh...Colin LeMahieu2015-06-178-5/+308
* Fix alignment issues in LLVM.James Y Knight2015-06-176-9/+59
* Handle forward referenced function when streaming bitcode.Rafael Espindola2015-06-172-24/+80
* Handle MaterializeAll in getLazyBitcodeModuleImpl. NFC.Rafael Espindola2015-06-171-15/+11
* Use std::unique_ptr to manage the DataStreamer in bitcode parsing.Rafael Espindola2015-06-168-48/+55
* Rename and improve emitSectionOffset.Rafael Espindola2015-06-165-34/+25
* Refactor RecurrenceInstDescTyler Nowicki2015-06-163-95/+87
* Add some tests based on PR21711Sanjay Patel2015-06-161-0/+61
* Return a unique_ptr from getLazyBitcodeModule and parseBitcodeFile. NFC.Rafael Espindola2015-06-168-44/+42
* [llvm-readobj] Print MIPS .reginfo section contentSimon Atanasyan2015-06-165-0/+45
* [X86][SSE] Vectorize v2i32 to v2f64 conversionsSimon Pilgrim2015-06-166-73/+42
* rename variables; NFCSanjay Patel2015-06-161-13/+13
* Reapply 239795 - [InstCombine] Propagate non-null facts to call parametersPhilip Reames2015-06-165-3/+25
* extract some code into a helper function for MergeConsecutiveStores(); NFCISanjay Patel2015-06-161-43/+57
* Improve handling of end of file in the bitcode reader.Rafael Espindola2015-06-163-42/+12
* Fix PR 23525 - Separate header mass propagation in irregular loops.Diego Novillo2015-06-164-40/+173
* [Statepoints] Test only change. Check that statepoint lowering didn't generat...Igor Laevsky2015-06-161-0/+2
* VirtRegMap: Add undef flag when reading undefined subregisters.Matthias Braun2015-06-161-18/+63
* TargetRegisterInfo: Make the concept of imprecise lane masks explicitMatthias Braun2015-06-162-1/+15
* [X86] Rename some frame lowering variablesReid Kleckner2015-06-161-26/+28
* Rename Reduction variables/structures to Recurrence.Tyler Nowicki2015-06-164-137/+150
* Have MachOObjectFile::isValidArch() accept armv7Frederic Riss2015-06-162-0/+2
* MIR Parser: Report an error when a machine function doesn't have a correspond...Alex Lorenz2015-06-162-0/+22