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
*
[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
*
[ISel] Keep matching state consistent when folding during X86 address match
Adam Nemet
2014-10-03
1
-0
/
+44
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-10
/
+7
*
Revert r218778 while investigating buldbot breakage.
Adrian Prantl
2014-10-01
1
-7
/
+10
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-10
/
+7
*
Move resetTargetOptions from taking a MachineFunction to a Function
Eric Christopher
2014-09-26
1
-1
/
+1
*
[FastISel] Rename public visible FastISel functions. NFC.
Juergen Ributzka
2014-09-03
1
-2
/
+2
*
Remove resetSubtargetFeatures as it is unused.
Eric Christopher
2014-09-03
1
-3
/
+0
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-21
1
-1
/
+1
*
Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...
Craig Topper
2014-08-18
1
-1
/
+1
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-17
1
-1
/
+1
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-6
/
+9
*
CodeGen: Remove commented out code
Justin Bogner
2014-08-02
1
-2
/
+0
*
Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...
Duncan P. N. Exon Smith
2014-07-21
1
-2
/
+3
*
[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...
Manuel Jacob
2014-07-20
1
-3
/
+2
*
Revert "Introduce a string_ostream string builder facilty"
Alp Toker
2014-06-26
1
-1
/
+2
*
Introduce a string_ostream string builder facilty
Alp Toker
2014-06-26
1
-2
/
+1
[next]