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
/
utils
/
TableGen
/
CodeGenDAGPatterns.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
add a new TGError class and use it to propagate location info with
Chris Lattner
2009-03-13
1
-1
/
+1
*
Reapply 63765. Patches for clang and llvm-gcc to follow.
Dale Johannesen
2009-02-05
1
-1
/
+2
*
Reverting 63765. This broke the build of both clang
Dale Johannesen
2009-02-04
1
-2
/
+1
*
New feature: add support for target intrinsics being defined in the
Nate Begeman
2009-02-04
1
-1
/
+2
*
Fix PR3453 and probably a bunch of other potential
Duncan Sands
2009-02-01
1
-1
/
+1
*
Handle iAny and fAny types in TreePatternNode::UpdateNodeType.
Bob Wilson
2009-01-05
1
-5
/
+7
*
Fix spelling in some comments.
Bob Wilson
2009-01-05
1
-1
/
+1
*
Mark x86's V_SET0 and V_SETALLONES with isSimpleLoad, and teach X86's
Dan Gohman
2008-12-03
1
-9
/
+0
*
Add a sanity-check to tablegen to catch the case where isSimpleLoad
Dan Gohman
2008-12-03
1
-0
/
+9
*
Modify the intrinsics pattern to separate out the "return" types from the
Bill Wendling
2008-11-13
1
-8
/
+13
*
Add support for having multiple predicates on a TreePatternNode.
Dan Gohman
2008-10-15
1
-14
/
+33
*
Factor out the predicate check code from DAGISelEmitter.cpp
Dan Gohman
2008-08-22
1
-0
/
+27
*
Added support for overloading intrinsics (atomics) based on pointers
Mon P Wang
2008-07-30
1
-5
/
+8
*
check in anton's patch to make inlining happen in a determinstic order
Chris Lattner
2008-06-30
1
-4
/
+6
*
Added MemOperands to Atomic operations since Atomics touches memory.
Mon P Wang
2008-06-25
1
-0
/
+2
*
- Add "Commutative" property to intrinsics. This allows tblgen to generate th...
Evan Cheng
2008-06-16
1
-5
/
+31
*
Wrap MVT::ValueType in a struct to get type safety
Duncan Sands
2008-06-06
1
-74
/
+91
*
Teach the DAGISelEmitter to not compute the variable_ops operand
Dan Gohman
2008-05-31
1
-2
/
+0
*
Fix a tblgen problem handling variable_ops in tblgen instruction
Dan Gohman
2008-05-29
1
-0
/
+2
*
Move instruction flag inference out of InstrInfoEmitter and into
Dan Gohman
2008-04-03
1
-1
/
+147
*
detabify llvm, patch by Mike Stump!
Chris Lattner
2008-03-20
1
-3
/
+3
*
Recommitting changes after more testing. These appear to cause no problems.
Christopher Lamb
2008-03-11
1
-1
/
+7
*
Revert 48125, 48126, and 48130 for now to unbreak some x86-64 tests.
Evan Cheng
2008-03-10
1
-7
/
+1
*
Revert accidentally committed local changes.
Christopher Lamb
2008-03-10
1
-2
/
+2
*
Add support in TableGen for unknown operands that infer their type from the p...
Christopher Lamb
2008-03-10
1
-3
/
+9
*
This patch fixes a problem encountered by the CellSPU backend where variants
Scott Michel
2008-03-05
1
-52
/
+125
*
De-tabify.
Bill Wendling
2008-02-26
1
-12
/
+12
*
Unbreak build with gcc 4.3: provide missed includes and silence most annoying...
Anton Korobeynikov
2008-02-20
1
-2
/
+2
*
Make tblgen a little smarter about constants smaller than i32. Currently,
Scott Michel
2008-02-15
1
-4
/
+11
*
Tablegen support for insert & extract element matching
Nate Begeman
2008-02-09
1
-0
/
+17
*
Add files to windows project files. Also include <algorithm> explicitly so t...
Chuck Rose III
2008-01-15
1
-0
/
+1
*
start inferring 'no side effects'.
Chris Lattner
2008-01-10
1
-0
/
+2
*
realize that instructions who match intrinsics that read memory read memory.
Chris Lattner
2008-01-10
1
-0
/
+2
*
Change the 'isStore' inferrer to look for 'SDNPMayStore'
Chris Lattner
2008-01-06
1
-0
/
+2
*
set the 'isstore' flag for instructions whose pattern is an
Chris Lattner
2008-01-06
1
-11
/
+22
*
improve const correctness.
Chris Lattner
2008-01-06
1
-1
/
+1
*
rename CodegenDAGPatterns -> CodeGenDAGPatterns
Chris Lattner
2008-01-06
1
-23
/
+23
*
fix build on case sensitive file systems.
Chris Lattner
2008-01-05
1
-3
/
+1
*
move Node Transformation printing from CodeGenDAGPatterns -> DAGISelEmitter.
Chris Lattner
2008-01-05
1
-19
/
+4
*
move predicate printing code from CodeGenDAGPatterns -> DAGISelEmitter.
Chris Lattner
2008-01-05
1
-33
/
+13
*
change getQualifiedName to be a global function.
Chris Lattner
2008-01-05
1
-0
/
+2092