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
Commit message (
Expand
)
Author
Age
Files
Lines
*
LiveRangeCalc: Rewrite subrange calculation
Matthias Braun
2014-12-16
3
-224
/
+157
*
ARM/AArch64: Attach the FrameSetup MIFlag to CFI instructions.
Adrian Prantl
2014-12-16
1
-1
/
+5
*
Revert "LiveRangeCalc: Rewrite subrange calculation"
Matthias Braun
2014-12-15
3
-152
/
+242
*
LiveRangeCalc: Rewrite subrange calculation
Matthias Braun
2014-12-15
3
-242
/
+152
*
LiveRangeCalc: use more range based for loops; NFC
Matthias Braun
2014-12-15
1
-20
/
+18
*
Silence more static analyzer warnings.
Michael Ilseman
2014-12-15
5
-7
/
+20
*
Rename argument strings of codegen passes to avoid collisions with command line
Akira Hatanaka
2014-12-13
3
-4
/
+4
*
Reapply "[MachineScheduler] Fix for PR21807: minor code difference building w...
Andrea Di Biagio
2014-12-12
1
-1
/
+3
*
Revert: [MachineScheduler] Fix for PR21807: minor code difference building wi...
Andrea Di Biagio
2014-12-12
1
-3
/
+1
*
[MachineScheduler] Fix for PR21807: minor code difference building with/witho...
Andrea Di Biagio
2014-12-12
1
-1
/
+3
*
A fix for PR21176.
Ekaterina Romanova
2014-12-12
1
-0
/
+12
*
Comment and minor code cleanup for GCStrategy (NFC)
Philip Reames
2014-12-12
1
-13
/
+0
*
Add target hook for whether it is profitable to reduce load widths
Matt Arsenault
2014-12-12
1
-0
/
+3
*
CodeGen: Stop using LeakDetector for MachineInstr
Duncan P. N. Exon Smith
2014-12-11
1
-4
/
+0
*
[CodeGen] Add print and verify pass after each MachineFunctionPass by default
Matthias Braun
2014-12-11
1
-68
/
+66
*
This reverts commit r224043 and r224042.
Rafael Espindola
2014-12-11
1
-63
/
+68
*
[CodeGen] Add print and verify pass after each MachineFunctionPass by default
Matthias Braun
2014-12-11
1
-68
/
+63
*
[CodeGen] Let MachineVerifierPass own its banner string
Matthias Braun
2014-12-11
1
-5
/
+5
*
Bugfix in InlineSpiller::traceSiblingValue().
Patrik Hagglund
2014-12-11
1
-3
/
+6
*
Reverting commit 223981, because the test that I added (incorrect-variable-de...
Ekaterina Romanova
2014-12-11
1
-2
/
+0
*
GCStrategy should not own GCFunctionInfo
Philip Reames
2014-12-11
6
-30
/
+33
*
LiveInterval: Use range based for loops for subregister ranges.
Matthias Braun
2014-12-11
8
-126
/
+102
*
A fix for PR21176.
Ekaterina Romanova
2014-12-10
1
-0
/
+2
*
LiveInterval: Use more range based for loops for value numbers and segments.
Matthias Braun
2014-12-10
7
-81
/
+60
*
Silencing a -Wsequence-point warning, and the resulting undefined behavior. NFC.
Aaron Ballman
2014-12-10
1
-1
/
+1
*
MachineVerifier: Allow physreg use if just a subreg is defined.
Matthias Braun
2014-12-10
1
-1
/
+12
*
MachineVerifier: Allow LiveInterval segments to end at a partial write.
Matthias Braun
2014-12-10
1
-2
/
+10
*
VirtRegMap: Improve block live-in info if subregister liveness is available.
Matthias Braun
2014-12-10
1
-9
/
+32
*
VirtRegMap: No implicit defs/uses for super registers with subreg liveness tr...
Matthias Braun
2014-12-10
2
-5
/
+33
*
LiveRegMatrix: Respect subregister liveness when allocating registers.
Matthias Braun
2014-12-10
1
-14
/
+49
*
LiveIntervalUnion: Allow specification of liverange when unifying/extracting.
Matthias Braun
2014-12-10
1
-9
/
+9
*
RegisterCoalescer: Preserve subregister liveranges.
Matthias Braun
2014-12-10
1
-121
/
+559
*
LiveInterval: Add removeEmptySubRanges().
Matthias Braun
2014-12-10
1
-0
/
+17
*
LiveIntervalAnalysis: Add subregister aware variants pruneValue().
Matthias Braun
2014-12-10
2
-12
/
+22
*
Add a flag to enable/disable subregister liveness.
Matthias Braun
2014-12-10
3
-3
/
+13
*
LiveIntervalAnalysis: Adapt repairIntervalsInRange() to subregister liveness.
Matthias Braun
2014-12-10
1
-77
/
+92
*
LiveRangeEdit: Adapt eliminateDeadDef() to subregister liveness.
Matthias Braun
2014-12-10
1
-1
/
+9
*
LiveIntervalAnalysis: Adapt handleMove() to subregister ranges.
Matthias Braun
2014-12-10
1
-16
/
+30
*
LiveIntervalAnalysis: Update SubRanges in shrinkToUses().
Matthias Braun
2014-12-10
1
-75
/
+146
*
LiveIntervalAnalysis: Compute subregister ranges.
Matthias Braun
2014-12-10
2
-100
/
+258
*
LiveInterval: Add support to track liveness of subregisters.
Matthias Braun
2014-12-10
4
-31
/
+113
*
LiveInterval: Add a 'covers' operation to LiveRange.
Matthias Braun
2014-12-10
1
-0
/
+21
*
Remove the Module pointer from GCStrategy and GCMetadataPrinter
Philip Reames
2014-12-09
5
-18
/
+17
*
IR: Split Metadata from Value
Duncan P. N. Exon Smith
2014-12-09
7
-19
/
+30
*
[CGP] Rewrite pattern match for splitBranchCondition to work with Values inst...
Juergen Ributzka
2014-12-09
1
-7
/
+10
*
Revert "Move function to obtain branch weights into the BranchInst class. NFC."
Juergen Ributzka
2014-12-09
1
-2
/
+23
*
[CodeGenPrepare] Split branch conditions into multiple conditional branches.
Juergen Ributzka
2014-12-09
1
-1
/
+209
*
Fix a few instances found in SelectionDAG where we were not handling F16 at p...
Owen Anderson
2014-12-09
2
-3
/
+5
*
Handle early-clobber registers in the aggressive anti-dep breaker
Hal Finkel
2014-12-09
1
-0
/
+15
*
MISched: Fix moving stores across barriers
Tom Stellard
2014-12-08
1
-6
/
+7
[next]