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
/
lib
/
CodeGen
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-15
Win64Exception.cpp: Try to fix crash for x64 EH. "Per" might be null there.
NAKAMURA Takumi
1
-1
/
+1
2015-01-15
[RegisterCoalescer] Remove copies to reserved registers
Hal Finkel
1
-5
/
+15
2015-01-14
[GC] CodeGenPrep transform: simplify offsetable relocate
Ramkumar Ramachandra
1
-1
/
+155
2015-01-14
Use MMI->getPersonality() instead of MMI->getPersonalities()[MMI->getPersonal...
Reid Kleckner
4
-7
/
+4
2015-01-14
MachineVerifier: Allow undef reads if a matching superreg is defined.
Matthias Braun
1
-0
/
+19
2015-01-14
Don't create new comdats in CodeGen.
Rafael Espindola
1
-14
/
+5
2015-01-14
[MBP] Add flags to disable the BadCFGConflict check in MachineBlockPlacement.
Chandler Carruth
1
-20
/
+35
2015-01-14
Emit the Itanium LSDA for unknown EH personalities on Win64
Reid Kleckner
2
-11
/
+10
2015-01-14
Remove dead code for llvm.eh.selector in the old EH model
Reid Kleckner
1
-54
/
+0
2015-01-14
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
31
-45
/
+32
2015-01-14
SelectionDAG: add a -filter-view-dags option to llc
Mehdi Amini
1
-10
/
+25
2015-01-14
DAG Combiner: Fold SelectCC When Cond is UNDEF
Mehdi Amini
1
-4
/
+7
2015-01-14
Add assertions for out of bound index in ComputeLinearIndex
Mehdi Amini
1
-2
/
+3
2015-01-14
Fold a loop for array processing in ComputeLinearIndex
Mehdi Amini
1
-8
/
+13
2015-01-14
Revert "Insert random noops to increase security against ROP attacks (llvm)"
JF Bastien
4
-106
/
+0
2015-01-14
Implement new way of expanding extloads.
Matt Arsenault
2
-16
/
+19
2015-01-14
Insert random noops to increase security against ROP attacks (llvm)
JF Bastien
4
-0
/
+106
2015-01-14
Adjust ScheduleDAGSDNodes::RegDefIter for patchpoints
Hal Finkel
1
-0
/
+8
2015-01-14
CodeGen support for x86_64 SEH catch handlers in LLVM
Reid Kleckner
9
-18
/
+276
2015-01-14
Debug Info: Implement DwarfCompileUnit::addComplexAddress() using
Adrian Prantl
1
-47
/
+14
2015-01-14
Debug Info: Emitting a register in DwarfExpression may fail. Report the
Adrian Prantl
3
-16
/
+26
2015-01-14
Debug Info: Move DIEDwarfExpression into DwarfExpression.h because it
Adrian Prantl
2
-14
/
+17
2015-01-14
Migrate ABIName to MCTargetOptions so that it can be shared between
Eric Christopher
1
-7
/
+0
2015-01-14
Debug Info: Don't bother emitting DW_AT_frame_base if the function has
Adrian Prantl
1
-1
/
+2
2015-01-14
Revert "Debug Info: Bail out of AddMachineRegPiece() if MachineReg is not a"
Adrian Prantl
1
-6
/
+0
2015-01-13
Debug Info: Bail out of AddMachineRegPiece() if MachineReg is not a
Adrian Prantl
1
-0
/
+6
2015-01-13
Debug Info: Move the complex expression handling (=the remainder) of
Adrian Prantl
4
-50
/
+95
2015-01-13
cleanup.
Adrian Prantl
1
-3
/
+2
2015-01-13
Document, cleanup, and clang-format DwarfExpression.h
Adrian Prantl
1
-12
/
+14
2015-01-13
Debug Info: Turn DIExpression::getFrameRegister() into an isFrameRegister()
Adrian Prantl
4
-8
/
+9
2015-01-13
DAGCombiner: simplify by using condition variables; NFC
Matthias Braun
2
-18
/
+15
2015-01-13
R600: Implement getRecipEstimate
Matt Arsenault
2
-1
/
+3
2015-01-13
[StackMaps] Use CurrentFnSymForSize
Hal Finkel
1
-1
/
+1
2015-01-13
[StackMaps] Mark in CallLoweringInfo when lowering a patchpoint
Hal Finkel
3
-4
/
+7
2015-01-13
[StackMaps] Allow the target to pre-process the live-out mask
Hal Finkel
1
-0
/
+2
2015-01-13
Added TLI hook for isFPExtFree. Some of the FMA combine heuristics are now gu...
Olivier Sallenave
1
-63
/
+70
2015-01-13
Peephole opt needs optimizeSelect() to keep track of newly created MIs
Mehdi Amini
1
-4
/
+13
2015-01-13
Rename llvm.recoverframeallocation to llvm.framerecover
Reid Kleckner
1
-3
/
+3
2015-01-13
Add the llvm.frameallocate and llvm.recoverframeallocation intrinsics
Reid Kleckner
5
-0
/
+90
2015-01-13
Combine fcmp + select to fminnum / fmaxnum if no nans and legal
Matt Arsenault
1
-0
/
+59
2015-01-13
Debug Info: Move support for constants into DwarfExpression.
Adrian Prantl
4
-37
/
+65
2015-01-12
Make DwarfExpression store the AsmPrinter instead of the TargetMachine.
Adrian Prantl
4
-17
/
+26
2015-01-12
remove extra semicolon
Adrian Prantl
1
-1
/
+1
2015-01-12
musttail: Only set the inreg flag for fastcall and vectorcall
Reid Kleckner
1
-3
/
+16
2015-01-12
Run clang-format on the parts of AsmPrinterDwarf where it improves the
Adrian Prantl
1
-12
/
+10
2015-01-12
Debug Info: Add a virtual destructor to DwarfExpression.
Adrian Prantl
1
-0
/
+1
2015-01-12
Untwine this expression. Thanks to David for noticing!
Adrian Prantl
1
-1
/
+1
2015-01-12
Debug Info: Implement DwarfUnit::addRegisterOpPiece() using DwarfExpression.
Adrian Prantl
2
-57
/
+4
2015-01-12
Debug Info: Implement DwarfUnit::addRegisterOffset using DwarfExpression.
Adrian Prantl
5
-16
/
+60
2015-01-12
Debug info: Factor out the creation of DWARF expressions from AsmPrinter
Adrian Prantl
4
-136
/
+251
[next]