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
*
Use a cheaper computation.
Reid Spencer
2007-01-18
1
-1
/
+1
*
Provide an isPowerOf2ByteWidth method for the IntegerType class. This will
Reid Spencer
2007-01-18
1
-0
/
+5
*
Update ModulePass::assignPassManager() to take into account Preferred
Devang Patel
2007-01-17
1
-4
/
+5
*
s/PassDebugging_New/PassDebugging/g
Devang Patel
2007-01-17
1
-5
/
+5
*
Update assignPassManager() signature to allow selection of preferred
Devang Patel
2007-01-17
1
-4
/
+13
*
For PR1117:
Reid Spencer
2007-01-17
1
-29
/
+29
*
Pass manager may require certain analysis. In such cases, initially
Devang Patel
2007-01-16
1
-3
/
+2
*
Undo last check-in.
Devang Patel
2007-01-16
1
-62
/
+50
*
Setup pass manager before scheduling required analysis.
Devang Patel
2007-01-16
1
-50
/
+62
*
Code refactoring.
Devang Patel
2007-01-16
1
-18
/
+21
*
Remove extra white spaces. Fix comments.
Devang Patel
2007-01-15
1
-1
/
+1
*
Do not record last users of Pass Manager.
Devang Patel
2007-01-15
1
-2
/
+7
*
make this more efficient in release builds (time and space)
Chris Lattner
2007-01-15
1
-6
/
+2
*
rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.
Chris Lattner
2007-01-15
6
-85
/
+85
*
teach VMCore to accept i1 add's and shifts
Chris Lattner
2007-01-15
2
-17
/
+17
*
don't discriminate against i1
Chris Lattner
2007-01-15
1
-9
/
+9
*
Fix a FIXME. 1 bit integer types are now printed as i1 not bool.
Reid Spencer
2007-01-13
1
-4
/
+1
*
Make sure the IntegerValType has enough space for 2^23 bits.
Reid Spencer
2007-01-13
1
-1
/
+1
*
Allow isAllOnesValue testing on packed constants
Jim Laskey
2007-01-12
1
-0
/
+16
*
s/addPassToManager/add/g
Devang Patel
2007-01-12
1
-4
/
+4
*
* PIC codegen for X86/Linux has been implemented
Anton Korobeynikov
2007-01-12
1
-3
/
+17
*
Move PMTopLevelManager, PMDataManager and FPPassManger classes into
Devang Patel
2007-01-12
1
-323
/
+38
*
Remove a bunch of duplicated code. Among other things, this fixes
Chris Lattner
2007-01-12
1
-93
/
+50
*
Remove dead code.
Devang Patel
2007-01-12
1
-225
/
+26
*
Always write 1 bit integers as i1 not "bool".
Reid Spencer
2007-01-12
1
-5
/
+1
*
For PR1064:
Reid Spencer
2007-01-12
6
-128
/
+199
*
Implement review feedback for the ConstantBool->ConstantInt merge. Chris
Reid Spencer
2007-01-12
3
-53
/
+81
*
Start using PMStack. Now each pass is responsibe for assinging
Devang Patel
2007-01-11
1
-28
/
+23
*
Use getPassManagerType() instead of dynamic_cast.
Devang Patel
2007-01-11
1
-18
/
+8
*
Rename BoolTy as Int1Ty. Patch by Sheng Zhou.
Reid Spencer
2007-01-11
7
-26
/
+26
*
For PR1043:
Zhou Sheng
2007-01-11
4
-212
/
+189
*
Shut up a warning about signed/unsigned.
Reid Spencer
2007-01-11
1
-1
/
+1
*
simplify some logic further
Chris Lattner
2007-01-11
1
-11
/
+2
*
Recommit my previous patch with a bugfix: printInfoComment works on both
Chris Lattner
2007-01-11
1
-63
/
+67
*
Add PassManagerType enum.
Devang Patel
2007-01-11
1
-0
/
+12
*
Implement better constant folding of unordered FCMP predicates.
Reid Spencer
2007-01-11
1
-7
/
+27
*
Robustify assingPassManager() for Module, Function and Basic Block
Devang Patel
2007-01-11
1
-37
/
+73
*
Back out the last patch which is a nightly test killer. The assertion
Reid Spencer
2007-01-10
1
-63
/
+63
*
Last refactoring before PR645: split up getSlot into getLocalSlot and getGlob...
Chris Lattner
2007-01-10
1
-63
/
+63
*
eliminate some iterator gymnastics.
Chris Lattner
2007-01-10
1
-8
/
+4
*
Inline insertValue into CreateModuleSlot/CreateFunctionSlot
Chris Lattner
2007-01-09
1
-35
/
+24
*
Remove a bunch of complex logic that is completely dead: duplicates can
Chris Lattner
2007-01-09
1
-57
/
+1
*
Split CreateSlot into two versions, one for globals and one for function-local
Chris Lattner
2007-01-09
1
-61
/
+68
*
Remove extraneous return value from insertValue and getOrCreateSlot. Since
Chris Lattner
2007-01-09
1
-53
/
+34
*
Parameter attributes are part of a FunctionType and deserve to be factored
Reid Spencer
2007-01-08
1
-1
/
+6
*
Add PMStack, a Pass Manager stack.
Devang Patel
2007-01-08
1
-0
/
+138
*
And asm writing for packed struct initializers
Andrew Lenharth
2007-01-08
1
-0
/
+4
*
Change the interface to Module::getOrInsertFunction to be easier to use,
Chris Lattner
2007-01-07
1
-12
/
+24
*
For PR411:
Reid Spencer
2007-01-06
8
-154
/
+55
*
1) Remove old AnalysisResolver.
Devang Patel
2007-01-05
2
-16
/
+9
[next]