oota-llvm.git
2015-06-22 Peter CollingbourneSafeStack: Create the unsafe stack pointer on demand.
2015-06-22 Pete CooperMove MCSymbol Value in to the union of Offset and Commo...
2015-06-22 Pete CooperChange .thumb_set to have the same error checks as...
2015-06-22 Krzysztof ParzyszekRemove "const" from the MachineFunction reference in...
2015-06-22 Justin Bognerdocs: Update allowed values for LLVM_USE_SANITIZER
2015-06-22 Sanjay Patel[x86] set default reciprocal (division and square root...
2015-06-22 Sanjoy DasFix MSVC build (again!).
2015-06-22 Rafael EspindolaDo not pass -allow-shlib-undefined to the Solaris linker.
2015-06-22 Sanjoy DasFix MSVC build.
2015-06-22 Rafael EspindolaRemove the IsStreamed member variable.
2015-06-22 Sanjoy Das[FaultMaps] Add a parser for the __llvm__faultmaps...
2015-06-22 Sanjoy Das[NFC] Capitalization in documentation.
2015-06-22 Rafael EspindolaBring r240130 back.
2015-06-22 Rafael EspindolaAvoid a Symbol -> Name -> Symbol conversion.
2015-06-22 Alex LorenzMIR Serialization: Serialize machine instruction names.
2015-06-22 Pawel BylicaFix shl folding in DAG combiner.
2015-06-22 Rafael EspindolaAdd a triple to the test to fix it on some hosts.
2015-06-22 Joseph Tremoulet[ORC] Add NullResolver
2015-06-22 Rafael EspindolaSupport Solaris unused sections' gc link syntax.
2015-06-22 Toma Tabacu[mips] [IAS] Add support for LAReg with identical sourc...
2015-06-22 Elena DemikhovskyAVX-512: added VPSHUFB instruction - all SKX forms
2015-06-22 Rafael EspindolaDo not pass optimization flags to Solaris' linker.
2015-06-22 Rafael EspindolaUse right syntax to pass version script to Solaris...
2015-06-22 Toma Tabacu[mips] [IAS] Add support for LASym with identical sourc...
2015-06-22 Elena DemikhovskyAVX-512: All forms of VCOPMRESS VEXPAND instructions,
2015-06-22 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-22 Alexander KornienkoRemoving empty directories.
2015-06-22 Elena DemikhovskyReverted AVX-512 vector shuffle
2015-06-22 Michael Kuperstein[X86] Allow more call sequences to use push instruction...
2015-06-22 Elena DemikhovskyAVX-512: Added intrinsics for VPERMT2W/D/Q/PS/PD and
2015-06-22 Chandler Carruth[PM/AA] Hoist the AliasResult enum out of the AliasAnal...
2015-06-22 Chandler Carruth[PM/AA] Rework the names and comments in AliasSetTracke...
2015-06-22 Rafael EspindolaAdd the testcase from pr23900.
2015-06-21 Simon Pilgrim[X86] Code tidyup - Use SDValue bool operator. NFC.
2015-06-21 Duncan P. N... AsmPrinter: Don't emit empty .debug_loc entries
2015-06-21 Duncan P. N... AsmPrinter: Rewrite initialization of DbgVariable, NFC
2015-06-21 Simon Pilgrim[X86][SSE] Added missing stack folding test for CVTSD2S...
2015-06-21 NAKAMURA TakumiOptTable.h: Prune a couple of \param(s), since Arg...
2015-06-21 David BlaikieDevirtualize ArgList's dtor now that -Wvirtual-dtor...
2015-06-21 David BlaikieArrayRef-ify libDriverMain
2015-06-21 David BlaikieArrayRef-ify ParseArgs
2015-06-21 Rui UeyamaObject: Add load configuration structure for 64 bit...
2015-06-20 Hans WennborgSwitch lowering: add heuristic for filling leaf nodes...
2015-06-20 Simon Pilgrim[X86][SSE] Fix PerformSExtCombine bug that accessed...
2015-06-20 Benjamin Kramer[PPC] Factor vector removal into a function and remove...
2015-06-20 Benjamin Kramer[SwitchLowering] Remove quadratic vector removal.
2015-06-20 Simon Pilgrim[X86][SSE][CostModel] Added full set of sitofp/uitofp...
2015-06-20 Yaron KerenUpdate ELFObjectWriter::reset() following r238073.
2015-06-20 Yaron KerenRangify for loops in Inliner::runOnSCC(), NFC.
2015-06-20 Justin BognerIndVarSimplify: Avoid UB from binding a reference to...
2015-06-20 NAKAMURA TakumiReformat.
2015-06-20 NAKAMURA TakumiRevert r240040, "[BranchFolding] Replace custom Machine...
2015-06-20 NAKAMURA TakumiTargetInstrInfo.h: Fix r240192. [-Wdocumentation]
2015-06-20 Justin BognerRevert "InstrProf: When reading, copy the data instead...
2015-06-20 Peter CollingbourneUse correct escaping for semicolon on Windows.
2015-06-20 Justin BognerInstrProf: When reading, copy the data instead of takin...
2015-06-20 Peter CollingbourneLibDriver tests require x86 target.
2015-06-20 Peter CollingbourneLibDriver: implement /libpath and $LIB; ignore /ignore...
2015-06-20 Keno Fischer[MCJIT] Add a FindGlobalVariableNamed utility
2015-06-20 Justin BognerLowerSwitch: Avoid some undefined behaviour
2015-06-20 Sanjoy Das[Statepoint] Remove unnecessary argument from Statepoin...
2015-06-20 Sanjoy Das[Statepoint][NFC] Fix include guard style.
2015-06-19 Nico WeberRevert 240130, it caused crashes (repro in PR23900).
2015-06-19 Sanjay Patelname change: hasPattern() -> getMachineCombinerPatterns...
2015-06-19 Sanjoy Das[CallGraph] Given -print-callgraph a stable printing...
2015-06-19 Dan LiewTry to fix generation of LLVMExports.cmake under Visual...
2015-06-19 Rafael EspindolaImprove error handling of getRelocationAddend.
2015-06-19 Pete CooperFix header path in CMake. NFC.
2015-06-19 Alex LorenzMIR Parser: report an error when a basic block isn...
2015-06-19 Adam Nemet[LoopDist] Rename RuntimeCheckEmitter to LoopVersioning...
2015-06-19 Adam Nemet[LoopDist] Move pointer-to-partition computation out...
2015-06-19 Rafael EspindolaDelete dead code. NFC.
2015-06-19 Matt ArsenaultAMDGPU: Fix filename in comment
2015-06-19 Rafael EspindolaMake getRelocationSection MachO only.
2015-06-19 Alex LorenzMIR Serialization: Serialize the list of machine basic...
2015-06-19 Michael Zolotukhin[SLP] Vectorize for all-constant entries.
2015-06-19 Matt ArsenaultAMDGPU: Fix some places missed in rename
2015-06-19 Alex LorenzMIR Serialization: use default member initializers...
2015-06-19 Chad RosierTypo. NFC.
2015-06-19 Douglas KatzmanAvoid warning about inability to cast from ptr-to-obj...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-19 Rafael EspindolaFix the build.
2015-06-19 Rafael EspindolaReplace EM_486 with EM_IAMCU.
2015-06-19 Alexander Potapenko[ASan] Initial support for Kernel AddressSanitizer
2015-06-19 Rafael EspindolaMake all temporary symbols unnamed.
2015-06-19 Tobias GrosserIRBuilder: Add unit tests for construction of globals...
2015-06-19 Filipe CabecinhasCMake: Stop using LLVM's custom parse_arguments (delete...
2015-06-19 Filipe CabecinhasCMake: Stop using LLVM's custom parse_arguments. NFC
2015-06-19 Ahmed Bougacha[ARM] Look through concat when lowering in-place shuffl...
2015-06-19 Ahmed Bougacha[ARM] Factor out two-result shuffle matching. NFCI.
2015-06-19 Ahmed Bougacha[ARM] Add D-sized vtrn/vuzp/vzip tests, and cleanup...
2015-06-19 Tobias GrosserIRBuilder: Allow globals to be constructed in a specifi...
2015-06-19 Eric ChristopherFix "the the" in comments.
2015-06-18 Alex LorenzMIR Serialization: Reenable one of the MIRParser tests...
2015-06-18 Rafael EspindolaImprove the --expand-relocs handling of MachO.
2015-06-18 Yi JiangAvoid redundant select node in early if-conversion...
2015-06-18 Hans WennborgSwitch lowering: enable whole-switch jump tables at...
2015-06-18 Rafael EspindolaPass --expand-relocs to a few more tests.
2015-06-18 Sanjay Pateluse SDValue bool operator; NFCI
2015-06-18 Sanjay Pateladd test to show suboptimal load merging behavior
next