projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2015-12-14
Justin Bogner
LoopRotate: Convert the methods of LoopRotate to utilit...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
Justin Bogner
LoopRotate: Reorder some method implementations. NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
Rafael Espindola
Use diagnostic handler in the LLVMContext
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
Quentin Colombet
[X86] Add relaxtion logic for ADC instructions.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
Pete Cooper
Factor out some duplication. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
Dan Gohman
[WebAssembly] Add type prefixes to call instructions
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
Dan Gohman
[WebAssembly] Implement a new algorithm for placing...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
Dan Gohman
[WebAssembly] Avoid adding redundant EXPR_STACK uses.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
Reid Kleckner
Revert "Don't create unnecessary PHIs"
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
Chih-Hung Hsieh
[X86] Part 2 to fix x86-64 fp128 calling convention.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
Sanjay Patel
add fast-math-flags to 'call' instructions (PR21290)
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
Ben Craig
Reordering fields to reduce padding in LLVM. NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
Dan Gohman
[WebAssembly] Add an assert to sanity-check dead flags.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
Pete Cooper
Start implementing FDE dumping when printing the eh_frame.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
Pete Cooper
Print the eh_frame section in MachoDump.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
Krzysztof Parzyszek
[Hexagon] Add "const" to function parameters in Hexagon...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
Diego Novillo
Fix formatting. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
Krzysztof Parzyszek
[Packetizer] Add AliasAnalysis as a parameter to the...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
Pete Cooper
Add missing vtable anchor's.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
Krzysztof Parzyszek
[Packetizer] Make endPacket virtual
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
David Majnemer
[ConstantFold] Fix bitcast to gep constant folding...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
Yaron Keren
Save several std::string constructions using llvm:...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
Peter Collingbourne
docs: Correct wording in LangRef relating to available_...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
Cong Hou
Remove the successor probabilities normalization in...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
Sanjoy Das
[MergeFunctions] Use II instead of CI for InvokeInst...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
Sanjoy Das
Teach MergeFunctions about operand bundles
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
Sanjoy Das
Teach haveSameSpecialState about operand bundles
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
Krzysztof Parzyszek
Add "const" to function arguments in DFAPacketizer
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
Xinliang David Li
[PGO] Value profiling text format reader/writer support
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
David Majnemer
[IR] Remove terminatepad
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
Paul Robinson
FastISel needs to remove dead code when it bails out.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
Petar Jovanovic
[Power PC] llvm soft float support for ppc32
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
Matt Arsenault
AMDGPU: Use generic bitreverse intrinsic
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
Sanjay Patel
getParent() ^ 3 == getModule() ; NFCI
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
Geoff Berry
Remove dead function AArch64TargetLowering::getFunction...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
Matt Arsenault
AMDGPU: Fix splitting vector loads with existing offsets
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
Sanjay Patel
[InstCombine] fold trunc ([lshr] (bitcast vector) ...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
Krzysztof Parzyszek
[Hexagon] Subtarget features/default CPU corrections
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
Chad Rosier
[PPC] Early exit loop. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
Adhemerval...
[sanitizer] [msan] VarArgHelper for AArch64
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
James Molloy
Don't create unnecessary PHIs
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
NAKAMURA Takumi
Reformat to untabify.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
David Blaikie
[llvm-dwp] Deduplicate type units
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
David Blaikie
[llvm-dwp] Remove some unused test code
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
Akira Hatanaka
[Docs] Fix underlines that were too short or too long.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-13
Michael Zuckerman
I Added a triple flag for x86-evenDirective test.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-13
Cong Hou
Revert r255460, which still causes test failures on...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-13
Michael Zuckerman
[X86][inline asm] support even directive
commit
|
commitdiff
|
tree
|
snapshot
2015-12-13
Cong Hou
Fix a type issue in r255455. Should not use unsigned...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-13
Cong Hou
[LoopVectorizer] Refine loop vectorizer's register...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-13
Simon Pilgrim
Fix line endings
commit
|
commitdiff
|
tree
|
snapshot
2015-12-13
Cong Hou
Replace <cstdint> by llvm/Support/DataTypes.h for the...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-13
Cong Hou
Add the missing header file <cstdint> needed by uint64_t
commit
|
commitdiff
|
tree
|
snapshot
2015-12-13
Cong Hou
Revert r255454 as it leads to several test failers...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-13
Cong Hou
Normalize MBB's successors' probabilities in several...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-13
Cong Hou
[LoopVectorizer] Refine loop vectorizer's register...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-13
Saleem Abdulrasool
ARM: only emit EABI attributes on EABI targets
commit
|
commitdiff
|
tree
|
snapshot
2015-12-13
Nico Weber
Revert r255444.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-12
Mehdi Amini
Add a C++11 ThreadPool implementation in LLVM
commit
|
commitdiff
|
tree
|
snapshot
2015-12-12
Davide Italiano
[llvm-objdump/MachoDump] Simplify.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-12
Simon Pilgrim
[X86][AVX512] Added support for VMOVQ shuffle comments
commit
|
commitdiff
|
tree
|
snapshot
2015-12-12
Manuel Jacob
Partially fix memcpy / memset / memmove lowering in...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-12
Xinliang David Li
[PGO] Stop using invalid char in instr variable names.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-12
Sanjay Patel
[InstCombine] canonicalize (bitcast (extractelement...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-12
Simon Pilgrim
[X86][AVX] Tests tidyup
commit
|
commitdiff
|
tree
|
snapshot
2015-12-12
David Majnemer
Try to appease sphinx
commit
|
commitdiff
|
tree
|
snapshot
2015-12-12
David Majnemer
Move catchpad-phi-cast.ll to the X86 specific subdirectory
commit
|
commitdiff
|
tree
|
snapshot
2015-12-12
David Majnemer
Try to appease a buildbot
commit
|
commitdiff
|
tree
|
snapshot
2015-12-12
David Majnemer
[IR] Reformulate LLVM's EH funclet IR
commit
|
commitdiff
|
tree
|
snapshot
2015-12-12
Hal Finkel
[PowerPC] OutStreamer cleanup in PPCAsmPrinter
commit
|
commitdiff
|
tree
|
snapshot
2015-12-12
Chen Li
[X86ISelLowering] Add additional support for multiplica...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-12
Hal Finkel
Fix test/CodeGen/PowerPC/ppc-shrink-wrapping.ll after...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-12
Sanjay Patel
[InstCombine] allow any pair of bitcasts to be combined
commit
|
commitdiff
|
tree
|
snapshot
2015-12-12
Hal Finkel
[PowerPC] Add Branch Hints for Highly-Biased Branches
commit
|
commitdiff
|
tree
|
snapshot
2015-12-12
Derek Schuff
[WebAssembly] Update test expectations
commit
|
commitdiff
|
tree
|
snapshot
2015-12-12
Chen Li
Revert rL255391: [X86ISelLowering] Add additional suppo...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-12
Sanjay Patel
use FileCheck for better checking
commit
|
commitdiff
|
tree
|
snapshot
2015-12-11
Derek Schuff
[WebAssembly] Implement prolog/epilog insertion and...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-11
Chen Li
[X86ISelLowering] Add additional support for multiplica...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-11
Diego Novillo
SamplePGO - Reduce memory utilization by 10x.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-11
Matt Arsenault
SelectionDAG: Match min/max if the scalar operation...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-11
Hal Finkel
Revert r248483, r242546, r242545, and r242409 - absdiff...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-11
Rafael Espindola
Avoid buffered reads of /dev/urandom
commit
|
commitdiff
|
tree
|
snapshot
2015-12-11
Davide Italiano
[llvm-objdump/MachODump] Reduce code duplication.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-11
Sanjay Patel
Add tests for bitcast-bitcast sequences for all scalar...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-11
Xinliang David Li
[PGO] Revert r255365: solution incomplete, not handling...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-11
Xinliang David Li
[PGO] Stop using invalid char in instr variable names.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-11
Matthias Braun
CodeGen: Redo analyzePhysRegs() and computeRegisterLive...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-11
Matt Arsenault
Start replacing vector_extract/vector_insert with extra...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-11
Derek Schuff
[WebAssembly] Fix ADJCALLSTACKDOWN/UP use/defs
commit
|
commitdiff
|
tree
|
snapshot
2015-12-11
Chad Rosier
Revert r255247, r255265, and r255286 due to serious...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-11
Manman Ren
CXX_FAST_TLS calling convention: target independent...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-11
Sanjay Patel
fix typos; NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-12-11
Frederic Riss
[dsymutil] Ignore absolute symbols in the debug map
commit
|
commitdiff
|
tree
|
snapshot
2015-12-11
Hal Finkel
AlignmentFromAssumptions and SLPVectorizer preserves...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-11
Hal Finkel
[TableGen] Correct Namespace lookup with AltNames in...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-11
Artur Pilipenko
PruneEH pass incorrectly reports that a change was...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-11
James Molloy
[Mem2Reg] Respect optnone
commit
|
commitdiff
|
tree
|
snapshot
2015-12-11
James Molloy
[InstCombine] Make MatchBSwap also match bit reversals
commit
|
commitdiff
|
tree
|
snapshot
2015-12-11
Maxim Ostapenko
Revert previous test commit.
commit
|
commitdiff
|
tree
|
snapshot
next