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
/
tools
/
llvm2cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reimplement the parameter attributes support, phase #1. hilights:
Chris Lattner
2008-03-12
1
-11
/
+9
*
Split ParameterAttributes.h, putting the complicated
Dale Johannesen
2008-02-22
1
-2
/
+2
*
Expand ParameterAttributes to 32 bits (in preparation
Dale Johannesen
2008-02-19
1
-1
/
+1
*
remove attributions from tools.
Chris Lattner
2007-12-29
3
-6
/
+6
*
remove attributions from tools/utils makefiles.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Fixing several transforms which would drop the collector attribute
Gordon Henriksen
2007-12-25
1
-0
/
+5
*
Change the PointerType api for creating pointer types. The old functionality ...
Christopher Lamb
2007-12-17
1
-1
/
+2
*
Fix PR1146: parameter attributes are longer part of
Duncan Sands
2007-11-27
1
-37
/
+79
*
Make llvm2cpp better, patch for PR1794, contributed by Zack Rusin.
Chris Lattner
2007-11-13
1
-8
/
+30
*
Move the space in overview output for commands out of each of the
Dan Gohman
2007-10-08
1
-1
/
+1
*
Revise previous patch per review comments.
Dale Johannesen
2007-09-12
1
-2
/
+2
*
Add APInt interfaces to APFloat (allows directly
Dale Johannesen
2007-09-11
1
-2
/
+2
*
Next round of APFloat changes.
Dale Johannesen
2007-09-06
1
-9
/
+18
*
Revert this because the interface hasn't been updated yet.
David Greene
2007-09-04
1
-2
/
+2
*
Fix typo.
David Greene
2007-09-04
1
-1
/
+1
*
Update GEP constructors to use an iterator interface to fix
David Greene
2007-09-04
1
-3
/
+4
*
Update InvokeInst to work like CallInst
David Greene
2007-08-27
1
-2
/
+1
*
Adjust for new CallInst constructor interface.
Reid Spencer
2007-08-02
1
-6
/
+3
*
Emit correct linkage. Patch by Roman Samoilov.
Anton Korobeynikov
2007-07-11
1
-2
/
+2
*
Here is the bulk of the sanitizing.
Gabor Greif
2007-07-05
1
-2
/
+2
*
Fix PR1525:
Reid Spencer
2007-06-25
1
-4
/
+10
*
Fix PR1517:
Reid Spencer
2007-06-16
1
-9
/
+10
*
Fix PR1516:
Reid Spencer
2007-06-16
1
-2
/
+7
*
Call the correct function name. Patch from Stephane Letz.
Nick Lewycky
2007-06-16
1
-1
/
+1
*
Commit first round work of PR1373. "noalias" is now fully supported in
Zhou Sheng
2007-06-05
1
-0
/
+2
*
use the new MemoryBuffer interfaces to simplify error reporting in clients.
Chris Lattner
2007-05-06
1
-3
/
+1
*
switch tools to bitcode instead of bytecode
Chris Lattner
2007-05-06
2
-16
/
+7
*
bitcodify, remove eh cruft
Chris Lattner
2007-05-06
2
-6
/
+19
*
For PR1146:
Reid Spencer
2007-04-22
1
-5
/
+12
*
Make the generated code for ConstantInt nicer.
Reid Spencer
2007-04-11
1
-2
/
+2
*
Teach llvm2cpp about packed structure types.
Reid Spencer
2007-04-11
1
-1
/
+2
*
Fix several bugs relating to changes in the LLVM IR API or just outright
Reid Spencer
2007-04-11
1
-32
/
+27
*
Fix some issues with param attrs.
Reid Spencer
2007-04-11
1
-1
/
+4
*
Add support for parameter attributes.
Reid Spencer
2007-04-11
1
-1
/
+26
*
Make output for ConstantInt construction correct for any bitwidth.
Reid Spencer
2007-03-01
1
-1
/
+2
*
Add missing break statements!
Reid Spencer
2007-02-16
1
-12
/
+12
*
For PR1195:
Reid Spencer
2007-02-15
1
-1
/
+1
*
For PR1195:
Reid Spencer
2007-02-15
1
-8
/
+8
*
push bytecode decompressor out through APIs. Now the bytecode reader
Chris Lattner
2007-02-07
1
-1
/
+3
*
For PR411:
Reid Spencer
2007-02-05
1
-2
/
+2
*
For PR411:
Reid Spencer
2007-02-05
1
-1
/
+0
*
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2007-01-30
1
-4
/
+4
*
Drop CSRET from here too.
Nick Lewycky
2007-01-28
1
-1
/
+0
*
rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.
Chris Lattner
2007-01-15
1
-3
/
+3
*
unbreak i1 constants with the cpp writer, eliminate special case.
Chris Lattner
2007-01-12
1
-6
/
+2
*
For PR1064:
Reid Spencer
2007-01-12
1
-27
/
+24
*
Implement review feedback for the ConstantBool->ConstantInt merge. Chris
Reid Spencer
2007-01-12
1
-1
/
+1
*
Rename BoolTy as Int1Ty. Patch by Sheng Zhou.
Reid Spencer
2007-01-11
1
-3
/
+3
*
For PR1043:
Zhou Sheng
2007-01-11
1
-6
/
+7
*
For PR411:
Reid Spencer
2007-01-06
1
-8
/
+9
[next]