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
/
SelectionDAG
/
FastISel.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[NFC] Replace several manual GEP loops with gep_type_iterator.
Eduard Burtescu
2016-01-20
1
-14
/
+6
*
[opaque pointer types] [NFC] GEP: replace get(Pointer)ElementType uses with g...
Eduard Burtescu
2016-01-19
1
-1
/
+7
*
[opaque pointer types] [NFC] CallSite: use getFunctionType() instead of going...
Manuel Jacob
2016-01-17
1
-6
/
+4
*
Test commit: fixed spelling error in comment.
Wolfgang Pieb
2015-12-16
1
-1
/
+1
*
FastISel needs to remove dead code when it bails out.
Paul Robinson
2015-12-14
1
-2
/
+32
*
Let SelectionDAG start to use probability-based interface to add successors.
Cong Hou
2015-11-24
1
-7
/
+7
*
Create a new interface addSuccessorWithoutWeight(MBB*) in MBB to add successo...
Cong Hou
2015-10-27
1
-11
/
+14
*
[SelectionDAG] Remove dead code. NFC.
Benjamin Kramer
2015-10-15
1
-70
/
+0
*
SelectionDAG: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-2
/
+2
*
[WinEH] Delete the old landingpad implementation of Windows EH
Reid Kleckner
2015-10-09
1
-7
/
+0
*
Revert "Revert "Revert r248959, "[WinEH] Emit int3 after noreturn calls on Wi...
Reid Kleckner
2015-10-09
1
-2
/
+4
*
Revert "Revert r248959, "[WinEH] Emit int3 after noreturn calls on Win64""
Reid Kleckner
2015-10-09
1
-4
/
+2
*
Revert r248959, "[WinEH] Emit int3 after noreturn calls on Win64"
NAKAMURA Takumi
2015-10-01
1
-2
/
+4
*
[WinEH] Emit int3 after noreturn calls on Win64
Reid Kleckner
2015-09-30
1
-4
/
+2
*
FastISel: Avoid adding a successor block twice for degenerate IR.
Matthias Braun
2015-08-26
1
-1
/
+5
*
FastISel: Factor out common code; NFC intended
Matthias Braun
2015-08-26
1
-0
/
+12
*
[WebAssembly] Skeleton FastISel support
Dan Gohman
2015-08-24
1
-0
/
+19
*
StackMap: FastISel: Add an appropriate number of immediate operands to the
Alex Lorenz
2015-08-10
1
-3
/
+6
*
Make getByValTypeAlignment() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-1
/
+1
*
Make TargetLowering::getPointerTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-13
/
+13
*
Redirect DataLayout from TargetMachine to Module in ComputeValueVTs()
Mehdi Amini
2015-07-09
1
-3
/
+3
*
Redirect DataLayout from TargetMachine to Module in FastISel
Mehdi Amini
2015-07-07
1
-1
/
+1
*
Use function attribute "trap-func-name" and remove TargetOptions::TrapFuncName.
Akira Hatanaka
2015-07-02
1
-1
/
+1
*
Use MCSymbols for FastISel.
Rafael Espindola
2015-06-23
1
-1
/
+20
*
[Fast-ISel] Don't mark the first use of a remat constant as killed.
Pete Cooper
2015-05-09
1
-4
/
+7
*
Fix incorrect kill flags in fastisel.
Pete Cooper
2015-05-06
1
-2
/
+6
*
[patchpoint] Add support for symbolic patchpoint targets to SelectionDAG and the
Lang Hames
2015-04-22
1
-13
/
+15
*
DebugInfo: Assert dbg.declare/value insts are valid
Duncan P. N. Exon Smith
2015-04-21
1
-2
/
+2
*
CodeGen: Stop using DIDescriptor::is*() and auto-casting
Duncan P. N. Exon Smith
2015-04-06
1
-3
/
+1
*
Use sext in fast isel.
Rafael Espindola
2015-04-06
1
-1
/
+1
*
CodeGen: Assert that inlined-at locations agree
Duncan P. N. Exon Smith
2015-04-03
1
-0
/
+4
*
[WinEH] Run cleanup handlers when an exception is thrown
David Majnemer
2015-03-30
1
-0
/
+7
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-0
/
+1
*
Handle big index in getelementptr instruction
Reid Kleckner
2015-03-11
1
-3
/
+3
*
Have getCallPreservedMask and getThisCallPreservedMask take a
Eric Christopher
2015-03-11
1
-1
/
+2
*
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
2015-01-26
1
-1
/
+1
*
[PM] Move TargetLibraryInfo into the Analysis library.
Chandler Carruth
2015-01-15
1
-1
/
+1
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-1
/
+1
*
[StackMaps] Mark in CallLoweringInfo when lowering a patchpoint
Hal Finkel
2015-01-13
1
-0
/
+1
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-1
/
+1
*
Revert "IR: MDNode => Value"
Duncan P. N. Exon Smith
2014-11-11
1
-3
/
+3
*
IR: MDNode => Value: Instruction::getMetadata()
Duncan P. N. Exon Smith
2014-11-01
1
-3
/
+3
*
Introduce enum values for previously defined metadata types. (NFC)
Philip Reames
2014-10-21
1
-2
/
+2
*
Remove getSubtargetImpl calls from FastISel, we can get it from
Eric Christopher
2014-10-08
1
-6
/
+5
*
Remove dead call to getTypeToTransformTo. The result is
Eric Christopher
2014-10-08
1
-3
/
+1
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-8
/
+13
*
Revert r218778 while investigating buldbot breakage.
Adrian Prantl
2014-10-01
1
-13
/
+8
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-8
/
+13
*
[FastISel] Move optimizeCmpPredicate to FastISel base class. NFC.
Juergen Ributzka
2014-09-15
1
-0
/
+40
*
Fast-ISel: Remove dead code after falling back from selecting call instructio...
Hans Wennborg
2014-09-08
1
-15
/
+10
[prev]
[next]