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
/
ARM
/
ARMConstantIslandPass.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-55
/
+56
*
[DebugInfo] Examine all uses of isDebugValue() for debug instructions.
Shiva Chen
2018-05-09
1
-1
/
+1
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-4
/
+4
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
1
-0
/
+1
*
[ARM] Another f16 litpool fix
Sjoerd Meijer
2018-02-27
1
-2
/
+6
*
Recommit: [ARM] f16 constant pool fix
Sjoerd Meijer
2018-02-22
1
-4
/
+2
*
Revert r325754 and r325755 (f16 literal pool) because buildbots were unhappy.
Sjoerd Meijer
2018-02-22
1
-2
/
+4
*
[ARM] f16 constant pool fix
Sjoerd Meijer
2018-02-22
1
-4
/
+2
*
[ARM] Allow half types in ConstantPool
Sjoerd Meijer
2018-02-13
1
-1
/
+9
*
[CodeGen] Unify MBB reference format in both MIR and debug output
Francis Visoiu Mistrih
2017-12-04
1
-16
/
+16
*
[ARM] Split Arm jump table branch into i12 and rs suffixed versions
Momchil Velikov
2017-11-15
1
-1
/
+2
*
ARM: correctly update CFG when splitting BB to fix branch.
Tim Northover
2017-11-14
1
-0
/
+6
*
[ARM] Place jump table as the first operand in additions
Momchil Velikov
2017-11-13
1
-7
/
+7
*
Reverting r315590; it did not include changes for llvm-tblgen, which is causi...
Aaron Ballman
2017-10-15
1
-1
/
+1
*
[dump] Remove NDEBUG from test to enable dump methods [NFC]
Don Hinton
2017-10-12
1
-1
/
+1
*
[ARM] Fix some Clang-tidy modernize-use-using and Include What You Use warnin...
Eugene Zelenko
2017-09-20
1
-16
/
+12
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[Thumb-1] Fix corner cases for compressed jump tables
Weiming Zhao
2017-04-20
1
-0
/
+9
*
Fix use-after-frees on memory allocated in a Recycler.
Benjamin Kramer
2017-04-20
1
-4
/
+3
*
[ARM] Remove a dead ADD during the creation of TBBs
David Green
2017-04-06
1
-1
/
+42
*
ARM: avoid clobbering register in v6 jump-table expansion.
Tim Northover
2017-03-15
1
-2
/
+8
*
Fix assertion failure in ARMConstantIslandPass.
Kristof Beyls
2017-02-23
1
-0
/
+1
*
[ARM] Fix constant islands pass.
Roger Ferrer Ibanez
2017-02-22
1
-0
/
+7
*
[Thumb-1] TBB generation: spot redefinitions of index register
James Molloy
2017-02-13
1
-1
/
+17
*
[ARM] Register ConstantIslands with the pass manager
James Molloy
2017-02-13
1
-1
/
+6
*
Cleanup dump() functions.
Matthias Braun
2017-01-28
1
-1
/
+3
*
[ARM] Fix some Clang-tidy modernize and Include What You Use warnings; other ...
Eugene Zelenko
2017-01-26
1
-17
/
+39
*
[ARM] Use helpers for adding pred / CC operands. NFC
Diana Picus
2017-01-20
1
-10
/
+11
*
[CodeGen] Rename MachineInstrBuilder::addOperand. NFC
Diana Picus
2017-01-13
1
-3
/
+5
*
[ARM] Implement execute-only support in CodeGen
Prakhar Bahuguna
2016-12-15
1
-1
/
+1
*
[Thumb-1] Synthesize TBB/TBH instructions to make use of compressed jump tables
James Molloy
2016-11-01
1
-15
/
+93
*
Revert r284580+r284917. ("Synthesize TBB/TBH instructions")
Eli Friedman
2016-10-24
1
-91
/
+14
*
[ARM] Fix crash in ConstantIslands
James Molloy
2016-10-22
1
-1
/
+3
*
[Thumb-1] Synthesize TBB/TBH instructions to make use of compressed jump tables
James Molloy
2016-10-19
1
-14
/
+89
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-1
/
+1
*
[ARM] Promote small global constants to constant pools
James Molloy
2016-09-26
1
-0
/
+6
*
Revert "[ARM] Promote small global constants to constant pools"
James Molloy
2016-09-23
1
-6
/
+0
*
[ARM] Promote small global constants to constant pools
James Molloy
2016-09-23
1
-0
/
+6
*
MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...
Matthias Braun
2016-08-25
1
-1
/
+1
*
Replace "fallthrough" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-1
/
+1
*
Use the range variant of find/find_if instead of unpacking begin/end
David Majnemer
2016-08-12
1
-1
/
+1
*
Use the range variant of find_if instead of unpacking begin/end
David Majnemer
2016-08-12
1
-3
/
+2
*
Use the range variant of find instead of unpacking begin/end
David Majnemer
2016-08-11
1
-1
/
+1
*
[ARMConstantIslandPass] Remove dead code.
Davide Italiano
2016-07-30
1
-20
/
+0
*
TargetInstrInfo: rename GetInstSizeInBytes to getInstSizeInBytes. NFC
Sjoerd Meijer
2016-07-28
1
-10
/
+10
*
This refactoring of ARM machine block size computation creates two utility
Sjoerd Meijer
2016-07-22
1
-123
/
+5
*
Rename AnalyzeBranch* to analyzeBranch*.
Jacques Pienaar
2016-07-15
1
-3
/
+3
*
ARM: Remove implicit iterator conversions, NFC
Duncan P. N. Exon Smith
2016-07-08
1
-34
/
+25
*
CodeGen: Use MachineInstr& in TargetInstrInfo, NFC
Duncan P. N. Exon Smith
2016-06-30
1
-11
/
+11
[next]