index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Bytecode
Commit message (
Expand
)
Author
Age
Files
Lines
*
move an llvmc-specific function out of the bcreader into llvmc.
Chris Lattner
2007-02-07
1
-16
/
+0
*
move AnalyzeBytecodeFile out of ReaderWrappers.cpp into Analyzer.cpp. Now
Chris Lattner
2007-02-07
3
-36
/
+15
*
push bytecode decompressor out through APIs. Now the bytecode reader
Chris Lattner
2007-02-07
6
-62
/
+59
*
Move compressor out of the core Reader.cpp file.
Chris Lattner
2007-02-07
3
-6
/
+14
*
remove dead ivars, thanks to Reid for noticing this!
Chris Lattner
2007-02-07
1
-22
/
+1
*
remove the handleVBR32/handleVBR64 callbacks. They are very fine-grained.
Chris Lattner
2007-02-07
2
-26
/
+0
*
parse constantexpr arguments into a smallvector: 1.5% speedup reading 176.gcc
Chris Lattner
2007-02-07
1
-1
/
+1
*
Eliminate std::vectors from the bcanalyzer interface.
Chris Lattner
2007-02-07
3
-32
/
+45
*
For PR411:
Reid Spencer
2007-02-05
7
-61
/
+73
*
Changes to support making the shift instructions be true BinaryOperators.
Reid Spencer
2007-02-02
1
-7
/
+0
*
eliminate a temporary vector while parsing gep's from bc files.
Chris Lattner
2007-01-31
1
-3
/
+6
*
eliminate a temporary vector
Chris Lattner
2007-01-31
1
-2
/
+2
*
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2007-01-30
2
-7
/
+7
*
Bye, Bye Compaction Tables. The benefit compaction tables provides doesn't
Reid Spencer
2007-01-30
6
-722
/
+35
*
This file has been dead for a long time. Remove it.
Reid Spencer
2007-01-28
1
-191
/
+0
*
For PR761:
Reid Spencer
2007-01-26
3
-36
/
+16
*
Back out last changes for dataLayout. Much more work is needed.
Reid Spencer
2007-01-19
2
-10
/
+0
*
For PR761:
Reid Spencer
2007-01-18
2
-0
/
+10
*
rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.
Chris Lattner
2007-01-15
1
-1
/
+1
*
Make sure that GEP indices are only 32 or 64 bits. We're not ready for
Reid Spencer
2007-01-13
1
-6
/
+10
*
Get rid of some useless distinction between bool and integer.
Reid Spencer
2007-01-13
1
-11
/
+4
*
remove unneeded special case for bool
Chris Lattner
2007-01-12
1
-6
/
+1
*
Eliminate a log(n) lookup
Chris Lattner
2007-01-12
1
-3
/
+3
*
* PIC codegen for X86/Linux has been implemented
Anton Korobeynikov
2007-01-12
3
-11
/
+54
*
For PR1064:
Reid Spencer
2007-01-12
5
-95
/
+139
*
Implement review feedback for the ConstantBool->ConstantInt merge. Chris
Reid Spencer
2007-01-12
2
-2
/
+2
*
Rename BoolTy as Int1Ty. Patch by Sheng Zhou.
Reid Spencer
2007-01-11
2
-4
/
+4
*
For PR1043:
Zhou Sheng
2007-01-11
2
-2
/
+2
*
remove support for old-style varargs upgrading
Chris Lattner
2007-01-07
1
-106
/
+6
*
For PR411:
Reid Spencer
2007-01-06
7
-56
/
+88
*
For PR950:
Reid Spencer
2006-12-31
3
-57
/
+44
*
switch statistics over to not use static ctors.
Chris Lattner
2006-12-19
1
-2
/
+2
*
This snuck in. Reverted.
Bill Wendling
2006-12-17
1
-2
/
+0
*
Added an automatic cast to "std::ostream*" etc. from OStream. We then can
Bill Wendling
2006-12-17
1
-0
/
+2
*
Remove an extraneous { at the end of a block.
Reid Spencer
2006-12-15
1
-1
/
+1
*
Fix long standing issue with propagating error message back to caller. This
Reid Spencer
2006-12-15
2
-7
/
+17
*
For PR1050:
Reid Spencer
2006-12-15
3
-6
/
+27
*
Create the cast constant expression that was read instead of attempting
Reid Spencer
2006-12-11
1
-1
/
+2
*
Packed Structures
Andrew Lenharth
2006-12-08
2
-4
/
+17
*
Removed more <iostream> includes
Bill Wendling
2006-12-07
1
-5
/
+3
*
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-12-07
2
-7
/
+7
*
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-12-06
1
-1
/
+1
*
Fix a CmpInst writing bug by removing merge cruft that I *know* I've removed
Reid Spencer
2006-12-06
1
-9
/
+4
*
For PR950: Implement read/write of ICmp and FCmp constant expressions
Reid Spencer
2006-12-04
2
-6
/
+12
*
Support ICmp/FCmp constant expression reading and writing.
Reid Spencer
2006-12-03
2
-0
/
+19
*
Implement reading and writing of the ICmp and FCmp instructions.
Reid Spencer
2006-12-03
2
-3
/
+18
*
Remove backwards compatibility goop. This is now handled by llvm-upgrade.
Reid Spencer
2006-12-03
2
-632
/
+16
*
Replacing std::iostreams with llvm iostreams. Some of these changes involve
Bill Wendling
2006-11-29
2
-11
/
+12
*
Use ostream instead of iostream
Bill Wendling
2006-11-28
1
-2
/
+1
*
For PR950:
Reid Spencer
2006-11-27
3
-64
/
+210
[next]