[PlaceSafepoints] Use analysis infrastructure to get dominator tree
[oota-llvm.git] / lib /
2015-05-12 Philip Reames[PlaceSafepoints] Use analysis infrastructure to get...
2015-05-12 Reid Kleckner[X86] Always return the sret parameter in eax/rax,...
2015-05-12 Philip Reames[PlaceSafepoints] Remove dependence on LoopSimplify
2015-05-12 Pete CooperConvert PHI getIncomingValue() to foreach over incoming...
2015-05-12 Pete CooperConstify method. NFC
2015-05-12 Pat Gavlin[Statepoints] Split the calling convention and statepoi...
2015-05-12 Douglas KatzmanStrip trailing whitespace. NFC
2015-05-12 Tom StellardR600/SI: Fix bug in VGPR spilling
2015-05-12 Kostya Serebryany[lib/Fuzzer] guess the right number of workers if ...
2015-05-12 Alex LorenzRevert r237157, "YAML: Fix typos. NFC".
2015-05-12 Jozef Kolek[mips][microMIPSr6] Implement SELEQZ and SELNEZ instruc...
2015-05-12 Alex LorenzYAML: Fix typos. NFC.
2015-05-12 Michael ZolotukhinReimplement heuristic for estimating complete-unroll...
2015-05-12 Petar Jovanovic[Mips] Return false for isFPCloseToIncomingSP()
2015-05-12 Tom StellardR600/SI: add pass to mark CF live ranges as non-spillable
2015-05-12 Sunil SrivastavaChanged renaming of local symbols by inserting a dot...
2015-05-12 Keith Walker[DWARF] Add CIE header fields address_size and segment_...
2015-05-12 Sanjay Pateluse 'auto' to improve readability; NFC
2015-05-12 Tom StellardR600/SI: Update tablegen defs to avoid restoring spille...
2015-05-12 Tom StellardR600/SI: Remove M0Reg register class
2015-05-12 Tom StellardR600/SI: Remove explicit m0 operand from DS instructions
2015-05-12 Tom StellardR600/SI: Remove explicit m0 operand from v_interp instr...
2015-05-12 Tom StellardR600/SI: Remove explicit m0 operand from s_sendmsg
2015-05-12 Tom StellardR600/SI: Replace TRI->getRegClass(Reg) with TRI->getPhy...
2015-05-12 Elena DemikhovskyAVX-512, X86: Added lowering for shift operations for...
2015-05-12 John Brawn[ARM] Use AEABI aligned function variants
2015-05-12 Igor LaevskyReverse ordering of base and derived pointer during...
2015-05-12 Andrea Di Biagio[X86] Remove useless target specific combine on TRUNCAT...
2015-05-12 Vasileios Kalintiris[mips][FastISel] Handle calls with non legal types...
2015-05-12 Vasileios Kalintiris[mips][FastISel] Allow computation of addresses from...
2015-05-12 Renato GolinChange TargetParser enum names to avoid macro conflicts...
2015-05-12 Elena DemikhovskyAVX-512: select operation for i1 vectors
2015-05-12 Michael Kuperstein[X86] DAGCombine should not assume arbitrary vector...
2015-05-12 Craig TopperRemove unnecessary variables by folding calls into...
2015-05-12 Kostya Serebryany[lib/Fuzzer] remove the -dfsan=1 flag, just use -use_tr...
2015-05-12 Kostya Serebryany[lib/Fuzzer] detach the pulse thread instad of joining it
2015-05-12 Eric ChristopherMigrate existing backends that care about software...
2015-05-12 Andrew KaylorFixing memory leak
2015-05-11 Sanjoy DasRefactoring gc_relocate related code in CodeGenPrepare.cpp
2015-05-11 Sanjoy DasRename variables in gc_relocate related functions to...
2015-05-11 Kostya Serebryany[lib/Fuzzer] don't record traces when trace collection...
2015-05-11 Ahmed Bougacha[MemCpyOpt] Look at any dependency -not just source...
2015-05-11 David BlaikieSimplify a return expression and an access to an alloca...
2015-05-11 Andrew Kaylor[WinEH] Handle nested landing pads that return directly...
2015-05-11 David BlaikieReaddress r236990, use of static members on a non-stati...
2015-05-11 James Y KnightFix tablegen's PrintFatalError function to run register...
2015-05-11 Kostya Serebryany[lib/Fuzzer] when running multiple fuzzing processes...
2015-05-11 Kostya Serebryany[lib/Fuzzer] rename FuzzerDFSan.cpp to FuzzerTraceState...
2015-05-11 Sanjay Patelpropagate IR-level fast-math-flags to DAG nodes; 2nd...
2015-05-11 Davide Italiano[LoopIdiomRecognize] Transform backedge-taken count...
2015-05-11 Kostya Serebryany[lib/Fuzzer] add a trace-based mutatation logic. Same...
2015-05-11 Andrew KaylorFixing build warnings
2015-05-11 Andrew Kaylor[WinEH] Update exception numbering to give handlers...
2015-05-11 Sanjoy Das[RewriteStatepointsForGC] Fix a bug on creating gc_relo...
2015-05-11 Matthias BraunLiveRangeCalc: Improve error messages on malformed IR
2015-05-11 Pirama Arumuga Nainar[X86] Updates to X86 backend for f16 promotion
2015-05-11 James MolloyRip min/max pattern matching out of InstCombine and...
2015-05-11 Aaron BallmanSilencing an MSVC warning: '<<' : result of 32-bit...
2015-05-11 Elena DemikhovskyAVX-512: Changed CC parameter in "cmp" intrinsic
2015-05-11 Hal Finkel[InstCombine/PowerPC] Fix single-precision QPX load...
2015-05-11 Elena DemikhovskyFixed compilation warning, NFC.
2015-05-11 Elena DemikhovskyAVX-512: Added SKX instructions and intrinsics:
2015-05-11 David Majnemer[InstCombine] Canonicalize single element array store
2015-05-11 David Majnemer[InstCombine] Canonicalize single element array load
2015-05-10 Elena DemikhovskyAVX-512: fixed UINT_TO_FP operation for 512-bit types.
2015-05-10 Simon Pilgrim[SelectionDAG] Fixed constant folding issue when legali...
2015-05-10 Ismail PazarbasiSanitizerCoverage: Use `createSanitizerCtor` to create...
2015-05-10 Elena DemikhovskyAVX-512: fixed a bug in i1 vectors lowering
2015-05-10 Saleem AbdulrasoolSystemZ: silence a GCC warning
2015-05-09 James Y KnightFix MergeConsecutiveStore for non-byte-sized memory...
2015-05-09 Tom StellardMachineCSE: Add a target query for the LookAheadLimit...
2015-05-09 Pete Cooper[Fast-ISel] Don't mark the first use of a remat constan...
2015-05-09 Arnold SchwaighoferFix compile error
2015-05-09 Quentin ColombetRevert r236912.
2015-05-08 Davide Italiano[Target/ARM] Remove unused 'private' from class.
2015-05-08 Arnold SchwaighoferScheduleDAGInstrs: In functions with tail calls PseudoS...
2015-05-08 David Blaikie[opaque pointer type] Cleanup a few references to point...
2015-05-08 Kostya Serebryany[lib/Fuzzer] build tests that work well with dfsan...
2015-05-08 Kostya Serebryany[lib/Fuzzer] use -fsanitize-coverage=trace-cmp when...
2015-05-08 Hans WennborgSwitch lowering: cluster adjacent fall-through cases...
2015-05-08 Renato GolinTargetParser: FPU/ARCH/EXT parsing refactory - NFC
2015-05-08 Pete Cooper[Fast-ISel] Clear kill flags on registers replaced...
2015-05-08 Brendon Cahoon[Hexagon] Generate more hardware loops
2015-05-08 Sanjoy Das[BasicAA] Fix zext & sext handling
2015-05-08 David BlaikieReplace branch-to-unreachable with assertion.
2015-05-08 Pete Cooper[X86] Fast-ISel was incorrectly always killing the...
2015-05-08 Pat GavlinExtend the statepoint intrinsic to allow statepoints...
2015-05-08 Pete CooperClear kill flags on all used registers when sinking...
2015-05-08 Pete Cooper80 cols fix since i'm looking at this function anyway...
2015-05-08 Brendon Cahoon[Hexagon] Update AnalyzeBranch, etc target hooks
2015-05-08 Andrea Di Biagio[X86] Teach 'getTargetShuffleMask' how to look through...
2015-05-08 Jozef Kolek[mips][microMIPSr6] Implement ALUIPC and AUIPC instructions
2015-05-08 Jozef Kolek[mips][microMIPSr6] Implement ADDIUPC and LWPC instructions
2015-05-08 James Y KnightFix alignment checks in MergeConsecutiveStores.
2015-05-08 Igor LaevskyFix coding standart based on post submit comments.
2015-05-08 John Brawn[ARM] Reject invalid -march values
2015-05-08 Denis ProtivenskyFix gcc warning of different enum and non-enum types...
2015-05-08 Toma Tabacu[mips] Only use FGR_{32,64} in TableGen descriptions...
2015-05-08 Igor LaevskyThis change is refactoring only. It moves basic block...
2015-05-08 Vasileios Kalintiris[mips] Emit the .insn directive for empty basic blocks.
next