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
*
Commit first round work of PR1373. "noalias" is now fully supported in
Zhou Sheng
2007-06-05
1
-0
/
+2
*
Add FIXMEs.
Devang Patel
2007-06-04
1
-0
/
+2
*
s/llvm::DominatorTreeBase::DomTreeNode/llvm::DomTreeNode/g
Devang Patel
2007-06-04
1
-17
/
+17
*
s/DominatorTreeBase::Node/DominatorTreeBase:DomTreeNode/g
Devang Patel
2007-06-03
1
-27
/
+27
*
Minor comment cleanups.
Dan Gohman
2007-05-24
2
-6
/
+6
*
Add cases for v2f32.
Dan Gohman
2007-05-24
1
-0
/
+2
*
Add dump() routines for debugging assistance.
Devang Patel
2007-05-23
1
-0
/
+14
*
If user wants to run instcombine twice, do not block it.
Devang Patel
2007-05-23
1
-5
/
+0
*
Reinstate the patch for escaping non-printing characters and allow for
Reid Spencer
2007-05-22
1
-19
/
+36
*
temporarily revert reid's asmwriter patch, it is missing the asmparser piece
Chris Lattner
2007-05-22
1
-33
/
+19
*
Get the order of the hext digits right!
Reid Spencer
2007-05-19
1
-2
/
+2
*
Adjust how LLVM names are produced:
Reid Spencer
2007-05-19
1
-19
/
+33
*
Update comments to say "vector" instead of "packed".
Dan Gohman
2007-05-11
1
-10
/
+10
*
handle gep aliasee
Chris Lattner
2007-05-05
1
-3
/
+4
*
if functiontype is going to have a pointer to a paramattr object, it better
Chris Lattner
2007-05-04
1
-2
/
+2
*
Unbreak VC++ build.
Jeff Cohen
2007-05-03
1
-2
/
+2
*
Use iterative while loop instead of recursive function call.
Devang Patel
2007-05-03
1
-13
/
+33
*
Drop 'const'
Devang Patel
2007-05-03
4
-16
/
+16
*
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
4
-16
/
+16
*
Re-install patch to enable use of PassID.
Devang Patel
2007-05-02
1
-15
/
+14
*
revert enough of devang's recent patches to get the tree basically working again
Chris Lattner
2007-05-02
1
-15
/
+16
*
disable this assertion as a hack to get the build more unbroken :(
Chris Lattner
2007-05-02
1
-1
/
+1
*
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
5
-32
/
+51
*
Fix typo. Interesting, but old variant worked too :)
Anton Korobeynikov
2007-04-30
1
-1
/
+1
*
Implement protected visibility. This partly implements PR1363. Linker
Anton Korobeynikov
2007-04-29
1
-0
/
+3
*
Implement review feedback
Anton Korobeynikov
2007-04-29
3
-9
/
+30
*
Let Verifier check aliasees
Anton Korobeynikov
2007-04-28
1
-0
/
+7
*
Implement review feedback. Aliasees can be either GlobalValue's or
Anton Korobeynikov
2007-04-28
4
-12
/
+30
*
add a way to make this less brittle
Chris Lattner
2007-04-28
1
-3
/
+7
*
represent indirect operands explicitly in inline asm strings.
Chris Lattner
2007-04-28
1
-8
/
+9
*
add a GEP helper function
Chris Lattner
2007-04-27
1
-0
/
+11
*
Move ~Pass() from Pass.h into Pass.cpp
Devang Patel
2007-04-26
1
-0
/
+5
*
Use toplevel function pass manager as OnTheFly manager.
Devang Patel
2007-04-26
1
-10
/
+17
*
print aliases before functions
Chris Lattner
2007-04-26
1
-5
/
+6
*
Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part
Anton Korobeynikov
2007-04-25
4
-11
/
+150
*
simplify some code
Chris Lattner
2007-04-25
1
-5
/
+2
*
Have compiler enforce this.
Jeff Cohen
2007-04-22
1
-1
/
+0
*
PR400 work phase 1. Add attributed load/store instructions for volatile/align...
Christopher Lamb
2007-04-22
2
-0
/
+49
*
For PR1136:
Reid Spencer
2007-04-22
2
-0
/
+40
*
For PR1146:
Reid Spencer
2007-04-22
4
-60
/
+46
*
Revert Christopher Lamb's load/store alignment changes.
Reid Spencer
2007-04-21
2
-49
/
+0
*
add support for alignment attributes on load/store instructions
Christopher Lamb
2007-04-21
2
-0
/
+49
*
Reset vertex.
Devang Patel
2007-04-21
1
-0
/
+1
*
Fix a bug that prevented the JIT from working correctly after llvm_shutdown.
Chris Lattner
2007-04-21
1
-6
/
+16
*
Fix regressions introduced by my previous patch: opt calls verifier in a
Chris Lattner
2007-04-20
1
-1
/
+3
*
Fix a problem where primitive types lose their name after llvm_shutdown is ca...
Chris Lattner
2007-04-20
1
-12
/
+16
*
catch a case that was biting jeffc
Chris Lattner
2007-04-20
1
-1
/
+7
*
don't access argument list of prototypes
Chris Lattner
2007-04-18
1
-7
/
+24
*
eliminate a use of Instruction::getPrev(), patch by Gabor Greif in 2005.
Chris Lattner
2007-04-17
1
-1
/
+2
*
merge several fields in GlobalValue to use the same word, move CallingConv
Chris Lattner
2007-04-17
1
-1
/
+0
[next]