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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cosmetic changes, as suggested by Evan. No functionality changes.
Nicolas Geoffray
2008-04-20
3
-102
/
+79
*
(re)fix handling of UGT. Pointed out by Nick Lewycky.
Dale Johannesen
2008-04-20
1
-1
/
+2
*
g++-4.3 build-fix: CHAR_BIT requires <climits>.
Edwin Török
2008-04-20
1
-0
/
+1
*
Do not hold the JIT lock when materializing a function and verify if the
Nicolas Geoffray
2008-04-20
1
-1
/
+6
*
A better fix for my previous patch, MOVZQI2PQIrr just requires SSE2.
Chris Lattner
2008-04-20
1
-1
/
+1
*
Check that APFloat::convert is not trying to target
Dale Johannesen
2008-04-20
1
-0
/
+1
*
regenerate
Chris Lattner
2008-04-20
3
-276
/
+276
*
Switch to using Simplified ConstantFP::get API.
Chris Lattner
2008-04-20
9
-66
/
+60
*
Use simplified ConstantFP::get method, fix a bug handling frem x, 0 with long...
Chris Lattner
2008-04-20
2
-16
/
+19
*
Implement PR2206.
Chris Lattner
2008-04-19
1
-8
/
+17
*
refactor handling of symbolic constant folding, picking up
Chris Lattner
2008-04-19
1
-62
/
+62
*
indentation fix.
Chris Lattner
2008-04-19
1
-14
/
+14
*
Allow argpromote to promote struct arguments with a specified number
Chris Lattner
2008-04-19
1
-10
/
+17
*
64-bit atomic operations.
Evan Cheng
2008-04-19
4
-56
/
+80
*
Also LXCHG64 -> XCHG64rm.
Evan Cheng
2008-04-19
1
-3
/
+3
*
PPC32 atomic operations.
Evan Cheng
2008-04-19
3
-2
/
+184
*
xchg which references a memory operand does not need to lock prefix. Atomicit...
Evan Cheng
2008-04-19
1
-14
/
+15
*
Teach llvm-as to accept function types with multiple return types.
Dan Gohman
2008-04-19
4
-3620
/
+4963
*
Fix a scalar evolution bug. Reversing everything
Dale Johannesen
2008-04-18
1
-2
/
+1
*
Enable jitting with a known memory size.
Nicolas Geoffray
2008-04-18
3
-5
/
+552
*
Implement a bit more softfloat support in
Duncan Sands
2008-04-18
2
-5
/
+187
*
Fix the handling of va_copy on x86-64. As of llvm-gcc r49920
Dan Gohman
2008-04-18
1
-14
/
+4
*
- Fix atomic operation JIT encoding.
Evan Cheng
2008-04-18
3
-54
/
+30
*
Add some more FIXME's for indexed loads and stores.
Duncan Sands
2008-04-18
3
-0
/
+6
*
Provide an explicit list of operands to MakeLibcall,
Duncan Sands
2008-04-18
3
-72
/
+81
*
Correct comment.
Evan Cheng
2008-04-18
1
-2
/
+2
*
Not safe to "kill" a register if its live range extends pass the end of block...
Evan Cheng
2008-04-18
1
-3
/
+29
*
Also support Intel asm syntax.
Evan Cheng
2008-04-17
1
-20
/
+20
*
Remove the implicit conversion from SDOperandPtr to SDOperand*; this
Dan Gohman
2008-04-17
1
-4
/
+4
*
Fix assembly code for atomic operations.
Evan Cheng
2008-04-17
1
-18
/
+18
*
Be more careful with insert_subreg and extract_subreg where either source or ...
Evan Cheng
2008-04-17
1
-27
/
+54
*
Make GVN able to remove unnecessary calls to read-only functions again.
Owen Anderson
2008-04-17
2
-18
/
+31
*
Use correct name for method in comment.
Bill Wendling
2008-04-17
1
-4
/
+4
*
Correct the SrcValue information in the Expand code for va_copy.
Dan Gohman
2008-04-17
1
-2
/
+2
*
Remove unused variable
Scott Michel
2008-04-17
1
-1
/
+0
*
Fix a sub-register indice propagation bug.
Evan Cheng
2008-04-17
1
-5
/
+14
*
Workaround for PR2207, in which pred_iterator assert gets triggered due to a
Scott Michel
2008-04-16
1
-2
/
+9
*
Don't forget about sub-register indices when rematting instructions.
Evan Cheng
2008-04-16
1
-0
/
+13
*
Unbreak build on x86-64.
Dale Johannesen
2008-04-16
1
-1
/
+1
*
Correlate stubs with functions in JIT: when emitting a stub, the JIT tells th...
Nicolas Geoffray
2008-04-16
12
-45
/
+67
*
After reading memory that's already freed.
Evan Cheng
2008-04-16
2
-22
/
+24
*
Infrastructure for getting the machine code size of a function and an instruc...
Nicolas Geoffray
2008-04-16
13
-208
/
+623
*
Initialize X863DNowLevel.
Evan Cheng
2008-04-16
1
-0
/
+1
*
Fix PR2226. Avoid using uninitialized variables.
Evan Cheng
2008-04-16
1
-13
/
+28
*
Empty basic block should have an empty range.
Evan Cheng
2008-04-16
1
-1
/
+3
*
Don't read off end of the input array.
Dale Johannesen
2008-04-16
1
-1
/
+1
*
Ongoing work on improving the instruction selection infrastructure:
Roman Levenstein
2008-04-16
7
-85
/
+86
*
Rewrite LiveVariable liveness computation. The new implementation is much sim...
Evan Cheng
2008-04-16
1
-219
/
+239
*
Code clean up.
Evan Cheng
2008-04-16
1
-70
/
+54
*
Major repairs to the post-dominators implementation. Patch from Florian Bran...
Owen Anderson
2008-04-16
2
-1
/
+8
[next]