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
/
CodeGen
/
AsmPrinter
/
AsmPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[AsmPrinter] Access pointers to globals via pcrel GOT entries
Bruno Cardoso Lopes
2015-02-23
1
-15
/
+209
*
Remove more uses of TargetMachine::getSubtargetImpl from the
Eric Christopher
2015-02-20
1
-9
/
+8
*
AsmPrinter::doFinalization is at the module level and so doesn't
Eric Christopher
2015-02-20
1
-2
/
+7
*
Remove the MCInstrInfo cached variable as it was only used in a
Eric Christopher
2015-02-20
1
-12
/
+6
*
Update and remove a few calls to TargetMachine::getSubtargetImpl
Eric Christopher
2015-02-19
1
-9
/
+12
*
Twines should be passed by const ref.
Rafael Espindola
2015-02-17
1
-2
/
+2
*
Add r228939 back with a fix.
Rafael Espindola
2015-02-17
1
-11
/
+4
*
Revert "On ELF, put PIC jump tables in a non executable section."
Matthias Braun
2015-02-14
1
-4
/
+13
*
On ELF, put PIC jump tables in a non executable section.
Rafael Espindola
2015-02-12
1
-13
/
+4
*
Put each jump table in an independent section if the function is too.
Rafael Espindola
2015-02-12
1
-4
/
+3
*
Debug info: Use DW_OP_bit_piece instead of DW_OP_piece in the
Adrian Prantl
2015-02-09
1
-3
/
+3
*
Only access TLOF via the TargetMachine, not TargetLowering.
Eric Christopher
2015-02-03
1
-1
/
+1
*
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
2015-01-26
1
-32
/
+34
*
Classify functions by EH personality type rather than using the triple
Reid Kleckner
2015-01-23
1
-2
/
+1
*
std::unique_ptrify the MCStreamer argument to createAsmPrinter
David Blaikie
2015-01-18
1
-4
/
+4
*
Add the llvm.frameallocate and llvm.recoverframeallocation intrinsics
Reid Kleckner
2015-01-13
1
-0
/
+14
*
Introduce an example statepoint GC strategy
Philip Reames
2015-01-07
1
-0
/
+5
*
x86_64: Fix calls to __morestack under the large code model.
Peter Collingbourne
2014-12-30
1
-0
/
+17
*
Band-aid fix for PR22032: don't emit DWARF debug info if AddressSanitizer is ...
Timur Iskhodzhanov
2014-12-26
1
-3
/
+16
*
CodeGen: Error on redefinitions instead of asserting
David Majnemer
2014-12-24
1
-5
/
+11
*
CodeGen: Allow aliases to be overridden by variables
David Majnemer
2014-12-24
1
-0
/
+2
*
MC: Label definitions are permitted after .set directives
David Majnemer
2014-12-24
1
-0
/
+2
*
Add the ExceptionHandling::MSVC enumeration
Reid Kleckner
2014-12-19
1
-2
/
+2
*
Move lowerConstant to AsmPrinter
Matt Arsenault
2014-12-16
1
-25
/
+20
*
Fixing -Wsign-compare warnings; NFC.
Aaron Ballman
2014-12-16
1
-1
/
+2
*
Silence more static analyzer warnings.
Michael Ilseman
2014-12-15
1
-2
/
+4
*
GCStrategy should not own GCFunctionInfo
Philip Reames
2014-12-11
1
-2
/
+2
*
Remove the Module pointer from GCStrategy and GCMetadataPrinter
Philip Reames
2014-12-09
1
-2
/
+2
*
Prologue support
Peter Collingbourne
2014-12-03
1
-3
/
+7
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-1
/
+2
*
Rename EH related stuff to be more precise
Reid Kleckner
2014-11-14
1
-3
/
+3
*
Revert "IR: MDNode => Value"
Duncan P. N. Exon Smith
2014-11-11
1
-1
/
+1
*
Add Forward Control-Flow Integrity.
Tom Roeder
2014-11-11
1
-6
/
+6
*
Compute the correct jump table entries on 32 bit windows.
Rafael Espindola
2014-11-06
1
-2
/
+3
*
IR: MDNode => Value: NamedMDNode::getOperator()
Duncan P. N. Exon Smith
2014-11-05
1
-1
/
+1
*
CodeGen: Enable DWARF emission for MS ABI targets
David Majnemer
2014-11-04
1
-5
/
+3
*
Fix a bit of confusion about .set and produce more readable assembly.
Rafael Espindola
2014-10-21
1
-34
/
+24
*
Make AsmPrinter::EmitLabelOffsetDifference a static helper and simplify.
Rafael Espindola
2014-10-21
1
-30
/
+0
*
Simplify handling of --noexecstack by using getNonexecutableStackSection.
Rafael Espindola
2014-10-15
1
-1
/
+1
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-5
/
+7
*
Revert r218778 while investigating buldbot breakage.
Adrian Prantl
2014-10-01
1
-7
/
+5
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-5
/
+7
*
Add back a fallback case for targets that do not or cannot implement getNoopF...
Owen Anderson
2014-09-16
1
-1
/
+5
*
Fix a lot of confusion around inserting nops on empty functions.
Rafael Espindola
2014-09-15
1
-15
/
+3
*
Cleanup: Use the appropriate API for accessing the DIVariable of a
Adrian Prantl
2014-09-10
1
-1
/
+1
*
CodeGen: indicate Windows unwind data format
Saleem Abdulrasool
2014-09-01
1
-1
/
+6
*
CodeGen: split out the Win64Exception emitter
Saleem Abdulrasool
2014-09-01
1
-0
/
+1
*
Delete dead code. NFC.
Rafael Espindola
2014-08-15
1
-3
/
+0
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-1
/
+1
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-52
/
+72
[next]