index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
VMCore
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add assertion check.
Devang Patel
2008-09-09
1
-1
/
+1
*
Make safer variant of alias resolution routine to be default
Anton Korobeynikov
2008-09-09
2
-4
/
+4
*
Fix typo
Anton Korobeynikov
2008-09-09
1
-1
/
+1
*
Fix incorrect linker behaviour: we shouldn't resolve weak aliases.
Anton Korobeynikov
2008-09-09
1
-1
/
+9
*
Simplify.
Devang Patel
2008-09-09
1
-8
/
+2
*
Extend the vcmp/fcmp LLVM IR instructions to take vectors as arguments
Dan Gohman
2008-09-09
1
-4
/
+17
*
Bitcasting two or from aggregate types is not permitted. Update
Dan Gohman
2008-09-08
1
-0
/
+6
*
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-09-04
2
-10
/
+9
*
Avoid extra comma.
Devang Patel
2008-09-03
1
-3
/
+4
*
Parse and print opt_size note.
Devang Patel
2008-09-03
1
-2
/
+11
*
Try to fold each element of a vector. This is needed to maintain structural
Nick Lewycky
2008-09-03
1
-12
/
+4
*
Don't crash when trying to constant fold a vector with some elements that can't
Nick Lewycky
2008-09-03
1
-6
/
+12
*
s/FP_AlwaysInline/FN_NOTE_AlwaysInline/g
Devang Patel
2008-09-02
1
-3
/
+3
*
Use bitwise AND.
Devang Patel
2008-09-02
1
-2
/
+2
*
Print function notes.
Devang Patel
2008-09-02
1
-1
/
+9
*
Initialize function notes.
Devang Patel
2008-09-02
1
-0
/
+2
*
plug a little memleak in verifyFunction()
Nuno Lopes
2008-09-02
1
-1
/
+3
*
PR2731: C and Ocaml bindings for setTailCall and isTailCall.
Gordon Henriksen
2008-08-30
1
-0
/
+10
*
Fix ConstantExpr::getInsertElement.
Gordon Henriksen
2008-08-30
1
-2
/
+1
*
Asmprint nameless instructions as:
Chris Lattner
2008-08-29
1
-1
/
+8
*
Make the verifier reject instructions which have null pointers
Chris Lattner
2008-08-28
1
-0
/
+11
*
Put file scoped constants in an anonymous namespace. Use the "using namespace
Bill Wendling
2008-08-27
1
-3
/
+5
*
Minor cleanup.
Chris Lattner
2008-08-27
1
-16
/
+15
*
Diagnose uses of unsized types with the byval attribute in the
Dan Gohman
2008-08-27
1
-0
/
+11
*
Update wording, as aggregates are now first-class.
Dan Gohman
2008-08-27
1
-3
/
+2
*
Add DebugInfoBuilder. Patch by Talin!
Evan Cheng
2008-08-27
1
-0
/
+272
*
Fix pasto (values -> types) noticed by Josh Conner
Chris Lattner
2008-08-25
1
-5
/
+3
*
flush stream after dumping.
Chris Lattner
2008-08-25
1
-3
/
+3
*
remove the type checking logic already done by tblgen, just keep the
Chris Lattner
2008-08-24
1
-36
/
+10
*
add a hack to temporarily allow pseudo source values.
Chris Lattner
2008-08-24
1
-1
/
+2
*
minor cleanups.
Chris Lattner
2008-08-23
1
-6
/
+9
*
Switch the asmprinter (.ll) and all the stuff it requires over to
Chris Lattner
2008-08-23
2
-72
/
+87
*
Reverting r55227. This was causing the following failures in the regression
Bill Wendling
2008-08-23
1
-0
/
+39
*
Verify that the alignment argument to llvm.memcpy is a constant
Chris Lattner
2008-08-23
1
-0
/
+10
*
remove verification for gc intrinsic argument types. it was indented wrong
Chris Lattner
2008-08-23
1
-39
/
+0
*
the bug was apparently fixed long ago, reenable the assertion
Chris Lattner
2008-08-23
1
-2
/
+1
*
Accept NOT of a constant vector of int.
Dale Johannesen
2008-08-21
1
-2
/
+4
*
Add a new ConstantExpr::getWithOperands that takes any array of operands
Chris Lattner
2008-08-20
1
-4
/
+4
*
more cleanups, random methods shouldn't return ostreams.
Chris Lattner
2008-08-19
1
-23
/
+30
*
more cleanup, eliminate getLLVMName when printing out
Chris Lattner
2008-08-19
1
-24
/
+18
*
random cleanups, factor some printing code for linkage and visibility
Chris Lattner
2008-08-19
1
-167
/
+187
*
Change WriteTypeSymbolic/WriteAsOperand to return void instead of
Chris Lattner
2008-08-19
1
-36
/
+25
*
whitespace cleanup
Chris Lattner
2008-08-19
1
-1
/
+1
*
rearrange code and make more legible.
Chris Lattner
2008-08-19
1
-251
/
+280
*
put SlotTracker in an anon namespace since it is private.
Chris Lattner
2008-08-19
1
-3
/
+3
*
Reid had to call this class "slot machine" out of some strange reference
Chris Lattner
2008-08-19
1
-39
/
+39
*
Fix a bug daniel pointed out to me, where asmprinter started
Chris Lattner
2008-08-18
1
-5
/
+5
*
Rename some GC classes so that their roll will hopefully be clearer.
Gordon Henriksen
2008-08-17
4
-40
/
+42
*
getLLVMName is only used for types now, which always pass in LocalPrefix. Sp...
Chris Lattner
2008-08-17
1
-15
/
+10
*
switch valuemap's from std::map to densemap. This speeds up llvm-dis
Chris Lattner
2008-08-17
1
-11
/
+8
[next]