index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
VMCore
/
AsmWriter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
For PR786:
Reid Spencer
2006-11-02
1
-1
/
+1
*
Make the Value and Type methods print a newline so it prints nicely in gdb
Reid Spencer
2006-10-27
1
-2
/
+2
*
Change keyword to datalayout
Chris Lattner
2006-10-22
1
-1
/
+1
*
For PR950:
Reid Spencer
2006-10-20
1
-4
/
+5
*
Add support for the new "target data" information in .ll files. This provides
Owen Anderson
2006-10-18
1
-0
/
+3
*
simplify code
Chris Lattner
2006-09-28
1
-1
/
+1
*
Adding codegeneration for StdCall & FastCall calling conventions
Anton Korobeynikov
2006-09-20
1
-3
/
+9
*
Adding dllimport, dllexport and external weak linkage types.
Anton Korobeynikov
2006-09-14
1
-11
/
+25
*
For PR387:
Reid Spencer
2006-08-28
1
-2
/
+1
*
eliminate RegisterOpt. It does the same thing as RegisterPass.
Chris Lattner
2006-08-27
1
-2
/
+2
*
Fix PR885
Chris Lattner
2006-08-21
1
-4
/
+4
*
Print csretcc calls like this:
Chris Lattner
2006-05-19
1
-8
/
+8
*
pretty print csretcc for calls
Chris Lattner
2006-05-19
1
-0
/
+2
*
Asmprint csret nicely
Chris Lattner
2006-05-19
1
-0
/
+1
*
inverted logic, caught by coverity
Chris Lattner
2006-05-14
1
-1
/
+1
*
Add shufflevector support, todo, implement better constant folding.
Chris Lattner
2006-04-08
1
-1
/
+2
*
Back out my last check-in. Wrong place to fix it.
Evan Cheng
2006-03-01
1
-0
/
+3
*
AsmWriter should not print LLVM constant in comment. Assembler won't like
Evan Cheng
2006-03-01
1
-4
/
+0
*
Pretty print large struct constants.
Jim Laskey
2006-02-27
1
-1
/
+10
*
Reverting. Didn't realize some developers were embedding constants in their
Jim Laskey
2006-02-26
1
-9
/
+1
*
Format large struct constants for readability.
Jim Laskey
2006-02-25
1
-4
/
+13
*
Print InlineAsm objects
Chris Lattner
2006-01-25
1
-4
/
+12
*
Change inline asms to be uniqued like constants, not embedded in a Module.
Chris Lattner
2006-01-25
1
-3
/
+1
*
Initial checkin of the InlineAsm class
Chris Lattner
2006-01-24
1
-2
/
+10
*
Pretty print file-scope asm blocks.
Chris Lattner
2006-01-24
1
-1
/
+15
*
syntax change
Chris Lattner
2006-01-24
1
-1
/
+1
*
Print out inline asm strings
Chris Lattner
2006-01-23
1
-22
/
+23
*
print section info
Chris Lattner
2005-11-12
1
-4
/
+7
*
print alignment info for globals and functions
Chris Lattner
2005-11-06
1
-0
/
+7
*
fix printing the alignment directive
Chris Lattner
2005-11-05
1
-1
/
+1
*
Add support alignment of allocation instructions.
Nate Begeman
2005-11-05
1
-0
/
+3
*
Culling out use of unions for converting FP to bits and vice versa.
Jim Laskey
2005-08-17
1
-10
/
+2
*
core changes for varargs
Andrew Lenharth
2005-06-18
1
-4
/
+0
*
Some cleanups for compilation with GCC 4.0.0 to remove warnings:
Reid Spencer
2005-05-15
1
-0
/
+3
*
add support for explicit calling conventions
Chris Lattner
2005-05-06
1
-2
/
+27
*
Add a 'tail' marker for call instructions, patch contributed by
Chris Lattner
2005-05-06
1
-2
/
+6
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-80
/
+80
*
stop using arg_front
Chris Lattner
2005-03-15
1
-1
/
+1
*
This mega patch converts us from using Function::a{iterator|begin|end} to
Chris Lattner
2005-03-15
1
-6
/
+6
*
Fix the spelling of the word `the'
Misha Brukman
2005-03-02
1
-1
/
+1
*
Print the module ID as a comment.
Chris Lattner
2005-03-02
1
-0
/
+6
*
Fix some problems where the verifier would crash on invalid input instead of
Chris Lattner
2005-02-24
1
-3
/
+6
*
Fix test/Regression/Assembler/2005-02-09-AsmWriterStoreBug.ll
Chris Lattner
2005-02-09
1
-1
/
+1
*
Update for API change.
Chris Lattner
2005-02-01
1
-1
/
+1
*
To not break TBAA rules, use a union.
Chris Lattner
2005-01-04
1
-5
/
+9
*
Fix writer to properly quote label names when they don't contain
Alkis Evlogimenos
2004-12-10
1
-3
/
+7
*
When printing out a function, make sure that local and global symbols
Chris Lattner
2004-12-05
1
-0
/
+3
*
Remove extra space char
Misha Brukman
2004-11-15
1
-1
/
+1
*
GhostLinkage not allowed in LLVM AsmWriter, either
Misha Brukman
2004-11-14
1
-0
/
+6
*
Add support for undef and unreachable
Chris Lattner
2004-10-16
1
-0
/
+3
[next]