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
*
[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
*
[Layering] Move DebugLoc.h into the IR library. The implementation
Chandler Carruth
2014-03-05
1
-1
/
+1
*
Fix unused variable in FunctionLoweringInfo.cpp
Hans Wennborg
2014-03-05
1
-1
/
+1
*
Check for dynamic allocas and inline asm that clobbers sp before building
Hans Wennborg
2014-03-05
1
-1
/
+40
*
Don't put non-static allocas in the static alloca map
Reid Kleckner
2014-01-31
1
-1
/
+7
*
[stackprotector] Use analysis from the StackProtector pass for stack layout i...
Josh Magee
2013-12-19
1
-9
/
+1
*
Debug Info: clean up usage of Verify.
Manman Ren
2013-06-28
1
-1
/
+4
*
Don't cache the TLI object since we have access to it through TargetMachine a...
Bill Wendling
2013-06-19
1
-6
/
+8
*
Don't cache the TargetLoweringInfo object inside of the FunctionLowering object.
Bill Wendling
2013-06-06
1
-17
/
+18
*
Revert 172027 and 174336. Remove diagnostics about over-aligned stack objects.
Bob Wilson
2013-02-08
1
-2
/
+1
*
Stack Alignment: throw error if we can't satisfy the minimal alignment
Manman Ren
2013-01-10
1
-1
/
+2
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-7
/
+7
*
Remove the Function::getRetAttributes method in favor of using the AttributeS...
Bill Wendling
2012-12-30
1
-2
/
+1
[next]