index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
MachineInstr.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...
Yaron Keren
2016-01-29
1
-1
/
+1
*
Consolidate MemRefs handling from BranchFolding and correct latent bug
Philip Reames
2016-01-06
1
-4
/
+34
*
Fix a warning [NFC]
Philip Reames
2016-01-06
1
-1
/
+2
*
Extract helper function to merge MemoryOperand lists [NFC]
Philip Reames
2016-01-06
1
-0
/
+20
*
Correct misleading formatting of several ifs followed by two statements witho...
Yaron Keren
2016-01-02
1
-5
/
+16
*
Replace uint16_t with the MCPhysReg typedef in many places. A lot of physical...
Craig Topper
2015-12-05
1
-2
/
+4
*
MachineInstr: addRegisterDefReadUndef() => setRegisterDefReadUndef()
Matthias Braun
2015-11-11
1
-2
/
+2
*
CodeGen: Continue removing ilist iterator implicit conversions
Duncan P. N. Exon Smith
2015-10-09
1
-9
/
+9
*
Untabify.
NAKAMURA Takumi
2015-09-22
1
-1
/
+1
*
Reformat blank lines.
NAKAMURA Takumi
2015-09-22
1
-1
/
+0
*
[X86] Fix emitEpilogue() to make less assumptions about pops
Michael Kuperstein
2015-09-16
1
-1
/
+4
*
Emit <regmask R1 R2 R3 ...> instead of just <regmask> in IR dumps.
Daniel Sanders
2015-08-19
1
-2
/
+25
*
[X86] Allow x86 call frame optimization to fold more loads into pushes
Michael Kuperstein
2015-08-12
1
-0
/
+4
*
PseudoSourceValue: Replace global manager with a manager in a machine function.
Alex Lorenz
2015-08-11
1
-10
/
+12
*
CodeGen: Create a proper ModuleSlotTracker for MachineInstr
Duncan P. N. Exon Smith
2015-06-26
1
-2
/
+7
*
CodeGen: Push the ModuleSlotTracker through Metadata
Duncan P. N. Exon Smith
2015-06-26
1
-4
/
+4
*
CodeGen: Push the ModuleSlotTracker through MachineOperands
Duncan P. N. Exon Smith
2015-06-26
1
-33
/
+45
*
Show invariant loads in MMO dumping
Matt Arsenault
2015-06-26
1
-0
/
+3
*
[PM/AA] Remove the Location typedef from the AliasAnalysis class now
Chandler Carruth
2015-06-17
1
-3
/
+3
*
CodeGen: Use mop_iterator instead of MIOperands/ConstMIOperands
Matthias Braun
2015-05-29
1
-3
/
+2
*
MachineInstr: Remove unused parameter.
Matthias Braun
2015-05-19
1
-3
/
+1
*
Correct indentation. NFC
Craig Topper
2015-05-16
1
-2
/
+2
*
Add ChangeTo* to MachineOperand for symbols
Matt Arsenault
2015-05-06
1
-0
/
+22
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-2
/
+2
*
DebugInfo: Drop rest of DIDescriptor subclasses
Duncan P. N. Exon Smith
2015-04-21
1
-2
/
+2
*
DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
Duncan P. N. Exon Smith
2015-04-15
1
-1
/
+1
*
DebugInfo: Gut DIVariable and DIGlobalVariable
Duncan P. N. Exon Smith
2015-04-14
1
-4
/
+4
*
CodeGen: Stop using DIDescriptor::is*() and auto-casting
Duncan P. N. Exon Smith
2015-04-06
1
-6
/
+3
*
CodeGen: Fix MachineInstr::print() for DBG_VALUE
Duncan P. N. Exon Smith
2015-04-03
1
-2
/
+2
*
CodeGen: Use the new DebugLoc API, NFC
Duncan P. N. Exon Smith
2015-03-30
1
-6
/
+6
*
Rewrite MachineOperand::print and MachineInstr::print to avoid
Eric Christopher
2015-02-27
1
-35
/
+22
*
Remove DebugLoc::print(LLVMContext, raw_ostream), it was just
Eric Christopher
2015-02-26
1
-8
/
+2
*
MachineInstr: Use range-based for loops. NFC.
Benjamin Kramer
2015-02-21
1
-34
/
+20
*
Calling memmove on a MachineOperand is totally safe.
Benjamin Kramer
2015-02-21
1
-8
/
+2
*
Move DebugLocs around instead of copying.
Benjamin Kramer
2015-02-07
1
-4
/
+4
*
MachineCSE: Clear dead-def flag on CSE.
Matthias Braun
2015-02-04
1
-0
/
+8
*
LiveIntervalAnalysis: Mark subregister defs as undef when we determined they ...
Matthias Braun
2015-01-21
1
-0
/
+8
*
IR: Split Metadata from Value
Duncan P. N. Exon Smith
2014-12-09
1
-5
/
+10
*
Move register class name strings to a single array in MCRegisterInfo to reduc...
Craig Topper
2014-11-17
1
-11
/
+10
*
Revert "Revert "DI: Fold constant arguments into a single MDString""
Duncan P. N. Exon Smith
2014-10-03
1
-5
/
+5
*
Revert "DI: Fold constant arguments into a single MDString"
Duncan P. N. Exon Smith
2014-10-02
1
-5
/
+5
*
DI: Fold constant arguments into a single MDString
Duncan P. N. Exon Smith
2014-10-02
1
-5
/
+5
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-2
/
+7
*
Revert r218778 while investigating buldbot breakage.
Adrian Prantl
2014-10-01
1
-7
/
+2
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-2
/
+7
*
Add MachineOperand::ChangeToFPImmediate and setFPImm
Matt Arsenault
2014-09-28
1
-7
/
+25
*
[Cleanup] Utility function to erase instruction and mark DBG_Values
Gerolf Hoflehner
2014-08-13
1
-0
/
+21
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-6
/
+14
*
Add scoped-noalias metadata
Hal Finkel
2014-07-24
1
-0
/
+28
*
AA metadata refactoring (introduce AAMDNodes)
Hal Finkel
2014-07-24
1
-4
/
+4
[prev]
[next]