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
/
Target
/
Blackfin
/
AsmPrinter
Commit message (
Expand
)
Author
Age
Files
Lines
*
convert the non-MCInstPrinter'ized EmitInstruction
Chris Lattner
2010-04-04
1
-2
/
+4
*
fix PrintAsmOperand and PrintAsmMemoryOperand to pass down
Chris Lattner
2010-04-04
1
-6
/
+9
*
change a ton of code to not implicitly use the "O" raw_ostream
Chris Lattner
2010-04-04
1
-11
/
+13
*
asmstreamerize the .size directive for function bodies, force clients
Chris Lattner
2010-04-03
1
-1
/
+1
*
eliminate the now-unneeded context argument of MBB::getSymbol()
Chris Lattner
2010-03-13
1
-1
/
+1
*
rearrange MCContext ownership. Before LLVMTargetMachine created it
Chris Lattner
2010-03-13
1
-3
/
+2
*
Fix LLVM build when the user specifies CPPFLAGS on the make command line.
Jeffrey Yasskin
2010-03-12
1
-1
/
+1
*
inline GetGlobalValueSymbol into the rest its callers and
Chris Lattner
2010-03-12
1
-1
/
+2
*
print all the newlines at the end of instructions with
Chris Lattner
2010-02-10
1
-1
/
+1
*
rejigger the world so that EmitInstruction prints the \n at
Chris Lattner
2010-02-03
1
-1
/
+4
*
refactor code so that LLVMTargetMachine creates the asmstreamer and
Chris Lattner
2010-02-02
1
-2
/
+3
*
switch blackfin to the default runOnMachineFunction
Chris Lattner
2010-01-28
1
-43
/
+1
*
Remove the argument from EmitJumpTableInfo, because it doesn't need it.
Chris Lattner
2010-01-28
1
-1
/
+1
*
switch blackfin to use EmitFunctionHeader. BlackfinAsmPrinter.cpp
Chris Lattner
2010-01-27
1
-37
/
+5
*
add a new MachineBasicBlock::getSymbol method, replacing
Chris Lattner
2010-01-26
1
-1
/
+1
*
eliminate redundant argument to EmitJumpTableInfo
Chris Lattner
2010-01-25
1
-1
/
+1
*
make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.
Chris Lattner
2010-01-24
1
-1
/
+0
*
Stop building RTTI information for *most* llvm libraries. Notable
Chris Lattner
2010-01-22
1
-0
/
+1
*
Now that we have everything nicely factored (e.g. asmprinter is not
Chris Lattner
2010-01-19
1
-23
/
+0
*
now that MCSymbol::print doesn't use it's MAI argument, we can
Chris Lattner
2010-01-17
1
-30
/
+12
*
supplement CurrentFnName with CurrentFnSym, which will eventually
Chris Lattner
2010-01-15
1
-21
/
+39
*
add a AsmPrinter::GetGlobalValueSymbol and GetExternalSymbolSymbol
Chris Lattner
2010-01-15
1
-5
/
+2
*
MC'ize this a bit and upgrade APIs
Chris Lattner
2010-01-13
1
-2
/
+3
*
change Mangler::makeNameProper to return its result in a SmallVector
Chris Lattner
2010-01-13
1
-2
/
+6
*
Move DebugInfo checks into EmitComments and remove them from
David Greene
2009-11-13
1
-1
/
+1
*
add some missing #includes
Chris Lattner
2009-11-07
1
-1
/
+1
*
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
Nick Lewycky
2009-10-25
1
-1
/
+1
*
Instead of printing unnecessary basic block labels as labels in
Dan Gohman
2009-10-06
1
-7
/
+1
*
Update processDebugLoc() so that it can be used to process debug info before ...
Devang Patel
2009-10-06
1
-1
/
+2
*
Use MachineInstr as an processDebugLoc() argument.
Devang Patel
2009-09-30
1
-1
/
+1
*
Remove unused variables.
Daniel Dunbar
2009-09-13
1
-1
/
+0
*
remove all but one reference to TargetRegisterDesc::AsmName.
Chris Lattner
2009-09-13
1
-1
/
+1
*
the tblgen produced 'getRegisterName' method does not access
Chris Lattner
2009-09-13
1
-1
/
+1
*
make tblgen produce a function that returns the name for a physreg.
Chris Lattner
2009-09-13
1
-0
/
+2
*
replace printBasicBlockLabel with EmitBasicBlockStart,
Chris Lattner
2009-09-13
1
-1
/
+1
*
convert some uses of printBasicBlockLabel to use GetMBBSymbol
Chris Lattner
2009-09-13
1
-1
/
+2
*
remove DebugLoc from MCInst and eliminate "Comment printing" from
Chris Lattner
2009-09-09
1
-0
/
+6
*
Normalize makefile comments and sort cmake file lists.
Benjamin Kramer
2009-08-31
1
-1
/
+1
*
rename TAI -> MAI, being careful not to make MAILJMP instructions :)
Chris Lattner
2009-08-22
1
-7
/
+7
*
Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.
Chris Lattner
2009-08-22
1
-2
/
+2
*
eliminate AsmPrinter::SwitchToSection and just have clients
Chris Lattner
2009-08-19
1
-2
/
+4
*
make printInstruction return void since its result is omitted. Make the
Chris Lattner
2009-08-08
1
-1
/
+1
*
Restlyize to match other targets, fixes cmake build to boot.
Mike Stump
2009-08-04
1
-1
/
+3
*
Update CMake files.
Ted Kremenek
2009-08-03
1
-0
/
+1
*
Minor stylistic cleanups in the Blackfin target.
Jakob Stoklund Olesen
2009-08-03
1
-2
/
+2
*
Analog Devices Blackfin back-end.
Jakob Stoklund Olesen
2009-08-02
3
-0
/
+256