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
/
AsmWriter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement the "thread_local" keyword.
Lauro Ramos Venancio
2007-04-12
1
-1
/
+2
*
For PR1146:
Reid Spencer
2007-04-11
1
-11
/
+11
*
For PR1146:
Reid Spencer
2007-04-09
1
-30
/
+36
*
No need to generate the implementation keyword any more. Its frivolous.
Reid Spencer
2007-03-28
1
-2
/
+0
*
Change uses of Function::front to Function::getEntryBlock for readability.
Dan Gohman
2007-03-22
1
-1
/
+1
*
For PR1258:
Reid Spencer
2007-03-19
1
-39
/
+20
*
Adjust to changes in the APInt interface.
Reid Spencer
2007-02-27
1
-1
/
+1
*
Allow the AsmWriter to print out arbitrary precision integers.
Reid Spencer
2007-02-27
1
-1
/
+1
*
For PR1195:
Reid Spencer
2007-02-15
1
-4
/
+4
*
For PR411:
Reid Spencer
2007-02-05
1
-1
/
+1
*
Fix a comment that needed to change after SHIFT patch landed.
Reid Spencer
2007-02-02
1
-2
/
+1
*
Changes to support making the shift instructions be true BinaryOperators.
Reid Spencer
2007-02-02
1
-2
/
+1
*
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2007-01-30
1
-2
/
+2
*
Propagate changes from my local tree. This patch includes:
Anton Korobeynikov
2007-01-28
1
-3
/
+0
*
For PR645:
Reid Spencer
2007-01-26
1
-93
/
+53
*
make this more efficient in release builds (time and space)
Chris Lattner
2007-01-15
1
-6
/
+2
*
rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.
Chris Lattner
2007-01-15
1
-3
/
+3
*
* PIC codegen for X86/Linux has been implemented
Anton Korobeynikov
2007-01-12
1
-3
/
+17
*
Always write 1 bit integers as i1 not "bool".
Reid Spencer
2007-01-12
1
-5
/
+1
*
For PR1064:
Reid Spencer
2007-01-12
1
-3
/
+15
*
Implement review feedback for the ConstantBool->ConstantInt merge. Chris
Reid Spencer
2007-01-12
1
-2
/
+3
*
Rename BoolTy as Int1Ty. Patch by Sheng Zhou.
Reid Spencer
2007-01-11
1
-1
/
+1
*
For PR1043:
Zhou Sheng
2007-01-11
1
-4
/
+4
*
Shut up a warning about signed/unsigned.
Reid Spencer
2007-01-11
1
-1
/
+1
*
simplify some logic further
Chris Lattner
2007-01-11
1
-11
/
+2
*
Recommit my previous patch with a bugfix: printInfoComment works on both
Chris Lattner
2007-01-11
1
-63
/
+67
*
Back out the last patch which is a nightly test killer. The assertion
Reid Spencer
2007-01-10
1
-63
/
+63
*
Last refactoring before PR645: split up getSlot into getLocalSlot and getGlob...
Chris Lattner
2007-01-10
1
-63
/
+63
*
eliminate some iterator gymnastics.
Chris Lattner
2007-01-10
1
-8
/
+4
*
Inline insertValue into CreateModuleSlot/CreateFunctionSlot
Chris Lattner
2007-01-09
1
-35
/
+24
*
Remove a bunch of complex logic that is completely dead: duplicates can
Chris Lattner
2007-01-09
1
-57
/
+1
*
Split CreateSlot into two versions, one for globals and one for function-local
Chris Lattner
2007-01-09
1
-61
/
+68
*
Remove extraneous return value from insertValue and getOrCreateSlot. Since
Chris Lattner
2007-01-09
1
-53
/
+34
*
And asm writing for packed struct initializers
Andrew Lenharth
2007-01-08
1
-0
/
+4
*
For PR411:
Reid Spencer
2007-01-06
1
-12
/
+16
*
Change the syntax for parameter attributes:
Reid Spencer
2007-01-05
1
-14
/
+14
*
Fix a cut-and-paste bug for processing of InvokeInst parameter attributes.
Reid Spencer
2006-12-31
1
-2
/
+2
*
For PR950:
Reid Spencer
2006-12-31
1
-16
/
+49
*
For PR950:
Reid Spencer
2006-12-29
1
-1
/
+3
*
Now that ConstantInt::isValueValidForType can handle signed and unsigned
Reid Spencer
2006-12-19
1
-4
/
+1
*
Packed Structures
Andrew Lenharth
2006-12-08
1
-0
/
+8
*
Removing even more <iostream> includes.
Bill Wendling
2006-12-07
1
-3
/
+2
*
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-12-07
1
-5
/
+5
*
Remove the dead CachedWriter class.
Chris Lattner
2006-12-06
1
-57
/
+11
*
printName is almost always true. In the cases that mattered where it was false,
Chris Lattner
2006-12-06
1
-35
/
+25
*
The hasSlot methods are gone.
Chris Lattner
2006-12-06
1
-25
/
+20
*
remove unused api, simplify some code
Chris Lattner
2006-12-06
1
-20
/
+2
*
remove more code that was only used by the bc writer
Chris Lattner
2006-12-06
1
-90
/
+2
*
remove dead code left over from when this functionality was shared with the
Chris Lattner
2006-12-06
1
-68
/
+5
*
rename createSlot -> getOrCreateSlot.
Chris Lattner
2006-12-06
1
-21
/
+19
[next]