index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Debug info: Fix PR16736 and rdar://problem/14990587.
Adrian Prantl
2013-09-16
1
-0
/
+7
*
Add an instruction deprecation feature to TableGen.
Joey Gouly
2013-09-12
1
-0
/
+2
*
white spaces and long lines
Jack Carter
2013-09-09
1
-30
/
+42
*
mi-sched: cleanup register pressure update, remove a FIXME.
Andrew Trick
2013-09-06
2
-1
/
+6
*
Added MachineSchedPolicy.
Andrew Trick
2013-09-06
1
-2
/
+26
*
avoid unnecessary direct access to LiveInterval::ranges
Matthias Braun
2013-09-06
1
-3
/
+7
*
remove unused argument from LiveRanges::join()
Matthias Braun
2013-09-06
1
-2
/
+1
*
fix typo in comment
Matthias Braun
2013-09-06
1
-1
/
+1
*
mi-sched: Suppress register pressure tracking when the scheduling window is t...
Andrew Trick
2013-09-04
1
-2
/
+6
*
mi-sched: bypass heuristic checks when regpressure tracking is disabled.
Andrew Trick
2013-09-04
1
-0
/
+3
*
Added -misched-regpressure option.
Andrew Trick
2013-09-04
2
-2
/
+6
*
Fix grammar
Matt Arsenault
2013-09-03
1
-3
/
+3
*
Free PressureDiffs instead of leaking.
Benjamin Kramer
2013-08-31
1
-0
/
+1
*
Use LiveRangeQuery for instruction-level liveness queries.
Andrew Trick
2013-08-30
1
-15
/
+0
*
mi-sched: update PressureDiffs on-the-fly for liveness.
Andrew Trick
2013-08-30
3
-2
/
+12
*
Replace LiveInterval::killedAt with isKilledAtInstr.
Andrew Trick
2013-08-30
1
-6
/
+7
*
mi-sched: improve the generic register pressure comparison.
Andrew Trick
2013-08-30
1
-3
/
+2
*
mi-sched: Precompute a PressureDiff for each instruction, adjust for liveness...
Andrew Trick
2013-08-30
3
-25
/
+115
*
Comment and revise the cyclic critical path code.
Andrew Trick
2013-08-29
2
-3
/
+3
*
Add a convenient PSetIterator for visiting pressure sets affected by a register.
Andrew Trick
2013-08-23
1
-0
/
+46
*
Adds cyclic critical path computation and heuristics, temporarily disabled.
Andrew Trick
2013-08-23
1
-0
/
+3
*
MI Sched: record local vreg uses.
Andrew Trick
2013-08-23
1
-1
/
+12
*
Remove unused field.
Andrew Trick
2013-08-23
1
-4
/
+0
*
mi-sched: Don't call MBB.size() in initSUnits. The driver already has instr c...
Andrew Trick
2013-08-23
2
-9
/
+4
*
[stackprotector] Refactor out the end of isInTailCallPosition into the functi...
Michael Gottesman
2013-08-20
1
-0
/
+9
*
[typo] An LLVM.
Daniel Dunbar
2013-08-16
2
-2
/
+2
*
Make a few more things const.
Bill Wendling
2013-08-15
1
-1
/
+1
*
Drive-by fix for a doxygen comment in MachineInstr.h.
Joey Gouly
2013-08-15
1
-2
/
+2
*
Auto-compute live intervals on demand.
Mark Lacey
2013-08-14
2
-11
/
+30
*
Add the MachineInstrSpan class.
Mark Lacey
2013-08-14
1
-0
/
+25
*
Notify LiveRangeEdit of new virtual registers.
Mark Lacey
2013-08-14
2
-2
/
+36
*
Track new virtual registers by register number.
Mark Lacey
2013-08-14
1
-6
/
+5
*
Remove unnecessary parameter to RenumberValues.
Jakob Stoklund Olesen
2013-08-14
1
-1
/
+1
*
Remove unused function.
Jakob Stoklund Olesen
2013-08-14
1
-7
/
+0
*
Remove unused struct/enum
Jakob Stoklund Olesen
2013-08-14
1
-11
/
+0
*
[Mips][msa] Value types for MSA support.
Jack Carter
2013-08-13
2
-24
/
+30
*
For COFF only: dwarf debug info output a label reference as a section relativ...
Carlo Kok
2013-08-13
1
-3
/
+5
*
Add editor C++ filetype declaration no functionality change.
Michael Gottesman
2013-08-12
1
-1
/
+1
*
[stackprotector] Add in the stackprotector libcall.
Michael Gottesman
2013-08-12
1
-0
/
+3
*
Add ISD::FROUND for libm round()
Hal Finkel
2013-08-07
2
-2
/
+7
*
Put an llvm_unreachable at the end of getSplatIndex as its loop should never ...
Craig Topper
2013-08-06
1
-1
/
+1
*
Check against >= 0 instead of != -1 in getSplatIndex because it generally com...
Craig Topper
2013-08-06
1
-1
/
+1
*
Remove trailing whitespace and fix an 80-column violation. No functional change.
Craig Topper
2013-08-06
1
-4
/
+5
*
Don't leak passes if added outside of the area determined by Started/Stopped ...
Benjamin Kramer
2013-08-05
1
-1
/
+2
*
Use function attributes to indicate that we don't want to realign the stack.
Bill Wendling
2013-08-01
1
-5
/
+0
*
Down-scale slot index distance to save bits.
Andrew Trick
2013-07-30
1
-0
/
+7
*
whitespace
Andrew Trick
2013-07-30
1
-2
/
+2
*
MI Sched: Track live-thru registers.
Andrew Trick
2013-07-30
1
-3
/
+34
*
Added encoding prefixes for KNL instructions (EVEX).
Elena Demikhovsky
2013-07-28
1
-1
/
+1
*
MI Sched: Register pressure heuristics.
Andrew Trick
2013-07-25
1
-0
/
+4
[prev]
[next]