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
*
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
*
For PR950:
Reid Spencer
2006-12-31
1
-22
/
+14
*
For PR950:
Reid Spencer
2006-12-23
1
-40
/
+97
*
Remove a call to Type::isSigned().
Reid Spencer
2006-12-18
1
-3
/
+1
*
Generate the correct cast opcode for constant expressions.
Reid Spencer
2006-12-12
1
-2
/
+17
*
make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.
Chris Lattner
2006-12-06
2
-2
/
+5
*
For PR950:
Reid Spencer
2006-11-27
1
-4
/
+30
*
For PR950:
Reid Spencer
2006-11-08
1
-3
/
+6
*
Make llvm2cpp -pedantic clean.
Reid Spencer
2006-11-03
1
-1
/
+1
*
For PR786:
Reid Spencer
2006-11-02
1
-2
/
+1
*
For PR950:
Reid Spencer
2006-11-02
1
-3
/
+9
*
For PR950:
Reid Spencer
2006-10-26
1
-3
/
+9
*
For PR950:
Reid Spencer
2006-10-20
1
-6
/
+5
*
simplify code
Chris Lattner
2006-09-28
1
-2
/
+1
*
Adding dllimport, dllexport and external weak linkage types.
Anton Korobeynikov
2006-09-14
1
-0
/
+6
*
Use LINK_COMPONENTS to specify *components* to link against instead of
Chris Lattner
2006-09-04
1
-2
/
+1
*
Provide indentation of the generated program.
Reid Spencer
2006-08-14
1
-181
/
+267
*
Tools require EH for their top-level try blocks.
Chris Lattner
2006-07-07
1
-0
/
+1
*
Fix PR819, llvm2cpp should read .bc files, not .ll files.
Chris Lattner
2006-07-06
2
-82
/
+55
*
Change the verifier to never throw an exception. Instead verifyModule canopt...
Chris Lattner
2006-07-06
1
-8
/
+10
*
Actually add instructions to the list of defined values so it gets
Reid Spencer
2006-06-15
1
-0
/
+1
*
Suppress -pedantic warnings about print("%a")
Reid Spencer
2006-06-02
1
-0
/
+3
*
Teach CppWriter how to emit an inline (partial) function.
Reid Spencer
2006-06-01
1
-50
/
+132
*
Restore default arguments for llvm2cpp back to health by declaring an
Reid Spencer
2006-06-01
1
-1
/
+1
*
Fix a bug where incorrect C++ was being emitted.
Reid Spencer
2006-06-01
1
-1
/
+0
*
Use archive libraries instead of object files for VMCore, BCReader,
Reid Spencer
2006-06-01
1
-2
/
+2
*
fix utostr
Andrew Lenharth
2006-05-31
1
-1
/
+1
*
Major reorganization and extension of the code. The diff on this will be a
Reid Spencer
2006-05-31
1
-487
/
+698
*
Don't generate module definitions when the -fragment option is given.
Reid Spencer
2006-05-31
1
-51
/
+59
[next]