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
/
FunctionLoweringInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Redirect DataLayout from TargetMachine to Module in ComputeValueVTs()
Mehdi Amini
2015-07-09
1
-4
/
+5
*
[WinEH] Make llvm.x86.seh.restoreframe work for stack realignment prologues
Reid Kleckner
2015-07-07
1
-1
/
+1
*
Redirect DataLayout from TargetMachine to Module in SelectionDAG
Mehdi Amini
2015-07-07
1
-7
/
+7
*
Move the personality function from LandingPadInst to Function
David Majnemer
2015-06-17
1
-4
/
+6
*
[WinEH] Add 32-bit SEH state table emission prototype
Reid Kleckner
2015-06-09
1
-5
/
+12
*
[WinEH] Start inserting state number stores for C++ EH
Reid Kleckner
2015-05-28
1
-371
/
+3
*
Fix build warning
Andrew Kaylor
2015-05-20
1
-1
/
+1
*
[WinEH] C++ EH state numbering fixes
Andrew Kaylor
2015-05-20
1
-52
/
+179
*
[StatepointLowering] Support of the gc.relocates for invoke statepoints.
Igor Laevsky
2015-05-20
1
-0
/
+1
*
[WinEH] Push unique_ptr through the Action interface.
Benjamin Kramer
2015-05-16
1
-21
/
+15
*
Fixing build warnings
Andrew Kaylor
2015-05-11
1
-2
/
+2
*
[WinEH] Update exception numbering to give handlers their own base state.
Andrew Kaylor
2015-05-11
1
-15
/
+74
*
[SEH] Implement GetExceptionCode in __except blocks
Reid Kleckner
2015-04-24
1
-14
/
+23
*
DebugInfo: Assert dbg.declare/value insts are valid
Duncan P. N. Exon Smith
2015-04-21
1
-2
/
+3
*
Re-land r235154-r235156 under the existing -sehprepare flag
Reid Kleckner
2015-04-21
1
-3
/
+53
*
Revert r235154-r235156, they cause asserts when building win64 code (http://c...
Nico Weber
2015-04-17
1
-53
/
+3
*
[SEH] Reimplement x64 SEH using WinEHPrepare
Reid Kleckner
2015-04-17
1
-3
/
+53
*
Add range iterators for post order and inverse post order. Use them
Daniel Berlin
2015-04-15
1
-2
/
+1
*
[WinEHPrepare] Don't rely on the order of IR
David Majnemer
2015-04-10
1
-5
/
+9
*
CodeGen: Stop using DIDescriptor::is*() and auto-casting
Duncan P. N. Exon Smith
2015-04-06
1
-3
/
+1
*
[WinEH] Fill out CatchHigh in the TryBlockMap
David Majnemer
2015-04-03
1
-4
/
+2
*
[WinEH] Fill out .xdata for catch objects
David Majnemer
2015-04-03
1
-3
/
+1
*
[WinEH] Handle nested landing pads in outlined catch handlers
Andrew Kaylor
2015-04-03
1
-28
/
+0
*
[WinEH] Implement support for catch-all
David Majnemer
2015-04-01
1
-8
/
+13
*
[WinEH] ExitingScope is vacuously true if !PoppedCatches.empty()
David Majnemer
2015-03-31
1
-2
/
+1
*
[WinEH] Generate .xdata for catch handlers
David Majnemer
2015-03-31
1
-30
/
+105
*
Silence an unused variable warning.
David Majnemer
2015-03-30
1
-0
/
+2
*
[WinEH] Run cleanup handlers when an exception is thrown
David Majnemer
2015-03-30
1
-2
/
+143
*
CodeGen: Use the new DebugLoc API, NFC
Duncan P. N. Exon Smith
2015-03-30
1
-3
/
+1
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-0
/
+1
*
getRegForInlineAsmConstraint wants to use TargetRegisterInfo for
Eric Christopher
2015-02-26
1
-3
/
+4
*
Remove dead code for llvm.eh.selector in the old EH model
Reid Kleckner
2015-01-14
1
-54
/
+0
*
[Statepoints 3/4] Statepoint infrastructure for garbage collection: Selection...
Philip Reames
2014-12-02
1
-0
/
+1
*
Allow the use of functions as typeinfo in landingpad clauses
Reid Kleckner
2014-11-14
1
-4
/
+4
*
Remove uses of the TargetMachine from FunctionLoweringInfo
Eric Christopher
2014-10-09
1
-14
/
+10
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-1
/
+1
*
Revert r218778 while investigating buldbot breakage.
Adrian Prantl
2014-10-01
1
-1
/
+1
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-1
/
+1
*
Clear PreferredExtendType for in each function-specific state FunctionLowerin...
Jiangning Liu
2014-09-24
1
-0
/
+1
*
Optimize sext/zext insertion algorithm in back-end.
Jiangning Liu
2014-09-19
1
-0
/
+25
*
CodeGen: Handle va_start in the entry block
Reid Kleckner
2014-09-02
1
-24
/
+16
*
Add a const and munge some comments
Reid Kleckner
2014-08-29
1
-1
/
+1
*
musttail: Forward regparms of variadic functions on x86_64
Reid Kleckner
2014-08-29
1
-0
/
+7
*
ARM / x86_64 varargs: Don't save regparms in prologue without va_start
Reid Kleckner
2014-08-22
1
-0
/
+8
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-2
/
+1
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-7
/
+10
*
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-14
1
-2
/
+2
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-4
/
+2
*
[Layering] Move DebugInfo.h into the IR library where its implementation
Chandler Carruth
2014-03-06
1
-1
/
+1
[prev]
[next]