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
/
SelectionDAGISel.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-1
/
+1
*
Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"
Sergey Dmitrouk
2015-04-28
1
-8
/
+12
*
Revert "[DebugInfo] Add debug locations to constant SD nodes"
Daniel Jasper
2015-04-28
1
-12
/
+8
*
[DebugInfo] Add debug locations to constant SD nodes
Sergey Dmitrouk
2015-04-28
1
-8
/
+12
*
[SEH] Implement GetExceptionCode in __except blocks
Reid Kleckner
2015-04-24
1
-6
/
+0
*
Re-commit "[SEH] Remove the old __C_specific_handler code now that WinEHPrepa...
Reid Kleckner
2015-04-23
1
-58
/
+2
*
Revert "[SEH] Remove the old __C_specific_handler code now that WinEHPrepare ...
Reid Kleckner
2015-04-23
1
-2
/
+58
*
Re-commit r235560: Switch lowering: extract jump tables and bit tests before ...
Hans Wennborg
2015-04-23
1
-27
/
+7
*
Revert r235560; this commit was causing several failed assertions in Debug bu...
Aaron Ballman
2015-04-23
1
-7
/
+27
*
Switch lowering: extract jump tables and bit tests before building binary tre...
Hans Wennborg
2015-04-22
1
-27
/
+7
*
[SEH] Remove the old __C_specific_handler code now that WinEHPrepare works
Reid Kleckner
2015-04-22
1
-58
/
+2
*
Re-land r235154-r235156 under the existing -sehprepare flag
Reid Kleckner
2015-04-21
1
-5
/
+15
*
Revert r235154-r235156, they cause asserts when building win64 code (http://c...
Nico Weber
2015-04-17
1
-25
/
+62
*
[SEH] Reimplement x64 SEH using WinEHPrepare
Reid Kleckner
2015-04-17
1
-62
/
+25
*
Revert the switch lowering change (r235101, r235103, r235106)
Hans Wennborg
2015-04-16
1
-7
/
+27
*
Switch lowering: extract jump tables and bit tests before building binary tre...
Hans Wennborg
2015-04-16
1
-27
/
+7
*
[WinEH] Try to make the MachineFunction CFG more accurate
Reid Kleckner
2015-04-15
1
-42
/
+65
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-1
/
+1
*
CodeGen: Stop using DIDescriptor::is*() and auto-casting
Duncan P. N. Exon Smith
2015-04-06
1
-1
/
+1
*
CodeGen: Assert that inlined-at locations agree
Duncan P. N. Exon Smith
2015-04-03
1
-5
/
+8
*
[WinEH] Run cleanup handlers when an exception is thrown
David Majnemer
2015-03-30
1
-0
/
+5
*
Remove superfluous .str() and replace std::string concatenation with Twine.
Yaron Keren
2015-03-27
1
-2
/
+2
*
SelectionDAGIsel: Fix comment about terminators being "handled below".
Hans Wennborg
2015-03-19
1
-3
/
+2
*
Recommit r232027 with PR22883 fixed: Add infrastructure for support of multip...
Daniel Sanders
2015-03-13
1
-1
/
+15
*
Revert "r232027 - Add infrastructure for support of multiple memory constraints"
Hal Finkel
2015-03-12
1
-3
/
+1
*
Add infrastructure for support of multiple memory constraints.
Daniel Sanders
2015-03-12
1
-1
/
+3
*
Remove useMachineScheduler and replace it with subtarget options
Eric Christopher
2015-03-11
1
-1
/
+2
*
Make constant arrays that are passed to functions as const.
Benjamin Kramer
2015-03-07
1
-1
/
+1
*
Use report_fatal_error instead of unreachable for -fast-isel-abort
Mehdi Amini
2015-03-04
1
-3
/
+3
*
Fixup for recent -fast-isel-abort change: code didn't match description
Mehdi Amini
2015-02-28
1
-1
/
+4
*
Change the fast-isel-abort option from bool to int to enable "levels"
Mehdi Amini
2015-02-27
1
-24
/
+24
*
Unify the two EH personality classification routines I wrote
Reid Kleckner
2015-02-14
1
-1
/
+1
*
Re-sort #include lines using my handy dandy ./utils/sort_includes.py
Chandler Carruth
2015-02-13
1
-1
/
+1
*
Revert GCStrategy ownership changes
Philip Reames
2015-01-26
1
-1
/
+1
*
Classify functions by EH personality type rather than using the triple
Reid Kleckner
2015-01-23
1
-4
/
+7
*
[PM] Remove the Pass argument from all of the critical edge splitting
Chandler Carruth
2015-01-19
1
-4
/
+5
*
Move ownership of GCStrategy objects to LLVMContext
Philip Reames
2015-01-16
1
-1
/
+1
*
Fix SelectionDAG -view-*-dags filtering
Mehdi Amini
2015-01-15
1
-1
/
+1
*
[PM] Separate the TargetLibraryInfo object from the immutable pass.
Chandler Carruth
2015-01-15
1
-3
/
+4
*
[PM] Move TargetLibraryInfo into the Analysis library.
Chandler Carruth
2015-01-15
1
-1
/
+1
*
Emit the Itanium LSDA for unknown EH personalities on Win64
Reid Kleckner
2015-01-14
1
-0
/
+4
*
SelectionDAG: add a -filter-view-dags option to llc
Mehdi Amini
2015-01-14
1
-10
/
+25
*
CodeGen support for x86_64 SEH catch handlers in LLVM
Reid Kleckner
2015-01-14
1
-1
/
+63
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-2
/
+2
*
Remove uses of the TargetMachine from FunctionLoweringInfo
Eric Christopher
2014-10-09
1
-1
/
+1
*
Grab the TargetRegisterInfo off of the subtarget from the
Eric Christopher
2014-10-08
1
-1
/
+1
*
Cache TargetLowering on SelectionDAGISel and update previous
Eric Christopher
2014-10-08
1
-17
/
+19
*
Cache SelectionDAGISel TargetInstrInfo lookups on the class and
Eric Christopher
2014-10-08
1
-13
/
+9
*
Reset the target options and optimization level as the first
Eric Christopher
2014-10-08
1
-8
/
+13
*
Have the selection dag grab TargetLowering off of the subtarget
Eric Christopher
2014-10-08
1
-2
/
+1
[next]