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
*
add new llvm.stacksave/llvm.stackrestore intrinsics
Chris Lattner
2006-01-13
1
-0
/
+2
*
Add llvm.stacksave and llvm.stackrestore.
Chris Lattner
2006-01-13
1
-0
/
+68
*
Minor update.
Evan Cheng
2006-01-13
1
-0
/
+9
*
void* is not legal in LLVM.
Chris Lattner
2006-01-13
1
-4
/
+2
*
More typo's. I need new eye glasses...
Evan Cheng
2006-01-13
1
-3
/
+2
*
Oops. Typo.
Evan Cheng
2006-01-13
1
-1
/
+1
*
Fix a SETCC / BRCOND folding bug.
Evan Cheng
2006-01-13
1
-12
/
+37
*
Test case for a SETCC / BRCOND folding bug.
Evan Cheng
2006-01-13
1
-0
/
+39
*
Fix sint_to_fp (fild*) support.
Evan Cheng
2006-01-12
5
-42
/
+61
*
Add a simple missing fold to produce this:
Chris Lattner
2006-01-12
1
-0
/
+8
*
Specify transformation from GlobalAddress to TargetGlobalAddress and
Evan Cheng
2006-01-12
1
-2
/
+2
*
Allow transformation from GlobalAddress to TargetGlobalAddress and
Evan Cheng
2006-01-12
1
-13
/
+24
*
If using __main, emit global ctor/dtor list like any other global
Chris Lattner
2006-01-12
1
-2
/
+2
*
Don't create rotate instructions in unsupported types, because we don't have
Chris Lattner
2006-01-12
1
-2
/
+2
*
Fix branches on FP compares
Chris Lattner
2006-01-12
4
-42
/
+34
*
Patch #10 from Saem:
Chris Lattner
2006-01-12
1
-52
/
+32
*
X86ISD::SETCC (e.g. SETEr) produces a flag (so multiple SETCC can be
Evan Cheng
2006-01-12
2
-3
/
+4
*
* Materialize GlobalAddress and ExternalSym with MOV32ri rather than
Evan Cheng
2006-01-12
2
-8
/
+10
*
GlobalAddress -> TargetGlobalAddress; ExternalSymbol -> TargetExternalSymbol
Evan Cheng
2006-01-12
1
-2
/
+14
*
fix a bug in my previous checkin
Chris Lattner
2006-01-12
2
-4
/
+6
*
Give V8ISD nodes symbolic names in dumps
Chris Lattner
2006-01-12
2
-0
/
+36
*
Convert the verifier over to use ETForest instead of DominatorSet. Patch
Chris Lattner
2006-01-12
1
-14
/
+14
*
sabre's (correct) fix means these guys need to be flagged as well (else
Duraid Madina
2006-01-12
1
-2
/
+7
*
verily, sabre did leave
Duraid Madina
2006-01-12
1
-2
/
+2
*
ahem :)
Chris Lattner
2006-01-12
1
-1
/
+1
*
these cases are autogenerated
Chris Lattner
2006-01-12
1
-28
/
+0
*
remove dead code
Chris Lattner
2006-01-12
1
-25
/
+2
*
Goodbye PPC pattern isel. You have served us well, but it is now time for
Chris Lattner
2006-01-12
3
-1725
/
+2
*
Fix an itanium call lowering bug for duraid
Chris Lattner
2006-01-12
1
-6
/
+6
*
invert the sense of this switch and its name
Chris Lattner
2006-01-12
2
-8
/
+8
*
Missed a spot.
Nate Begeman
2006-01-11
1
-0
/
+2
*
Added ROTL and ROTR.
Evan Cheng
2006-01-11
2
-30
/
+64
*
Fix an off-by-one error that Nate's eagle eyes caught
Chris Lattner
2006-01-11
1
-1
/
+1
*
Use the auto-insert BuildMI constructor to avoid an explicit insert. No
Chris Lattner
2006-01-11
1
-28
/
+20
*
If a function has a non-zero sized frame, use an add to adjust the stack
Chris Lattner
2006-01-11
1
-9
/
+20
*
Add testcase for rotate by register and rotate by immediate
Nate Begeman
2006-01-11
1
-0
/
+51
*
Some minor fixes.
Evan Cheng
2006-01-11
1
-26
/
+19
*
Support for MEMCPY and MEMSET.
Evan Cheng
2006-01-11
4
-10
/
+137
*
Select DYNAMIC_STACKALLOC
Evan Cheng
2006-01-11
1
-1
/
+44
*
Allow custom lowering of DYNAMIC_STACKALLOC.
Evan Cheng
2006-01-11
1
-7
/
+20
*
ignore register #0
Evan Cheng
2006-01-11
1
-1
/
+1
*
Add bswap, rotl, and rotr nodes
Nate Begeman
2006-01-11
12
-7
/
+95
*
Fix calls that need to store values in stack slots, to not copy the stack
Chris Lattner
2006-01-11
1
-2
/
+1
*
tblgen does this now
Chris Lattner
2006-01-11
1
-2
/
+0
*
This is no longer needed
Chris Lattner
2006-01-11
2
-2
/
+0
*
Always select target registers to themselves
Chris Lattner
2006-01-11
1
-0
/
+1
*
Dead FP arguments still use an incoming FP reg. This fixes
Chris Lattner
2006-01-11
1
-1
/
+7
*
Testcase the PPC backend is miscompiling.
Chris Lattner
2006-01-11
1
-0
/
+13
*
Visual Studio is feeling left out again.
Jeff Cohen
2006-01-11
1
-0
/
+12
*
Fix VC++ compilation error.
Jeff Cohen
2006-01-11
1
-0
/
+1
[next]