index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
add support for array abbreviations.
Chris Lattner
2007-05-04
3
-59
/
+101
*
eliminate internal length fields from record. Records already know their
Chris Lattner
2007-05-04
2
-48
/
+48
*
eliminate lengths from record bodies
Chris Lattner
2007-05-04
1
-16
/
+16
*
stub out creation of BLOCKINFO_BLOCK
Chris Lattner
2007-05-04
1
-0
/
+25
*
minor cleanups. Add provisions for a new standard BLOCKINFO_BLOCK
Chris Lattner
2007-05-04
4
-17
/
+41
*
refcount BitCodeAbbrev objects
Chris Lattner
2007-05-04
3
-7
/
+13
*
Test that the eh lowering code can handle constant folded bitcasts.
Duncan Sands
2007-05-04
1
-0
/
+12
*
A bitcast of a global variable may have been constant folded to a GEP -
Duncan Sands
2007-05-04
1
-26
/
+30
*
Use IntrinsicInst to test for prefetch instructions, which is ever so
Dan Gohman
2007-05-04
1
-6
/
+5
*
optimize constant layout. This fixes encoding of 181.mcf (by ensuring
Chris Lattner
2007-05-04
2
-5
/
+48
*
simple optimization for the type table
Chris Lattner
2007-05-04
1
-5
/
+29
*
regenerate
Chris Lattner
2007-05-04
3
-4626
/
+3338
*
fix a bug where llvm-as couldn't assemble the .ll file for 252.eon.
Chris Lattner
2007-05-04
1
-1
/
+1
*
storeinst ctor takes isvolatile before alignment. With this, 176.gcc roundtrips
Chris Lattner
2007-05-04
1
-1
/
+1
*
fix encoding of invoke instructions. kc++ now round trips
Chris Lattner
2007-05-04
1
-1
/
+0
*
fix a misplaced error
Chris Lattner
2007-05-04
1
-1
/
+1
*
encode and read param attrs along with function type. WE can now roundtrip O...
Chris Lattner
2007-05-04
2
-9
/
+8
*
if functiontype is going to have a pointer to a paramattr object, it better
Chris Lattner
2007-05-04
2
-5
/
+5
*
Bitcast all the bits of a floating point value, not just one. The zero
Reid Spencer
2007-05-04
1
-0
/
+2
*
Add a test case for testing the LLI interpreter wrt bitcast of fp to integer.
Reid Spencer
2007-05-04
1
-0
/
+21
*
add support for reading the param attrs block
Chris Lattner
2007-05-04
2
-0
/
+82
*
fix a bug encoding param attrs
Chris Lattner
2007-05-04
1
-1
/
+1
*
add a helper
Chris Lattner
2007-05-04
1
-0
/
+4
*
remove dead code
Chris Lattner
2007-05-04
1
-6
/
+0
*
remove unused code
Chris Lattner
2007-05-04
1
-12
/
+11
*
add support for new codes/block
Chris Lattner
2007-05-04
1
-1
/
+7
*
add new codes
Chris Lattner
2007-05-04
1
-5
/
+11
*
add writer support for param attrs
Chris Lattner
2007-05-04
1
-1
/
+15
*
Allow this to compile with gcc 4.0.X
Reid Spencer
2007-05-04
1
-2
/
+4
*
new testcase
Chris Lattner
2007-05-04
1
-0
/
+17
*
pass by reference, not by value
Chris Lattner
2007-05-04
1
-1
/
+1
*
trivial scaffolding for param attrs
Chris Lattner
2007-05-04
1
-0
/
+12
*
Test load global in static mode.
Evan Cheng
2007-05-04
1
-7
/
+10
*
On Mac OS X, GV requires an extra load only when relocation-model is non-static.
Evan Cheng
2007-05-04
1
-5
/
+6
*
New test case.
Evan Cheng
2007-05-03
1
-0
/
+113
*
Don't create indexed load / store with zero offset!
Evan Cheng
2007-05-03
1
-0
/
+8
*
Should never see an indexed load / store with zero offset.
Evan Cheng
2007-05-03
1
-5
/
+7
*
Allow strength reduction to make use of addressing modes for the
Dan Gohman
2007-05-03
1
-1
/
+10
*
enumerate parameter attr lists.
Chris Lattner
2007-05-03
2
-0
/
+33
*
Encoding calling conv info in call/invoke instrs, tree add now round trips co...
Chris Lattner
2007-05-03
2
-18
/
+24
*
the type field for a store is the type of the pointer, not the value.
Chris Lattner
2007-05-03
1
-3
/
+4
*
don't bother encoding # varargs
Chris Lattner
2007-05-03
1
-1
/
+0
*
fix encoding of BB names in the symtab
Chris Lattner
2007-05-03
3
-5
/
+21
*
add a new code
Chris Lattner
2007-05-03
1
-1
/
+2
*
bug fixes
Chris Lattner
2007-05-03
1
-3
/
+3
*
Unbreak VC++ build.
Jeff Cohen
2007-05-03
2
-3
/
+2
*
implement the rest of the instructions
Chris Lattner
2007-05-03
1
-10
/
+68
*
Use iterative while loop instead of recursive function call.
Devang Patel
2007-05-03
2
-14
/
+34
*
Evan's patch to avoid FPreg->intreg copy for cvt; store to mem
Dale Johannesen
2007-05-03
2
-0
/
+38
*
Debug support for arm-linux.
Lauro Ramos Venancio
2007-05-03
4
-18
/
+32
[next]