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
*
Remove specification of argument default from cpp file.
Vikram S. Adve
2002-09-17
1
-1
/
+1
*
Change the MallocInst & AllocaInst ctors to take the allocated type, not the
Chris Lattner
2002-09-13
1
-2
/
+11
*
include/llvm/DataTypes.h includes this #define so we don't need it anymore
Chris Lattner
2002-09-13
1
-1
/
+0
*
Another portability fix provided via Casey Carter:
Chris Lattner
2002-09-13
1
-0
/
+1
*
Add a new BasicBlockPass::doInitialization/Finalization(Function &) pair of
Chris Lattner
2002-09-12
2
-4
/
+22
*
Give better assertion message for error conditions
Chris Lattner
2002-09-11
1
-0
/
+4
*
Allocation insts always have one operand
Chris Lattner
2002-09-11
1
-2
/
+1
*
Add convenience ctor to BranchInst
Chris Lattner
2002-09-10
1
-0
/
+7
*
Tighten up assertion checking for binary operators, not allowing invalid
Chris Lattner
2002-09-10
1
-2
/
+27
*
Add support for printing constpointerrefs more nicely
Chris Lattner
2002-09-10
1
-0
/
+7
*
Add capability to insert an instruction into a basic block immediately after
Chris Lattner
2002-09-10
7
-68
/
+88
*
Remove extra #include
Chris Lattner
2002-09-10
1
-1
/
+0
*
Fix typeo in assertion message
Chris Lattner
2002-09-10
1
-1
/
+1
*
Do not allow adds of pointer types, or many other operations on pointer types.
Chris Lattner
2002-09-09
1
-8
/
+47
*
Enable "garbage detection" of LLVM objects. Check for leaks after running
Chris Lattner
2002-09-08
1
-0
/
+5
*
Enable "garbage detection" of LLVM objects. Now users should be obnoxious
Chris Lattner
2002-09-08
5
-7
/
+70
*
Checkin initial support for automatic memory leak detection routines
Chris Lattner
2002-09-08
1
-0
/
+66
*
Move code out of header files into .cpp files to make future changes easier
Chris Lattner
2002-09-06
3
-2
/
+36
*
* Remove extraneous #includes
Chris Lattner
2002-09-06
1
-6
/
+5
*
Minor bug fix.
Chris Lattner
2002-09-03
1
-2
/
+2
*
Implement setcc for booleans. Fixes bug:
Chris Lattner
2002-09-03
1
-0
/
+4
*
- Renamed Type::isIntegral() to Type::isInteger()
Chris Lattner
2002-09-03
2
-27
/
+18
*
- Renamed Type::isIntegral() to Type::isInteger()
Chris Lattner
2002-09-03
2
-4
/
+4
*
Fix bugs
Chris Lattner
2002-09-02
1
-14
/
+21
*
Add printing support to ConstantRange class
Chris Lattner
2002-09-02
1
-0
/
+12
*
Initial implementation of ConstantRange support
Chris Lattner
2002-09-01
1
-0
/
+227
*
- Exposed SetCondInst::getInverseCondition & ::getSwappedCondition better
Chris Lattner
2002-09-01
1
-9
/
+23
*
- Use Pass::AnalysisImpls instead of findAnalysisGroupMemeber
Chris Lattner
2002-08-30
1
-42
/
+40
*
- PassManager prints analysis sets nicer
Chris Lattner
2002-08-30
1
-30
/
+9
*
Add support for turning an array of characters into a string.
Chris Lattner
2002-08-26
1
-0
/
+18
*
Eliminated the MemAccessInst class, folding contents into GEP class.
Chris Lattner
2002-08-22
2
-36
/
+32
*
Load & StoreInst no longer derive from MemAccessInst, so we don't have
Chris Lattner
2002-08-22
1
-6
/
+4
*
Load and Store now no longer derive from MemAccessInst. Indexing a load or
Chris Lattner
2002-08-22
1
-27
/
+3
*
Fix bug: test/Regression/Assembler/2002-08-22-DominanceProblem.ll
Chris Lattner
2002-08-22
1
-13
/
+23
*
- Fighting with linking problem due to removing the ::ID elements. Now the
Chris Lattner
2002-08-21
1
-0
/
+3
*
Remove debugging code accidentally checked in.
Chris Lattner
2002-08-21
1
-4
/
+0
*
- Implement the new AnalysisGroup feature, neccesary for Value#ing and point...
Chris Lattner
2002-08-21
2
-23
/
+171
*
- Do not expose ::ID from any of the analyses anymore.
Chris Lattner
2002-08-21
1
-4
/
+0
*
- Eliminate the need for analyses to expose an ::ID member.
Chris Lattner
2002-08-21
1
-2
/
+5
*
fixed bug: test/Regression/Linker/2002-08-20-ConstantExpr.ll
Chris Lattner
2002-08-20
1
-11
/
+11
*
Sort -time-passes report first by user+system, then by Wall clock time.
Chris Lattner
2002-08-20
2
-3
/
+12
*
Add new SetCondInst::getInverseCondition() method.
Chris Lattner
2002-08-20
1
-0
/
+16
*
Add missing space
Chris Lattner
2002-08-19
1
-1
/
+1
*
Fix the -time-passes option to not print NaN when there is zero execution time
Chris Lattner
2002-08-19
1
-6
/
+13
*
- ConstantPointerRefs are now automatically removed from the module table
Chris Lattner
2002-08-18
2
-13
/
+36
*
Add Module::dump() method
Chris Lattner
2002-08-17
1
-7
/
+11
*
Changed parser to always use parenthesis on ConstExprs to be consistent
Chris Lattner
2002-08-16
1
-4
/
+3
*
Write constexpr casts using the cast X to Y notation, not using the implicit
Chris Lattner
2002-08-15
1
-1
/
+6
*
Simplify the code
Chris Lattner
2002-08-15
1
-40
/
+19
*
Added more helper functions for binary instructions emulating
Vikram S. Adve
2002-08-15
1
-0
/
+65
[next]