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
*
Prevent a crash in debug dumps.
Dale Johannesen
2008-06-03
1
-1
/
+5
*
AsmWriter support for insertvalue/extractvalue. These instructions can
Dan Gohman
2008-05-31
1
-0
/
+15
*
Add CommonLinkage; currently tentative definitions
Dale Johannesen
2008-05-14
1
-0
/
+2
*
Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRef
Nate Begeman
2008-05-12
1
-5
/
+2
*
Update comments.
Dan Gohman
2008-05-12
1
-1
/
+1
*
Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989
Nick Lewycky
2008-04-25
1
-12
/
+3
*
more fallout from Nicholas' asmprinter patch.
Chris Lattner
2008-04-22
1
-17
/
+13
*
another bug introduced in r47802 by nicholas, for no apparent reason.
Chris Lattner
2008-04-21
1
-1
/
+1
*
fix a bug introduced by Nicholas' "unwinds to" stuff: we
Chris Lattner
2008-04-21
1
-2
/
+2
*
Don't read off end of the input array.
Dale Johannesen
2008-04-16
1
-1
/
+1
*
Support chained aliases for LLVM IR printing. This fixes PR2145
Anton Korobeynikov
2008-03-22
1
-0
/
+3
*
Reimplement the parameter attributes support, phase #1. hilights:
Chris Lattner
2008-03-12
1
-33
/
+17
*
Turn unwind_to into "unwinds to".
Nick Lewycky
2008-03-10
1
-1
/
+1
*
Print types for all ret operands.
Devang Patel
2008-03-04
1
-1
/
+2
*
Add an unwind_to field to basic blocks, making them Users instead of Values.
Nick Lewycky
2008-03-02
1
-6
/
+17
*
print getresult operand and its type directly.
Devang Patel
2008-02-23
1
-11
/
+1
*
Use dyn_cast instead of isa + cast.
Devang Patel
2008-02-23
1
-2
/
+2
*
To support multiple return values, now ret instruction supports multiple oper...
Devang Patel
2008-02-23
1
-17
/
+2
*
Split ParameterAttributes.h, putting the complicated
Dale Johannesen
2008-02-22
1
-1
/
+1
*
Print getresult instruction properly.
Devang Patel
2008-02-22
1
-0
/
+13
*
Print ret instruction that returns aggregates.
Devang Patel
2008-02-22
1
-2
/
+17
*
Expand ParameterAttributes to 32 bits (in preparation
Dale Johannesen
2008-02-19
1
-9
/
+14
*
Add explicit keywords.
Dan Gohman
2008-01-29
1
-2
/
+2
*
Reformatted. It was confusing the other way. No functionality change.
Bill Wendling
2008-01-15
1
-2
/
+3
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Don't forget to print address space qualifiers when printing out the type tab...
Christopher Lamb
2007-12-18
1
-1
/
+4
*
Implement address space attribute for LLVM pointer types. Address spaces are
Christopher Lamb
2007-12-11
1
-2
/
+9
*
Adding a collector name attribute to Function in the IR. These
Gordon Henriksen
2007-12-10
1
-0
/
+2
*
Fix PR1146: parameter attributes are longer part of
Duncan Sands
2007-11-27
1
-29
/
+22
*
print a call to a fastcc function as:
Chris Lattner
2007-11-18
1
-2
/
+2
*
Next PPC long double bits. First cut at constants.
Dale Johannesen
2007-10-11
1
-2
/
+4
*
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
[next]