[PM/AA] Remove all of the dead AliasAnalysis pointers being threaded
[oota-llvm.git] / lib /
2015-07-22 Chandler Carruth[PM/AA] Remove all of the dead AliasAnalysis pointers...
2015-07-22 Chandler Carruth[PM/AA] Remove the last of the legacy update API from...
2015-07-22 Chandler Carruth[PM/AA] Switch to an early-exit. NFC. This was split...
2015-07-22 Chandler Carruth[PM/AA] Put the 'final' keyword in the correct place...
2015-07-22 Chandler Carruth[PM/AA] Replace the only use of the AliasAnalysis:...
2015-07-22 Elena DemikhovskyAVX-512: Added intrinsics for VCVT* instructions.
2015-07-22 Chen Li[LoopUnswitch] Code refactoring to separate trivial...
2015-07-22 Jingyue Wu[BranchFolding] do not iterate the aliases of virtual...
2015-07-22 Chandler Carruth[SROA] Fix a nasty pile of bugs to do with big-endian...
2015-07-21 Alexey Samsonov[Fuzzer] Rely on $PATH expansion instead of hardcoding...
2015-07-21 Alexey Samsonov[Fuzzer] Clearly separate regular and DFSan tests....
2015-07-21 Alex LorenzMIR Serialization: Start serializing the CFI operands...
2015-07-21 Nick LewyckyFix a performance problem in memcpyopt by removing...
2015-07-21 Jingyue Wu[MDA] change BlockScanLimit into a command line option.
2015-07-21 Bruno Cardoso Lopes[AsmPrinter] Check for valid constants in handleIndirec...
2015-07-21 Bill Schmidt[PPC64LE] More vector swap optimization TLC
2015-07-21 Alex LorenzMIR Parser: Reuse the function 'lexName' when lexing...
2015-07-21 Sanjoy Das[SCEV][NFC] Fix a typo in a comment.
2015-07-21 Philip Reames[RewriteStatepointsForGC] minor style cleanup
2015-07-21 Chad RosierFollow up to r242810. NFC.
2015-07-21 Chad Rosier[AArch64] Simplify the passing of arguments. NFC.
2015-07-21 Reid KlecknerRe-land 242726 to use RAII to do cleanup
2015-07-21 Philip Reames[RewriteStatepointsForGC] Hoist some code out of a...
2015-07-21 Arnold SchwaighoferMergeFunc: Transfer the callee's attributes when replac...
2015-07-21 Alex LorenzMIR Serialization: Serialize the external symbol machin...
2015-07-21 Philip Reames[RewriteStatepointsForGC] Delete trivial code
2015-07-21 Alex LorenzIR: Extract a function 'printLLVMNameWithoutPrefix...
2015-07-21 Sanjay Patelfix formatting; NFC
2015-07-21 Nico WeberRevert 242726, it broke ASan on OS X.
2015-07-21 Karthik BhatConstfold trunc,rint,nearbyint,ceil and floor using...
2015-07-21 Igor BregerAVX512 : Implemented VPMADDUBSW and VPMADDWD instruction ,
2015-07-21 Akira Hatanaka[ARM] Define subtarget feature "reserve-r9", which...
2015-07-21 Philip Reames[RewriteStatepointsForGC] Minor code cleanup [NFC]
2015-07-21 Matt ArsenaultAMDGPU: Set isMoveImm on s_movk_i32
2015-07-21 Matthias BraunARMLoadStoreOpt: Merge subs/adds into LDRD/STRD; Factor...
2015-07-21 Matthias BraunARMLoadStoreOptimizer: Create LDRD/STRD on thumb2
2015-07-20 Akira HatanakaRevert r242737.
2015-07-20 Akira Hatanaka[ARM] Define subtarget feature "reserve-r9", which...
2015-07-20 Matthias BraunRevert "ARMLoadStoreOptimizer: Create LDRD/STRD on...
2015-07-20 Matthias BraunRevert "ARMLoadStoreOpt: Merge subs/adds into LDRD...
2015-07-20 Matthias BraunRevert "ARM: Use SpecificBumpPtrAllocator to fix leak...
2015-07-20 Matthias BraunAArch64: Restrict macroop fusion heuristics to cyclone.
2015-07-20 JF BastienTargets: commonize some stack realignment code
2015-07-20 Reid KlecknerDon't try to instrument allocas used by outlined SEH...
2015-07-20 Matthias BraunAArch64: Add aditional Cyclone macroop fusion opportunities
2015-07-20 Matthias BraunMachineScheduler: Restrict macroop fusion to data-depen...
2015-07-20 Geoff BerryFix comment typo (test commit). NFC
2015-07-20 Quentin Colombet[ARM] Refactor the prologue/epilogue emission to be...
2015-07-20 Jingyue Wu[NVPTX] make load on global readonly memory to use ldg
2015-07-20 Krzysztof Parzyszek[Hexagon] Generate MUX from conditional transfers when...
2015-07-20 Alex LorenzMIR Serialization: Initial serialization of machine...
2015-07-20 Sanjoy Das[ImplicitNullChecks] Work with implicit defs.
2015-07-20 Alex LorenzMIR Parser: Add support for quoted named global value...
2015-07-20 Chad Rosier[AArch64] Change EON pattern to match more often.
2015-07-20 Tom StellardAMDGPU/SI: Add VI patterns to select FLAT instructions...
2015-07-20 Vasileios Kalintiris[mips] Added support for the ERETNC instruction.
2015-07-19 Arnold SchwaighoferRevert "MergeFuncs: Transfer the function parameter...
2015-07-19 Yaron KerenNarrow Callee scope, suggestion from David Blaikie.
2015-07-19 Simon Pilgrim[X86][SSE] Reordered cast vectorization costs. NFCI.
2015-07-19 Yaron KerenDe-duplicate CS.getCalledFunction() expression.
2015-07-19 Simon Pilgrim[DAGCombiner] Fixed minor typo that was missed in D9097.
2015-07-19 Michael Kuperstein[X86] Add support for tbyte memory operand size for...
2015-07-19 Simon PilgrimRemove TargetInstrInfo::canFoldMemoryOperand
2015-07-19 Elena DemikhovskyAVX-512: Floating point conversions for SKX - DAG Lowering.
2015-07-19 Simon PilgrimUse SDValue bool check. NFCI.
2015-07-18 Simon Pilgrim[X86][SSE] Updated SHL/LSHR i64 vectorization costs.
2015-07-18 Benjamin Kramer[AggressiveAntiDepBreaker] Use range loops for multimap...
2015-07-18 Yaron KerenRangify for loops in GlobalDCE, NFC.
2015-07-18 Benjamin Kramer[Hexagon] Use composition instead of inheritance from...
2015-07-18 Chandler Carruth[PM/AA] Remove the addEscapingUse update API that won...
2015-07-18 Kostya Serebryany[libFuzzer] require the files and directories passed...
2015-07-17 Evgeniy Stepanov[asan] Fix shadow mapping on Android/AArch64.
2015-07-17 Matthias BraunARM: Enable MachineScheduler and disable PostRASchedule...
2015-07-17 Matthias BraunARM: Add scheduling information for LDRLIT instructions...
2015-07-17 Quentin Colombet[RAGreedy] Add an experimental deferred spilling feature.
2015-07-17 Alex LorenzMIR Parser: Allow the dollar characters in all of the...
2015-07-17 Alex LorenzAsmParser: Add a function to parse a standalone constan...
2015-07-17 Kuba Brecka[asan] Add a comment explaining why non-instrumented...
2015-07-17 Arnold SchwaighoferMergeFuncs: Transfer the function parameter attributes...
2015-07-17 Adam NemetRevert "ARM: Enable MachineScheduler and disable PostRA...
2015-07-17 Matthias BraunUse llvm_unreachable() instead of report_fatal_error...
2015-07-17 James Molloy[ARM] Use [SU]ABSDIFF nodes instead of intrinsics for...
2015-07-17 James Molloy[AArch64] Use [SU]ABSDIFF nodes instead of intrinsics...
2015-07-17 Eli BenderskyUse inbounds GEPs for memcpy and memset lowering
2015-07-17 Rafael EspindolaAdd support for producing thin archives in llvm-lib.
2015-07-17 Alexandros LamprineasEdited the CPUNames table of TargetParser
2015-07-17 John BrawnMake global aliases have symbol size equal to their...
2015-07-17 Chandler Carruth[PM/AA] Disable the core unsafe aspect of GlobalsModRef...
2015-07-17 Kuba Brecka[asan] Fix invalid debug info for promotable allocas
2015-07-17 Tim NorthoverAArch64: add comment missed out from earlier patch.
2015-07-17 Matthias BraunARM: Enable MachineScheduler and disable PostRASchedule...
2015-07-17 Matt ArsenaultOnly do fmul (fadd x, x), c combine if the fadd only...
2015-07-17 Rafael EspindolaUse small encodings for constants when possible.
2015-07-17 Alex LorenzMIR Serialization: Serialize the frame setup machine...
2015-07-16 Alex LorenzMIR Serialization: Serialize the frame index machine...
2015-07-16 Cong HouAdd new constructors for LoopInfo/DominatorTree/BFI/BPI
2015-07-16 Matthias BraunArm: Don't define a label twice with two setjmps in...
2015-07-16 Matthias BraunFix __builtin_setjmp in combination with sjlj exception...
2015-07-16 Mehdi AminiFix ffiInvoke() use of DataLayout, broken in 242414
2015-07-16 Simon PilgrimFix spelling. NFCI.
next