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
*
Use operator<< instead of print in a few more places.
Rafael Espindola
2015-05-27
2
-5
/
+2
*
[ShrinkWrap] Add a target hook to check whether or not
Quentin Colombet
2015-05-27
1
-5
/
+10
*
MachineBasicBlock: Cleanup computeRegisterLiveness()
Matthias Braun
2015-05-27
1
-16
/
+14
*
Remove NoFramePointerElim and NoFramePointerElimOverride from TargetOptions and
Akira Hatanaka
2015-05-26
1
-27
/
+0
*
Use "auto &" in range-based for-loop and remove the extra braces.
Adrian Prantl
2015-05-26
1
-2
/
+1
*
Fix a use-after-free in a DEBUG output.
Adrian Prantl
2015-05-26
1
-4
/
+4
*
CodeGenPrepare: Don't match addressing modes through addrspacecast
Matt Arsenault
2015-05-26
1
-1
/
+8
*
Added promotion to EXTRACT_SUBVECTOR operand.
Elena Demikhovsky
2015-05-25
2
-0
/
+12
*
Reformat.
NAKAMURA Takumi
2015-05-25
1
-2
/
+1
*
Prune CRLFs.
NAKAMURA Takumi
2015-05-25
1
-55
/
+55
*
AsmPrinter: Avoid creating symbols in DwarfStringPool
Duncan P. N. Exon Smith
2015-05-24
2
-4
/
+14
*
AsmPrinter: Prune an include, NFC
Duncan P. N. Exon Smith
2015-05-24
3
-1
/
+3
*
AsmPrinter: Remove dead code, NFC
Duncan P. N. Exon Smith
2015-05-24
1
-17
/
+0
*
AsmPrinter: Avoid EmitLabelDifference() in DwarfAccelTable
Duncan P. N. Exon Smith
2015-05-24
2
-1
/
+11
*
AsmPrinter: Use DwarfStringPoolEntry in DwarfAccelTable, NFC
Duncan P. N. Exon Smith
2015-05-24
3
-17
/
+11
*
AsmPrinter: Make DIEString small
Duncan P. N. Exon Smith
2015-05-24
2
-29
/
+38
*
AsmPrinter: Extract DwarfStringPoolEntry from DwarfStringPool, NFC
Duncan P. N. Exon Smith
2015-05-24
2
-14
/
+14
*
AsmPrinter: Emit the DwarfStringPool offset directly when possible
Duncan P. N. Exon Smith
2015-05-24
3
-23
/
+35
*
AsmPrinter: Refactor DwarfStringPool::getEntry(), NFC
Duncan P. N. Exon Smith
2015-05-24
2
-14
/
+11
*
Add target hook to allow merging stores of nonzero constants
Matt Arsenault
2015-05-24
1
-3
/
+10
*
Silencing a spurious -Wreturn-type warning; NFC.
Aaron Ballman
2015-05-23
1
-0
/
+1
*
AsmPrinter: Remove the vtable-entry from DIEValue
Duncan P. N. Exon Smith
2015-05-23
1
-29
/
+86
*
CodeGen: Remove redundant DIETypeSignature::dump(), NFC
Duncan P. N. Exon Smith
2015-05-23
1
-2
/
+0
*
Stop resetting NoFramePointerElim in TargetMachine::resetTargetOptions.
Akira Hatanaka
2015-05-23
2
-9
/
+26
*
Simplify and rename function overrideFunctionAttributes. NFC.
Akira Hatanaka
2015-05-23
1
-0
/
+20
*
[AArch64][CGP] Sink zext feeding stxr/stlxr into the same block.
Ahmed Bougacha
2015-05-22
1
-0
/
+10
*
Compile time improvements to VirtRegRewriter.
Puyan Lotfi
2015-05-22
1
-4
/
+7
*
Revert r237954, "Resubmit r237708 (MIR Serialization: print and parse LLVM IR...
NAKAMURA Takumi
2015-05-22
11
-298
/
+9
*
SDAG: Give SDDbgValues their own allocator (and reset it)
Duncan P. N. Exon Smith
2015-05-22
1
-3
/
+4
*
SDAG: Cleanup initialization of SDDbgValue, NFC
Duncan P. N. Exon Smith
2015-05-22
1
-9
/
+7
*
[InlineSpiller] Fix rematerialization for bundles.
Quentin Colombet
2015-05-21
1
-1
/
+2
*
fix typo in comment; NFC
Sanjay Patel
2015-05-21
1
-1
/
+1
*
Resubmit r237708 (MIR Serialization: print and parse LLVM IR using MIR format).
Alex Lorenz
2015-05-21
11
-9
/
+298
*
Move alignment from MCSectionData to MCSection.
Rafael Espindola
2015-05-21
14
-88
/
+76
*
use range-based for-loops; NFCI
Sanjay Patel
2015-05-21
1
-4
/
+2
*
use range-based for-loops; NFCI
Sanjay Patel
2015-05-21
1
-6
/
+2
*
use range-based for-loop
Sanjay Patel
2015-05-21
1
-3
/
+2
*
use range-based for-loop; NFCI
Sanjay Patel
2015-05-21
1
-4
/
+1
*
std::sort must be called with a strict weak ordering.
Manuel Klimek
2015-05-21
1
-4
/
+4
*
[X86][SSE] Improve support for 128-bit vector sign extension
Simon Pilgrim
2015-05-21
2
-7
/
+47
*
AsmPrinter: Compute absolute label difference directly
Duncan P. N. Exon Smith
2015-05-21
1
-0
/
+4
*
Fix build error
Andrew Kaylor
2015-05-20
1
-1
/
+1
*
Fix build warning
Andrew Kaylor
2015-05-20
1
-1
/
+1
*
[WinEH] C++ EH state numbering fixes
Andrew Kaylor
2015-05-20
2
-106
/
+364
*
Don't generate comments in the DebugLocStream unless required. NFC.
Pete Cooper
2015-05-20
3
-10
/
+22
*
Revert "Add bool to DebugLocDwarfExpression to control emitting comments."
Pete Cooper
2015-05-20
4
-17
/
+6
*
Add bool to DebugLocDwarfExpression to control emitting comments.
Pete Cooper
2015-05-20
4
-6
/
+17
*
DAGCombiner: Continue combining if FoldConstantArithmetic() fails.
Matthias Braun
2015-05-20
2
-74
/
+106
*
Fix icmp lowering
Pawel Bylica
2015-05-20
1
-1
/
+2
*
Change Function::getIntrinsicID() to return an Intrinsic::ID. NFC.
Pete Cooper
2015-05-20
2
-2
/
+2
[next]