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
/
Target
/
X86
/
X86FastISel.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle calls which produce i1 results: promote to i8 but and it with 1 to get...
Evan Cheng
2008-09-08
1
-3
/
+18
*
Fix copy+pastos in comments.
Dan Gohman
2008-09-08
1
-2
/
+2
*
Add support to extend call operands when needed. Enable x86 fastisel call sup...
Evan Cheng
2008-09-08
1
-24
/
+33
*
Initial fastisel call support for C, Fast, and X86_FastCall calling conventio...
Evan Cheng
2008-09-07
1
-42
/
+308
*
Handle x86 truncate to i8 with target hook for now.
Evan Cheng
2008-09-07
1
-0
/
+38
*
Fix constant pool loads, and remove broken versions of addConstantPoolReference.
Owen Anderson
2008-09-06
1
-6
/
+9
*
Fix X86FastISel's shift and select code to reject illegal types.
Dan Gohman
2008-09-05
1
-1
/
+9
*
Fix the opcodes used by X86FastISel for shifts and conditional moves.
Dan Gohman
2008-09-05
1
-11
/
+11
*
Factor out code that emits load and store instructions.
Evan Cheng
2008-09-05
1
-111
/
+138
*
Rename method.
Owen Anderson
2008-09-05
1
-3
/
+3
*
X86FastISel support for shifts and conditional moves.
Dan Gohman
2008-09-05
1
-0
/
+99
*
Check a comparion's operand type for legality before
Dan Gohman
2008-09-05
1
-4
/
+4
*
Fix X86FastISel code for comparisons and conditional branches
Dan Gohman
2008-09-05
1
-1
/
+9
*
X86FastISel support for conditional branches.
Dan Gohman
2008-09-05
1
-1
/
+39
*
Add initial support for selecting constant materializations that require cons...
Owen Anderson
2008-09-05
1
-0
/
+88
*
X86FastISel support for ICmpInst and FCmpInst.
Dan Gohman
2008-09-04
1
-0
/
+139
*
Fix the ordering of operands to the store (inverted relative to LLVM IR), and...
Owen Anderson
2008-09-04
1
-2
/
+4
*
Add a first attempt at implementing stores for X86 fast isel using target hooks.
Owen Anderson
2008-09-04
1
-0
/
+87
*
Load from GV stub should be locally CSE'd.
Evan Cheng
2008-09-04
1
-0
/
+2
*
Create HandlePHINodesInSuccessorBlocksFast, a version of
Dan Gohman
2008-09-03
1
-28
/
+18
*
Add X86 target hook to implement load (even from GlobalAddress).
Evan Cheng
2008-09-03
1
-1
/
+130
*
Unbreak fast isel.
Evan Cheng
2008-09-03
1
-2
/
+5
*
Let tblgen only generate fastisel routines, not the class definition. This ma...
Evan Cheng
2008-09-03
1
-7
/
+23
*
Add initial support for fast isel of instructions that have inputs pinned to ...
Owen Anderson
2008-08-29
1
-0
/
+1
*
Add a target callback for FastISel.
Dan Gohman
2008-08-28
1
-0
/
+20
*
Factor out the predicate check code from DAGISelEmitter.cpp
Dan Gohman
2008-08-22
1
-0
/
+1
*
Instantiate FastISel for X86.
Dan Gohman
2008-08-19
1
-0
/
+20