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
*
Support intrinsic calls (although no particular intrinsics are supported yet).
Brian Gaeke
2004-06-18
4
-16
/
+88
*
Implement Transforms/InstCombine/and.ll:test17, a common case that
Chris Lattner
2004-06-18
1
-3
/
+15
*
Do not function resolve intrinsics. This prevents warnings and possible bad
Chris Lattner
2004-06-18
1
-1
/
+2
*
Add load instructions for floating-point registers.
Brian Gaeke
2004-06-18
2
-0
/
+10
*
Support alloca instructions.
Brian Gaeke
2004-06-18
4
-0
/
+128
*
Fix printing of Argument objects, problem found by Patrick Meredith
Chris Lattner
2004-06-18
1
-1
/
+1
*
Codegen sub C, X a little bit better for register pressure. Instead of
Chris Lattner
2004-06-18
2
-24
/
+54
*
Fold setcc instructions into select and branches that are not in the same BB as
Chris Lattner
2004-06-18
2
-8
/
+4
*
Make storeRegToStackSlot slightly shorter.
Brian Gaeke
2004-06-17
2
-14
/
+14
*
Set the isBranch and isTerminator flags on branch instructions correctly.
Brian Gaeke
2004-06-17
2
-24
/
+38
*
Emit stores correctly; don't fail an assertion.
Brian Gaeke
2004-06-17
2
-6
/
+6
*
Support generating machine instructions for Phi nodes (based on x86, but with
Brian Gaeke
2004-06-17
4
-208
/
+712
*
Recognize more branches.
Brian Gaeke
2004-06-17
2
-0
/
+22
*
I love the smell of a freshly broken PowerPC build in the morning.
Brian Gaeke
2004-06-17
1
-0
/
+1
*
Make debugging dumps w/ multiple MachineBBs for a given LLVM BB readable.
Brian Gaeke
2004-06-17
2
-5
/
+6
*
Do not fold loads into instructions if it is used more than once. In particular
Chris Lattner
2004-06-17
2
-2
/
+4
*
Fix compilation problem on freebsd. Problem noted by Vladimir Merzliakov in
Chris Lattner
2004-06-17
1
-1
/
+1
*
Use addGlobalAddress and addMBB for call & branch targets instead of addPCDisp.
Brian Gaeke
2004-06-17
6
-48
/
+46
*
Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()
Chris Lattner
2004-06-17
50
-148
/
+145
*
Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()
Chris Lattner
2004-06-17
1
-29
/
+5
*
Minor cleanup
Chris Lattner
2004-06-17
1
-1
/
+1
*
Fix typo in DEBUG printout.
Brian Gaeke
2004-06-17
1
-1
/
+1
*
Fix a recent regression in Applications/sgefa that Alkis pointed out to me.
Chris Lattner
2004-06-16
1
-2
/
+2
*
Add int ferror(FILE *)
Brian Gaeke
2004-06-16
1
-0
/
+8
*
Um, did someone make a typo or something?
Brian Gaeke
2004-06-15
1
-1
/
+1
*
isnan is dead
Chris Lattner
2004-06-15
3
-12
/
+1
*
Remove support for llvm.isnan. Alkis wins :)
Chris Lattner
2004-06-15
2
-100
/
+0
*
Remove isnan support, correct isunordered support
Chris Lattner
2004-06-15
2
-20
/
+4
*
Remove support for the isnan intrinsic
Chris Lattner
2004-06-15
1
-3
/
+0
*
Add basic support for the isunordered intrinsic. The isnan stuff still needs...
Chris Lattner
2004-06-15
2
-0
/
+18
*
Fix thinko in visitor... ShiftInsts should currently be delegated
Brian Gaeke
2004-06-15
4
-4
/
+8
*
Do not dereference end iterators. It's really bad for the asmwriter's health.
Chris Lattner
2004-06-15
1
-1
/
+4
*
I think we'll use the standard lowering passes for now.
Brian Gaeke
2004-06-15
2
-0
/
+50
*
Fix bug generating code for void call instructions: don't call
Brian Gaeke
2004-06-15
4
-8
/
+8
*
Squash a warning from the Solaris assembler by aligning the stack
Brian Gaeke
2004-06-15
2
-2
/
+4
*
Allow special-casing of operand printing based on opcode. Print
Brian Gaeke
2004-06-15
2
-36
/
+56
*
Support constant GEP expressions.
Brian Gaeke
2004-06-15
4
-84
/
+208
*
Add file comment.
Misha Brukman
2004-06-14
1
-0
/
+1
*
Quick hack to get this file compiling again on Mac OS X. The right thing to do
Brian Gaeke
2004-06-14
1
-0
/
+8
*
Make -print-machineinstrs even stronger. You get to see the final code after
Brian Gaeke
2004-06-14
1
-0
/
+11
*
Add constant folding capabilities to the isunordered intrinsic.
Alkis Evlogimenos
2004-06-13
1
-1
/
+4
*
Make assertions more consistent with the rest of the intrinsic
Alkis Evlogimenos
2004-06-13
1
-8
/
+12
*
Add the isunordered intrinsic.
Alkis Evlogimenos
2004-06-12
4
-1
/
+24
*
Implement tracking of bytecode instruction size and the number of long
Reid Spencer
2004-06-11
4
-0
/
+32
*
Fix fallout from getOffsetOfLocalArea() being negated. Debugging dumps were ...
Chris Lattner
2004-06-11
2
-3
/
+3
*
llvm.isnan doesn't access memory
Chris Lattner
2004-06-11
1
-1
/
+1
*
Constant fold the isnan intrinsic
Chris Lattner
2004-06-11
1
-1
/
+10
*
By far, one of the most common uses of isnan is to make 'isunordered'
Chris Lattner
2004-06-11
2
-28
/
+118
*
Fix bug in previous checkin
Chris Lattner
2004-06-11
2
-0
/
+6
*
No really, these are dead now
Chris Lattner
2004-06-11
1
-2
/
+0
[next]