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
*
Debug Info: Fix a bug in the DW_AT_bit_offset calculation that would
Adrian Prantl
2015-06-26
1
-13
/
+28
*
CodeGen: Create a proper ModuleSlotTracker for MachineInstr
Duncan P. N. Exon Smith
2015-06-26
1
-2
/
+7
*
MIR Serialization: Serialize global address machine operands.
Alex Lorenz
2015-06-26
6
-14
/
+93
*
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
2
-34
/
+46
*
CodeGen: Use a single SlotTracker in MachineFunction::print()
Duncan P. N. Exon Smith
2015-06-26
2
-2
/
+20
*
Debug Info: Clarify the documentation for bitfields emission.
Adrian Prantl
2015-06-26
1
-2
/
+7
*
Convert a bunch of loops to foreach. NFC.
Pete Cooper
2015-06-26
3
-34
/
+30
*
Wrap assert loops in #ifndef NDEBUG
Pete Cooper
2015-06-26
1
-0
/
+2
*
Convert a bunch of loops to foreach. NFC.
Pete Cooper
2015-06-26
3
-21
/
+18
*
Convert a bunch of loops to foreach. NFC.
Pete Cooper
2015-06-26
4
-18
/
+18
*
Show invariant loads in MMO dumping
Matt Arsenault
2015-06-26
1
-0
/
+3
*
Convert a bunch of loops to foreach. NFC.
Pete Cooper
2015-06-26
1
-14
/
+12
*
Fix unused variable from r240792.
Alex Lorenz
2015-06-26
1
-0
/
+1
*
[DAGCombine] Fix demanded bits computation for exact shifts.
Benjamin Kramer
2015-06-26
1
-1
/
+13
*
MIR Serialization: Serialize machine basic block operands.
Alex Lorenz
2015-06-26
6
-21
/
+138
*
[DAGCombiner] Preserve the exact bit when simplifying SRA to SRL.
Benjamin Kramer
2015-06-26
1
-4
/
+7
*
[DAGCombine] fold (X >>?,exact C1) << C2 --> X << (C2-C1)
Benjamin Kramer
2015-06-26
1
-0
/
+16
*
[InterleavedAccess] Fix failures "undefined type 'llvm::raw_ostream'" on wind...
Hao Liu
2015-06-26
1
-0
/
+1
*
[InterleavedAccess] Add a pass InterleavedAccess to identify interleaved memo...
Hao Liu
2015-06-26
2
-0
/
+286
*
AsmPrinter: Use an intrusively linked list for DIE::Children
Duncan P. N. Exon Smith
2015-06-25
8
-53
/
+47
*
AsmPrinter: Convert DIE::Values to a linked list
Duncan P. N. Exon Smith
2015-06-25
7
-59
/
+66
*
DAGCombiner: Use pop_back_val()
Matt Arsenault
2015-06-25
1
-2
/
+1
*
fix typos; NFC
Sanjay Patel
2015-06-25
1
-4
/
+4
*
DAGCombiner: Remove redundant check
Matt Arsenault
2015-06-25
1
-1
/
+1
*
[AsmPrinter] Fix crash in handleIndirectSymViaGOTPCRel
Bruno Cardoso Lopes
2015-06-25
1
-2
/
+9
*
[If Converter] Convert recursion to iteration.
Akira Hatanaka
2015-06-24
1
-126
/
+155
*
MIR Serialization: Serialize simple MachineRegisterInfo attributes.
Alex Lorenz
2015-06-24
2
-0
/
+29
*
AsmPrinter: Cleanup DIEValue::EmitValue() API, NFC
Duncan P. N. Exon Smith
2015-06-24
3
-14
/
+13
*
MIR Serialization: Serialize the null register operands.
Alex Lorenz
2015-06-24
4
-4
/
+16
*
Eliminate additional redundant copies of Triple objects. NFC.
Daniel Sanders
2015-06-24
2
-2
/
+2
*
Fix instruction scheduling live register tracking
Pawel Bylica
2015-06-24
1
-8
/
+17
*
MILexer.cpp: Try to fix a warning. [-Wsign-compare]
NAKAMURA Takumi
2015-06-24
1
-1
/
+1
*
MIR Serialization: Serialize immediate machine operands.
Alex Lorenz
2015-06-23
4
-2
/
+41
*
MIR Parser: Use correct source locations for machine instruction diagnostics.
Alex Lorenz
2015-06-23
1
-2
/
+23
*
Revert "[FaultMaps] Move FaultMapParser to Object/"
Sanjoy Das
2015-06-23
1
-0
/
+36
*
MIR Serialization: Serialize physical register machine operands.
Alex Lorenz
2015-06-23
4
-4
/
+213
*
[BranchFolding] Document why replacing HashMachineInstr with hash_code doesn'...
Benjamin Kramer
2015-06-23
1
-1
/
+3
*
[MachineBasicBlock] Add getFirstNonDebugInstr to complement getLastNonDebugInstr
Benjamin Kramer
2015-06-23
4
-70
/
+30
*
[MachineBasicBlock] Use the const_cast(this) trick to reduce duplication
Benjamin Kramer
2015-06-23
1
-25
/
+0
*
Simplify the Mangler interface now that DataLayout is mandatory.
Rafael Espindola
2015-06-23
2
-5
/
+4
*
Use MCSymbols for FastISel.
Rafael Espindola
2015-06-23
1
-1
/
+20
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
69
-86
/
+86
*
[FaultMaps] Move FaultMapParser to Object/
Sanjoy Das
2015-06-23
1
-36
/
+0
*
[x86] generalize reassociation optimization in machine combiner to 2 instruct...
Sanjay Patel
2015-06-23
1
-18
/
+31
*
Revert r240291: causes problems in self-hosted builds.
Pawel Bylica
2015-06-22
1
-1
/
+1
*
MIR Serialization: Introduce a lexer for machine instructions.
Alex Lorenz
2015-06-22
4
-11
/
+193
*
Fix MSVC build.
Sanjoy Das
2015-06-22
1
-4
/
+3
*
[FaultMaps] Add a parser for the __llvm__faultmaps section.
Sanjoy Das
2015-06-22
1
-0
/
+37
*
Avoid a Symbol -> Name -> Symbol conversion.
Rafael Espindola
2015-06-22
6
-6
/
+24
[next]