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
/
include
/
llvm
/
Bitcode
Commit message (
Expand
)
Author
Age
Files
Lines
*
r173072 is causing some regressions on big endian hosts, I don't have time to...
Chris Lattner
2013-01-21
1
-49
/
+21
*
rework the Bitstream reader to actually work a machine word at a time, instea...
Chris Lattner
2013-01-21
1
-21
/
+49
*
Fix a heinous inefficiency introduced in r149918, wherein reading each byte of a
Chris Lattner
2013-01-21
1
-6
/
+0
*
rename "SkipToWord" to "SkipToFourByteBoundary" since a word is not always 4 ...
Chris Lattner
2013-01-21
1
-3
/
+3
*
trivial micro-optimization: lazily call the virtual method instead of eagerly...
Chris Lattner
2013-01-20
1
-2
/
+1
*
switch llvm-bcanalyzer onto the new cursor APIs, allowing deletion of
Chris Lattner
2013-01-20
1
-16
/
+1
*
add an option to not auto-process abbreviations in advance()
Chris Lattner
2013-01-20
1
-4
/
+11
*
stringref'ize readRecord and properly capitalize it. Add a compatibility met...
Chris Lattner
2013-01-20
1
-2
/
+13
*
move some private methods out of line, add a skipRecord() method.
Chris Lattner
2013-01-20
1
-26
/
+9
*
add some optional flags to affect the way advance works.
Chris Lattner
2013-01-19
1
-4
/
+9
*
Add a new BitstreamEntry concept, and add two helper methods for walking
Chris Lattner
2013-01-19
1
-6
/
+91
*
BitstreamReader hasn't aged well. It's been hacked on by various people and
Chris Lattner
2013-01-19
1
-226
/
+12
*
Fix include guards so they exactly match file names.
Jakub Staszak
2013-01-10
3
-6
/
+6
*
Have the bitcode reader/writer just use FPMathOperator's fast math enum directly
Michael Ilseman
2012-12-09
1
-10
/
+0
*
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-12-03
1
-1
/
+1
*
Add back support for reading and parsing 'deplibs'.
Bill Wendling
2012-11-28
1
-0
/
+3
*
Remove the dependent libraries feature.
Bill Wendling
2012-11-27
1
-1
/
+0
*
Fast-math flags for the bitcode
Michael Ilseman
2012-11-27
1
-0
/
+10
*
Code Custodian:
Joe Abbey
2012-11-25
4
-71
/
+72
*
Remove trailing whitespace
Michael Ilseman
2012-11-15
1
-8
/
+8
*
Change encoding of instruction operands in bitcode binaries to be relative
Jan Wen Voung
2012-10-11
1
-1
/
+1
*
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
1
-7
/
+7
*
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-27
1
-7
/
+7
*
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2012-09-18
1
-3
/
+3
*
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2012-09-17
1
-3
/
+3
*
[ms-inline asm] Enumerate the InlineAsm dialects and rename the nsdialect to
Chad Rosier
2012-09-05
1
-1
/
+1
*
[ms-inline asm] Add support for the nsdialect keyword in the Bitcode
Chad Rosier
2012-09-05
1
-2
/
+5
*
Fix a bunch of -Wdocumentation warnings.
Dmitri Gribenko
2012-08-23
1
-4
/
+4
*
Pacify PVS-Studio by changing the type rather than doing a cast, a tweak
Duncan Sands
2012-08-21
1
-1
/
+1
*
PVS-Studio noticed that EmitVBR64 would perform undefined behaviour if the
Duncan Sands
2012-08-21
1
-1
/
+3
*
Remove references to compression in llvm-ar. It has been a long time since we
Rafael Espindola
2012-08-10
1
-15
/
+7
*
Remove 'static' from inline functions defined in header files.
Chandler Carruth
2012-06-20
1
-9
/
+9
*
revert r156383: removal of TYPE_CODE_FUNCTION_OLD
Nuno Lopes
2012-05-23
1
-0
/
+3
*
remove TYPE_CODE_FUNCTION_OLD type code. it is no longer in use and it was ma...
Nuno Lopes
2012-05-08
1
-3
/
+0
*
Fix windows compilation warning. Patch by Micah.
Jan Sjödin
2012-03-21
1
-1
/
+1
*
Enable the small vector POD optimization for BitCodeAbbrevOp.
Benjamin Kramer
2012-03-03
1
-1
/
+3
*
BitstreamWriter: Use SmallVector::append instead of multiple push_back calls.
Daniel Dunbar
2012-02-29
1
-4
/
+6
*
BitstreamWriter: Change primary output buffer to be a SmallVector instead of an
Daniel Dunbar
2012-02-29
1
-2
/
+3
*
BitstreamWriter: Isolate access to the underlying buffer.
Daniel Dunbar
2012-02-29
1
-20
/
+32
*
BitcodeWriter: Expose less implementation details -- make BackpatchWord private
Daniel Dunbar
2012-02-29
1
-11
/
+9
*
Bitcode: Don't expose WriteBitcodeToStream to clients.
Daniel Dunbar
2012-02-29
1
-4
/
+0
*
Bitcode/BitstreamReader.h: Tweak for big endian hosts.
NAKAMURA Takumi
2012-02-07
1
-4
/
+6
*
System headers after llvm headers.
Nick Lewycky
2012-02-06
1
-1
/
+1
*
Enable streaming of bitcode
Derek Schuff
2012-02-06
2
-52
/
+86
*
[unwind removal] Remove a the obsolete 'unwind' enum value.
Bill Wendling
2012-02-06
1
-1
/
+1
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-05
3
-7
/
+5
*
Add bitcode reader and writer support for ConstantDataAggregate, which
Chris Lattner
2012-01-30
1
-1
/
+2
*
The iteration order over a std::set<Module*> depends on the addresses of the
Rafael Espindola
2012-01-23
1
-1
/
+1
*
Add 'llvm_unreachable' to passify GCC's understanding of the constraints
Chandler Carruth
2012-01-10
1
-0
/
+2
*
Remove unnecessary default cases in switches that cover all enum values.
David Blaikie
2012-01-10
1
-1
/
+0
[next]