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
*
Fix COFF section index relocation should be 16 bits, not 32
Timur Iskhodzhanov
2014-10-08
1
-0
/
+2
*
Use the TargetLowering information we already have on the
Eric Christopher
2014-10-08
1
-305
/
+256
*
Grab the TargetRegisterInfo off of the subtarget from the
Eric Christopher
2014-10-08
1
-1
/
+1
*
Replace calls to get the subtarget and TargetFrameLowering with
Eric Christopher
2014-10-08
1
-28
/
+18
*
Use cached subtarget rather than looking it up on the
Eric Christopher
2014-10-08
1
-6
/
+4
*
Cache TargetLowering on SelectionDAGISel and update previous
Eric Christopher
2014-10-08
4
-28
/
+26
*
Cache SelectionDAGISel TargetInstrInfo lookups on the class and
Eric Christopher
2014-10-08
1
-13
/
+9
*
Reset the target options and optimization level as the first
Eric Christopher
2014-10-08
1
-8
/
+13
*
Have the selection dag grab TargetLowering off of the subtarget
Eric Christopher
2014-10-08
2
-4
/
+3
*
Have SelectionDAG's subtarget TargetSelectionDAGInfo be set
Eric Christopher
2014-10-08
1
-2
/
+2
*
typos
Sanjay Patel
2014-10-07
1
-2
/
+2
*
typos
Sanjay Patel
2014-10-07
1
-1
/
+1
*
DebugInfo: Ensure that all debug location scope chains from instructions with...
David Blaikie
2014-10-07
1
-2
/
+7
*
[DAGCombine] Remove SIGN_EXTEND-related inf-loop
Hal Finkel
2014-10-06
1
-6
/
+2
*
Fast-math fold: x / (y * sqrt(z)) -> x * (rsqrt(z) / y)
Sanjay Patel
2014-10-06
1
-0
/
+22
*
DbgValueHistoryCalculator: Store modified registers in a BitVector instead of...
Benjamin Kramer
2014-10-06
1
-23
/
+33
*
DebugInfo: Sink constructImportedEntityDIE down into DwarfUnit from DwarfDebug.
David Blaikie
2014-10-06
4
-36
/
+34
*
[x86, dag] Teach the DAG combiner to prune inputs toa vector_shuffle
Chandler Carruth
2014-10-05
1
-0
/
+93
*
Remove unused map
David Blaikie
2014-10-05
2
-6
/
+0
*
Make AAMDNodes ctor and operator bool (!!!) explicit, mop up bugs and weirdne...
Benjamin Kramer
2014-10-04
1
-2
/
+2
*
Remove unnecessary copying or replace it with moves in a bunch of places.
Benjamin Kramer
2014-10-04
5
-7
/
+11
*
Sink DwarfDebug::updateSubprogramScopeDIE into DwarfCompileUnit
David Blaikie
2014-10-04
4
-33
/
+41
*
Reformatting accidentally left out of r219057
David Blaikie
2014-10-04
1
-1
/
+2
*
Sink DwarfDebug::attachLowHighPC into DwarfCompileUnit
David Blaikie
2014-10-04
4
-20
/
+20
*
Move DwarfCompileUnit from DwarfUnit.h to its own header (DwarfCompileUnit.h)
David Blaikie
2014-10-04
7
-300
/
+352
*
Revert "Revert "DI: Fold constant arguments into a single MDString""
Duncan P. N. Exon Smith
2014-10-03
2
-6
/
+6
*
[ISel] Keep matching state consistent when folding during X86 address match
Adam Nemet
2014-10-03
1
-0
/
+44
*
Eliminate some deep std::vector copies. NFC.
Benjamin Kramer
2014-10-03
2
-23
/
+6
*
Revert 202433 - Provide a target override for the latest regalloc heuristic
Renato Golin
2014-10-03
1
-1
/
+1
*
Fix the threshold added in r186434 (a re-apply of r185393) and updaated
Chandler Carruth
2014-10-02
2
-31
/
+27
*
Revert "DI: Fold constant arguments into a single MDString"
Duncan P. N. Exon Smith
2014-10-02
2
-6
/
+6
*
DI: Fold constant arguments into a single MDString
Duncan P. N. Exon Smith
2014-10-02
2
-6
/
+6
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
18
-195
/
+269
*
Revert r218778 while investigating buldbot breakage.
Adrian Prantl
2014-10-01
18
-269
/
+195
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
18
-195
/
+269
*
Revert r216862 due to a performance regression
Jingyue Wu
2014-10-01
1
-9
/
+21
*
Implement DW_TAG_subrange_type with DW_AT_count rather than DW_AT_upper_bound
David Blaikie
2014-10-01
1
-6
/
+3
*
Omit DW_AT_inline under -gmlt to save a little more space.
David Blaikie
2014-09-30
1
-1
/
+2
*
DebugInfo: Sink the code emitting DW_AT_APPLE_omit_frame_ptr down to a more c...
David Blaikie
2014-09-30
2
-7
/
+5
*
Disable the -gmlt optimization implemented in r218129 under Darwin due to iss...
David Blaikie
2014-09-30
2
-3
/
+3
*
Use the target-specified iteration count to opt out of any further refinement...
Sanjay Patel
2014-09-30
1
-60
/
+62
*
Split the estimate() interface into separate functions for each type. NFC.
Sanjay Patel
2014-09-30
1
-2
/
+2
*
[DAG] Check in advance if a build_vector has a legal type before attempting t...
Andrea Di Biagio
2014-09-30
1
-4
/
+4
*
Add MachineOperand::ChangeToFPImmediate and setFPImm
Matt Arsenault
2014-09-28
1
-7
/
+25
*
[AArch64] Redundant store instructions should be removed as dead code
James Molloy
2014-09-27
1
-0
/
+11
*
Refactor reciprocal and reciprocal square root estimate into target-independe...
Sanjay Patel
2014-09-26
1
-28
/
+142
*
Revert patch ofr218493
David Xu
2014-09-26
1
-14
/
+0
*
Redundant store instructions should be removed as dead code
David Xu
2014-09-26
1
-0
/
+14
*
Move resetTargetOptions from taking a MachineFunction to a Function
Eric Christopher
2014-09-26
1
-1
/
+1
*
[MachineSink+PGO] Teach MachineSink to use BlockFrequencyInfo
Bruno Cardoso Lopes
2014-09-25
1
-6
/
+23
[next]