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
/
PowerPC
/
PPCMCInstLower.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move most user of TargetMachine::getDataLayout to the Module one
Mehdi Amini
2015-07-16
1
-3
/
+3
*
Simplify the Mangler interface now that DataLayout is mandatory.
Rafael Espindola
2015-06-23
1
-1
/
+1
*
Clean up redundant copies of Triple objects. NFC
Daniel Sanders
2015-06-16
1
-1
/
+1
*
MC: Clean up MCExpr naming. NFC.
Jim Grosbach
2015-05-30
1
-8
/
+8
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
1
-2
/
+2
*
MC: Modernize MCOperand API naming. NFC.
Jim Grosbach
2015-05-13
1
-4
/
+4
*
Remove superfluous .str() and replace std::string concatenation with Twine.
Yaron Keren
2015-03-27
1
-1
/
+1
*
Add assertion to detect invalid registers in the PowerPC MC instruction lower...
Samuel Antao
2015-03-17
1
-0
/
+3
*
[PowerPC] Fix reverted patch r227976 to avoid register assignment issues
Bill Schmidt
2015-02-10
1
-6
/
+0
*
Revert "r227976 - [PowerPC] Yet another approach to __tls_get_addr" and relat...
Hal Finkel
2015-02-06
1
-0
/
+6
*
[PowerPC] Yet another approach to __tls_get_addr
Bill Schmidt
2015-02-03
1
-6
/
+0
*
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
2015-01-26
1
-1
/
+1
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-1
/
+1
*
[PowerPC] Replace foul hackery with real calls to __tls_get_addr
Bill Schmidt
2014-11-11
1
-0
/
+6
*
Use the triple to figure out if this is a darwin target, not
Eric Christopher
2014-10-14
1
-1
/
+1
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-1
/
+1
*
[PowerPC] 32-bit ELF PIC support
Hal Finkel
2014-07-18
1
-4
/
+10
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-1
/
+1
*
move getNameWithPrefix and getSymbol to TargetMachine.
Rafael Espindola
2014-02-19
1
-1
/
+1
*
Add back r201608, r201622, r201624 and r201625
Rafael Espindola
2014-02-19
1
-4
/
+7
*
Revert r201622 and r201608.
Daniel Jasper
2014-02-19
1
-7
/
+4
*
Fix PR18743.
Rafael Espindola
2014-02-18
1
-4
/
+7
*
Move the llvm mangler to lib/IR.
Rafael Espindola
2014-01-07
1
-1
/
+1
*
Make the llvm mangler depend only on DataLayout.
Rafael Espindola
2014-01-03
1
-1
/
+4
*
Remove the isImplicitlyPrivate argument of getNameWithPrefix.
Rafael Espindola
2013-12-05
1
-1
/
+1
*
Refactor for clarity and efficiency.
Rafael Espindola
2013-12-02
1
-23
/
+22
*
Use the mangler consistently instead of using getGlobalPrefix directly.
Rafael Espindola
2013-11-28
1
-2
/
+1
*
Add a helper getSymbol to AsmPrinter.
Rafael Espindola
2013-10-29
1
-2
/
+2
*
[PowerPC] Always use "assembler dialect" 1
Ulrich Weigand
2013-07-08
1
-9
/
+9
*
[PowerPC] Support @tls in the asm parser
Ulrich Weigand
2013-07-05
1
-0
/
+3
*
[PowerPC] Rename some more VK_PPC_ enums
Ulrich Weigand
2013-06-21
1
-14
/
+14
*
[PowerPC] Remove unused parameter
Ulrich Weigand
2013-06-20
1
-7
/
+7
*
[PowerPC] Optimize @ha/@l constructs
Ulrich Weigand
2013-06-20
1
-34
/
+24
*
[PowerPC] Clean up generation of ha16() / lo16() markers
Ulrich Weigand
2013-05-23
1
-28
/
+39
*
Make all darwin ppc stubs local.
Rafael Espindola
2013-04-27
1
-1
/
+9
*
Relocation enablement for PPC DAG postprocessing pass
Bill Schmidt
2013-02-21
1
-0
/
+6
*
Add missing #include.
Jakub Staszak
2013-02-20
1
-0
/
+1
*
This is just a clean-up patch that simplifies the initial-exec TLS logic by
Bill Schmidt
2012-12-13
1
-6
/
+0
*
This patch introduces initial-exec model support for thread-local storage
Bill Schmidt
2012-12-04
1
-0
/
+6
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-1
/
+1
*
Implement local-exec TLS on PowerPC.
Roman Divacky
2012-06-04
1
-4
/
+16
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-07
1
-1
/
+1
*
Ignore register mask operands when lowering instructions to MC.
Jakob Stoklund Olesen
2012-01-18
1
-0
/
+2
*
Fix emission of PPC64 assembler on non-darwin platforms by splitting
Roman Divacky
2011-06-09
1
-8
/
+9
*
convert the operand bits into bitfields since they are all combinable in
Chris Lattner
2010-11-15
1
-57
/
+34
*
add targetoperand flags for jump tables, constant pool and block address
Chris Lattner
2010-11-15
1
-8
/
+17
*
implement support for the MO_DARWIN_STUB TargetOperand flag,
Chris Lattner
2010-11-14
1
-8
/
+104
*
implement basic support for symbol operand lowering,
Chris Lattner
2010-11-14
1
-1
/
+46
*
switch PPC to a simplified MCInstLowering model.
Chris Lattner
2010-11-14
1
-33
/
+3
*
stub out PPCMCInstLowering, add a new option that uses it and the new
Chris Lattner
2010-11-14
1
-0
/
+75