oota-llvm.git
2015-11-02 Silviu Baranga[SCEV][LV] Add SCEV Predicates and use them to re-imple...
2015-11-02 Nemanja IvanovicFix for bootstrap bug introduced in r244921
2015-11-02 Rafael EspindolaThis doesn't need a object::Archive::child_iterator.
2015-11-02 Rafael EspindolaAvoid implicitly constructing a Archive::child_iterator.
2015-11-02 James Molloy[PatternMatch] Switch to use ValueTracking::matchSelect...
2015-11-02 Pawel Bylica[Support] Extend sys::path with user_cache_directory...
2015-11-02 Igor BregerAVX512: Implemented encoding and intrinsics for VBROADC...
2015-11-02 Craig Topper[X86] Remove assertions that check for valid scale...
2015-11-02 Craig Topper[X86] Don't pass a scale value of 0 to scatter/gather...
2015-11-02 Craig Topper[X86] Fold 'if' followed by just an llvm_unreachable...
2015-11-02 Craig Topper[X86] Use isa instead of dyn_cast in a bool context...
2015-11-02 Craig Topper[X86] Remove some llvm_unreachables after switches...
2015-11-02 Craig Topper[X86] Remove a 'break' after an llvm_unreachable.
2015-11-02 Craig Topper[X86] Use cast instead of dyn_cast and a null check...
2015-11-02 Craig TopperFix a -Wpessimizing-move warning.
2015-11-02 Craig Topper[X86] Use MVT instead of EVT when the type is known...
2015-11-02 Xinliang David Li[PGO] Value profiling (index format) code cleanup and...
2015-11-02 Sanjoy Das[SCEV] Fix PR25369
2015-11-02 NAKAMURA TakumiUntabify.
2015-11-01 Davide Italiano[LibraryInfo] Point to FreeBSD HEAD repo and not to...
2015-11-01 Elena DemikhovskyAVX-512: Optimized SIMD truncate operations for AVX512F...
2015-11-01 Saleem AbdulrasoolRuntimeDyld: add COFF i386 support
2015-11-01 Rafael EspindolaMake a few definitions static. NFC.
2015-11-01 Rafael EspindolaUse Child instead of child_iterator in the archive...
2015-11-01 Davide ItalianoSimplify a check. NFC.
2015-10-31 Sanjoy Das[SCEV] Don't create SCEV expressions that break LCSSA
2015-10-31 Sanjoy Das[SCEV] Use auto and range for; NFC
2015-10-31 Davide Italiano[SimplifyLibCalls] Factor out other common code.
2015-10-31 Rafael EspindolaThis can take a const reference. NFC.
2015-10-31 Diego NovilloSamplePGO - Count sample records in embedded profiles...
2015-10-31 Craig Topper[X86] Replace getScalarType with getVectorElementType...
2015-10-31 Rafael EspindolaDon't store a Child to the first regular member.
2015-10-31 Rafael EspindolaDelete dead code.
2015-10-31 Rafael EspindolaSimplify handling of archive Symbol tables.
2015-10-31 Davide Italiano[SimplifyLibCalls] Add test to ensure transform is...
2015-10-31 Rafael EspindolaSimplify the handling of the archive string table.
2015-10-31 Craig Topper[X86] Convert to MVT instead of calling EVT functions...
2015-10-31 Craig Topper[X86] Call getScalarSizeInBits() instead of getScalarTy...
2015-10-31 Craig Topper[X86] Remove two const references to the return value...
2015-10-31 Craig Topper[X86] Replace EVT with MVT in some more places. NFC
2015-10-31 Craig Topper[X86] Fix indentation of case statements in switch...
2015-10-31 Craig Topper[X86] Reduce math for index calculation for inserting...
2015-10-31 Davide Italiano[SimplifyLibCalls] Remove dead code.
2015-10-31 Michael GottesmanAdd a unittest for SmallDenseMap that tests assigning...
2015-10-31 Lang HamesAdd a sys::OwningMemoryBlock class, which is a sys...
2015-10-31 Chandler Carruth[FunctionAttrs] Inline the prototype attribute inferenc...
2015-10-30 Justin Bogner[PM] Port StripDeadPrototypes to the new pass manager
2015-10-30 Justin Bogner[PM] Port ADCE to the new pass manager
2015-10-30 Justin BognerWhitespace. NFC
2015-10-30 Justin BognerPM: Print the IR unit's name in debug output. NFC
2015-10-30 Kevin EnderbyImplemented the code to make llvm-nm’s -g option work.
2015-10-30 Chandler Carruth[FunctionAttrs] Separate another chunk of the logic...
2015-10-30 JF Bastien[WebAssembly] Fix import statement
2015-10-30 Tim NorthoverARM: add extra test for watchOS ABI
2015-10-30 Silviu Baranga[SCEV] Generalize the SCEV algorithm for creating expre...
2015-10-30 Dehao ChenRecommit r251680 (also need to update clang test)
2015-10-30 Dehao ChenRemove oneline.ll test.
2015-10-30 Craig Topper[X86] Use is128BitVector/is256BitVector/is512BitVector...
2015-10-30 Craig Topper[X86] Minor formatting fixes. NFC.
2015-10-30 Dehao ChenRevert r251680:
2015-10-30 Lang Hames[Orc] Expose the compile callback API through the C...
2015-10-30 Craig Topper[X86] Use MVT instead of EVT in some places. NFC
2015-10-30 Dehao ChenUpdate the discriminator assignment algorithm
2015-10-30 Davide Italiano[MC] Make another header NDEBUG-free.
2015-10-30 Alexey SamsonovLet the users of LLVMSymbolizer decide whether they...
2015-10-30 NAKAMURA Takumillvm/ExecutionEngine/Orc/LogicalDylib.h: Satisfy Modules.
2015-10-30 Alexey Samsonov[LLVMSymbolize] Simplify SymbolizableObjectFile::symbol...
2015-10-30 Filipe CabecinhasRevert "Don't assert if materializing before seeing...
2015-10-29 Alexey Samsonov[LLVMSymbolize] Move printing the description of a...
2015-10-29 Filipe CabecinhasDon't assert if materializing before seeing any functio...
2015-10-29 Weiming ZhaoRevert "[ARM] Remove XFAIL on test/CodeGen/Generic...
2015-10-29 Alexey Samsonov[LLVMSymbolize] Move ModuleInfo into a separate class...
2015-10-29 Simon Pilgrim[X86][SSE] Added load+sext tests for 16i1->16i8 and...
2015-10-29 Simon Pilgrim[X86][SSE] Shuffle blends with zero
2015-10-29 Lang Hames[Orc] Teach IndirectStubsManager to manage an expandabl...
2015-10-29 Dehao Chenclang-format lib/Transforms/Utils/AddDiscriminators.cpp
2015-10-29 Teresa JohnsonFix test check label.
2015-10-29 Weiming Zhao[ARM] Remove XFAIL on test/CodeGen/Generic/MachineBranc...
2015-10-29 Lang Hames[Orc] Rename IndirectStubsManagerBase method 'init...
2015-10-29 Chandler Carruth[FunctionAttrs] Provide a single SCC node set to all...
2015-10-29 Diego NovilloRevert r251593.
2015-10-29 Jonas Paulsson[SystemZ] Make the CCRegs regclass non-allocatable.
2015-10-29 Marek OlsakAMDGPU/SI: handle undef for llvm.SI.packf16
2015-10-29 Marek OlsakAMDGPU/SI: use S_OR for fneg (fabs f32)
2015-10-29 Marek OlsakAMDGPU/SI: use S_AND for i1 trunc
2015-10-29 Zoran Jovanovic[mips] wrong opcode for ll/sc instructions on mipsr6...
2015-10-29 Artyom SkrobovRecognize that ARM1176JZ[F]-S support TrustZone
2015-10-29 Adhemerval... [sanitizer] [msan] Unify aarch64 mapping
2015-10-29 Daniel JasperFix use-after-free. Thanks ASAN for giving me a detaile...
2015-10-29 Vasileios Kalintiris[mips] Check the register class before replacing materi...
2015-10-29 Jonas Paulsson[MachineVerifier] Analyze MachineMemOperands for mem...
2015-10-29 NAKAMURA TakumiOrcJITTests: Update libdeps corresponding to r251604.
2015-10-29 Cong HouRevert the revision 251592 as it fails a test on some...
2015-10-29 Matthias BraunRevert "ScheduleDAGInstrs: Remove IsPostRA flag"
2015-10-29 Philip ReamesFix an unused variable warning which broke the clang...
2015-10-29 JF Bastien[WebAssembly] Update opcode name format for conversions
2015-10-29 Xinliang David Li[PGO] Do not emit runtime hook user function for Linux
2015-10-29 Matthias BraunMachineScheduler: Fix typo in debug message
2015-10-29 Matthias BraunScheduleDAGInstrs: Remove IsPostRA flag
2015-10-29 Matthias BraunMachineScheduler: Use ranged for and slightly simplify...
next