index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-04
Fix some Clang-tidy modernize warnings, other minor fixes.
Eugene Zelenko
2
-12
/
+12
2015-11-04
PM: Rephrase PrintLoopPass as a wrapper around a new-style pass. NFC
Justin Bogner
1
-0
/
+13
2015-11-04
Add new interfaces to MBB for manipulating successors with probabilities inst...
Cong Hou
2
-0
/
+50
2015-11-04
[IR] Add a `data_operand` abstraction
Sanjoy Das
3
-8
/
+100
2015-11-04
[SimplifyCFG] Merge conditional stores
James Molloy
1
-1
/
+1
2015-11-04
[ELF] elfiamcu triple should imply e_machine == EM_IAMCU
Michael Kuperstein
1
-0
/
+3
2015-11-04
Revert "[PatternMatch] Switch to use ValueTracking::matchSelectPattern"
James Molloy
1
-24
/
+39
2015-11-04
[OperandBundles] Refactor; NFCI.
Sanjoy Das
1
-4
/
+10
2015-11-04
[OperandBundles] Refactor; NFCI
Sanjoy Das
1
-5
/
+16
2015-11-04
[LLVMSymbolize] Reduce indentation by using helper function. NFC.
Alexey Samsonov
1
-0
/
+3
2015-11-04
[LLVMSymbolize] Properly propagate object parsing errors from the library.
Alexey Samsonov
1
-13
/
+17
2015-11-03
LLE 6/6: Add LoopLoadElimination pass
Adam Nemet
3
-0
/
+23
2015-11-03
[LAA] LLE 5/6: Add predicate functions Dependence::isForward/isBackward, NFC
Adam Nemet
1
-1
/
+6
2015-11-03
[LAA] LLE 4/6: APIs to access the dependent instructions for a dependence, NFC
Adam Nemet
1
-0
/
+17
2015-11-03
CodeGen, Target: Move Mach-O-specific symbol name logic to Mach-O lowering.
Peter Collingbourne
2
-4
/
+5
2015-11-03
[LLVMSymbolize] Factor out the logic for printing structs from DIContext. NFC.
Alexey Samsonov
2
-13
/
+48
2015-11-03
[LAA] LLE 3/6: Rename InterestingDependence to Dependences, NFC
Adam Nemet
1
-19
/
+15
2015-11-03
[LLVMSymbolize] Move demangling away from printing routines. NFC.
Alexey Samsonov
1
-6
/
+3
2015-11-03
[LAA] LLE 2/6: Fix a NoDep case that should be a Forward dependence
Adam Nemet
1
-0
/
+8
2015-11-03
Delete dead code.
Rafael Espindola
2
-5
/
+0
2015-11-03
Simplify local common output.
Rafael Espindola
1
-9
/
+0
2015-11-03
Revert "Revert "[Orc] Directly emit machine code for the x86 resolver block a...
Rafael Espindola
4
-105
/
+83
2015-11-03
Revert "[Orc] Directly emit machine code for the x86 resolver block and tramp...
Rafael Espindola
4
-83
/
+105
2015-11-03
[Orc] Directly emit machine code for the x86 resolver block and trampolines.
Lang Hames
4
-105
/
+83
2015-11-03
[X86] Generate .cfi_adjust_cfa_offset correctly when pushing arguments
Michael Kuperstein
1
-0
/
+5
2015-11-03
ScheduleDAGInstrs: Remove IsPostRA flag; NFC
Matthias Braun
4
-14
/
+7
2015-11-03
This never returns end(), simplify to use Child instead of iterator. NFC.
Rafael Espindola
1
-1
/
+1
2015-11-03
Restore "Support for ThinLTO function importing and symbol linking."
Teresa Johnson
4
-3
/
+38
2015-11-02
Fix the build I just broke
David Blaikie
1
-1
/
+4
2015-11-02
Orc: Drop some else-after-return, reflow a few spots, and avoid use of pointe...
David Blaikie
1
-42
/
+38
2015-11-02
Revert "Support for ThinLTO function importing and symbol linking."
Teresa Johnson
4
-38
/
+3
2015-11-02
Support for ThinLTO function importing and symbol linking.
Teresa Johnson
4
-3
/
+38
2015-11-02
[Support] Assert that reported key+data lenghts match reality
Reid Kleckner
1
-0
/
+14
2015-11-02
StringRef-ify DiagnosticInfoSampleProfile::Filename
David Blaikie
1
-6
/
+5
2015-11-02
ELF can handle some relocations of the form -sym + constant.
Rafael Espindola
1
-5
/
+0
2015-11-02
Clang format a few prior patches (NFC)
Teresa Johnson
5
-28
/
+26
2015-11-02
Preserve load alignment and dereferenceable metadata during some transformations
Artur Pilipenko
1
-0
/
+2
2015-11-02
Add missing override statements in ScalarEvolution.h. NFC
Silviu Baranga
1
-2
/
+2
2015-11-02
[SCEV][LV] Add SCEV Predicates and use them to re-implement stride versioning
Silviu Baranga
3
-10
/
+212
2015-11-02
[PatternMatch] Switch to use ValueTracking::matchSelectPattern
James Molloy
1
-39
/
+24
2015-11-02
[Support] Extend sys::path with user_cache_directory function.
Pawel Bylica
1
-0
/
+16
2015-11-02
AVX512: Implemented encoding and intrinsics for VBROADCASTI32x2 and VBROADCAS...
Igor Breger
1
-0
/
+25
2015-11-02
Fix a -Wpessimizing-move warning.
Craig Topper
1
-1
/
+1
2015-11-02
[PGO] Value profiling (index format) code cleanup and testing
Xinliang David Li
2
-13
/
+152
2015-11-01
Use Child instead of child_iterator in the archive writer.
Rafael Espindola
1
-3
/
+3
2015-10-31
Don't store a Child to the first regular member.
Rafael Espindola
1
-1
/
+7
2015-10-31
Delete dead code.
Rafael Espindola
1
-8
/
+0
2015-10-31
Simplify handling of archive Symbol tables.
Rafael Espindola
1
-7
/
+2
2015-10-31
Simplify the handling of the archive string table.
Rafael Espindola
1
-1
/
+1
2015-10-31
Add a sys::OwningMemoryBlock class, which is a sys::MemoryBlock that owns its
Lang Hames
2
-7
/
+40
[next]