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
*
MIR Serialization: Serialize the '.cfi_same_value' CFI directive.
Alex Lorenz
2015-08-14
4
-0
/
+15
*
MIR Serialization: Serialize the external symbol call entry pseudo source
Alex Lorenz
2015-08-14
2
-5
/
+10
*
MIR Serialization: Serialize the global value call entry pseudo source values.
Alex Lorenz
2015-08-14
2
-1
/
+14
*
MIR Serialization: Serialize the 'internal' register operand flag.
Alex Lorenz
2015-08-14
4
-4
/
+13
*
MIR Serialization: Serialize the bundled machine instructions.
Alex Lorenz
2015-08-14
4
-10
/
+63
*
Reverting patch r244235.
Kit Barton
2015-08-14
2
-50
/
+22
*
[PM/AA] Hoist the interface to TBAA into a dedicated header along with
Chandler Carruth
2015-08-14
1
-0
/
+1
*
[PM/AA] Hoist ScopedNoAliasAA's interface into a header and move the
Chandler Carruth
2015-08-14
1
-0
/
+1
*
[PM/AA] Extract a minimal interface for CFLAA to its own header file.
Chandler Carruth
2015-08-14
1
-0
/
+1
*
MIR Serialization: Change MIR syntax - use custom syntax for MBBs.
Alex Lorenz
2015-08-13
6
-201
/
+451
*
MIR Parser: Don't allow negative alignments for memory operands.
Alex Lorenz
2015-08-13
1
-1
/
+1
*
MIR Parser: Extract the code that parses the alignment into a new method. NFC.
Alex Lorenz
2015-08-13
1
-5
/
+13
*
MIR Parser: Rename the method 'diagFromLLVMAssemblyDiag'. NFC.
Alex Lorenz
2015-08-13
1
-6
/
+7
*
[WinEHPrepare] Update demotion logic
Joseph Tremoulet
2015-08-13
1
-165
/
+209
*
[CodeGen] Mark the promoted FCOPYSIGN result FP_ROUND as TRUNCating.
Ahmed Bougacha
2015-08-13
1
-1
/
+8
*
[CodeGen] Assert on getNode(FP_EXTEND) with a smaller dst type.
Ahmed Bougacha
2015-08-13
1
-0
/
+2
*
[CodeGen] When Promoting, don't extend the 2nd FCOPYSIGN operand.
Ahmed Bougacha
2015-08-13
1
-1
/
+1
*
[CodeGen] Simplify getNode(*EXT/TRUNC) type size assert. NFC.
Ahmed Bougacha
2015-08-13
1
-8
/
+8
*
MIR Parser: Allow the MI IR references to reference global values.
Alex Lorenz
2015-08-12
1
-0
/
+3
*
MIR Serialization: Serialize the fixed stack pseudo source values.
Alex Lorenz
2015-08-12
2
-1
/
+14
*
NFC. Convert comments in MachineBasicBlock.cpp into new style.
Cong Hou
2015-08-12
1
-35
/
+23
*
MIR Parser: Move the parsing of fixed stack object indices into new method. NFC
Alex Lorenz
2015-08-12
1
-2
/
+11
*
MIR Serialization: Serialize the jump table pseudo source values.
Alex Lorenz
2015-08-12
4
-1
/
+9
*
MIR Serialization: Serialize the GOT pseudo source values.
Alex Lorenz
2015-08-12
4
-1
/
+10
*
MIR Serialization: Serialize the stack pseudo source values.
Alex Lorenz
2015-08-12
4
-1
/
+9
*
MIR Serialization: Serialize the constant pool pseudo source values.
Alex Lorenz
2015-08-12
4
-16
/
+60
*
Redo "Make global aliases have symbol size equal to their type"
John Brawn
2015-08-12
1
-0
/
+14
*
[GlobalMerge] Only emit aliases for internal linkage variables for non-Mach-O
John Brawn
2015-08-12
1
-3
/
+10
*
[X86] Allow x86 call frame optimization to fold more loads into pushes
Michael Kuperstein
2015-08-12
2
-3
/
+7
*
PseudoSourceValue: Transform the mips subclass to target independent subclasses
Alex Lorenz
2015-08-11
1
-1
/
+42
*
PseudoSourceValue: Replace global manager with a manager in a machine function.
Alex Lorenz
2015-08-11
14
-137
/
+135
*
PseudoSourceValue: Introduce a 'PSVKind' enumerator.
Alex Lorenz
2015-08-11
1
-17
/
+19
*
PseudoSourceValue: Update comments and fix lowercase variable names. NFC.
Alex Lorenz
2015-08-11
1
-1
/
+1
*
Reformat PseudoSourceValue.cpp and PseudoSourceValue.h. NFC.
Alex Lorenz
2015-08-11
1
-29
/
+26
*
Make DW_AT_[MIPS_]linkage_name optional, and off by default for SCE.
Paul Robinson
2015-08-11
3
-1
/
+21
*
NFC SelectionDAGDumper: fix typo
JF Bastien
2015-08-11
1
-1
/
+1
*
fix minsize detection: minsize attribute implies optimizing for size
Sanjay Patel
2015-08-11
1
-2
/
+1
*
SelectionDAG: Prefer to combine multiplication with less uses for fma
Jingyue Wu
2015-08-11
1
-0
/
+8
*
fix minsize detection: minsize attribute implies optimizing for size
Sanjay Patel
2015-08-11
1
-4
/
+3
*
[GlobalMerge] Use private linkage for MergedGlobals variables
John Brawn
2015-08-11
1
-25
/
+5
*
fix minsize detection: minsize attribute implies optimizing for size
Sanjay Patel
2015-08-11
1
-3
/
+1
*
Add new ISD nodes: ISD::FMINNAN and ISD::FMAXNAN
James Molloy
2015-08-11
4
-0
/
+12
*
Add support for floating-point minnum and maxnum
James Molloy
2015-08-11
1
-1
/
+2
*
Allow PeepholeOptimizer to fold a few more cases
Michael Kuperstein
2015-08-11
1
-5
/
+4
*
[WinEHPrepare] Add rudimentary support for the new EH instructions
David Majnemer
2015-08-11
1
-8
/
+373
*
MIR Serialization: Serialize UsedPhysRegMask from the machine register info.
Alex Lorenz
2015-08-11
2
-0
/
+46
*
use range-based for loops; NFCI
Sanjay Patel
2015-08-11
1
-8
/
+2
*
MIR Parser: Report an error when a stack object is redefined.
Alex Lorenz
2015-08-10
1
-2
/
+5
*
MIR Parser: Report an error when a fixed stack object is redefined.
Alex Lorenz
2015-08-10
1
-2
/
+6
*
use range-based for loop; NFCI
Sanjay Patel
2015-08-10
1
-5
/
+5
[next]