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
*
Update the stack coloring pass to remove lifetime intrinsics in the optnone/o...
Andrew Kaylor
2016-05-27
1
-4
/
+2
*
MachineScheduler: Introduce ONLY1 reason to improve debug output
Matthias Braun
2016-05-27
1
-6
/
+13
*
[X86] Detect SAD patterns and emit psadbw instructions.
Michael Kuperstein
2016-05-27
1
-7
/
+11
*
Disable lifetime-start-on-first-use analysis.
Than McIntosh
2016-05-27
1
-2
/
+2
*
Apply clang-tidy's misc-move-constructor-init throughout LLVM.
Benjamin Kramer
2016-05-27
5
-16
/
+25
*
Recommit 270977 - [llvm-mc] - Teach llvm-mc to generate zlib styled compressi...
George Rimar
2016-05-27
1
-1
/
+1
*
Apply clang-tidy's misc-static-assert where it makes sense.
Benjamin Kramer
2016-05-27
1
-4
/
+6
*
Revert r270977 ([llvm-mc] - Teach llvm-mc to generate zlib styled compression...
George Rimar
2016-05-27
1
-1
/
+1
*
[llvm-mc] - Teach llvm-mc to generate zlib styled compression sections.
George Rimar
2016-05-27
1
-1
/
+1
*
[CodeGen] Fix problem with X86 byte registers in CriticalAntiDepBreaker
Mitch Bodart
2016-05-26
1
-4
/
+6
*
SDAG: Use an Optional<> instead of a sigil value. NFC
Justin Bogner
2016-05-26
1
-6
/
+6
*
PR26055: Speed up LiveDebugValues::transferDebugValue()
Adrian Prantl
2016-05-26
1
-43
/
+85
*
Do not rename registers that do not start an independent live range
Krzysztof Parzyszek
2016-05-26
1
-0
/
+25
*
Undo a suboptimal clang-format decision. NFC
Adrian Prantl
2016-05-26
1
-4
/
+2
*
Use shouldAssumeDSOLocal on AArch64.
Rafael Espindola
2016-05-26
1
-0
/
+43
*
[codeview] Use comdats for debug info describing comdat functions
Reid Kleckner
2016-05-25
2
-12
/
+57
*
Work around an MSVC compiler issue in r270776.
Adrian Prantl
2016-05-25
1
-3
/
+3
*
PR26055: Speed up LiveDebugValues by replacing lists with bitvectors.
Adrian Prantl
2016-05-25
1
-143
/
+183
*
[MBB] Early exit to reduce indentation, per coding guidelines. NFC.
Chad Rosier
2016-05-25
1
-59
/
+62
*
Simplify std::all_of predicate (to one line) by using llvm::all_of. NFCI.
Simon Pilgrim
2016-05-25
1
-2
/
+1
*
Simplify std::all_of predicate (to one line) by using llvm::all_of. NFCI.
Simon Pilgrim
2016-05-25
1
-3
/
+1
*
[SelectionDAG] Add smarts for BSWAP in computeKnownBits.
Chad Rosier
2016-05-25
1
-0
/
+6
*
[SDAG] Add a fallback multiplication expansion
Hal Finkel
2016-05-25
1
-1
/
+43
*
Clarify that we match BSwap in InstCombine and BitReverse in CGP. NFC.
Chad Rosier
2016-05-25
1
-1
/
+1
*
ScheduleDAGInstrs: Fix memory corruption
Matthias Braun
2016-05-25
1
-2
/
+2
*
[MBP] Factor out the optimizations on branch conditions and unanalyzable bran...
Haicheng Wu
2016-05-24
1
-44
/
+49
*
LiveIntervalAnalysis: Fix handleMove() re-using the wrong value number
Matthias Braun
2016-05-24
1
-7
/
+3
*
DWARF: Omit DW_AT_APPLE attributes (except ObjC ones) when not targeting LLDB
David Blaikie
2016-05-24
4
-13
/
+25
*
Rework/enhance stack coloring data flow analysis.
Than McIntosh
2016-05-24
1
-108
/
+413
*
PrologEpilogInserter: Avoid an infinite loop when MinCSFrameIndex == 0
Justin Bogner
2016-05-23
1
-3
/
+3
*
Modify emitTypeInformation to use MemoryTypeTableBuilder, take 2
Reid Kleckner
2016-05-23
2
-87
/
+64
*
InsertPointAnalysis: Move current live interval from being a class member
Wei Mi
2016-05-23
3
-24
/
+22
*
Fix DEBUG logs in MachineLICM.
Justin Lebar
2016-05-23
1
-7
/
+5
*
[codeview] Refactor symbol records to use same pattern as types.
Zachary Turner
2016-05-23
1
-11
/
+11
*
Revert "Modify emitTypeInformation to use MemoryTypeTableBuilder"
David Majnemer
2016-05-23
2
-19
/
+42
*
[LiveIntervalAnalysis] Don't dereference an end iterator in repairIntervalsIn...
Hal Finkel
2016-05-21
1
-1
/
+1
*
[RegBankSelect] Compute the repairing cost for copies.
Quentin Colombet
2016-05-21
1
-15
/
+40
*
LiveIntervalAnalysis: Rework constructMainRangeFromSubranges()
Matthias Braun
2016-05-20
4
-246
/
+40
*
MachineVerifier: subregs so not require defs/valnos on every path
Matthias Braun
2016-05-20
1
-2
/
+3
*
Use report_fatal_error after all
Krzysztof Parzyszek
2016-05-20
1
-1
/
+1
*
LiveIntervalAnalysis: Fix missing defs in renameDisconnectedComponents().
Matthias Braun
2016-05-20
3
-15
/
+60
*
CodeGen: Move the call to DwarfDebug::beginModule() out of the constructor.
Peter Collingbourne
2016-05-20
2
-5
/
+2
*
CodeGen: Do not require a MachineFunction just to create a DIEDwarfExpression.
Peter Collingbourne
2016-05-20
6
-41
/
+49
*
[RegBankSelect] Look for the best mapping in greedy mode.
Quentin Colombet
2016-05-20
1
-10
/
+38
*
[RegBankSelect] Get rid of a now dead method: setSafeInsertPoint.
Quentin Colombet
2016-05-20
1
-34
/
+0
*
[RegBankSelect] Take advantage of a potential best cost information in
Quentin Colombet
2016-05-20
1
-3
/
+18
*
[RegBankSelect] Use frequency and probability information to compute
Quentin Colombet
2016-05-20
1
-7
/
+28
*
[RegBankSelect] Use the Fast mode for functions with the optnone attribute.
Quentin Colombet
2016-05-20
1
-0
/
+6
*
[RegBankSelect] Specify different optimization mode for the pass.
Quentin Colombet
2016-05-20
1
-2
/
+4
*
Fix error reporting in register scavenger (lack of emergency spill slot)
Krzysztof Parzyszek
2016-05-20
1
-7
/
+4
[next]