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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
3
-7
/
+3
*
Finish renaming remaining analyzeBranch functions
Matt Arsenault
2016-09-14
3
-5
/
+5
*
Make analyzeBranch family of instruction names consistent
Matt Arsenault
2016-09-14
2
-3
/
+3
*
AArch64: Use TTI branch functions in branch relaxation
Matt Arsenault
2016-09-14
2
-4
/
+11
*
MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...
Matthias Braun
2016-08-25
1
-1
/
+1
*
Revert r279242 - it's failing the tests
Anton Korobeynikov
2016-08-19
1
-191
/
+117
*
Fix PR27500: on MSP430 the branch destination offset is measured in words, no...
Anton Korobeynikov
2016-08-19
1
-117
/
+191
*
Replace "fallthrough" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-4
/
+8
*
TargetInstrInfo: add virtual function getInstSizeInBytes
Sjoerd Meijer
2016-07-29
1
-1
/
+1
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
4
-27
/
+27
*
TargetInstrInfo: rename GetInstSizeInBytes to getInstSizeInBytes. NFC
Sjoerd Meijer
2016-07-28
3
-4
/
+4
*
[SelectionDAG] Get rid of bool parameters in SelectionDAG::getLoad, getStore,...
Justin Lebar
2016-07-15
1
-11
/
+7
*
Rename AnalyzeBranch* to analyzeBranch*.
Jacques Pienaar
2016-07-15
2
-3
/
+3
*
MSP430: Avoid implicit iterator conversions, NFC
Duncan P. N. Exon Smith
2016-07-08
4
-32
/
+31
*
CodeGen: Use MachineInstr& in TargetLowering, NFC
Duncan P. N. Exon Smith
2016-06-30
2
-22
/
+24
*
Delete MCCodeGenInfo.
Rafael Espindola
2016-06-30
1
-14
/
+0
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
4
-68
/
+43
*
Delete Reloc::Default.
Rafael Espindola
2016-05-18
2
-3
/
+10
*
SDAG: Implement Select instead of SelectImpl in MSP430DAGToDAGISel
Justin Bogner
2016-05-13
1
-76
/
+57
*
CodeGen: Move TargetPassConfig from Passes.h to an own header; NFC
Matthias Braun
2016-05-10
1
-0
/
+1
*
SDAG: Rename Select->SelectImpl and repurpose Select as returning void
Justin Bogner
2016-05-05
1
-2
/
+2
*
[CodeGen] Default CTTZ_ZERO_UNDEF/CTLZ_ZERO_UNDEF to Expand in TargetLowering...
Craig Topper
2016-04-28
1
-4
/
+0
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
2
-2
/
+0
*
Declare MVT::SimpleValueType as an int8_t sized enum. This removes 400 bytes ...
Craig Topper
2016-04-17
1
-1
/
+1
*
Add MachineFunctionProperty checks for AllVRegsAllocated for target passes
Derek Schuff
2016-04-04
1
-0
/
+5
*
Change eliminateCallFramePseudoInstr() to return an iterator
Hans Wennborg
2016-03-31
2
-7
/
+7
*
`MSP430InstrInfo::loadRegFromStackSlot` forgets to set register def.
Anton Korobeynikov
2016-02-24
1
-2
/
+4
*
CodeGen: TII: Take MachineInstr& in predicate API, NFC
Duncan P. N. Exon Smith
2016-02-23
2
-6
/
+7
*
Rename TargetSelectionDAGInfo into SelectionDAGTargetInfo and move it to Code...
Benjamin Kramer
2016-01-27
1
-3
/
+3
*
Remove autoconf support
Chris Bieneman
2016-01-26
4
-69
/
+0
*
Remove extra forward declarations and scrub includes for all in tree InstPrin...
Craig Topper
2015-12-25
1
-2
/
+0
*
MSP430: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-20
2
-5
/
+3
*
Fix typo in README
Jeroen Ketema
2015-10-04
1
-1
/
+1
*
Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...
Daniel Sanders
2015-09-15
4
-10
/
+9
*
Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...
Daniel Sanders
2015-09-15
4
-9
/
+10
*
Revert r247684 - Replace Triple with a new TargetTuple ...
Daniel Sanders
2015-09-15
4
-10
/
+9
*
Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
Daniel Sanders
2015-09-15
4
-9
/
+10
*
Fix namespace indentation and missing blank lines before 'public:' in *MCAsmI...
Daniel Sanders
2015-09-15
1
-6
/
+7
*
[TLI] Refactor "is integer division cheap" queries.
Michael Kuperstein
2015-08-19
1
-4
/
+0
*
PseudoSourceValue: Replace global manager with a manager in a machine function.
Alex Lorenz
2015-08-11
2
-13
/
+12
*
Fix some comment typos.
Benjamin Kramer
2015-08-08
1
-1
/
+1
*
Fix typo "fuction" noticed in comments in AssumptionCache.h, and also all the...
Nick Lewycky
2015-07-29
2
-2
/
+2
*
Move most user of TargetMachine::getDataLayout to the Module one
Mehdi Amini
2015-07-16
1
-4
/
+4
*
MC: Remove MCSubtargetInfo() default constructor
Duncan P. N. Exon Smith
2015-07-10
1
-3
/
+1
*
Target RegisterInfo: devirtualize TargetFrameLowering
JF Bastien
2015-07-10
1
-5
/
+4
*
Re-instate the EVT parameter to getScalarShiftAmountTy() for OOT user
Mehdi Amini
2015-07-09
1
-1
/
+1
*
Remove getDataLayout() from TargetSelectionDAGInfo (had no users)
Mehdi Amini
2015-07-09
5
-60
/
+4
*
Make TargetLowering::getShiftAmountTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-1
/
+3
*
Make TargetLowering::getPointerTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
2
-39
/
+39
*
Change the last few internal StringRef triples into Triple objects.
Daniel Sanders
2015-07-06
1
-2
/
+3
[next]