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
*
When inlining through an 'nounwind' call, mark inlined
Duncan Sands
2007-12-19
9
-21
/
+114
*
More working CellSPU test cases:
Scott Michel
2007-12-19
12
-0
/
+1164
*
Two more test cases: or_ops.ll (arithmetic or operations) and vecinsert.ll
Scott Michel
2007-12-19
5
-6
/
+325
*
fix formatting
Chris Lattner
2007-12-19
1
-1
/
+1
*
Simplify LowerCallTo by using a callsite.
Duncan Sands
2007-12-19
1
-41
/
+27
*
The C++ exception handling personality function wants
Duncan Sands
2007-12-19
3
-28
/
+60
*
Add new immed16.ll test case, fix CellSPU errata to make test case work.
Scott Michel
2007-12-19
6
-13
/
+61
*
Modified to support comments better.
Bill Wendling
2007-12-19
1
-53
/
+42
*
Mark the "isRemat" instruction as never having side effects.
Bill Wendling
2007-12-19
1
-1
/
+1
*
fix more table abuses.
Chris Lattner
2007-12-19
1
-50
/
+46
*
Don't leave newly created nodes around if it turns out they are not needed.
Evan Cheng
2007-12-19
1
-2
/
+4
*
Added "GetCurrentDirectory()" to sys::Path.
Ted Kremenek
2007-12-18
3
-0
/
+24
*
Add debugging info. Use the newly created "hasUnmodelledSideEffects" method.
Bill Wendling
2007-12-18
1
-21
/
+38
*
Fold subtracts into integer compares vs. zero. This improves generate code fo...
Christopher Lamb
2007-12-18
1
-1
/
+18
*
Support more insane CEP's in AsmPrinter (Yes, PyPy folks do really use them).
Anton Korobeynikov
2007-12-18
1
-1
/
+24
*
Fix comments
Christopher Lamb
2007-12-18
1
-4
/
+2
*
Remove an orthogonal transformation of the selection condition from my most r...
Christopher Lamb
2007-12-18
2
-40
/
+3
*
Added "isDirectory" method to llvm::sys::Path.
Ted Kremenek
2007-12-18
3
-1
/
+22
*
Fix PR1872: SrcValue and SrcValueOffset should not be used to compute load / ...
Evan Cheng
2007-12-18
2
-20
/
+28
*
Ignore shell scripts when doing "dsymutil" call.
Bill Wendling
2007-12-18
1
-1
/
+2
*
remove obviously dead uses of IncludeFile.
Chris Lattner
2007-12-18
7
-13
/
+0
*
Also print alignment and volatileness.
Evan Cheng
2007-12-18
1
-13
/
+19
*
remove a dead annotation
Chris Lattner
2007-12-18
2
-4
/
+0
*
Added some sectioning comments to Serialize.h.
Ted Kremenek
2007-12-18
1
-14
/
+71
*
add an obvious load folding missed optzn.
Chris Lattner
2007-12-18
1
-0
/
+21
*
Rename isNoReturn to doesNotReturn, and isNoUnwind to
Duncan Sands
2007-12-18
8
-21
/
+21
*
Fix typos.
Christopher Lamb
2007-12-18
2
-2
/
+2
*
Fold certain additions through selects (and their compares) so as to eliminat...
Christopher Lamb
2007-12-18
3
-18
/
+99
*
FIX for PR1799: When a load is unfolded from an instruction, check if it is a...
Evan Cheng
2007-12-18
2
-26
/
+71
*
SelectionDAG::dump() should print SrcValue of LoadSDNode and StoreSDNode.
Evan Cheng
2007-12-18
1
-0
/
+18
*
avoid confusing terminology (what is a "word"?), fix scary markup, add sectio...
Chris Lattner
2007-12-18
1
-21
/
+12
*
Don't forget to print address space qualifiers when printing out the type tab...
Christopher Lamb
2007-12-18
2
-2
/
+5
*
Testcase for preceding FE fix
Dale Johannesen
2007-12-18
1
-0
/
+18
*
add a missed case.
Chris Lattner
2007-12-18
1
-0
/
+18
*
Remove int_x86_sse2_movl_dq. It's replaced with a string compare.
Evan Cheng
2007-12-18
2
-7
/
+3
*
These have matching builtin's in 4.2.
Evan Cheng
2007-12-18
1
-2
/
+2
*
i32 immediate constant test case for CellSPU
Scott Michel
2007-12-17
1
-0
/
+70
*
s/hasSideEffects/hasUnmodelledSideEffects/g
Bill Wendling
2007-12-17
1
-3
/
+4
*
Add "mayHaveSideEffects" and "neverHasSideEffects" flags to some instructions. I
Bill Wendling
2007-12-17
7
-21
/
+57
*
Bring back int_x86_sse2_movl_dq intrinsic for backward compatibility. Make sure
Evan Cheng
2007-12-17
6
-26
/
+78
*
- Restore some i8 functionality in CellSPU
Scott Michel
2007-12-17
9
-63
/
+612
*
Modified Deserializer::ReadCStr to allow C-strings to be read into a
Ted Kremenek
2007-12-17
2
-4
/
+11
*
LD_Fp64m should have "isRematerializable" set.
Bill Wendling
2007-12-17
1
-1
/
+2
*
Add "hasSideEffects" method to MachineInstrInfo class.
Bill Wendling
2007-12-17
1
-1
/
+10
*
Add MachineLICM.cpp
Bill Wendling
2007-12-17
1
-0
/
+2
*
As per feedback, revised comments to (hopefully) make the different side effect
Bill Wendling
2007-12-17
2
-14
/
+38
*
Add cast operators in LLVMFoldingBuilder.
Devang Patel
2007-12-17
1
-0
/
+123
*
cleanup this code, making it more "llvm-like".
Chris Lattner
2007-12-17
1
-85
/
+80
*
Make invokes of inline asm legal. Teach codegen
Duncan Sands
2007-12-17
5
-22
/
+39
*
GLIBCXX_DEBUG fix. std::vector<>::end() is invalidated by erase.
David Greene
2007-12-17
1
-1
/
+1
[next]