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
*
Fix simplifycfg crash in handing block merge.
Devang Patel
2008-09-09
2
-1
/
+71
*
Extend the vcmp/fcmp LLVM IR instructions to take vectors as arguments
Dan Gohman
2008-09-09
10
-47
/
+181
*
Add support for floating-point calculations of log2 with limited precisions of 6
Bill Wendling
2008-09-09
1
-76
/
+191
*
s/RemoveUnreachableBlocks/RemoveUnreachableBlocksFromFn/g
Devang Patel
2008-09-08
1
-8
/
+9
*
Don't suppress no-dead-strip for used static functions.
Dale Johannesen
2008-09-08
1
-1
/
+1
*
Reapply 55902: Add test for checking proper lowering of eh_return & unwind in...
Anton Korobeynikov
2008-09-08
1
-0
/
+17
*
Reapply 55903: Testcase for 64-bit lowering of eh_return & unwind_init
Anton Korobeynikov
2008-09-08
1
-0
/
+17
*
Reapply 55904: Unbreak and fix indentation
Anton Korobeynikov
2008-09-08
1
-37
/
+33
*
Reapply 55901: Drop unused variable
Anton Korobeynikov
2008-09-08
1
-1
/
+0
*
Reapply 55900: We do support EH on x86-64!
Anton Korobeynikov
2008-09-08
1
-2
/
+1
*
Reapply 55899: First draft of EH support on x86/64-linux
Anton Korobeynikov
2008-09-08
4
-34
/
+62
*
Reapply blindly reverted 55898: Implement FRAME_TO_ARGS_OFFSET for x86-64
Anton Korobeynikov
2008-09-08
1
-11
/
+7
*
Fix a few I's that were meant to be renamed to BI's.
Dan Gohman
2008-09-08
1
-2
/
+2
*
Add a target triple; apparently LLVM doesn't use 64-bit
Dan Gohman
2008-09-08
1
-1
/
+1
*
Reverting r55898 as well. This wasn't reverted in the original revert...
Bill Wendling
2008-09-08
1
-7
/
+11
*
Accidental commit of partial 'stack canaries' code
Bill Wendling
2008-09-08
2
-25
/
+0
*
Remove these testcases associated with changes between r 55898 and r 55909.
Bill Wendling
2008-09-08
2
-0
/
+0
*
Redo the 3 existing low-precision expansions to
Dale Johannesen
2008-09-08
1
-47
/
+38
*
Reverting r55898 to r55909. One of these patches was causing an ICE during th...
Bill Wendling
2008-09-08
10
-130
/
+99
*
Handle calls which produce i1 results: promote to i8 but and it with 1 to get...
Evan Cheng
2008-09-08
2
-3
/
+31
*
Remove unused counter.
Devang Patel
2008-09-08
1
-1
/
+0
*
In visitUREM, arrange for the temporary UDIV node to be
Dan Gohman
2008-09-08
1
-0
/
+1
*
Add VISIBILITY_HIDDEN on SDISelAsmOperandInfo
Daniel Dunbar
2008-09-08
1
-1
/
+1
*
Bitcasting two or from aggregate types is not permitted. Update
Dan Gohman
2008-09-08
2
-3
/
+11
*
i128 and f80 are implemented for x86-64 now.
Dan Gohman
2008-09-08
1
-4
/
+0
*
Add AsmPrinter support for i128 and larger static initializer data.
Dan Gohman
2008-09-08
2
-19
/
+45
*
Fix copy+pastos in comments.
Dan Gohman
2008-09-08
1
-2
/
+2
*
Fix the string for ISD::UDIVREM.
Dan Gohman
2008-09-08
1
-1
/
+1
*
Fix typos in (generated) comments.
Dan Gohman
2008-09-08
1
-2
/
+2
*
Delete an unused variable.
Dan Gohman
2008-09-08
1
-1
/
+0
*
xfail
Devang Patel
2008-09-08
1
-0
/
+1
*
Remove OptimizeIVType()
Devang Patel
2008-09-08
1
-206
/
+0
*
Didn't mean to commit this change to how the
Duncan Sands
2008-09-08
1
-8
/
+4
*
Avoid redefinition and nnbreak windows build.
Evan Cheng
2008-09-08
1
-16
/
+16
*
Unbreak and fix indentation
Anton Korobeynikov
2008-09-08
1
-37
/
+33
*
Testcase for 64-bit lowering of eh_return & unwind_init
Anton Korobeynikov
2008-09-08
1
-0
/
+17
*
Add test for checking proper lowering of eh_return & unwind init intrinsics o...
Anton Korobeynikov
2008-09-08
1
-0
/
+17
*
Drop unused variable
Anton Korobeynikov
2008-09-08
1
-1
/
+0
*
We do support EH on x86-64!
Anton Korobeynikov
2008-09-08
1
-2
/
+1
*
First draft of EH support on x86/64-linux
Anton Korobeynikov
2008-09-08
4
-34
/
+62
*
Implement FRAME_TO_ARGS_OFFSET for x86-64
Anton Korobeynikov
2008-09-08
1
-11
/
+7
*
Add testcase from bug 2770.
Rafael Espindola
2008-09-08
1
-0
/
+14
*
Update the callgraph correctly.
Duncan Sands
2008-09-08
1
-1
/
+4
*
Update the callgraph correctly in ArgumentPromotion.
Duncan Sands
2008-09-08
3
-0
/
+44
*
Reapply 55859. This doesn't change anything as
Duncan Sands
2008-09-08
4
-33
/
+20
*
Correctly handle physical register inputs. They are not explicit input operan...
Evan Cheng
2008-09-08
2
-9
/
+41
*
Add fast isel physical register definition support.
Evan Cheng
2008-09-08
1
-7
/
+64
*
Add support to extend call operands when needed. Enable x86 fastisel call sup...
Evan Cheng
2008-09-08
1
-24
/
+33
*
Revert my previous change -- the subtraction of two constants was a no-op
Bill Wendling
2008-09-08
1
-1
/
+1
*
Convert
Bill Wendling
2008-09-07
1
-1
/
+1
[next]