oota-llvm.git
2015-07-26 Tobias Grosserbugpoint: make the number of trim iterations a compile...
2015-07-26 Igor BregerImplemented encoding and intrinsics of the following...
2015-07-26 Tobias GrosserFix typo in comment
2015-07-26 Davide Italiano[llvm-dwarfump] Don't rely on global state, part 3.
2015-07-26 Adam Nemet[LAA] Begin moving the logic of generating checks out...
2015-07-25 Simon Pilgrim[InstCombine][SSE4A] Standardized references to Length...
2015-07-25 Simon Pilgrim[InstCombine] Split off SSE4a tests.
2015-07-25 Simon Pilgrim[X86][SSE] Added additional vector sign/zero load exten...
2015-07-25 Simon Pilgrim[X86][SSE] Added additional vector sign/zero extension...
2015-07-25 Chen Li[LoopUnswitch] Improve loop unswitch pass to find trivi...
2015-07-25 Juergen Ributzka[AArch64][FastISel] Always use an AND instruction when...
2015-07-25 Eric ChristopherFix PPCMaterializeInt to check the size of the integer...
2015-07-25 Eric ChristopherPPCMaterializeInt should only take a ConstantInt so...
2015-07-25 Akira Hatanaka[AArch64] Define subtarget feature "reserve-x18", which...
2015-07-24 Duncan P. N... DI/Verifier: Fix argument bitrot in DILocalVariable
2015-07-24 Alex LorenzMIR Serialization: Serialize MachineFrameInfo's callee...
2015-07-24 Lawrence HuHandle loop with negtive induction variable increment
2015-07-24 Pete CooperRemove unnecessary null check. NFC.
2015-07-24 Pete CooperUse make_range(rbegin(), rend()) to allow foreach loops...
2015-07-24 Duncan P. N... DI: Fix unit tests after r243160
2015-07-24 Duncan P. N... DI: Remove unnecessary DICompositeTypeBase
2015-07-24 Duncan P. N... DI: Simplify DebugInfoFinder::processType(), NFC
2015-07-24 Duncan P. N... DI: Remove dead code: getDICompositeType()
2015-07-24 Duncan P. N... AsmPrinter: Use DICompositeType in updateAcceleratorTab...
2015-07-24 Alex LorenzMIR Serialization: Serialize the simple virtual registe...
2015-07-24 Duncan P. N... DI: Remove DIDerivedTypeBase
2015-07-24 Duncan P. N... Verifier: Sink filename check into visitMDCompositeType...
2015-07-24 Duncan P. N... Verifier: Remove unnecessary references to DW_TAG_subro...
2015-07-24 Duncan P. N... DI: Clarify isUnsignedDIType(), NFC
2015-07-24 Pete CooperAdd const to some Type* parameters which didn't need...
2015-07-24 Diego NovilloRemove unused variable. NFC.
2015-07-24 Duncan P. N... DI: Strengthen some dyn_casts to DIDerivedType, NFC
2015-07-24 Jingyue WuRemove the user-count threshold when analyzing read...
2015-07-24 Philip Reames[RewriteStatepointsForGC] Adjust naming scheme to be...
2015-07-24 Duncan P. N... DI: Strengthen block-byref cast to DIDerivedType, NFC
2015-07-24 Pete CooperUse foreach loops for StructType::elements(). NFC.
2015-07-24 Pete CooperAdd const to a bunch of Type* in DataLayout. NFC.
2015-07-24 Duncan P. N... DI: Only DICompositeType has getElements(), NFC
2015-07-24 Alex LorenzMIR Parser: Run the machine verifier after initializing...
2015-07-24 Lang Hames[RuntimeDyld] MachO: Add support for ARM scattered...
2015-07-24 Alex LorenzMIR Tests: Add liveins and successors to make tests...
2015-07-24 Alex LorenzMIR Tests: Make the basic block successor test an X86...
2015-07-24 Igor BregerAVX-512: Implemented encoding , DAG lowering and intrin...
2015-07-24 Chandler CarruthUpdate for r243115 which changed the DataLayout API...
2015-07-24 Hans Wennborgtest-release.sh: Defer test errors until the end
2015-07-24 Mehdi AminiRemove access to the DataLayout in the TargetMachine
2015-07-24 Sanjay Patelfix wrong comment; NFC
2015-07-24 NAKAMURA Takumillvm/test/tools/dsymutil/ARM/lit.local.cfg: Fix possibl...
2015-07-24 Luke Cheeseman[ARM] - Fix lowering of shufflevectors in AArch32
2015-07-24 Luke CheesemanWhen lowering vector shifts a check is performed to...
2015-07-24 Frederic Riss[dsymutil] Implement support for universal mach-o objec...
2015-07-24 Frederic Riss[dsymutil] Make the triple detection more strict.
2015-07-24 Frederic Riss[dsymutil] Refactor BinaryHolder internals. NFC
2015-07-24 Mehdi AminiRevert "Remove access to the DataLayout in the TargetMa...
2015-07-24 Alexei Starovoitov[bpf] initial support for debug_info
2015-07-24 Davide Italiano[llvm-reaobj] Display COFF-specific sections/tables...
2015-07-24 Michael ZolotukhinHandle resolvable branches in complete loop unroll...
2015-07-24 Mehdi AminiRemove access to the DataLayout in the TargetMachine
2015-07-24 Saleem Abdulrasoolbuild: fix small typo in cmake doxygen build
2015-07-24 NAKAMURA TakumiMIRParser/LLVMBuild.txt: Add MC for MCRegisterInfo...
2015-07-24 NAKAMURA TakumiReorder alphabetically.
2015-07-24 Eric ChristopherClean up function attributes on PPC fast-isel tests.
2015-07-24 Kostya Serebryany[libFuzzer] allow users to supply their own implementat...
2015-07-24 Philip Reames[RewriteStatepointsForGC] Fix release build warning
2015-07-24 Jonathan RoelofsAdd missing underlines for a docs section. NFC
2015-07-24 Philip Reames[RewriteStatepointsForGC] Use a worklist algorithm...
2015-07-23 Lawrence Hutest commit, only added one space
2015-07-23 Jingyue Wu[NaryReassociate] remove redundant code
2015-07-23 Alex LorenzMIR Serialization: Serialize the '.cfi_offset' CFI...
2015-07-23 JF BastienWebAssembly: test that valid -mcpu flags are accepted.
2015-07-23 Sanjay Patelfix crash in machine trace metrics due to processing...
2015-07-23 Philip Reames[RewriteStatepointsForGC] Rename PhiState to reflect...
2015-07-23 Philip Reames[RewriteStatepointsForGC] Use idomatic mechanisms for...
2015-07-23 David Gross[ARM] Register (existing) ARMLoadStoreOpt pass with...
2015-07-23 Colin LeMahieuMoving tests in to X86 directory.
2015-07-23 David GrossTest commit.
2015-07-23 Philip Reames[RewriteStatepointsForGC] Simplify code around meet...
2015-07-23 Colin LeMahieuUsing an input object file instead of trying to generat...
2015-07-23 Colin LeMahieuSpecifying a test triple.
2015-07-23 Colin LeMahieu[llvm-objdump] Add -D and --disassemble-all flags that...
2015-07-23 Matt Wala[Scalarizer] Fix potential for stale data in Scattered...
2015-07-23 Duncan P. N... X86: Use dyn_cast instead of isa+cast, NFC
2015-07-23 Weiming ZhaoThis patch eanble register coalescing to coalesce the...
2015-07-23 Kostya Serebryany[libFuzzer] dump long running units to disk
2015-07-23 Igor LaevskyNFC. Explicitly specify attributes in BasicAA/cs-cs...
2015-07-23 Rafael EspindolaDelete dead code.
2015-07-23 Rafael EspindolaUse helper function. NFC.
2015-07-23 Rafael EspindolaAdd a version of getSymbol with an explicit symbol...
2015-07-23 Michael Kuperstein[X86] Allow load folding into PUSH instructions
2015-07-23 Asaf Badouh[x86] change FP scalar builtin naming convention
2015-07-23 Kuba Brecka[asan] Rename the ABI versioning symbol to '__asan_vers...
2015-07-23 Michael Kuperstein[X86] Fix order of operands for ins and outs instructio...
2015-07-23 Chandler Carruth[GMR] Add a late run of GlobalsModRef to the main pass...
2015-07-23 Rafael EspindolaSupport printing relocations in files with no section...
2015-07-23 Rafael EspindolaUse typdef to simplify the code. NFC.
2015-07-23 Elena DemikhovskyX86: Fixed assertion failure in 32-bit mode
2015-07-23 Yaron KerenAvoid using -Wl,-z,defs on Cygwin.
2015-07-23 Chandler CarruthRevert r242990: "AVX-512: Implemented encoding , DAG...
2015-07-23 Chandler Carruth[GMR] Switch the function info we store for every funct...
2015-07-23 Igor BregerAVX-512: Implemented encoding , DAG lowering and intrin...
next