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
...
*
Change to use the StableBasicBlockNumbering class
Chris Lattner
2004-06-19
1
-15
/
+7
*
Fix a tiny bug in the -no-aa pass, in which it did not ever get a target data.
Chris Lattner
2004-06-19
1
-9
/
+8
*
Do not let the numbering of PHI nodes placed in the function depend on
Chris Lattner
2004-06-19
1
-2
/
+36
*
Do not sort by the address of LLVM ConstantInt* objects. This produces
Chris Lattner
2004-06-19
1
-10
/
+21
*
Do not loop over uses as we delete them. This causes iterators to be
Chris Lattner
2004-06-19
1
-3
/
+2
*
* Fix file header and name
Misha Brukman
2004-06-18
1
-8
/
+8
*
Use the machine-independent method of querying the page size.
Misha Brukman
2004-06-18
1
-1
/
+2
*
.zero doesn't work in the Solaris assembler.
Brian Gaeke
2004-06-18
2
-10
/
+4
*
Get rid of selects the easy way
Brian Gaeke
2004-06-18
2
-0
/
+12
*
Make visitAllocaInst() look more like its X86 counterpart.
Brian Gaeke
2004-06-18
4
-12
/
+44
*
Mess around with allocation order. In particular, I think we ought to be
Brian Gaeke
2004-06-18
2
-6
/
+6
*
JMPL has a delay slot.
Brian Gaeke
2004-06-18
2
-0
/
+2
*
Clean up the commented-out F3_3 stuff.
Brian Gaeke
2004-06-18
2
-10
/
+8
*
Fix jmpl.
Brian Gaeke
2004-06-18
2
-6
/
+14
*
Support printing base+offset pairs where the offset is a register.
Brian Gaeke
2004-06-18
2
-20
/
+50
*
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
[prev]
[next]