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
*
[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
*
[FastISel][tblgen] Rename tblgen generated FastISel functions. NFC.
Juergen Ributzka
2014-09-03
1
-50
/
+50
*
[FastISel] Rename public visible FastISel functions. NFC.
Juergen Ributzka
2014-09-03
1
-44
/
+42
*
[FastISel] Some long overdue spring cleaning of FastISel.
Juergen Ributzka
2014-09-03
1
-378
/
+333
*
[FastISel] Provide the option to skip target-independent instruction selectio...
Juergen Ributzka
2014-09-02
1
-18
/
+24
*
[FastISel] Undo phi node updates when falling-back to SelectionDAG.
Juergen Ributzka
2014-08-28
1
-4
/
+7
*
[FastISel]
Juergen Ributzka
2014-08-28
1
-1
/
+8
*
[FastISel] Fix a potential bug in FastEmitInst_ri
Juergen Ributzka
2014-08-27
1
-2
/
+1
*
Reapply [FastISel] Let the target decide first if it wants to materialize a c...
Juergen Ributzka
2014-08-19
1
-15
/
+21
*
[FastISel] Remove an performance debugging assert.
Juergen Ributzka
2014-08-15
1
-1
/
+0
*
Revert several FastISel commits to track down a buildbot error.
Juergen Ributzka
2014-08-14
1
-21
/
+15
*
[FastISel] Let the target decide first if it wants to materialize a constant.
Juergen Ributzka
2014-08-13
1
-15
/
+21
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-13
/
+9
*
[FastISel] Fix the patchpoint intrinsic lowering in FastISel for large target...
Juergen Ributzka
2014-07-31
1
-1
/
+1
*
AA metadata refactoring (introduce AAMDNodes)
Hal Finkel
2014-07-24
1
-2
/
+4
*
[FastISel] Local values shouldn't be alive across an inline asm call with sid...
Juergen Ributzka
2014-07-16
1
-0
/
+5
*
Remove TLI from isInTailCallPosition's arguments. NFC.
Juergen Ributzka
2014-07-16
1
-1
/
+1
*
[FastISel] Insert patchpoint instruction before the target generated call ins...
Juergen Ributzka
2014-07-15
1
-1
/
+2
*
[FastISel] Fix patchpoint lowering to set the result register.
Juergen Ributzka
2014-07-15
1
-5
/
+6
*
Avoid a warning from MSVC on "*/" in this code by inserting a space
Reid Kleckner
2014-07-12
1
-1
/
+1
*
[FastISel] Add target-independent patchpoint intrinsic support. WIP.
Juergen Ributzka
2014-07-11
1
-0
/
+169
*
[FastISel] Add basic infrastructure to support a target-independent call lowe...
Juergen Ributzka
2014-07-11
1
-2
/
+208
*
[FastISel] Breakout intrinsic lowering into a separate function and add a tar...
Juergen Ributzka
2014-07-11
1
-34
/
+39
*
Move function dependent resetting of a subtarget variable out of the
Eric Christopher
2014-07-04
1
-0
/
+1
*
[FastISel] Factor out stackmap intrinsic selection code into a dedicated help...
Juergen Ributzka
2014-07-01
1
-73
/
+76
*
[FastISel][X86] - Add branch weights
Juergen Ributzka
2014-06-13
1
-2
/
+6
*
[FastISel][X86] Add MachineMemOperand to load/store instructions.
Juergen Ributzka
2014-06-12
1
-0
/
+44
[next]