summaryrefslogtreecommitdiffstats
path: root/llvm
Commit message (Expand)AuthorAgeFilesLines
* Extract printBSDMemberHeader.Rafael Espindola2015-07-091-22/+25
* [Hexagon] Add support for atomic RMW operationsKrzysztof Parzyszek2015-07-094-1/+130
* [AArch64] Select SBFIZ or UBFIZ instead of left + right shiftsArnaud A. de Grandmaison2015-07-092-20/+49
* [ARM] Thumb1 3 to 2 operand convertion for commutative operationsScott Douglass2015-07-093-3/+40
* [ARM] Don't be overzealous converting Thumb1 3 to 2 operandsScott Douglass2015-07-092-0/+17
* [ARM] Add Thumb2 ADD with PC narrowing from 3 operand to 2Scott Douglass2015-07-092-2/+16
* [ARM] Refactor converting Thumb1 from 3 to 2 operand (nfc)Scott Douglass2015-07-092-42/+64
* [ARM] Add ADD tests for Thumb2 narrowing (nfc)Scott Douglass2015-07-091-1/+67
* Test for 241794 (nest attribute in AArch64)Renato Golin2015-07-091-0/+23
* Add support for nest attribute to AArch64 backendRenato Golin2015-07-091-0/+5
* Add getSizeInBits function to the APFloat classTamas Berghammer2015-07-092-8/+19
* Revert r241790: Fix shift legalization and lowering for big constants.Pawel Bylica2015-07-094-62/+19
* Fix shift legalization and lowering for big constants.Pawel Bylica2015-07-094-19/+62
* Extended syntax of vector version of getelementptr instruction.Elena Demikhovsky2015-07-099-36/+152
* [LAA] Fix line break in commentAdam Nemet2015-07-091-1/+1
* [LAA] Rename IsRTNeeded to IsRTCheckAnalysisNeededAdam Nemet2015-07-091-6/+17
* llvm-readobj: Fix an unused variable after r241764Justin Bogner2015-07-091-2/+3
* Temporarily reverting 241765, 241768, and 241772 to unbreak the build bots.Adrian Prantl2015-07-098-102/+27
* Remove getDataLayout() from TargetSelectionDAGInfo (had no users)Mehdi Amini2015-07-0942-306/+28
* Remove getDataLayout() from TargetLoweringMehdi Amini2015-07-0916-113/+120
* Make isLegalAddressingMode() taking DataLayout as an argumentMehdi Amini2015-07-0925-68/+68
* Make getByValTypeAlignment() taking DataLayout as an argumentMehdi Amini2015-07-098-11/+16
* Make TargetLowering::getShiftAmountTy() taking DataLayout as an argumentMehdi Amini2015-07-0925-143/+192
* Make TargetLowering::getPointerTy() taking DataLayout as an argumentMehdi Amini2015-07-0972-1326/+1568
* Make TargetTransformInfo keeping a reference to the Module DataLayoutMehdi Amini2015-07-0919-190/+61
* Redirect DataLayout from TargetMachine to Module in ComputeValueVTs()Mehdi Amini2015-07-0916-104/+113
* Silence a warning, trying to unbreak the build after r241765.Davide Italiano2015-07-091-1/+1
* Fix typename issues.Michael J. Spencer2015-07-091-2/+2
* [Object][ELF] Support dumping hash-tables from files with no section table.Michael J. Spencer2015-07-098-27/+102
* [CodeView] Add support for emitting column informationDavid Majnemer2015-07-099-50/+259
* [LAA] Fix misleading use of word 'consecutive'Adam Nemet2015-07-091-3/+3
* MIR Serialization: Serialize the 'undef' register machine operand flag.Alex Lorenz2015-07-085-2/+52
* [SLPVectorizer] Try different vectorization factors for store chainsSanjay Patel2015-07-086-31/+76
* RegisterPressure: Add PressureDiff::dump()Matthias Braun2015-07-082-0/+14
* [LAA] Revert a small part of r239295Adam Nemet2015-07-082-6/+62
* Run clang-format before making changes to StackMaps. NFC.Juergen Ributzka2015-07-082-59/+59
* Revert part of "Disallow Archive::child_iterator that don't point to an archi...Rafael Espindola2015-07-082-2/+2
* [x86] enable machine combiner reassociations for scalar single-precision mult...Sanjay Patel2015-07-084-8/+31
* Don't reject an archive with just a symbol table.Rafael Espindola2015-07-083-1/+5
* Disallow Archive::child_iterator that don't point to an archive.Rafael Espindola2015-07-085-7/+6
* [LoopVectorizer] Rename BypassBlock to VectorPH, and CheckBlock to NewVectorP...Michael Zolotukhin2015-07-081-46/+46
* [LoopVectorizer] Restructurize code for emitting RT checks. NFCI.Michael Zolotukhin2015-07-081-18/+22
* [LoopVectorizer] Remove redundant variables PastOverflowCheck and OverflowChe...Michael Zolotukhin2015-07-081-11/+2
* [LoopVectorizer] Move some code around to ease further refactoring. NFCI.Michael Zolotukhin2015-07-081-16/+13
* [LoopVectorizer] Remove redundant variable LastBypassBlock. NFC.Michael Zolotukhin2015-07-081-14/+12
* MIR Parser: Remove redundant TODO comment. NFC.Alex Lorenz2015-07-081-2/+0
* Add tests for the NVPTXLowerAggrCopies pass.Eli Bendersky2015-07-081-0/+34
* MIR Serialization: Serialize the 'killed' register machine operand flag.Alex Lorenz2015-07-085-4/+55
* Add missing dependency to Hexagon target.Diego Novillo2015-07-081-0/+1
* [X86][SSE] Vector shift test cleanup. NFC.Simon Pilgrim2015-07-086-1280/+1280
OpenPOWER on IntegriCloud