oota-llvm.git
2015-05-12 Kostya Serebryany[lib/Fuzzer] use sha1sum for the file hash
2015-05-12 Diego NovilloTidy comments in SampleProfile header. NFC.
2015-05-12 Justin Bogner[PlaceSafepoints] Add missing "override" to PlaceBacked...
2015-05-12 Richard SmithAdd missing #include and forward decl, found by modules...
2015-05-12 Arnold SchwaighoferMergeFunctions: Two different sized allocas are *not...
2015-05-12 Pat Gavlin[Statepoints] Clean up statepoint argument accessors.
2015-05-12 Matthias BraunRevert "ARM: Remove Itineraries for swift CPU"
2015-05-12 Justin BognerInstrProf: Update name of compiler-rt routine for setti...
2015-05-12 Philip Reames[PlaceSafepoints] Switch to being a FunctionPass
2015-05-12 Sanjay Patelfix formatting; NFC
2015-05-12 Philip Reames[PlaceSafepoints] Make internal helper pass a FunctionPass
2015-05-12 Matthias BraunARM: Remove Itineraries for swift CPU
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 Sundeep Kushwaha[PATCH] [HEXAGON] Add a test program to verify calling...
2015-05-12 Pete CooperConvert PHI getIncomingValue() to foreach over incoming...
2015-05-12 Pete CooperAdd a const method to iterator over PHI incoming values.
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 Jonathan RoelofsDelete dead code. NFC
2015-05-12 Douglas KatzmanComment disambiguation.
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 Sanjay Patelfix typos, grammar; NFC
2015-05-12 Tom StellardR600/SI: Make sendmsg test more strict
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] Simplify callabi.ll by using multiple...
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: asm parser errors check
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 forward declaration.
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 Richard SmithAdd more missing #includes, found by modules build.
2015-05-11 Richard SmithAdd missing #include, found by modules build.
2015-05-11 Richard SmithAdd missing #includes, found by modules build.
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 Alexey SamsonovFix input validation issues in llvm-as/llvm-dis
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 Sanjay Patelgroup getNode() variants by purpose and add comments...
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 Tom StellardCodeGen: Make MachineInstr::untieRegOperand() a public...
2015-05-11 Pirama Arumuga... [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 BallmanAmends r236990, because I failed at hitting "save"...
2015-05-11 Aaron BallmanReplacing a range-based for loop with an old-style...
2015-05-11 Aaron BallmanSilencing an MSVC warning: '<<' : result of 32-bit...
2015-05-11 Adam Nemet[Testsuite] Renumber metadata in ScopedNoAliasAA test...
2015-05-11 Elena DemikhovskyAVX-512: Changed CC parameter in "cmp" intrinsic
2015-05-11 Adam Nemet[Docs] Fix scoped noalias example
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 MajnemerMake buildbots happy
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
next