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
/
Hexagon
/
MCTargetDesc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Hexagon] Fixing unused field copypasta.
Colin LeMahieu
2015-06-18
1
-9
/
+3
*
[Hexagon] Printing packet brackets when asm printing and adding a number of t...
Colin LeMahieu
2015-06-18
1
-1
/
+63
*
[Hexagon] Adding MC ELF streamer and updating addend relocation test which sh...
Colin LeMahieu
2015-06-17
6
-4
/
+276
*
[Hexagon] Alphabetical ordering of functions, NFC.
Colin LeMahieu
2015-06-16
1
-5
/
+5
*
[Hexagon] PC-relative offsets are relative to packet start rather than the of...
Colin LeMahieu
2015-06-15
1
-3
/
+38
*
Remove duplicate conditional in if-stmt.
Eric Christopher
2015-06-15
1
-2
/
+1
*
[Hexagon] Moving pass declarations out of header and in to implementation fil...
Colin LeMahieu
2015-06-15
1
-6
/
+0
*
[Hexagon] Adding decoders for signed operands and ensuring all signed operand...
Colin LeMahieu
2015-06-10
2
-304
/
+223
*
[Hexagon] Make global arrays 'static const'. NFC.
Benjamin Kramer
2015-06-10
1
-33
/
+33
*
Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...
Daniel Sanders
2015-06-10
1
-1
/
+1
*
Replace string GNU Triples with llvm::Triple in MCAsmBackend subclasses and c...
Daniel Sanders
2015-06-10
2
-4
/
+5
*
MC: Add target hook to control symbol quoting
Matt Arsenault
2015-06-09
1
-2
/
+2
*
[Hexagon] Adding functionality for searching for compound instruction pairs. ...
Colin LeMahieu
2015-06-08
4
-0
/
+432
*
[Hexagon] Reapply r239097 with tests corrected for shuffling and duplexing.
Colin LeMahieu
2015-06-05
9
-4
/
+1383
*
Revert r239095 incorrect test tree.
Colin LeMahieu
2015-06-04
9
-1383
/
+4
*
[Hexagon] Adding functionality for duplexing. Duplexing is a way to compress...
Colin LeMahieu
2015-06-04
9
-4
/
+1383
*
Replace custom fixed endian to raw_ostream emission with EndianStream.
Benjamin Kramer
2015-06-04
1
-10
/
+2
*
Replace string GNU Triples with llvm::Triple in MCAsmInfo subclasses and crea...
Daniel Sanders
2015-06-04
3
-3
/
+5
*
[Hexagon] Test doesn't work on all platforms. At any rate the uninitialized ...
Colin LeMahieu
2015-06-03
1
-4
/
+0
*
[Hexagon] Reapply 238772 OSABI was not correctly set, added empty_elf test to...
Colin LeMahieu
2015-06-03
3
-28
/
+427
*
Revert "[Hexagon] Adding basic ELF relocation generation and testing advanced...
Rafael Espindola
2015-06-01
3
-427
/
+28
*
[Hexagon] Adding basic ELF relocation generation and testing advanced relaxat...
Colin LeMahieu
2015-06-01
3
-28
/
+427
*
[Hexagon] Including raw_ostream for debug builds.
Colin LeMahieu
2015-05-31
1
-0
/
+1
*
[Hexagon] classes are actually structs.
Colin LeMahieu
2015-05-31
1
-2
/
+2
*
[Hexagon] Adding MC packet shuffler.
Colin LeMahieu
2015-05-31
8
-6
/
+879
*
[Hexagon] Adding override specifier and removing erroneous assertion
Colin LeMahieu
2015-05-30
1
-4
/
+2
*
[Hexagon] Adding basic relaxation functionality.
Colin LeMahieu
2015-05-30
3
-6
/
+157
*
MC: Clean up MCExpr naming. NFC.
Jim Grosbach
2015-05-30
1
-1
/
+1
*
[Hexagon] Disassembling, printing, and emitting instructions a whole-bundle a...
Colin LeMahieu
2015-05-29
7
-112
/
+317
*
Remove 3 includes from MCInstrDesc.h and explicitly include them where needed
Pete Cooper
2015-05-15
1
-0
/
+1
*
MC: MCCodeGenInfo naming update. NFC.
Jim Grosbach
2015-05-15
1
-1
/
+1
*
MC: Update MCCodeEmitter naming. NFC.
Jim Grosbach
2015-05-15
2
-2
/
+2
*
MC: Update MCFixup naming. NFC.
Jim Grosbach
2015-05-15
1
-1
/
+1
*
MC: Modernize MCOperand API naming. NFC.
Jim Grosbach
2015-05-13
1
-2
/
+2
*
Fix -Wmicrosoft warning by making enum unsigned
Reid Kleckner
2015-05-04
1
-1
/
+1
*
[Hexagon] Removing variable unused in release.
Colin LeMahieu
2015-05-01
1
-2
/
+1
*
[Hexagon] Adding expression MC emission and removing XFAIL from test that hit...
Colin LeMahieu
2015-05-01
6
-9
/
+634
*
[Hexagon] Use constant extenders to fix up hardware loops
Brendon Cahoon
2015-04-27
2
-0
/
+15
*
[Hexagon] Implement HexagonInstPrinter::printRegName
Krzysztof Parzyszek
2015-04-22
2
-6
/
+7
*
Use raw_pwrite_stream in the object writer/streamer.
Rafael Espindola
2015-04-14
3
-4
/
+5
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-2
/
+2
*
Remove duplicated code and consolidate initializers.
Eric Christopher
2015-04-09
1
-1
/
+5
*
Don't repeat name in comment. NFC.
Rafael Espindola
2015-04-09
1
-1
/
+1
*
Replace the MCSubtargetInfo parameter with a Triple when creating
Eric Christopher
2015-03-31
1
-3
/
+3
*
Remove unused Target argument from MCInstPrinter ctor functions.
Eric Christopher
2015-03-30
1
-2
/
+1
*
[MCInstPrinter] Enable MCInstPrinter to change its behavior based on the
Akira Hatanaka
2015-03-27
2
-3
/
+5
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-0
/
+1
*
Add a default implementation of createObjectStreamer.
Rafael Espindola
2015-03-18
1
-22
/
+0
*
Pass in a "const Triple &T" instead of a raw StringRef.
Rafael Espindola
2015-03-16
1
-1
/
+1
*
Remove unused argument. NFC.
Rafael Espindola
2015-03-16
1
-3
/
+3
[next]