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
/
Target
/
MSP430
/
MSP430AsmPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
CMake: Make most target symbols hidden by default
Tom Stellard
2020-01-14
1
-1
/
+1
*
[MSP430] Allow msp430_intrcc functions to not have interrupt attribute.
Vadzim Dambrouski
2019-09-25
1
-3
/
+5
*
Revert CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-11
1
-1
/
+1
*
CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-10
1
-1
/
+1
*
[MSP430] Create a TargetInfo header. NFC
Richard Trieu
2019-05-14
1
-0
/
+1
*
[MSP430] Move InstPrinter files to MCTargetDesc. NFC
Richard Trieu
2019-05-11
1
-1
/
+1
*
[AsmPrinter] refactor to support %c w/ GlobalAddress'
Nick Desaulniers
2019-04-26
1
-15
/
+15
*
[AsmPrinter] refactor to remove remove AsmVariant. NFC
Nick Desaulniers
2019-04-10
1
-6
/
+3
*
[MSP430] Fix absolute addressing mode printing in AsmPrinter
Anton Korobeynikov
2019-01-25
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[MSP430] Emit a separate section for every interrupt vector
Anton Korobeynikov
2019-01-16
1
-0
/
+32
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
Move the global variables representing each Target behind accessor function
Mehdi Amini
2016-10-09
1
-1
/
+1
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-3
/
+1
*
MC: Add target hook to control symbol quoting
Matt Arsenault
2015-06-09
1
-2
/
+2
*
[AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.
Lang Hames
2015-04-24
1
-1
/
+1
*
std::unique_ptrify the MCStreamer argument to createAsmPrinter
David Blaikie
2015-01-18
1
-2
/
+2
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
1
-4
/
+4
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-1
/
+1
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
Change MCStreamer EmitInstruction interface to take subtarget info
David Woodhouse
2014-01-28
1
-1
/
+1
*
Put the functionality for printing a value to a raw_ostream as an
Chandler Carruth
2014-01-09
1
-1
/
+0
*
Move the llvm mangler to lib/IR.
Rafael Espindola
2014-01-07
1
-1
/
+1
*
Move the LLVM IR asm writer header files into the IR directory, as they
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Remove dead code.
Rafael Espindola
2013-12-02
1
-8
/
+0
*
Use the mangler consistently instead of using getGlobalPrefix directly.
Rafael Espindola
2013-11-28
1
-1
/
+3
*
Add a helper getSymbol to AsmPrinter.
Rafael Espindola
2013-10-29
1
-1
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-3
/
+3
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-7
/
+7
*
Remove unused private fields found by clang's new -Wunused-private-field.
Benjamin Kramer
2012-06-06
1
-1
/
+1
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-07
1
-1
/
+1
*
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-08-24
1
-3
/
+1
*
Separate MCInstPrinter registration from AsmPrinter registration.
Evan Cheng
2011-07-25
1
-10
/
+0
*
Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...
Evan Cheng
2011-07-14
1
-1
/
+1
*
createMCInstPrinter doesn't need TargetMachine anymore.
Evan Cheng
2011-07-06
1
-2
/
+1
*
We need to pass the TargetMachine object to the InstPrinter if we are printing
Bill Wendling
2011-03-21
1
-1
/
+2
*
Re-apply r115363 and r115366 now that r115525 has removed the un-needed header
Jim Grosbach
2010-10-05
1
-0
/
+179
*
Continue reverting r115363.
Nick Lewycky
2010-10-02
1
-0
/
+0
*
Revert patches r115363 r115367 r115391 due to build breakage:
Nick Lewycky
2010-10-02
1
-179
/
+0
*
Now that the asmprinter itself isn't in the subdir, rename 'AsmPrinter' to
Jim Grosbach
2010-10-01
1
-1
/
+1
*
Move the asmprinter and MC lowering out of the AsmPrinter (soon to be
Jim Grosbach
2010-10-01
1
-0
/
+179
*
Give MSP430 a separate asmprinter lib
Anton Korobeynikov
2009-08-14
1
-250
/
+0
*
Change TargetAsmInfo to be constructed via TargetRegistry from a Target+Triple
Chris Lattner
2009-08-12
1
-1
/
+2
*
make printInstruction return void since its result is omitted. Make the
Chris Lattner
2009-08-08
1
-1
/
+1
*
don't check the result of printInstruction anymore.
Chris Lattner
2009-08-08
1
-4
/
+1
*
Don't flush the raw_ostream between each MachineFunction. These flush
Dan Gohman
2009-08-05
1
-2
/
+0
*
pass the mangler down into the various SectionForGlobal methods.
Chris Lattner
2009-07-29
1
-1
/
+1
*
Rip all of the global variable lowering logic out of TargetAsmInfo. Since
Chris Lattner
2009-07-28
1
-1
/
+2
*
Add new helpers for registering targets.
Daniel Dunbar
2009-07-25
1
-12
/
+8
*
make AsmPrinter::doFinalization iterate over the global variables
Chris Lattner
2009-07-21
1
-0
/
+4
[next]