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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused map.
Devang Patel
2008-09-05
1
-1
/
+0
*
Mark math lib intrinsics readonly, on the grounds
Dale Johannesen
2008-09-05
1
-1
/
+4
*
Delete the removeCallEdgeTo callgraph method,
Duncan Sands
2008-09-05
4
-29
/
+12
*
Prevent our own passes from promoting this to
Duncan Sands
2008-09-05
1
-1
/
+1
*
Fix X86FastISel's shift and select code to reject illegal types.
Dan Gohman
2008-09-05
1
-1
/
+9
*
Add the next limited-precision expansion.
Dale Johannesen
2008-09-05
1
-3
/
+42
*
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
2
-5
/
+7
*
Fix test.
Evan Cheng
2008-09-05
1
-2
/
+2
*
FastISel support for AND and OR with type i1.
Dan Gohman
2008-09-05
1
-2
/
+10
*
Add hooks for other intrinsics to get low-precision expansions.
Dale Johannesen
2008-09-05
2
-12
/
+60
*
X86FastISel support for shifts and conditional moves.
Dan Gohman
2008-09-05
1
-0
/
+99
*
FastISel support for ConstantExprs.
Dan Gohman
2008-09-05
2
-9
/
+28
*
Revert r55817. It broke PIC. FastISel will need to find a different
Dan Gohman
2008-09-05
1
-3
/
+1
*
If SSE2 is available, x86 should pass first 3 f32/f64 arguments in XMM regist...
Evan Cheng
2008-09-05
4
-5
/
+21
*
Add a variant of AnalyzeCallOperands that can be used by fast isel.
Evan Cheng
2008-09-05
2
-0
/
+23
*
Use removeAllCalledFunctions rather than removing
Duncan Sands
2008-09-05
1
-5
/
+3
*
Remove trailing whitespace.
Duncan Sands
2008-09-05
1
-36
/
+36
*
Strip trailing whitespace.
Duncan Sands
2008-09-05
1
-14
/
+14
*
Make this pass return that it made a change if
Duncan Sands
2008-09-05
1
-1
/
+5
*
"Fix" PR2762. The testcase now crashes codegen
Duncan Sands
2008-09-05
1
-1
/
+19
*
Fix a search+replace-o.
Dan Gohman
2008-09-05
1
-1
/
+1
*
Add -flimit-float-precision to enable some faster,
Dale Johannesen
2008-09-05
2
-3
/
+57
*
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
*
FastISel support for unreachable.
Dan Gohman
2008-09-05
1
-0
/
+4
*
In FastISel mode, the scheduler may be invoked multiple times
Dan Gohman
2008-09-05
1
-1
/
+3
*
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
3
-2
/
+96
*
X86FastISel support for ICmpInst and FCmpInst.
Dan Gohman
2008-09-04
1
-0
/
+139
*
update.
Devang Patel
2008-09-04
1
-1
/
+3
*
Document function notes.
Devang Patel
2008-09-04
1
-1
/
+37
*
For whatever the reason, x86 CallingConv::Fast (i.e. fastcc) was not passing ...
Evan Cheng
2008-09-04
7
-16
/
+53
*
A loop may be unswitched multiple times. Reconstruct dom info. at the end.
Devang Patel
2008-09-04
1
-5
/
+8
*
Adjust tests to expect new math intrinsics to be
Dale Johannesen
2008-09-04
3
-3
/
+9
*
If function notes say optimize for size, then adjust alignment.
Devang Patel
2008-09-04
2
-0
/
+4
*
Add an include of SmallSet.h.
Dan Gohman
2008-09-04
1
-0
/
+1
*
Initialize loop data first.
Devang Patel
2008-09-04
1
-2
/
+1
*
Neaten this up a bit. No functionality change.
Duncan Sands
2008-09-04
1
-15
/
+14
*
Do not unswitch if the function notes say we're optimizing this function for ...
Devang Patel
2008-09-04
1
-1
/
+7
*
try to seperate the mechanism into something others can use
Andrew Lenharth
2008-09-04
1
-20
/
+70
*
Adjust libcalls tests to expect intrinsic for exp2
Dale Johannesen
2008-09-04
3
-1
/
+28
*
Add intrinsic forms of pow and exp2. The non-intrinsic
Dale Johannesen
2008-09-04
1
-0
/
+10
*
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-09-04
137
-169
/
+170
*
Fix the ordering of operands to the store (inverted relative to LLVM IR), and...
Owen Anderson
2008-09-04
2
-3
/
+5
*
Clean up uses of TargetLowering::getTargetMachine.
Dan Gohman
2008-09-04
5
-8
/
+8
*
cleanup as per Duncan's review
Andrew Lenharth
2008-09-04
1
-33
/
+42
*
Add a first attempt at implementing stores for X86 fast isel using target hooks.
Owen Anderson
2008-09-04
2
-1
/
+89
*
Load from GV stub should be locally CSE'd.
Evan Cheng
2008-09-04
3
-8
/
+14
[next]