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
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get GlobalISel to build on Linux after r286407
Diana Picus
2016-11-15
1
-1
/
+1
*
Introduce TLI predicative for base-relative Jump Tables.
Joerg Sonnenberger
2016-11-15
1
-1
/
+1
*
DAGCombiner: fix combine of trunc and select
Asaf Badouh
2016-11-15
1
-1
/
+1
*
MIRParser: Add support for parsing vreg reg alloc hints
Tom Stellard
2016-11-15
3
-2
/
+30
*
RegAllocGreedy: Properly initialize this pass, so that -run-pass will work
Tom Stellard
2016-11-14
2
-13
/
+19
*
[tsan] Add support for C++ exceptions into TSan (call __tsan_func_exit during...
Kuba Brecka
2016-11-14
1
-115
/
+1
*
Remove redundant condition (PR28800) NFCI.
Simon Pilgrim
2016-11-14
1
-2
/
+1
*
GlobalISel: Fix indentation. NFC
Diana Picus
2016-11-14
1
-3
/
+3
*
Bitcode: Change module reader functions to return an llvm::Expected.
Peter Collingbourne
2016-11-13
1
-1
/
+1
*
Revert "(origin/master, origin/HEAD) MachineScheduler/ScheduleDAG: Add suppor...
Matthias Braun
2016-11-11
2
-11
/
+0
*
MachineScheduler/ScheduleDAG: Add support to skipping a node.
Matthias Braun
2016-11-11
2
-0
/
+11
*
ScheduleDAGInstrs: Move VRegUses to ScheduleDAGMILive; NFCI
Matthias Braun
2016-11-11
2
-43
/
+43
*
MachineScheduler: Dump EntrySU/ExitSU if possible
Matthias Braun
2016-11-11
1
-2
/
+12
*
ScheduleDAG: Identify EntrySU/ExitSU when dumping node ids
Matthias Braun
2016-11-11
1
-3
/
+13
*
Simplify code and address review comments (NFC)
Adrian Prantl
2016-11-11
1
-4
/
+3
*
Fix a reference-to-temporary introduced in r286607.
Adrian Prantl
2016-11-11
1
-8
/
+10
*
Revert "Use private linkage for MergedGlobals variables" on Darwin.
Adrian Prantl
2016-11-11
1
-3
/
+25
*
[SelectionDAG] Add support for vector demandedelts in BSWAP opcodes
Simon Pilgrim
2016-11-11
1
-1
/
+2
*
[SelectionDAG] Add support for vector demandedelts in UREM/SREM opcodes
Simon Pilgrim
2016-11-11
1
-6
/
+10
*
[SelectionDAG] Add support for vector demandedelts in UDIV opcodes
Simon Pilgrim
2016-11-11
1
-2
/
+4
*
Split Bitcode/ReaderWriter.h into separate reader and writer headers
Teresa Johnson
2016-11-11
1
-1
/
+2
*
ScheduleDAGInstrs: Add condjump deps to addSchedBarrierDeps()
Matthias Braun
2016-11-11
2
-37
/
+24
*
ScheduleDAGInstrs: Ignore dependencies of constant physregs
Matthias Braun
2016-11-10
1
-0
/
+3
*
[DAG Combiner] Fix the native computation of the Newton series for reciprocals
Evandro Menezes
2016-11-10
1
-28
/
+30
*
[SelectionDAG] Add support for vector demandedelts in ADD/SUB opcodes
Simon Pilgrim
2016-11-10
1
-3
/
+6
*
ScheduleDAGInstrs: Slightly simplify code; NFC
Matthias Braun
2016-11-10
1
-20
/
+12
*
[SelectionDAG] Add support for splatted vectors in SUB opcode
Simon Pilgrim
2016-11-10
1
-1
/
+1
*
RegisterCoalescer: Ignore interferences for constant physregs
Matthias Braun
2016-11-10
1
-21
/
+25
*
[SelectionDAG] Add support for vector demandedelts in TRUNCATE opcodes
Simon Pilgrim
2016-11-10
1
-1
/
+2
*
Use common SDLoc. NFCI.
Simon Pilgrim
2016-11-10
1
-3
/
+3
*
[SelectionDAG] Add support for vector demandedelts in MUL opcodes
Simon Pilgrim
2016-11-10
1
-3
/
+5
*
[SelectionDAG] Add support for vector demandedelts in SRA opcodes
Simon Pilgrim
2016-11-10
1
-1
/
+2
*
[DAGCombiner] Correctly extract the ConstOrConstSplat shift value for SHL nodes
Simon Pilgrim
2016-11-10
1
-3
/
+2
*
[SelectionDAG] Add support for vector demandedelts in SHL/SRL opcodes
Simon Pilgrim
2016-11-10
1
-2
/
+4
*
GlobalISel: fix typo. NFC
Tim Northover
2016-11-09
1
-2
/
+2
*
GlobalISel: translate invoke and landingpad instructions
Tim Northover
2016-11-09
1
-1
/
+116
*
[MachineScheduler] Comments fixing.
Jonas Paulsson
2016-11-09
1
-1
/
+2
*
[CodeView] Hook up CodeViewRecordIO to type serialization path.
Zachary Turner
2016-11-08
2
-97
/
+111
*
Emit the DW_AT_type for a C++ static member definition
Adrian Prantl
2016-11-08
1
-0
/
+4
*
GlobalISel: make sure debugging variables are appropriately elided in release...
David L. Jones
2016-11-08
1
-2
/
+4
*
GlobalISel: allow CodeGen to fallback on VReg type/class issues.
Tim Northover
2016-11-08
2
-25
/
+38
*
[GlobalISel] Dump all instructions inserted by selector.
Ahmed Bougacha
2016-11-08
1
-3
/
+9
*
[GlobalISel] Permit select() to erase.
Ahmed Bougacha
2016-11-08
1
-5
/
+22
*
[RegAllocGreedy] Another fix about NewVRegs for last chance recoloring after ...
Wei Mi
2016-11-08
1
-8
/
+5
*
[TargetLowering] Fix undef vector element issue with true/false result handling
Simon Pilgrim
2016-11-08
1
-10
/
+10
*
[VectorLegalizer] Expansion of CTLZ using CTPOP when possible
Simon Pilgrim
2016-11-08
1
-6
/
+50
*
GlobalISel: improve error diagnostics when IRTranslation fails.
Tim Northover
2016-11-08
1
-3
/
+9
*
Add -O0 support for @llvm.invariant.group.barrier by discarding it if it gets...
Richard Smith
2016-11-07
2
-0
/
+2
*
[SelectionDAG] Add support for vector demandedelts in XOR opcodes
Simon Pilgrim
2016-11-06
1
-2
/
+4
*
[SelectionDAG] Add support for vector demandedelts in OR opcodes
Simon Pilgrim
2016-11-06
1
-2
/
+4
[next]