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
/
SelectionDAGBuilder.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
This reapplies r207235 with an additional bugfixes caught by the msan
Adrian Prantl
2014-04-25
1
-1
/
+2
*
Revert "This reapplies r207130 with an additional testcase+and a missing chec...
Adrian Prantl
2014-04-25
1
-2
/
+1
*
This reapplies r207130 with an additional testcase+and a missing check for
Adrian Prantl
2014-04-25
1
-1
/
+2
*
Revert "This reapplies r207130 with an additional testcase+and a missing chec...
Adrian Prantl
2014-04-25
1
-2
/
+1
*
This reapplies r207130 with an additional testcase+and a missing check for
Adrian Prantl
2014-04-25
1
-1
/
+2
*
Patch by Vadim Chugunov
Yaron Keren
2014-04-19
1
-1
/
+1
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-16
1
-13
/
+13
*
Replace '#include ValueTypes.h' with forward declarations.
Patrik Hagglund
2014-03-12
1
-1
/
+1
*
[Modules] Move CallSite into the IR library where it belogs. It is
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Rename a few more DataLayout variables from TD to DL.
Rafael Espindola
2014-02-21
1
-1
/
+1
*
PGO branch weight: update edge weights in SelectionDAGBuilder.
Manman Ren
2014-01-31
1
-2
/
+4
*
Revert r200431 due to bot failures.
Manman Ren
2014-01-30
1
-4
/
+2
*
PGO branch weight: update edge weights in SelectionDAGBuilder.
Manman Ren
2014-01-30
1
-2
/
+4
*
Fix non-deterministic SDNodeOrder-dependent codegen
Nico Rieck
2014-01-12
1
-1
/
+5
*
Fix 'ned' typo in doc comment
Alp Toker
2014-01-11
1
-1
/
+1
*
Add addrspacecast instruction.
Matt Arsenault
2013-11-15
1
-0
/
+2
*
[Stackmap] Add AnyReg calling convention support for patchpoint intrinsic.
Juergen Ributzka
2013-11-08
1
-1
/
+2
*
Lower stackmap intrinsics directly to their target opcode in the DAG builder.
Andrew Trick
2013-10-31
1
-0
/
+7
*
whitespace
Andrew Trick
2013-10-31
1
-7
/
+7
*
Revert "Give internal classes hidden visibility."
Benjamin Kramer
2013-09-11
1
-1
/
+1
*
Give internal classes hidden visibility.
Benjamin Kramer
2013-09-11
1
-1
/
+1
*
Revert patches to add case-range support for PR1255.
Bob Wilson
2013-09-09
1
-0
/
+11
*
[SystemZ] Use SRST to optimize memchr
Richard Sandiford
2013-08-20
1
-0
/
+1
*
Teach selectiondag how to handle the stackprotectorcheck intrinsic.
Michael Gottesman
2013-08-20
1
-0
/
+201
*
[SystemZ] Use SRST to implement strlen and strnlen
Richard Sandiford
2013-08-16
1
-0
/
+2
*
[SystemZ] Use MVST to implement strcpy and stpcpy
Richard Sandiford
2013-08-16
1
-0
/
+1
*
[SystemZ] Use CLST to implement strcmp
Richard Sandiford
2013-08-16
1
-0
/
+1
*
[SystemZ] Fix handling of 64-bit memcmp results
Richard Sandiford
2013-08-16
1
-0
/
+3
*
Fixed SelectionDAGBuilder.h C++ filetype declaration to use the canonical C++...
Michael Gottesman
2013-08-12
1
-1
/
+1
*
Added c++ mode selector to head of SelectionDAGBuilder.h so editors open it i...
Michael Gottesman
2013-07-01
1
-1
/
+1
*
Access the TargetLoweringInfo from the TargetMachine object instead of cachin...
Bill Wendling
2013-06-19
1
-6
/
+2
*
Track IR ordering of SelectionDAG nodes 3/4.
Andrew Trick
2013-05-25
1
-5
/
+0
*
Track IR ordering of SelectionDAG nodes 2/4.
Andrew Trick
2013-05-25
1
-1
/
+0
*
Track IR ordering of SelectionDAG nodes 1/4.
Andrew Trick
2013-05-25
1
-4
/
+12
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Change RegVT in BitTestBlock and RegsForValue, to contain MVTs,
Patrik Hagglund
2012-12-19
1
-2
/
+2
*
Revert EVT->MVT changes, r169836-169851, due to buildbot failures.
Patrik Hagglund
2012-12-11
1
-2
/
+2
*
Change RegVT in BitTestBlock and RegsForValue, to contain MVTs,
Patrik Hagglund
2012-12-11
1
-2
/
+2
*
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-04
1
-2
/
+2
*
Refactor to make helper method static.
Craig Topper
2012-11-25
1
-2
/
+0
*
Refactor a bit to make some helper methods static.
Craig Topper
2012-11-24
1
-2
/
+0
*
Refactor a bit to make some helper functions static.
Craig Topper
2012-11-23
1
-3
/
+0
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-2
/
+2
*
BranchProb: modify the definition of an edge in BranchProbabilityInfo to handle
Manman Ren
2012-08-24
1
-4
/
+9
*
Initialize SelectionDAGBuilder's Context in 'init', not in its constructor. The
Richard Smith
2012-08-22
1
-1
/
+1
*
Refactor and check "onlyReadsMemory" before optimizing builtins.
Bob Wilson
2012-08-03
1
-0
/
+1
*
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-06-02
1
-1
/
+1
*
Recommited reworked r156804:
Stepan Dyatkovskiy
2012-05-18
1
-11
/
+0
*
SelectionDAGBuilder: CaseBlock, CaseRanges and CaseCmp changed representation...
Stepan Dyatkovskiy
2012-05-17
1
-1
/
+1
*
Inline implVisitAluOverflow by introducing a nested switch to convert the int...
Craig Topper
2012-04-11
1
-2
/
+0
[next]