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
*
Remove the Forward Control Flow Integrity pass and its dependencies.
Eric Christopher
2015-02-27
5
-738
/
+0
*
Change the fast-isel-abort option from bool to int to enable "levels"
Mehdi Amini
2015-02-27
1
-24
/
+24
*
Centralize handling of the eh_begin and eh_end labels.
Rafael Espindola
2015-02-27
5
-33
/
+28
*
Don't modify the DenseMap being iterated over from within the loop
Sanjoy Das
2015-02-27
1
-3
/
+6
*
Rewrite MachineOperand::print and MachineInstr::print to avoid
Eric Christopher
2015-02-27
5
-43
/
+30
*
Put jump tables in distinct sections if -ffunction-sections is used.
Rafael Espindola
2015-02-26
1
-20
/
+28
*
Remove DebugLoc::print(LLVMContext, raw_ostream), it was just
Eric Christopher
2015-02-26
1
-8
/
+2
*
getRegForInlineAsmConstraint wants to use TargetRegisterInfo for
Eric Christopher
2015-02-26
4
-38
/
+46
*
Add a TargetMachine argument to the AddressingModeMatcher, we'll
Eric Christopher
2015-02-26
1
-10
/
+14
*
Simplify arange output.
Rafael Espindola
2015-02-26
2
-68
/
+43
*
When the source has a series of assignments, users reasonably want to
Paul Robinson
2015-02-26
1
-0
/
+3
*
Remove an argument-less call to getSubtargetImpl from TargetLoweringBase.
Eric Christopher
2015-02-26
1
-6
/
+6
*
Move TargetLoweringBase::getTypeConversion to the .cpp file from
Eric Christopher
2015-02-25
1
-0
/
+132
*
Fixing a problem with insert location in WinEH outlining
Andrew Kaylor
2015-02-25
1
-0
/
+1
*
Support SHF_MERGE sections in COMDATs.
Rafael Espindola
2015-02-25
1
-77
/
+48
*
PrologEpilogInserter: Clean up math in calculateFrameObjectOffsets
David Majnemer
2015-02-24
1
-5
/
+4
*
Reapplied D7816 & rL230177 & rL230278 - with an additional fix toensure that ...
Simon Pilgrim
2015-02-24
1
-45
/
+65
*
Fixing eol-style
Andrew Kaylor
2015-02-24
1
-625
/
+625
*
Revert:
Eric Christopher
2015-02-24
1
-39
/
+23
*
Rename UpdateRegAllocHint to match style guidelines.
Eric Christopher
2015-02-24
1
-1
/
+1
*
DAGCombiner: Move variable definitions closer to use; NFC
Matthias Braun
2015-02-24
1
-38
/
+38
*
DAGCombiner: Move variable declaration closer to definiion; NFC
Matthias Braun
2015-02-24
1
-3
/
+3
*
ARM: treat [N x i32] and [N x i64] as AAPCS composite types
Tim Northover
2015-02-24
1
-8
/
+7
*
[SDAG] Handle LowerOperation returning its input consistently
Hal Finkel
2015-02-24
2
-5
/
+9
*
Fix based on post-commit comment on D7816 & rL230177 - BUILD_VECTOR operand t...
Simon Pilgrim
2015-02-23
1
-4
/
+5
*
[X86] Teach how to custom lower double-to-half conversions under fast-math.
Andrea Di Biagio
2015-02-23
1
-0
/
+15
*
[AsmPrinter] Access pointers to globals via pcrel GOT entries
Bruno Cardoso Lopes
2015-02-23
1
-15
/
+209
*
Removing unused private field.
Andrew Kaylor
2015-02-23
1
-3
/
+1
*
Second attempt to fix WinEHCatchDirector build failures.
Andrew Kaylor
2015-02-23
1
-1
/
+0
*
Attempting to fix WinEHCatchDirector destructor related build failures.
Andrew Kaylor
2015-02-23
1
-0
/
+1
*
Remap frame variables for native Windows exception handling.
Andrew Kaylor
2015-02-23
1
-390
/
+627
*
Rewrite the global merge pass to be subprogram agnostic for now.
Eric Christopher
2015-02-23
1
-19
/
+18
*
[DagCombiner] Generalized BuildVector Vector Concatenation
Simon Pilgrim
2015-02-22
1
-23
/
+38
*
[DAGCombine] Don't assume integer-type legailty in reduceBuildVecConvertToCon...
Hal Finkel
2015-02-22
1
-0
/
+5
*
[SDAG] Use correct alignments on expanded vector trunc-store/ext-loads
Hal Finkel
2015-02-22
1
-4
/
+7
*
MachineInstr: Use range-based for loops. NFC.
Benjamin Kramer
2015-02-21
1
-34
/
+20
*
Calling memmove on a MachineOperand is totally safe.
Benjamin Kramer
2015-02-21
1
-8
/
+2
*
Unconditionally create a new MCInstrInfo in the asm printer for
Eric Christopher
2015-02-21
1
-5
/
+4
*
X86: Call __main using the SelectionDAG
David Majnemer
2015-02-21
1
-1
/
+0
*
LiveRangeCalc: Don't start liveranges of PHI instruction at the block begin.
Matthias Braun
2015-02-20
1
-5
/
+2
*
Use short names for jumptable sections.
Rafael Espindola
2015-02-20
1
-29
/
+25
*
Used the cached subtarget off of the MachineFunction.
Eric Christopher
2015-02-20
2
-5
/
+3
*
Add generic fmad DAG node.
Matt Arsenault
2015-02-20
4
-95
/
+164
*
Grab the DataLayout off of the TargetMachine since that's where
Eric Christopher
2015-02-20
1
-2
/
+2
*
Get the function specific subtarget.
Eric Christopher
2015-02-20
1
-1
/
+2
*
Get the cached subtarget off the MachineFunction rather than
Eric Christopher
2015-02-20
1
-4
/
+2
*
Generalize statepoint lowering to use ImmutableStatepoint. Move statepoint lo...
Igor Laevsky
2015-02-20
2
-40
/
+41
*
Fix build with gcc. This has a -Wsequence-point error on 'MII', which is a go...
Nick Lewycky
2015-02-20
1
-5
/
+3
*
Remove more uses of TargetMachine::getSubtargetImpl from the
Eric Christopher
2015-02-20
1
-9
/
+8
*
AsmPrinter::doFinalization is at the module level and so doesn't
Eric Christopher
2015-02-20
1
-2
/
+7
[next]