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
/
VMCore
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
The (negative) offset from a SymbolTableListTraits-using ilist to its container
Chris Lattner
2007-04-17
4
-14
/
+9
*
Refactor SymbolTableListTraits to only have a single pointer in it, instead
Chris Lattner
2007-04-17
5
-59
/
+77
*
Proivde getAnalysis<FPAnalysis>(Func) support.
Devang Patel
2007-04-16
1
-0
/
+5
*
Do not assert during analysis implementation initialization.
Devang Patel
2007-04-16
1
-1
/
+3
*
Print and delete on the fly pass managers.
Devang Patel
2007-04-16
1
-3
/
+19
*
Update module pass manager to support module passes that require
Devang Patel
2007-04-16
1
-11
/
+44
*
Give each pass manager chance to manage lower level analysis pass, which is
Devang Patel
2007-04-16
1
-20
/
+60
*
Removed tabs everywhere except autogenerated & external files. Add make
Anton Korobeynikov
2007-04-16
1
-3
/
+3
*
Don't return 0 if the len == 5, let the assert handle that case.
Reid Spencer
2007-04-16
1
-1
/
+1
*
Fix test/CodeGen/Generic/vector-constantexpr.ll
Reid Spencer
2007-04-16
1
-0
/
+2
*
For PR1328:
Reid Spencer
2007-04-16
1
-3
/
+4
*
Tabs -> Spaces
Owen Anderson
2007-04-15
1
-7
/
+7
*
Remove ImmediateDominator analysis. The same information can be obtained fro...
Owen Anderson
2007-04-15
1
-85
/
+49
*
Fix some unsafe code. Also, tabs -> spaces.
Owen Anderson
2007-04-14
1
-6
/
+6
*
Make ETForest depend on DomTree rather than IDom. This is the first step
Owen Anderson
2007-04-14
1
-8
/
+11
*
add GetElementPtrInst::hasAllZeroIndices, a long-overdue helper method.
Chris Lattner
2007-04-14
1
-0
/
+16
*
Implement the "thread_local" keyword.
Lauro Ramos Venancio
2007-04-12
2
-7
/
+8
*
For PR1284:
Reid Spencer
2007-04-12
1
-2
/
+3
*
Fix a bug where ICmpInst objects instantiated directly with a name would
Reid Spencer
2007-04-11
1
-2
/
+2
*
For PR1146:
Reid Spencer
2007-04-11
3
-22
/
+22
*
unbreak the build :(
Chris Lattner
2007-04-10
1
-1
/
+1
*
Fix build problem.
Jeff Cohen
2007-04-10
1
-1
/
+1
*
For PR1146:
Reid Spencer
2007-04-09
1
-0
/
+6
*
Remove a memory leak, until ParamAttrsList is uniqued.
Reid Spencer
2007-04-09
1
-1
/
+5
*
For PR1146:
Reid Spencer
2007-04-09
3
-59
/
+68
*
Convert ImmediateDominators::DFSPass from being recursive to being iterative.
Chris Lattner
2007-04-09
1
-1
/
+43
*
For PR1146:
Reid Spencer
2007-04-09
1
-2
/
+1
*
For PR1146:
Reid Spencer
2007-04-09
1
-2
/
+2
*
For PR1146:
Reid Spencer
2007-04-09
1
-30
/
+36
*
minor cleanups
Chris Lattner
2007-04-09
1
-14
/
+16
*
For PR1146:
Reid Spencer
2007-04-09
1
-52
/
+106
*
Move isReachableFromEntry out of line to avoid an unnecessary #include
Owen Anderson
2007-04-09
1
-0
/
+6
*
Remove DomSet completely. This concludes work on PR1171.
Owen Anderson
2007-04-08
1
-96
/
+0
*
Don't crash when encountering a BasicBlock that hasn't been registered yet.
Nick Lewycky
2007-04-08
1
-2
/
+3
*
Add DomSet back, and revert the changes to LoopSimplify. Apparently the
Owen Anderson
2007-04-07
1
-14
/
+109
*
Completely purge DomSet. This is the (hopefully) final patch for PR1171.
Owen Anderson
2007-04-07
1
-109
/
+14
[next]