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
/
IR
/
AsmWriter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Target/X86: Add explicit Win64 and System V/x86-64 calling conventions.
Charles Davis
2013-07-12
1
-0
/
+2
*
Re-implement DebugIR in a way that does not subclass AssemblyWriter:
Daniel Malea
2013-05-23
1
-1
/
+3
*
Pull up AssemblyWriter interface into header to allow subclassing
Daniel Malea
2013-05-08
1
-84
/
+42
*
Now that the underlying issue is fixed, revert r180750 and r180722.
Rafael Espindola
2013-05-01
1
-3
/
+17
*
Revert the command line option patch. However, keep the part that makes this ...
Bill Wendling
2013-04-29
1
-18
/
+4
*
Revert "revert r179735, it has no testcases, and doesn't really make sense."
Reid Kleckner
2013-04-29
1
-21
/
+21
*
revert r179735, it has no testcases, and doesn't really make sense.
Chris Lattner
2013-04-25
1
-21
/
+21
*
Make the TargetIndependent flag have the right boolean value.
Bill Wendling
2013-04-18
1
-3
/
+3
*
Add an option `-enable-old-style-attr-syntax' to print out function attribute...
Bill Wendling
2013-04-17
1
-21
/
+21
*
Print out the target-independent attributes in a comment before the function ...
Bill Wendling
2013-04-16
1
-4
/
+24
*
Remove support for versioned debug info.
David Blaikie
2013-03-11
1
-1
/
+1
*
Use references to attribute groups on the call/invoke instructions.
Bill Wendling
2013-02-22
1
-9
/
+11
*
Modify the LLVM assembly output so that it uses references to represent funct...
Bill Wendling
2013-02-20
1
-16
/
+16
*
Add the function attributes from an inline asm call. These don't have declara...
Bill Wendling
2013-02-20
1
-0
/
+8
*
Add static cast to unsigned char whenever a character classification function...
Guy Benyei
2013-02-12
1
-4
/
+7
*
Add support for printing out the attribute groups.
Bill Wendling
2013-02-11
1
-4
/
+68
*
Fix unnecessary removal of const through cast machinery
David Blaikie
2013-02-11
1
-3
/
+3
*
Minor cleanup.
Dan Gohman
2013-02-08
1
-1
/
+1
*
Added LLVM Asm/Bitcode Reader/Writer support for new IR keyword externally_in...
Michael Gottesman
2013-02-05
1
-0
/
+1
*
Use AttributeSet accessor methods instead of Attribute accessor methods.
Bill Wendling
2013-01-18
1
-7
/
+6
*
Move TypeFinder.h into the IR tree, it clearly belongs with the IR library.
Chandler Carruth
2013-01-07
1
-1
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-9
/
+9
*
Rename VMCore directory to IR.
Chandler Carruth
2013-01-02
1
-0
/
+2159