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
/
lib
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Disable for now. This is pessimizing code.
Evan Cheng
2008-02-20
1
-1
/
+1
*
Add hidden option -x86-fold-and-in-test to test the effect the test / and fol...
Evan Cheng
2008-02-19
2
-1
/
+7
*
fix some byval problems in the cbe. Closes PR2065
Andrew Lenharth
2008-02-19
1
-7
/
+5
*
Don't fold and's into test instructions if they have multiple uses.
Chris Lattner
2008-02-19
1
-6
/
+12
*
Me not like duplicated comments.
Evan Cheng
2008-02-19
1
-4
/
+4
*
- When DAG combiner is folding a bit convert into a BUILD_VECTOR, it should c...
Evan Cheng
2008-02-18
4
-55
/
+78
*
Chris pointed out that it's not necessary to set i64 MUL to Expand
Dan Gohman
2008-02-18
1
-12
/
+10
*
upgrade some tests.
Chris Lattner
2008-02-18
1
-39
/
+43
*
Add a note
Nate Begeman
2008-02-18
1
-0
/
+3
*
Add a note about sext from i1 plus flags use.
Chris Lattner
2008-02-18
1
-0
/
+52
*
Don't mark scalar integer multiplication as Expand on x86, since x86
Dan Gohman
2008-02-18
1
-5
/
+6
*
move PR2053 to here.
Chris Lattner
2008-02-17
1
-0
/
+12
*
I cannot find a libgcc function for this builtin. Therefor expanding it to a...
Andrew Lenharth
2008-02-16
8
-4
/
+18
*
llvm.memory.barrier, and impl for x86 and alpha
Andrew Lenharth
2008-02-16
5
-1
/
+38
*
Handle \n's in value names for more targets. The asm printers
Chris Lattner
2008-02-15
3
-13
/
+40
*
If the llvm name contains an unprintable character, don't print it in
Chris Lattner
2008-02-15
1
-3
/
+15
*
Cosmetics.
Dale Johannesen
2008-02-15
1
-6
/
+3
*
Remove warning about 64-bit code on processor
Dale Johannesen
2008-02-15
2
-10
/
+0
*
nocona, core2 and penryn support 64 bit.
Dale Johannesen
2008-02-15
1
-3
/
+3
*
Rewrite tblgen handling of subtarget features so
Dale Johannesen
2008-02-14
4
-0
/
+4
*
Fix single precision FP constants on SPU. They are actually legal,
Nate Begeman
2008-02-14
3
-20
/
+9
*
In TargetLowering::LowerCallTo, don't assert that
Duncan Sands
2008-02-14
7
-20
/
+35
*
Change how FP immediates are handled.
Nate Begeman
2008-02-14
8
-27
/
+21
*
Move some useful operands up into the all-targets .td
Nate Begeman
2008-02-14
2
-3
/
+3
*
upgrade some entries, remove stuff that is done.
Chris Lattner
2008-02-14
2
-134
/
+46
*
the mid-level optimizer removes this stuff.
Chris Lattner
2008-02-14
1
-26
/
+0
*
this one is easy.
Chris Lattner
2008-02-14
1
-1
/
+1
*
This readme entry is done, testcase here: CodeGen/X86/zero-remat.ll
Chris Lattner
2008-02-14
1
-14
/
+0
*
Assigning an APInt to 0 with plain assignment gives it a one-bit
Dan Gohman
2008-02-13
1
-1
/
+1
*
Simplify some logic in ComputeMaskedBits. And change ComputeMaskedBits
Dan Gohman
2008-02-13
9
-10
/
+10
*
Enable exception handling int JIT
Nicolas Geoffray
2008-02-13
2
-5
/
+23
*
Fix the PPC JIT regressions by encoding zeroreg as 0 for BLR.
Chris Lattner
2008-02-13
1
-0
/
+1
*
don't try to avoid inserting loads when lowering FORMAL_ARGUMENTS.
Chris Lattner
2008-02-13
3
-39
/
+17
*
readme updates
Nate Begeman
2008-02-13
2
-0
/
+20
*
Make register scavenging happy by not using a reg (CR0) that isn't defined
Nate Begeman
2008-02-13
1
-1
/
+1
*
commuteInstr() can now commute non-ssa machine instrs.
Evan Cheng
2008-02-13
2
-0
/
+19
*
Convert SelectionDAG::ComputeMaskedBits to use APInt instead of uint64_t.
Dan Gohman
2008-02-13
9
-40
/
+38
*
__DATA not __DATA__ is the right segment name on darwin.
Dale Johannesen
2008-02-12
2
-2
/
+2
*
Remove some dead code
Nate Begeman
2008-02-12
1
-7
/
+3
*
SSE4.1 64b integer insert/extract pattern support
Nate Begeman
2008-02-12
4
-41
/
+73
*
Revert r46916 PPCTargetAsmInfo.cpp.
Evan Cheng
2008-02-12
1
-2
/
+2
*
Only using x86-64 rip relative addressing in non-staic mode?
Evan Cheng
2008-02-12
1
-4
/
+8
*
Update comment.
Evan Cheng
2008-02-12
1
-2
/
+2
*
Unbreak various insert_vector_elt and extract_vector_elt tests in presence of...
Evan Cheng
2008-02-12
1
-4
/
+4
*
Stuff noticed while grepping code
Nate Begeman
2008-02-11
1
-65
/
+7
*
Enable SSE4 codegen and pattern matching.
Nate Begeman
2008-02-11
5
-25
/
+242
*
additional missing feature
Nate Begeman
2008-02-11
1
-0
/
+1
*
xmm0 variable blends
Nate Begeman
2008-02-10
1
-2
/
+27
*
Rename MRegisterInfo to TargetRegisterInfo.
Dan Gohman
2008-02-10
54
-104
/
+114
*
Match GCC's behaviour for these sections.
Nick Lewycky
2008-02-10
1
-2
/
+2
[prev]
[next]