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 printing of f16 machine operands
Matt Arsenault
2016-02-05
1
-2
/
+8
*
Enable the %s modifier in inline asm template string
Nemanja Ivanovic
2016-02-04
1
-0
/
+5
*
[Power PC] softening long double type
Petar Jovanovic
2016-02-04
2
-26
/
+71
*
[ScheduleDagInstrs] Improved comments
Jonas Paulsson
2016-02-04
1
-9
/
+9
*
rangify; NFCI
Sanjay Patel
2016-02-03
1
-159
/
+129
*
[codeview] Remove EmitLabelDiff in favor emitAbsoluteSymbolDiff
Reid Kleckner
2016-02-03
1
-18
/
+4
*
[codeview] Use the MCStreamer interface directly instead of AsmPrinter
Reid Kleckner
2016-02-03
2
-101
/
+100
*
[DWARFDebug] Fix another case of overlapping ranges
Keno Fischer
2016-02-03
1
-13
/
+42
*
[SelectionDAG] Fix CombineToPreIndexedLoadStore O(n^2) behavior
Tim Shen
2016-02-03
2
-6
/
+9
*
[ScheduleDAGInstrs::buildSchedGraph()] Handling of memory dependecies rewritten.
Jonas Paulsson
2016-02-03
1
-347
/
+362
*
[MachineCopyPropagation] Fix comment. NFC
Jun Bum Lim
2016-02-03
1
-2
/
+3
*
RegCoalescer: Making sure re-materialization defines all subranges
Marcello Maggioni
2016-02-03
1
-0
/
+30
*
[codeview] Improve readability of codeview assembly output
David Majnemer
2016-02-02
1
-32
/
+81
*
MachineVerifier: Check that defs/uses are live in subregisters as well.
Matthias Braun
2016-02-02
1
-52
/
+141
*
[codeview] Correctly handle inlining functions post-dominated by unreachable
David Majnemer
2016-02-02
1
-1
/
+1
*
Fix Clang-tidy readability-redundant-control-flow warnings; other minor fixes.
Eugene Zelenko
2016-02-02
4
-22
/
+9
*
[codeview] Wire up the .cv_inline_linetable directive
Reid Kleckner
2016-02-02
2
-3
/
+68
*
[RegisterCoalescer] Better DebugLoc for reMaterializeTrivialDef
David Majnemer
2016-02-02
1
-0
/
+2
*
MachineVerifier: Use report_context() instead of ad-hoc messages.
Matthias Braun
2016-02-02
1
-10
/
+32
*
[safestack] Make sure the unsafe stack pointer is popped in all cases
Anna Zaks
2016-02-02
1
-27
/
+26
*
AArch64: Implement missed conditional compare sequences.
Balaram Makam
2016-02-01
1
-2
/
+2
*
[PrologEpilogInserter] Add some debug output for callee-save frame object all...
Geoff Berry
2016-02-01
1
-0
/
+2
*
Improved macro emission in dwarf.
Amjad Aboud
2016-02-01
5
-78
/
+38
*
Revert r258580 and r258581.
David Majnemer
2016-02-01
1
-113
/
+0
*
[SelectionDAG] Eliminate exponential behavior in WalkChainUsers
Tim Shen
2016-01-31
1
-5
/
+20
*
Avoid overly large SmallPtrSet/SmallSet
Matthias Braun
2016-01-30
6
-6
/
+6
*
[Objective-C] Support a new special module flag.
Manman Ren
2016-01-29
1
-0
/
+1
*
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...
Yaron Keren
2016-01-29
17
-25
/
+24
*
[codeview] Begin to add support for inlined call sites
Reid Kleckner
2016-01-29
2
-2
/
+167
*
Temporarily revert "[ScheduleDAGInstrs::buildSchedGraph()] Handling of memory...
Jonas Paulsson
2016-01-29
1
-376
/
+347
*
[ScheduleDAGInstrs::buildSchedGraph()] Handling of memory dependecies rewritten.
Jonas Paulsson
2016-01-29
1
-347
/
+376
*
Minor code cleanup. NFC.
Junmo Park
2016-01-29
1
-1
/
+1
*
Reland "[CodeView] Use assembler directives for line tables"
Reid Kleckner
2016-01-29
3
-195
/
+61
*
Revert "[CodeView] Use assembler directives for line tables"
Reid Kleckner
2016-01-29
2
-60
/
+194
*
[CodeView] Use assembler directives for line tables
Reid Kleckner
2016-01-28
2
-194
/
+60
*
[X86] Don't transform X << 1 to X + X during type legalization
David Majnemer
2016-01-28
1
-9
/
+0
*
Revert r259035, it introduces a cyclic library dependency
Oliver Stannard
2016-01-28
2
-34
/
+0
*
Add backend dignostic printer for unsupported features
Oliver Stannard
2016-01-28
2
-0
/
+34
*
Minor code cleanups. NFC.
Junmo Park
2016-01-28
1
-1
/
+1
*
[DAGCombiner] Don't add volatile or indexed stores to ChainedStores
Junmo Park
2016-01-28
1
-0
/
+4
*
Revert r258951 (and r258950), "Refactor backend diagnostics for unsupported f...
NAKAMURA Takumi
2016-01-28
2
-34
/
+0
*
One more batch of self-containing headers.
Benjamin Kramer
2016-01-27
4
-4
/
+3
*
Refactor backend diagnostics for unsupported features
Oliver Stannard
2016-01-27
2
-0
/
+34
*
Move SafeStack to CodeGen.
Benjamin Kramer
2016-01-27
3
-16
/
+778
*
Rename TargetSelectionDAGInfo into SelectionDAGTargetInfo and move it to Code...
Benjamin Kramer
2016-01-27
4
-17
/
+15
*
Move passes that live in lib/CodeGen out of Scalar.h
Benjamin Kramer
2016-01-27
1
-1
/
+1
*
Make some headers self-contained, remove unused includes that violate layering.
Benjamin Kramer
2016-01-27
1
-1
/
+0
*
Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs.
Benjamin Kramer
2016-01-27
1
-1
/
+1
*
Remove autoconf support
Chris Bieneman
2016-01-26
4
-61
/
+0
*
[ScheduleDAGInstrs] Simplify logic to improve readability. NFC.
Chad Rosier
2016-01-26
1
-2
/
+1
[next]