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
*
Make temporaries explicit to avoid premature
Dale Johannesen
2007-09-26
1
-1
/
+3
*
Revise previous patch per review comments.
Dale Johannesen
2007-09-12
1
-28
/
+57
*
Next round of APFloat changes.
Dale Johannesen
2007-09-06
1
-3
/
+6
*
simplify code and print visibility for declarations.
Chris Lattner
2007-08-19
1
-25
/
+21
*
Reinstate the patch for escaping non-printing characters and allow for
Reid Spencer
2007-05-22
1
-19
/
+36
*
temporarily revert reid's asmwriter patch, it is missing the asmparser piece
Chris Lattner
2007-05-22
1
-33
/
+19
*
Get the order of the hext digits right!
Reid Spencer
2007-05-19
1
-2
/
+2
*
Adjust how LLVM names are produced:
Reid Spencer
2007-05-19
1
-19
/
+33
*
Drop 'const'
Devang Patel
2007-05-03
1
-2
/
+2
*
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
1
-2
/
+2
*
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
1
-0
/
+2
*
Implement protected visibility. This partly implements PR1363. Linker
Anton Korobeynikov
2007-04-29
1
-0
/
+3
*
Implement review feedback
Anton Korobeynikov
2007-04-29
1
-2
/
+1
*
Implement review feedback. Aliasees can be either GlobalValue's or
Anton Korobeynikov
2007-04-28
1
-4
/
+10
*
print aliases before functions
Chris Lattner
2007-04-26
1
-5
/
+6
*
Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part
Anton Korobeynikov
2007-04-25
1
-9
/
+65
*
PR400 work phase 1. Add attributed load/store instructions for volatile/align...
Christopher Lamb
2007-04-22
1
-0
/
+7
*
For PR1146:
Reid Spencer
2007-04-22
1
-0
/
+11
*
Revert Christopher Lamb's load/store alignment changes.
Reid Spencer
2007-04-21
1
-7
/
+0
*
add support for alignment attributes on load/store instructions
Christopher Lamb
2007-04-21
1
-0
/
+7
*
don't access argument list of prototypes
Chris Lattner
2007-04-18
1
-7
/
+24
*
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
[next]