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
...
*
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
*
[FastISel] Collect statistics about failing intrinsic calls.
Juergen Ributzka
2014-06-10
1
-1
/
+50
*
Rename ComputeMaskedBits to computeKnownBits. "Masked" has been
Jay Foad
2014-05-14
1
-2
/
+2
*
Pass the value type to TLI::getRegisterByName
Hal Finkel
2014-05-11
1
-2
/
+2
*
Implememting named register intrinsics
Renato Golin
2014-05-06
1
-0
/
+30
*
Convert more loops to range-based equivalents
Alexey Samsonov
2014-04-30
1
-9
/
+5
*
Convert SelectionDAGISel::MorphNode to use ArrayRef.
Craig Topper
2014-04-27
1
-5
/
+3
*
Convert SelectionDAG::MorphNodeTo to use ArrayRef.
Craig Topper
2014-04-27
1
-1
/
+2
*
Convert SelectionDAG::getNode methods to use ArrayRef<SDValue>.
Craig Topper
2014-04-26
1
-3
/
+2
*
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
[prev]
[next]