summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove the IsStreamed member variable.Rafael Espindola2015-06-221-15/+9
* [FaultMaps] Add a parser for the __llvm__faultmaps section.Sanjoy Das2015-06-221-0/+37
* Bring r240130 back.Rafael Espindola2015-06-223-19/+25
* Avoid a Symbol -> Name -> Symbol conversion.Rafael Espindola2015-06-2211-39/+71
* MIR Serialization: Serialize machine instruction names.Alex Lorenz2015-06-225-3/+185
* Fix shl folding in DAG combiner.Pawel Bylica2015-06-221-1/+1
* [ORC] Add NullResolverJoseph Tremoulet2015-06-222-12/+40
* [mips] [IAS] Add support for LAReg with identical source and destination regi...Toma Tabacu2015-06-221-15/+25
* AVX-512: added VPSHUFB instruction - all SKX formsElena Demikhovsky2015-06-222-0/+19
* [mips] [IAS] Add support for LASym with identical source and destination regi...Toma Tabacu2015-06-221-8/+20
* AVX-512: All forms of VCOPMRESS VEXPAND instructions,Elena Demikhovsky2015-06-223-79/+32
* Reverted AVX-512 vector shuffleElena Demikhovsky2015-06-221-180/+64
* [X86] Allow more call sequences to use push instructions for argument passingMichael Kuperstein2015-06-221-26/+91
* AVX-512: Added intrinsics for VPERMT2W/D/Q/PS/PD andElena Demikhovsky2015-06-222-3/+123
* [PM/AA] Hoist the AliasResult enum out of the AliasAnalysis class.Chandler Carruth2015-06-2218-119/+108
* [PM/AA] Rework the names and comments in AliasSetTracker to moreChandler Carruth2015-06-221-24/+24
* [X86] Code tidyup - Use SDValue bool operator. NFC.Simon Pilgrim2015-06-211-47/+25
* AsmPrinter: Don't emit empty .debug_loc entriesDuncan P. N. Exon Smith2015-06-215-14/+122
* AsmPrinter: Rewrite initialization of DbgVariable, NFCDuncan P. N. Exon Smith2015-06-213-64/+85
* Devirtualize ArgList's dtor now that -Wvirtual-dtor and C++11 allow a better ...David Blaikie2015-06-211-5/+0
* ArrayRef-ify libDriverMainDavid Blaikie2015-06-211-8/+7
* ArrayRef-ify ParseArgsDavid Blaikie2015-06-212-6/+5
* Switch lowering: add heuristic for filling leaf nodes in the weight-balanced ...Hans Wennborg2015-06-202-0/+59
* [X86][SSE] Fix PerformSExtCombine bug that accessed the wrong return value of...Simon Pilgrim2015-06-201-3/+3
* [PPC] Factor vector removal into a function and remove O(n^2) behavior.Benjamin Kramer2015-06-201-25/+17
* [SwitchLowering] Remove quadratic vector removal.Benjamin Kramer2015-06-201-12/+12
* Update ELFObjectWriter::reset() following r238073.Yaron Keren2015-06-201-0/+1
* Rangify for loops in Inliner::runOnSCC(), NFC.Yaron Keren2015-06-201-11/+9
* IndVarSimplify: Avoid UB from binding a reference to a null pointerJustin Bogner2015-06-201-3/+4
* Reformat.NAKAMURA Takumi2015-06-201-7/+12
* Revert r240040, "[BranchFolding] Replace custom MachineInstr with MachineInst...NAKAMURA Takumi2015-06-201-6/+46
* Revert "InstrProf: When reading, copy the data instead of taking a reference....Justin Bogner2015-06-201-65/+47
* InstrProf: When reading, copy the data instead of taking a reference. NFCJustin Bogner2015-06-201-47/+65
* LibDriver: implement /libpath and $LIB; ignore /ignore and /machine.Peter Collingbourne2015-06-202-2/+51
* [MCJIT] Add a FindGlobalVariableNamed utilityKeno Fischer2015-06-203-2/+45
* LowerSwitch: Avoid some undefined behaviourJustin Bogner2015-06-201-1/+2
* [Statepoint] Remove unnecessary argument from Statepoint::getRelocatesSanjoy Das2015-06-201-4/+2
* Revert 240130, it caused crashes (repro in PR23900).Nico Weber2015-06-194-27/+23
* name change: hasPattern() -> getMachineCombinerPatterns() ; NFCSanjay Patel2015-06-195-36/+34
* [CallGraph] Given -print-callgraph a stable printing order.Sanjoy Das2015-06-191-2/+20
* Try to fix generation of LLVMExports.cmake under Visual Studio.Dan Liew2015-06-191-1/+1
* Improve error handling of getRelocationAddend.Rafael Espindola2015-06-193-13/+16
* Fix header path in CMake. NFC.Pete Cooper2015-06-191-1/+1
* MIR Parser: report an error when a basic block isn't found.Alex Lorenz2015-06-191-1/+3
* [LoopDist] Rename RuntimeCheckEmitter to LoopVersioning, NFCAdam Nemet2015-06-191-8/+8
* [LoopDist] Move pointer-to-partition computation out of RuntimeCheckEmitter, NFCAdam Nemet2015-06-191-18/+12
* Make getRelocationSection MachO only.Rafael Espindola2015-06-192-15/+7
* MIR Serialization: Serialize the list of machine basic blocks with simple att...Alex Lorenz2015-06-192-0/+50
* [SLP] Vectorize for all-constant entries.Michael Zolotukhin2015-06-191-2/+4
* Typo. NFC.Chad Rosier2015-06-191-2/+1
OpenPOWER on IntegriCloud