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
/
RegAllocFast.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-3
/
+1
*
MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...
Matthias Braun
2016-08-25
1
-1
/
+1
*
MachineFunction: Introduce NoPHIs property
Matthias Braun
2016-08-23
1
-2
/
+5
*
Replace a few more "fall through" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-4
/
+4
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-2
/
+2
*
CodeGen: Use MachineInstr& in RegAllocFast, NFC
Duncan P. N. Exon Smith
2016-07-01
1
-31
/
+33
*
Re-commit r269828 "X86: Avoid using _chkstk when lowering WIN_ALLOCA instruct...
Hans Wennborg
2016-05-18
1
-0
/
+5
*
Remove some unneeded headers and replace some headers with forward class decl...
Mehdi Amini
2016-04-16
1
-4
/
+1
*
Sink DI metadata usage out of MachineInstr.h and MachineInstrBuilder.h
Reid Kleckner
2016-04-14
1
-0
/
+1
*
Introduce MachineFunctionProperties and the AllVRegsAllocated property
Derek Schuff
2016-03-28
1
-0
/
+6
*
[RegAllocFast] Properly track the physical register definitions on calls.
Quentin Colombet
2016-02-20
1
-4
/
+6
*
Save LaneMask with livein registers
Matthias Braun
2015-09-09
1
-3
/
+3
*
MachineBasicBlock: Add liveins() method returning an iterator_range
Matthias Braun
2015-08-24
1
-4
/
+3
*
MachineRegisterInfo: Remove UsedPhysReg infrastructure
Matthias Braun
2015-07-14
1
-14
/
+0
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-2
/
+2
*
CodeGen: Stop using DIDescriptor::is*() and auto-casting
Duncan P. N. Exon Smith
2015-04-06
1
-3
/
+4
*
CodeGen: Assert that inlined-at locations agree
Duncan P. N. Exon Smith
2015-04-03
1
-7
/
+5
*
[RegAllocFast] Handle implicit definitions conservatively.
Quentin Colombet
2014-12-03
1
-7
/
+14
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-1
/
+1
*
Move register class name strings to a single array in MCRegisterInfo to reduc...
Craig Topper
2014-11-17
1
-1
/
+1
*
Grab the subtarget and subtarget dependent variables off of
Eric Christopher
2014-10-14
1
-5
/
+2
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-5
/
+12
*
Revert r218778 while investigating buldbot breakage.
Adrian Prantl
2014-10-01
1
-12
/
+5
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-5
/
+12
*
Set the parent pointer of cloned DBG_VALUE instructions correctly.
Adrian Prantl
2014-09-05
1
-1
/
+1
*
Use range based for loops to avoid needing to re-mention SmallPtrSet size.
Craig Topper
2014-08-24
1
-3
/
+2
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-2
/
+3
*
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-14
1
-2
/
+2
*
Phase 2 of the great MachineRegisterInfo cleanup. This time, we're changing
Owen Anderson
2014-03-13
1
-2
/
+2
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-07
1
-3
/
+3
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
1
-2
/
+2
*
[C++11] Expand and eliminate the LLVM_ENUM_INT_TYPE() macro
Alp Toker
2014-03-02
1
-1
/
+1
*
Explicitly request unsigned enum types when desired
Reid Kleckner
2013-10-08
1
-1
/
+1
*
Emit a better error when running out of registers on inline asm.
Benjamin Kramer
2013-10-05
1
-1
/
+4
*
Debug info: Fix PR16736 and rdar://problem/14990587.
Adrian Prantl
2013-09-16
1
-2
/
+2
*
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...
Craig Topper
2013-07-14
1
-1
/
+1
*
Use the appropriate unsigned int type for the offset.
Adrian Prantl
2013-07-10
1
-2
/
+3
*
Reapply an improved version of r180816/180817.
Adrian Prantl
2013-07-09
1
-1
/
+2
*
Debug Info: Simplify Frame Index handling in DBG_VALUE Machine Instructions
David Blaikie
2013-06-16
1
-28
/
+19
*
Make RAFast::UsedInInstr indexed by register units.
Jakob Stoklund Olesen
2013-02-21
1
-22
/
+30
*
Remove special-casing of return blocks for liveness.
Jakob Stoklund Olesen
2013-02-05
1
-57
/
+0
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Use MachineInstrBuilder in a few CodeGen passes.
Jakob Stoklund Olesen
2012-12-20
1
-4
/
+2
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-11
/
+11
*
Use MCPhysReg for RegisterClassInfo allocation orders.
Jakob Stoklund Olesen
2012-11-29
1
-3
/
+3
*
Revert r168630, r168631, and r168633 as these are causing nightly test failures.
Chad Rosier
2012-11-28
1
-0
/
+1
*
Now that the X86 Maximal Stack Alignment Check pass has been removed (i.e.,
Chad Rosier
2012-11-26
1
-1
/
+0
[next]