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
/
test
/
CodeGen
/
MIR
/
X86
Commit message (
Expand
)
Author
Age
Files
Lines
*
[llvm][MIRVRegNamerUtils] Adding hashing on FrameIndex MachineOperands.
Puyan Lotfi
2020-01-13
1
-0
/
+23
*
Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...
Fangrui Song
2019-12-24
16
-16
/
+16
*
Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...
Fangrui Song
2019-12-24
1
-1
/
+1
*
[llvm][MIRVRegNamerUtil] Adding hashing against MachineInstr flags.
Puyan Lotfi
2019-12-10
1
-0
/
+37
*
[llvm] Fixing MIRVRegNamerUtils to properly handle 2+ MachineBasicBlocks.
Puyan Lotfi
2019-12-04
1
-0
/
+61
*
[MIR] Add MIR parsing for heap alloc site instruction markers
Amy Huang
2019-11-05
1
-0
/
+42
*
[X86] Model MXCSR for all SSE instructions
Craig Topper
2019-10-30
3
-44
/
+44
*
[BranchFolding] skip debug instr to avoid code change
Jeremy Morse
2019-10-29
1
-0
/
+109
*
Print quoted backslashes in LLVM IR as \\ instead of \5C
Reid Kleckner
2019-10-10
1
-1
/
+1
*
Add a missing space in a MIR parser error message
David Stenberg
2019-09-20
1
-1
/
+1
*
[Alignment] Use llvm::Align in MachineFunction and TargetLowering - fixes mir...
Guillaume Chatelet
2019-09-11
6
-9
/
+9
*
[DebugInfo] MCP: collect and update DBG_VALUEs encountered in local block
Jeremy Morse
2019-08-14
1
-0
/
+7
*
[MachineFunction] Base support for call site info tracking
Djordje Todorovic
2019-06-27
4
-0
/
+92
*
[X86] Introduce new MOVSSrm/MOVSDrm opcodes that use VR128 register class.
Craig Topper
2019-06-18
1
-3
/
+3
*
Describe stack-id as an enum
Sander de Smalen
2019-06-17
7
-17
/
+17
*
[llvm-readobj] Change -long-option to --long-option in tests. NFC
Fangrui Song
2019-05-01
1
-1
/
+1
*
[X86] Merge the different Jcc instructions for each condition code into singl...
Craig Topper
2019-04-05
31
-63
/
+63
*
[X86] Add FPCW as an implicit use on floating point load instructions.
Craig Topper
2019-02-08
1
-1
/
+1
*
[X86] Add FPCW as a register and start using it as an implicit use on floatin...
Craig Topper
2019-02-08
1
-2
/
+2
*
MIR: Reject non-power-of-4 alignments in MMO parsing
Matt Arsenault
2019-01-30
1
-0
/
+12
*
[mir] Serialize DILocation inline when not possible to use a metadata reference
Daniel Sanders
2018-12-13
1
-0
/
+41
*
[CodeGen] Fix bugs in BranchFolderPass when debug labels are generated.
Hsiangkai Wang
2018-11-30
1
-0
/
+397
*
Add 'REQUIRES: default_triple' to test/CodeGen/MIR/X86/zero-probability.mir
Daniel Sanders
2018-11-07
1
-0
/
+1
*
[codeview] Let the X86 backend tell us the VFRAME offset adjustment
Reid Kleckner
2018-11-03
1
-2
/
+2
*
MachineOperand/MIParser: Do not print debug-use flag, infer it
Matthias Braun
2018-10-30
3
-6
/
+10
*
[MIR] Simplify and move MIR test
Francis Visoiu Mistrih
2018-10-26
1
-0
/
+13
*
[codeview] Emit S_FRAMEPROC and use S_DEFRANGE_FRAMEPOINTER_REL
Reid Kleckner
2018-10-01
1
-16
/
+15
*
MIRParser: Check that instructions only reference DILocation metadata
Matthias Braun
2018-10-01
1
-0
/
+15
*
[DebugInfo][Dexter] Incorrect DBG_VALUE after MCP dead copy instruction removal.
Carlos Alberto Enciso
2018-10-01
1
-0
/
+105
*
add IR flags to MI
Michael Berg
2018-09-11
1
-5
/
+6
*
[NFC] - in preparation for adding nsw, nuw and exact as flags to MI
Michael Berg
2018-09-06
1
-0
/
+19
*
Consistently use MemoryLocation::UnknownSize to indicate unknown access size
Krzysztof Parzyszek
2018-08-20
3
-2
/
+53
*
[x86/MIR] Implement support for pre- and post-instruction symbols, as
Chandler Carruth
2018-08-16
1
-0
/
+82
*
[DebugInfo][X86] Add start-after flags to MIR tests
Francis Visoiu Mistrih
2018-07-12
1
-1
/
+1
*
[DebugInfo] Make sure all DBG_VALUEs' reguse operands have IsDebug property
Mikael Holmen
2018-06-21
1
-2
/
+2
*
[MIRParser] Update a diagnostic message to use the correct register sigil. NFC
Matt Davis
2018-06-19
3
-3
/
+3
*
[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.
Shiva Chen
2018-05-09
6
-7
/
+7
*
MachineInst support mapping SDNode fast math flags for support in Back End co...
Michael Berg
2018-05-03
1
-0
/
+36
*
[MIR] Add support for debug metadata for fixed stack objects
Francis Visoiu Mistrih
2018-04-25
8
-15
/
+62
*
[MIR] Allow frame-setup and frame-destroy on the same instruction
Francis Visoiu Mistrih
2018-03-13
1
-0
/
+4
*
Followup on Proposal to move MIR physical register namespace to '$' sigil.
Puyan Lotfi
2018-01-31
130
-1102
/
+1102
*
Add triples or specify REQUIRES: default_triple to some tests
Justin Bogner
2018-01-27
3
-3
/
+3
*
[x86] Mostly reautogenerate a bunch of tests that affect D37775. NFC
Alexander Ivchenko
2018-01-23
1
-3
/
+3
*
Move tests to the correct place
Matthias Braun
2018-01-19
5
-317
/
+0
*
[MIR] Repurposing '$' sigil used by external symbols. Replacing with '&'.
Puyan Lotfi
2018-01-10
11
-27
/
+27
*
[MIR] Add support for the frame-destroy MachineInstr flag
Francis Visoiu Mistrih
2018-01-09
1
-1
/
+2
*
[YAML] Add support for non-printable characters
Francis Visoiu Mistrih
2017-12-18
1
-0
/
+6
*
[MIR] Add support for missing CFI directives
Francis Visoiu Mistrih
2017-12-15
1
-1
/
+1
*
Ignore metainstructions during the shrink wrap analysis
Adrian Prantl
2017-12-13
1
-0
/
+182
*
[MachineOperand][MIR] Add isRenamable to MachineOperand.
Geoff Berry
2017-12-12
1
-0
/
+16
[next]