Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
b13c91f159fa9b631cb15dc02ea0b72b2802ac4d
/
llvm
/
lib
/
CodeGen
/
MachineSSAUpdater.cpp
f00654e
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
by Alexander Kornienko
· 10 years ago
70bc5f1
Fixed/added namespace ending comments using clang-tidy. NFC
by Alexander Kornienko
· 10 years ago
307c2cb
Remove unnecessary TargetMachine.h includes.
by Eric Christopher
· 11 years ago
fc6de42
Have MachineFunction cache a pointer to the subtarget to make lookups
by Eric Christopher
· 11 years ago
d913448
Remove the TargetMachine forwards for TargetSubtargetInfo based
by Eric Christopher
· 11 years ago
e96dd89
[Modules] Make Support/Debug.h modular. This requires it to not change
by Chandler Carruth
· 11 years ago
c0196b1
[C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr.
by Craig Topper
· 12 years ago
3161726
remove a bunch of unused private methods
by Nuno Lopes
· 12 years ago
b94011f
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector size.
by Craig Topper
· 12 years ago
f623e98
Use MachineInstrBuilder in a few CodeGen passes.
by Jakob Stoklund Olesen
· 13 years ago
b159b5f
Remove the explicit MachineInstrBuilder(MI) constructor.
by Jakob Stoklund Olesen
· 13 years ago
ed0881b
Use the new script to sort the includes of every file under lib.
by Chandler Carruth
· 13 years ago
0ff8f0e
Fix undefined behavior: binding null pointer to reference. No functionality change.
by Richard Smith
· 13 years ago
c60fbe6
Fix two rather subtle internal vs. external linker issues.
by Chandler Carruth
· 13 years ago
46a9f01
More dead code removal (using -Wunreachable-code)
by David Blaikie
· 14 years ago
c1610be
Mix some minor misuse of MachineBasicBlock iterator.
by Evan Cheng
· 14 years ago
01fcdaa
Fix PR7096. When a block containing multiple defs is tail duplicated, the
by Bob Wilson
· 15 years ago
d1b38e3
Combine the implementations of the core part of the SSAUpdater and
by Bob Wilson
· 15 years ago
d561daf
Update MachineSSAUpdater with the same changes I made for the IR-level
by Bob Wilson
· 15 years ago
bd009d6
stop using DebugLoc::getUnknownLoc()
by Chris Lattner
· 16 years ago
c9505b6
fix missing #includes.
by Chris Lattner
· 16 years ago
b06015a
move target-independent opcodes out of TargetInstrInfo
by Chris Lattner
· 16 years ago
646aacb
by David Greene
· 16 years ago
fb1654d
Watch out for duplicated PHI instructions.
by Evan Cheng
· 16 years ago
cc77062
Pre-regalloc tale duplication. Work in progress.
by Evan Cheng
· 16 years ago
92c310c
If BB is empty, insert PHI before end() instead of front().
by Evan Cheng
· 16 years ago
0f1cc35
Don't try to be cute with undef optimization here. Let ProcessImplicitDefs handle it.
by Evan Cheng
· 16 years ago
e156f61
- If the reaching definition is an undef and the use is a PHI, add the implicit_def to the end of the source block.
by Evan Cheng
· 16 years ago
b2c1529
Handle undef values properly.
by Evan Cheng
· 16 years ago
7145382
Fill out codegen SSA updater. It's not yet tested.
by Evan Cheng
· 16 years ago
20e9d03
Skeleton for MachineInstr level SSA updater.
by Evan Cheng
· 16 years ago