index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
utils
/
TableGen
/
CodeGenDAGPatterns.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Report errors correctly for unselected target intrinsics.
Jakob Stoklund Olesen
2009-10-15
1
-0
/
+2
*
PR4795: Remove EEVT::isFP, isInt and isVec types used by TableGen's type
Bob Wilson
2009-08-29
1
-7
/
+7
*
Try to fix MSVC build after r79846.
Benjamin Kramer
2009-08-23
1
-2
/
+4
*
Fix non-determinism in DAGISel emitter.
Daniel Dunbar
2009-08-23
1
-6
/
+10
*
Add a new "SDTCisVec" SDTypeConstraint. This complements the vAny type.
Bob Wilson
2009-08-12
1
-5
/
+10
*
Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...
Owen Anderson
2009-08-11
1
-7
/
+7
*
Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...
Owen Anderson
2009-08-10
1
-14
/
+14
*
Replace std::iostreams with raw_ostream in TableGen.
Daniel Dunbar
2009-07-03
1
-2
/
+2
*
2nd attempt, fixing SSE4.1 issues and implementing feedback from duncan.
Nate Begeman
2009-04-27
1
-5
/
+1
*
Revert 69952. Causes testsuite failures on linux x86-64.
Rafael Espindola
2009-04-24
1
-1
/
+5
*
PR2957
Nate Begeman
2009-04-24
1
-5
/
+1
*
Add a comment.
Dan Gohman
2009-03-31
1
-1
/
+2
*
fix a few spelling errors and typos
Jim Grosbach
2009-03-26
1
-1
/
+1
*
Eliminate a 'control reaches end of non-void function' warning.
Evan Cheng
2009-02-09
1
-0
/
+1
*
Reapply 63765. Patches for clang and llvm-gcc to follow.
Dale Johannesen
2009-02-05
1
-2
/
+10
*
Reverting 63765. This broke the build of both clang
Dale Johannesen
2009-02-04
1
-10
/
+2
*
New feature: add support for target intrinsics being defined in the
Nate Begeman
2009-02-04
1
-2
/
+10
*
Fix spelling in some comments.
Bob Wilson
2009-01-05
1
-1
/
+1
*
Add support for having multiple predicates on a TreePatternNode.
Dan Gohman
2008-10-15
1
-5
/
+17
*
Factor out the predicate check code from DAGISelEmitter.cpp
Dan Gohman
2008-08-22
1
-0
/
+2
*
Added support for overloading intrinsics (atomics) based on pointers
Mon P Wang
2008-07-30
1
-2
/
+3
*
- Add "Commutative" property to intrinsics. This allows tblgen to generate th...
Evan Cheng
2008-06-16
1
-0
/
+4
*
Wrap MVT::ValueType in a struct to get type safety
Duncan Sands
2008-06-06
1
-12
/
+12
*
Move instruction flag inference out of InstrInfoEmitter and into
Dan Gohman
2008-04-03
1
-2
/
+3
*
This patch fixes a problem encountered by the CellSPU backend where variants
Scott Michel
2008-03-05
1
-1
/
+7
*
Tablegen support for insert & extract element matching
Nate Begeman
2008-02-09
1
-1
/
+5
*
set the 'isstore' flag for instructions whose pattern is an
Chris Lattner
2008-01-06
1
-2
/
+5
*
improve const correctness.
Chris Lattner
2008-01-06
1
-1
/
+1
*
rename CodegenDAGPatterns -> CodeGenDAGPatterns
Chris Lattner
2008-01-06
1
-13
/
+13
*
move Node Transformation printing from CodeGenDAGPatterns -> DAGISelEmitter.
Chris Lattner
2008-01-05
1
-3
/
+10
*
move predicate printing code from CodeGenDAGPatterns -> DAGISelEmitter.
Chris Lattner
2008-01-05
1
-1
/
+1
*
fix a fixme by improving const correctness.
Chris Lattner
2008-01-05
1
-4
/
+3
*
change getQualifiedName to be a global function.
Chris Lattner
2008-01-05
1
-0
/
+552