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
/
XCore
Commit message (
Expand
)
Author
Age
Files
Lines
*
std::unique_ptrify the MCStreamer argument to createAsmPrinter
David Blaikie
2015-01-18
1
-3
/
+4
*
Revert r226242 - Revert Revert Don't create new comdats in CodeGen
Timur Iskhodzhanov
2015-01-16
1
-0
/
+2
*
Revert "Revert Don't create new comdats in CodeGen"
Rafael Espindola
2015-01-16
1
-2
/
+0
*
Revert Don't create new comdats in CodeGen
Timur Iskhodzhanov
2015-01-15
1
-0
/
+2
*
Don't create new comdats in CodeGen.
Rafael Espindola
2015-01-14
1
-2
/
+0
*
[SelectionDAG] Allow targets to specify legality of extloads' result
Ahmed Bougacha
2015-01-08
1
-5
/
+7
*
[CodeGen] Add print and verify pass after each MachineFunctionPass by default
Matthias Braun
2014-12-11
1
-4
/
+3
*
This reverts commit r224043 and r224042.
Rafael Espindola
2014-12-11
1
-3
/
+4
*
[CodeGen] Add print and verify pass after each MachineFunctionPass by default
Matthias Braun
2014-12-11
1
-4
/
+3
*
Replace neverHasSideEffects=1 with hasSideEffects=0 in all .td files.
Craig Topper
2014-11-26
1
-17
/
+17
*
Add out of line virtual destructors to all LLVMTargetMachine subclasses
Reid Kleckner
2014-11-20
2
-0
/
+3
*
We can get the TLOF from the TargetMachine - so constructor no longer require...
Aditya Nandakumar
2014-11-13
1
-1
/
+1
*
This patch changes the ownership of TLOF from TargetLoweringBase to TargetMac...
Aditya Nandakumar
2014-11-13
3
-1
/
+7
*
Pass an ArrayRef to MCDisassembler::getInstruction.
Rafael Espindola
2014-11-12
1
-13
/
+8
*
Misc style fixes. NFC.
Rafael Espindola
2014-11-10
1
-27
/
+18
*
Work around bugs in MSVC "14" CTP 3's conversion logic
Reid Kleckner
2014-10-31
1
-3
/
+6
*
Erase fence insertion from SelectionDAGBuilder.cpp (NFC)
Robin Morisset
2014-10-16
1
-0
/
+7
*
Eliminate some deep std::vector copies. NFC.
Benjamin Kramer
2014-10-03
1
-4
/
+3
*
Reverting NFC changes from r218050. Instead, the warning was disabled for GCC...
Aaron Ballman
2014-09-18
1
-1
/
+0
*
Fixing a bunch of -Woverloaded-virtual warnings due to hiding getSubtargetImp...
Aaron Ballman
2014-09-18
1
-0
/
+1
*
Add override to overriden virtual methods, remove virtual keywords.
Benjamin Kramer
2014-09-03
1
-7
/
+4
*
Remove 'virtual' keyword from methods markedwith 'override' keyword.
Craig Topper
2014-08-30
2
-7
/
+7
*
Remove HasLEB128.
Rafael Espindola
2014-08-15
1
-1
/
+0
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
15
-33
/
+33
*
Fix a whole bunch of binary literals which were the wrong size. All were bei...
Pete Cooper
2014-08-07
1
-2
/
+2
*
Remove the target machine from CCState. Previously it was only used
Eric Christopher
2014-08-06
1
-9
/
+9
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
4
-29
/
+16
*
Changed the liveness tracking in the RegisterScavenger
Pedro Artigas
2014-08-04
1
-3
/
+3
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
9
-48
/
+57
*
Make sure no loads resulting from load->switch DAGCombine are marked invariant
Louis Gerbarg
2014-07-31
1
-4
/
+5
*
Add alignment value to allowsUnalignedMemoryAccess
Matt Arsenault
2014-07-27
1
-3
/
+9
*
AA metadata refactoring (introduce AAMDNodes)
Hal Finkel
2014-07-24
1
-6
/
+6
*
Prune dependency to MC from each target disassembler.
NAKAMURA Takumi
2014-07-24
1
-1
/
+1
*
Update library dependencies.
NAKAMURA Takumi
2014-07-24
1
-1
/
+1
*
CodeGen: Stick constant pool entries in COMDAT sections for WinCOFF
David Majnemer
2014-07-14
2
-3
/
+5
*
XCore target: remove incorrect DebugLoc entries from prologue
Robert Lytton
2014-07-04
2
-5
/
+10
*
Move the subtarget dependent features from XCoreTargetMachine
Eric Christopher
2014-07-02
6
-37
/
+42
*
Make XCoreSelectionDAGInfo take a DataLayout since it only needs
Eric Christopher
2014-07-02
3
-4
/
+4
*
[DAG] Pass the argument list to the CallLoweringInfo via move semantics. NFCI.
Juergen Ributzka
2014-07-01
2
-3
/
+3
*
Revert "Introduce a string_ostream string builder facilty"
Alp Toker
2014-06-26
1
-1
/
+2
*
Introduce a string_ostream string builder facilty
Alp Toker
2014-06-26
1
-2
/
+1
*
SelectionDAG: Don't use MVT::Other to determine legality of ISD::SELECT_CC
Tom Stellard
2014-06-10
1
-3
/
+0
*
SelectionDAG: Expand SELECT_CC to SELECT + SETCC
Tom Stellard
2014-06-10
2
-13
/
+1
*
Have TargetSelectionDAGInfo take a DataLayout initializer rather than
Eric Christopher
2014-06-06
1
-2
/
+1
*
Allow alias to point to an arbitrary ConstantExpr.
Rafael Espindola
2014-06-03
1
-12
/
+10
*
clang-format function.
Rafael Espindola
2014-05-23
1
-8
/
+6
*
Remove a confusing use of a static method.
Rafael Espindola
2014-05-23
1
-1
/
+1
*
Fix typo.
Eric Christopher
2014-05-22
1
-1
/
+1
*
Target: remove old constructors for CallLoweringInfo
Saleem Abdulrasool
2014-05-17
2
-23
/
+22
*
Delete getAliasedGlobal.
Rafael Espindola
2014-05-16
1
-1
/
+1
[next]