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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[codeview] Maintain the type enum-to-classname mapping in the .def file
Reid Kleckner
2016-05-03
2
-52
/
+40
*
Parse the TPI (type information) stream of PDB files.
Zachary Turner
2016-05-03
15
-5
/
+308
*
Move llvm-readobj/StreamWriter to Support.
Zachary Turner
2016-05-03
15
-126
/
+106
*
ThinLTO: do not import function whose linkage prevents inlining.
Mehdi Amini
2016-05-03
5
-24
/
+40
*
livePhysRegs: Pass MBB by reference in addLive{Ins|Outs}(); NFC
Matthias Braun
2016-05-03
13
-29
/
+29
*
Moved test case for r268323 to DebugInfo/X86 to unbreak aarch64.
Wolfgang Pieb
2016-05-03
1
-0
/
+0
*
Adding period to the end of a comment to test out commit access.
Douglas Yung
2016-05-03
1
-1
/
+1
*
LivePhysRegs: Automatically determine presence of pristine regs.
Matthias Braun
2016-05-03
10
-35
/
+43
*
MITests: Update libdeps.
NAKAMURA Takumi
2016-05-03
1
-1
/
+2
*
NFC: An iterator for stepping through CodeView type stream in llvm-readobj
Adrian McCarthy
2016-05-02
1
-39
/
+125
*
[MC] Create unique .pdata sections for every .text section
Reid Kleckner
2016-05-02
14
-144
/
+308
*
Add unittest for LiveIntervalAnalysis::handleMove()
Matthias Braun
2016-05-02
2
-3
/
+309
*
[MachineBlockPlacement] Let the target optimize the branches at the end.
Quentin Colombet
2016-05-02
2
-4
/
+17
*
[X86] Model FAULTING_LOAD_OP as a terminator and branch.
Quentin Colombet
2016-05-02
4
-39
/
+36
*
Simplify. NFC.
Rafael Espindola
2016-05-02
1
-4
/
+1
*
DebugInfo: Avoid propagating incorrect debug locations in SelectionDAG via CSE.
Wolfgang Pieb
2016-05-02
3
-32
/
+138
*
Revert "ThinLTO: do not import function whose linkage prevents inlining."
Mehdi Amini
2016-05-02
4
-38
/
+22
*
[llvm-pdbdump] Fix read past EOF when file is too small.
Zachary Turner
2016-05-02
1
-0
/
+4
*
ThinLTO: do not import function whose linkage prevents inlining.
Mehdi Amini
2016-05-02
4
-22
/
+38
*
Fix llvm-size to exit with non zero when it can’t open a file.
Kevin Enderby
2016-05-02
2
-2
/
+6
*
Remove redundant return, NFC
Vedant Kumar
2016-05-02
1
-1
/
+0
*
Fix a typo, NFC
Vedant Kumar
2016-05-02
1
-1
/
+1
*
[X86][SSE] Added placeholder for 128/256-bit wide shuffle combines
Simon Pilgrim
2016-05-02
1
-6
/
+14
*
Don't try to create thin bsd archives.
Rafael Espindola
2016-05-02
3
-1
/
+9
*
[dsymutil] Create the temporary files in the system temp directory.
Frederic Riss
2016-05-02
2
-6
/
+7
*
Code refactoring -- preparation for new PM porting /NFC
Xinliang David Li
2016-05-02
1
-9
/
+19
*
[codeview] Isolate type dumping from object file state
Reid Kleckner
2016-05-02
1
-18
/
+38
*
Thread Expected<...> up from libObject’s getType() for symbols to allow llv...
Kevin Enderby
2016-05-02
26
-106
/
+229
*
AMDGPU: Custom lower v2i32 loads and stores
Matt Arsenault
2016-05-02
2
-8
/
+137
*
AMDGPU/SI: Use v_readfirstlane_b32 when restoring SGPRs spilled to scratch
Tom Stellard
2016-05-02
2
-3
/
+2
*
AMDGPU: Make i64 loads/stores promote to v2i32
Matt Arsenault
2016-05-02
6
-73
/
+26
*
[LVI] Add an API to LazyValueInfo so that it can export ConstantRanges
John Regehr
2016-05-02
2
-0
/
+22
*
[X86][AVX2] Added 128-bit wide shuffle test
Simon Pilgrim
2016-05-02
1
-0
/
+14
*
Fix instance of -Winconsistent-missing-override in AMDGPU code
Reid Kleckner
2016-05-02
1
-1
/
+1
*
Revert "[SimplifyCFG] Extend TryToSimplifyUncondBranchFromEmptyBlock for empt...
Reid Kleckner
2016-05-02
5
-418
/
+59
*
AMDGPU/SI: Set the kill flag on temp VGPRs used to restore SGPRs from scratch
Tom Stellard
2016-05-02
1
-1
/
+1
*
Fix typos
Piotr Padlewski
2016-05-02
1
-1
/
+1
*
Typo. NFC.
Chad Rosier
2016-05-02
1
-1
/
+1
*
Use false rather than 0 for a boolean value. NFC.
Chad Rosier
2016-05-02
1
-1
/
+1
*
Fix build breakage due to implicit conversion.
Zachary Turner
2016-05-02
1
-1
/
+2
*
ARM: fix handling of SUB immediates in peephole opt.
Tim Northover
2016-05-02
3
-12
/
+149
*
[NVPTX] Fix sign/zero-extending ldg/ldu instruction selection
Justin Holewinski
2016-05-02
4
-48
/
+111
*
[codeview] Don't dump type stream bytes unless asked to
Reid Kleckner
2016-05-02
1
-1
/
+2
*
PDB - Instead of hardcoding stream numbers, use an enum.
Zachary Turner
2016-05-02
3
-12
/
+24
*
[CFLAA] Fix a use-of-invalid-pointer bug.
George Burgess IV
2016-05-02
1
-1
/
+6
*
Parse PDB Name Hash Table
Zachary Turner
2016-05-02
10
-25
/
+231
*
AMDGPU: Move R600 specific code out of AMDGPUISelLowering.cpp
Tom Stellard
2016-05-02
3
-39
/
+51
*
ReversePostOrderFunctionAttrs is not modifying the call graph, let's preserve...
Mehdi Amini
2016-05-02
1
-0
/
+1
*
AMDGPU/SI: Fix bug in SIInstrInfo::insertWaitStates() uncovered by r268260
Tom Stellard
2016-05-02
1
-1
/
+2
*
AMDGPU/SI: Use the hazard recognizer to break SMEM soft clauses
Tom Stellard
2016-05-02
6
-43
/
+109
[next]