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
*
SelectionDAG switch lowering: Replace unreachable default with most popular c...
Hans Wennborg
2014-12-06
1
-17
/
+40
*
These two calls were grabbing the same register info. Unify them.
Eric Christopher
2014-12-05
1
-3
/
+2
*
[CodeGenPrepare] Use variables for reused values. NFC.
Ahmed Bougacha
2014-12-05
1
-4
/
+6
*
Revert "r223440 - Consider subregs when calling MI::registerDefIsDead for phy...
Hal Finkel
2014-12-05
1
-7
/
+1
*
Consider subregs when calling MI::registerDefIsDead for phys deps
Hal Finkel
2014-12-05
1
-1
/
+7
*
Cleanup: Calls to getDwarfRegNum() may actually fail, if there is
Adrian Prantl
2014-12-05
3
-27
/
+44
*
Simplify implementation and testcase of r223401 based on feedback from dblaikie.
Adrian Prantl
2014-12-04
1
-4
/
+2
*
Debug info: If the RegisterCoalescer::reMaterializeTrivialDef() is
Adrian Prantl
2014-12-04
1
-1
/
+13
*
Use DomTree in MachineSink to sink over diamonds.
Patrik Hagglund
2014-12-04
1
-15
/
+19
*
[InstCombine] Minor optimization for bswap with binary ops
Simon Pilgrim
2014-12-04
1
-0
/
+2
*
Masked Load / Store Intrinsics - the CodeGen part.
Elena Demikhovsky
2014-12-04
8
-0
/
+429
*
Allow target to specify prefix for labels
Matt Arsenault
2014-12-04
1
-3
/
+1
*
[RegAllocFast] Handle implicit definitions conservatively.
Quentin Colombet
2014-12-03
1
-7
/
+14
*
Prologue support
Peter Collingbourne
2014-12-03
1
-3
/
+7
*
[PowerPC] Implement readcyclecounter for PPC32
Hal Finkel
2014-12-02
1
-0
/
+11
*
Restructure some assertion checking based on post commit feedback by Aaron an...
Philip Reames
2014-12-02
1
-7
/
+7
*
Appease a build bot complaining about an unused variable that's used in an as...
Philip Reames
2014-12-02
1
-0
/
+1
*
[Statepoints 3/4] Statepoint infrastructure for garbage collection: Selection...
Philip Reames
2014-12-02
6
-0
/
+814
*
[MachineCSE] Clear kill-flag on registers imp-def'd by the CSE'd instruction.
Ahmed Bougacha
2014-12-02
1
-0
/
+31
*
[Statepoints 2/4] Statepoint infrastructure for garbage collection: MI & x86-...
Philip Reames
2014-12-01
5
-2
/
+42
*
[MachineVerifier] Accept a MBB with a single landing pad successor.
Ahmed Bougacha
2014-12-01
1
-1
/
+5
*
Revert r223049, r223050 and r223051 while investigating test failures.
Hans Wennborg
2014-12-01
1
-42
/
+17
*
SelectionDAG switch lowering: Replace unreachable default with most popular c...
Hans Wennborg
2014-12-01
1
-17
/
+42
*
[stack protector] Set edge weights for newly created basic blocks.
Akira Hatanaka
2014-12-01
3
-5
/
+16
*
Switch lowering: reformat some for loops etc. NFC
Hans Wennborg
2014-11-29
1
-7
/
+5
*
Switch lowering: Fix broken 'Figure out which block is next' code
Hans Wennborg
2014-11-29
1
-0
/
+3
*
Target triple OS detection tidyup. NFC
Simon Pilgrim
2014-11-29
2
-3
/
+3
*
Revert "Masked Vector Load and Store Intrinsics."
Duncan P. N. Exon Smith
2014-11-28
8
-430
/
+0
*
Converted back to Unix format (after my last commit 222632)
Elena Demikhovsky
2014-11-23
1
-3241
/
+3241
*
Masked Vector Load and Store Intrinsics.
Elena Demikhovsky
2014-11-23
8
-3127
/
+3557
*
Debug Info: revert r222195, r222210 and r222239.
Manman Ren
2014-11-21
1
-2
/
+2
*
[Objective-C] Support a new special module flag that will be put into the
Manman Ren
2014-11-21
1
-1
/
+2
*
Don't repeat class/function/variable names in comments. NFC.
Sanjay Patel
2014-11-21
1
-47
/
+35
*
Less space; NFC
Sanjay Patel
2014-11-21
1
-8
/
+4
*
[DAG] Teach how to turn a build_vector into a shuffle if some of the operands...
Andrea Di Biagio
2014-11-21
1
-11
/
+39
*
[DAG] Refactor the shuffle combining logic in DAGCombiner. NFC.
Andrea Di Biagio
2014-11-21
1
-153
/
+73
*
DAGCombiner: Allow the DAGCombiner to combine multiple FDIVs with the same di...
Hao Liu
2014-11-21
1
-0
/
+38
*
RegisterCoalescer: Improve debug messages
Matthias Braun
2014-11-19
1
-6
/
+8
*
Add a print and verify pass after the RegisterCoalescer
Matthias Braun
2014-11-19
1
-0
/
+1
*
MachineVerifier: Report register for bad liveranges
Matthias Braun
2014-11-19
1
-24
/
+28
*
Introduce register dump helper
Matthias Braun
2014-11-19
1
-0
/
+9
*
[X86][SSE] pslldq/psrldq byte shifts/rotation for SSE2
Simon Pilgrim
2014-11-19
1
-2
/
+2
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
34
-56
/
+61
*
Remove StringMap::GetOrCreateValue in favor of StringMap::insert
David Blaikie
2014-11-19
2
-3
/
+2
*
Fix an incorrect chain operand when expanding INSERT_VECTOR operations throug...
Owen Anderson
2014-11-18
1
-1
/
+1
*
Allow DwarfCompileUnit::constructImportedEntityDIE to instanciate a GlobalVar...
Frederic Riss
2014-11-18
1
-0
/
+2
*
Debug Info: In DIBuilder, the context field of a global variable is updated to
Manman Ren
2014-11-18
1
-2
/
+2
*
Fix optimisations of SELECT_CC which assumed result is boolean
Oliver Stannard
2014-11-17
1
-2
/
+5
*
Add missing semicolon from r222118.
Craig Topper
2014-11-17
1
-1
/
+1
*
Move register class name strings to a single array in MCRegisterInfo to reduc...
Craig Topper
2014-11-17
14
-33
/
+36
[next]