index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Support
/
TargetRegistry.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove dead code.
Rafael Espindola
2013-10-14
1
-21
/
+0
*
Add a MCTargetStreamer interface.
Rafael Espindola
2013-10-08
1
-10
/
+22
*
Add an instruction deprecation feature to TableGen.
Joey Gouly
2013-09-12
1
-5
/
+8
*
Generate compact unwind encoding from CFI directives.
Bill Wendling
2013-09-09
1
-5
/
+8
*
Avoid warnings about unused parameters that tend to come up a lot when
Duncan Sands
2013-06-10
1
-10
/
+11
*
Follow up of the introduction of MCSymbolizer.
Quentin Colombet
2013-05-24
1
-4
/
+56
*
Add MCSymbolizer for symbolic/annotated disassembly.
Ahmed Bougacha
2013-05-24
1
-0
/
+34
*
Remove the MachineMove class.
Rafael Espindola
2013-05-13
1
-4
/
+6
*
Remove unused argument.
Rafael Espindola
2013-05-10
1
-5
/
+4
*
Remove MCTargetAsmLexer and its derived classes now that edis,
Roman Divacky
2012-12-20
1
-56
/
+0
*
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-12-03
1
-2
/
+2
*
When creating MCAsmBackend pass the CPU string as well. In X86AsmBackend
Roman Divacky
2012-09-18
1
-5
/
+8
*
Fix documentation: parameter being documented was removed in r98220.
Dmitri Gribenko
2012-09-13
1
-1
/
+0
*
Fix Doxygen issues:
Dmitri Gribenko
2012-09-13
1
-16
/
+16
*
Allow MCCodeEmitter access to the target MCRegisterInfo.
Jim Grosbach
2012-05-15
1
-1
/
+4
*
Fix it so llvm-objdump -arch does accept x86 and x86-64 as valid arch names.
Kevin Enderby
2012-05-08
1
-0
/
+15
*
Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...
Craig Topper
2012-04-02
1
-1
/
+3
*
Make MCRegisterInfo available to the the MCInstPrinter.
Jim Grosbach
2012-03-05
1
-1
/
+3
*
Switch the llvm::Triple class to immediately parse the triple string on
Chandler Carruth
2012-02-21
1
-1
/
+1
*
Move global variables in TargetMachine into new TargetOptions class. As an API
Nick Lewycky
2011-12-02
1
-3
/
+7
*
Sink codegen optimization level into MCCodeGenInfo along side relocation model
Evan Cheng
2011-11-16
1
-14
/
+19
*
Add support for a new extension to the .file directive:
Nick Lewycky
2011-10-17
1
-1
/
+4
*
Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...
James Molloy
2011-09-07
1
-6
/
+9
*
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-08-24
1
-0
/
+1121