projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
AsmWriter: MDSubprogram: Recognize DW_VIRTUALITY in 'virtuality'
[oota-llvm.git]
/
lib
/
CodeGen
/
2015-02-12
Rafael Espindola
Add support for having multiple sections with the same...
tree
|
commitdiff
2015-02-12
Hal Finkel
[SDAG] Don't try to use FP_EXTEND/FP_ROUND for int...
tree
|
commitdiff
2015-02-12
Rafael Espindola
On ELF, put PIC jump tables in a non executable section.
tree
|
commitdiff
2015-02-12
Rafael Espindola
Put each jump table in an independent section if the...
tree
|
commitdiff
2015-02-12
Benjamin Kramer
MathExtras: Bring Count(Trailing|Leading)Ones and Count...
tree
|
commitdiff
2015-02-12
Ahmed Bougacha
[CodeGen] Don't blindly combine (fp_round (fp_round...
tree
|
commitdiff
2015-02-11
Jonas Paulsson
Fix SelectionDAG compile time issue with alias analysis.
tree
|
commitdiff
2015-02-11
Rafael Espindola
Don't repeat name in comment and clang-format a function.
tree
|
commitdiff
2015-02-11
Arnaud A. de Grand...
[PBQP] Cautiously update edge costs in the solver
tree
|
commitdiff
2015-02-11
Zachary Turner
Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
tree
|
commitdiff
2015-02-11
Reid Kleckner
Don't promote asynch EH invokes of nounwind functions...
tree
|
commitdiff
2015-02-10
Petar Jovanovic
Fix makeLibCall argument (signed) in SoftenFloatRes_XIN...
tree
|
commitdiff
2015-02-10
Adrian Prantl
Debug Info: Support variables that are described by...
tree
|
commitdiff
2015-02-10
Adrian Prantl
Fix indentation.
tree
|
commitdiff
2015-02-10
Andrew Kaylor
Adding support for llvm.eh.begincatch and llvm.eh.endca...
tree
|
commitdiff
2015-02-10
Jonas Paulsson
Two comment typo fixes in lib/CodeGen/SelectionDAG...
tree
|
commitdiff
2015-02-10
Jonas Paulsson
Bugfix for missed dependency from store to load in...
tree
|
commitdiff
2015-02-10
Chandler Carruth
[x86] Fix PR22524: the DAG combiner was incorrectly...
tree
|
commitdiff
2015-02-09
Adrian Prantl
Debug info: Use DW_OP_bit_piece instead of DW_OP_piece...
tree
|
commitdiff
2015-02-09
Duncan P. N. Exon...
DebugInfo: Remove DW_TAG_constant
tree
|
commitdiff
2015-02-07
Benjamin Kramer
Move DebugLocs around instead of copying.
tree
|
commitdiff
2015-02-07
Bruce Mitchener
Add more DWARF 5 language constants.
tree
|
commitdiff
2015-02-06
Quentin Colombet
[LiveIntervalAnalysis] Speed up creation of live ranges...
tree
|
commitdiff
2015-02-06
Matthias Braun
LiveInterval: Fix SubRange memory leak.
tree
|
commitdiff
2015-02-06
Arnaud A. de Grand...
[PBQP] Fix comment wording. NFC
tree
|
commitdiff
2015-02-05
Daniel Jasper
Small cleanup of MachineLICM.cpp
tree
|
commitdiff
2015-02-05
Ahmed Bougacha
[CodeGen] Add hook/combine to form vector extloads...
tree
|
commitdiff
2015-02-05
Rafael Espindola
Add a FIXME.
tree
|
commitdiff
2015-02-04
Rafael Espindola
Don' try to make sections in comdats SHF_MERGE.
tree
|
commitdiff
2015-02-04
Matthias Braun
MachineCSE: Clear dead-def flag on CSE.
tree
|
commitdiff
2015-02-04
Michael Kuperstein
Fixes a bug in vector load legalization that confused...
tree
|
commitdiff
2015-02-04
Owen Anderson
Remove a gross usage of environment variables in Machin...
tree
|
commitdiff
2015-02-03
Arnaud A. de Grand...
[PBQP] Provide more information in the debug prints
tree
|
commitdiff
2015-02-03
Eric Christopher
Only access TLOF via the TargetMachine, not TargetLowering.
tree
|
commitdiff
2015-02-03
Lang Hames
[PBQP Regalloc] Pre-spill vregs that have no legal...
tree
|
commitdiff
2015-02-02
Rafael Espindola
Move simple case earlier and use a continue.
tree
|
commitdiff
2015-02-02
Adrian Prantl
Debug Info: Relax assertion in isUnsignedDIType() to...
tree
|
commitdiff
2015-02-01
Michael Kuperstein
[X86] Convert esp-relative movs of function arguments...
tree
|
commitdiff
2015-02-01
Michael Kuperstein
Revert r227728 due to bad line endings.
tree
|
commitdiff
2015-02-01
Chandler Carruth
[multiversion] Switch the TTI queries from TargetMachin...
tree
|
commitdiff
2015-02-01
Chandler Carruth
[multiversion] Remove the cached TargetMachine pointer...
tree
|
commitdiff
2015-02-01
Chandler Carruth
[multiversion] Switch all of the targets over to use the
tree
|
commitdiff
2015-02-01
Chandler Carruth
[multiversion] Implement the old pass manager's TTI...
tree
|
commitdiff
2015-02-01
Chandler Carruth
[multiversion] Thread a function argument through all...
tree
|
commitdiff
2015-02-01
Michael Kuperstein
[X86] Convert esp-relative movs of function arguments...
tree
|
commitdiff
2015-01-31
Chandler Carruth
[PM] Switch the TargetMachine interface from accepting...
tree
|
commitdiff
2015-01-31
Chandler Carruth
[PM] Change the core design of the TTI analysis to...
tree
|
commitdiff
2015-01-30
Alexey Samsonov
Fix memory leak in WinEHPrepare introduced in r227405.
tree
|
commitdiff
2015-01-29
Reid Kleckner
Update comments to use unreachable instead of llvm...
tree
|
commitdiff
2015-01-29
Rafael Espindola
Compute the ELF SectionKind from the flags.
tree
|
commitdiff
2015-01-29
Rafael Espindola
Use isMergeableConst now that it is sane.
tree
|
commitdiff
2015-01-29
Rafael Espindola
Remove MergeableConst.
tree
|
commitdiff
2015-01-29
Benjamin Kramer
EHPrepare: Remove leftover initialization code for...
tree
|
commitdiff
2015-01-29
Rafael Espindola
Use enum values. NFC.
tree
|
commitdiff
2015-01-29
Rafael Espindola
Don't create multiple mergeable sections with -fdata...
tree
|
commitdiff
2015-01-29
Chandler Carruth
Remove an unused private field added r227405 to fix...
tree
|
commitdiff
2015-01-29
Reid Kleckner
Remove unused variable
tree
|
commitdiff
2015-01-29
Reid Kleckner
Add a Windows EH preparation pass that zaps resumes
tree
|
commitdiff
2015-01-28
Manuel Jacob
Add nullptr checks for TargetSelectionDAGInfo in Select...
tree
|
commitdiff
2015-01-28
Philip Reames
Remove gc.root's performCustomLowering
tree
|
commitdiff
2015-01-28
Rafael Espindola
Simplify code. NFC.
tree
|
commitdiff
2015-01-28
Hal Finkel
Correct the AggressiveAntiDepBreaker's handling of...
tree
|
commitdiff
2015-01-28
Chandler Carruth
[LPM] Stop using the string based preservation API...
tree
|
commitdiff
2015-01-28
David Blaikie
Add description to assert
tree
|
commitdiff
2015-01-28
David Blaikie
PR22356: DebugInfo: Handle the size of a member where...
tree
|
commitdiff
2015-01-27
Quentin Colombet
Revert r227242 - Merge vector stores into wider vector...
tree
|
commitdiff
2015-01-27
Sanjay Patel
remove function names from comments; NFC
tree
|
commitdiff
2015-01-27
Sanjay Patel
fix typos; NFC
tree
|
commitdiff
2015-01-27
Sanjay Patel
Merge vector stores into wider vector stores (PR21711)
tree
|
commitdiff
2015-01-27
Manuel Jacob
Add a FIXME in SelectionDAGBuilder before an assert...
tree
|
commitdiff
2015-01-27
Eric Christopher
Replace some uses of getSubtargetImpl with the cached...
tree
|
commitdiff
2015-01-27
Eric Christopher
Have the PBQP register allocator use the subtarget...
tree
|
commitdiff
2015-01-27
Eric Christopher
Fix build failure with pointer vs reference.
tree
|
commitdiff
2015-01-27
Eric Christopher
Update a few calls to getSubtarget<> to either be getSu...
tree
|
commitdiff
2015-01-27
Eric Christopher
The subtarget is cached on the MachineFunction. Access...
tree
|
commitdiff
2015-01-27
Eric Christopher
MachineRegisterInfo can access TII off of the MachineFu...
tree
|
commitdiff
2015-01-27
Eric Christopher
Migrate AtomicExpandPass and DwarfEHPrepare to using...
tree
|
commitdiff
2015-01-27
Eric Christopher
Migrate CodeGenPrepare to use the Function based getSub...
tree
|
commitdiff
2015-01-27
Eric Christopher
Grab the TargetLowering info from the DAG rather than...
tree
|
commitdiff
2015-01-26
Eric Christopher
Cache the lookup of TargetLowering in the atomic expand...
tree
|
commitdiff
2015-01-26
Ahmed Bougacha
[SelectionDAG] Fix assert message copypasta. NFC.
tree
|
commitdiff
2015-01-26
Eric Christopher
Move DataLayout back to the TargetMachine from TargetSu...
tree
|
commitdiff
2015-01-26
Philip Reames
Revert GCStrategy ownership changes
tree
|
commitdiff
2015-01-25
Adrian Prantl
Debug info: Fix PR22296 by omitting the DW_AT_location...
tree
|
commitdiff
2015-01-25
Elena Demikhovsky
Implemented cost model for masked load/store operations.
tree
|
commitdiff
2015-01-24
Saleem Abdulrasool
CodeGen: drive-by formatting clean ups
tree
|
commitdiff
2015-01-24
Andrea Di Biagio
[DAG] Fix wrong canonicalization performed on shuffle...
tree
|
commitdiff
2015-01-23
Reid Kleckner
Fix assertion when C++ EH filters are present in functi...
tree
|
commitdiff
2015-01-23
Adrian Prantl
Address more review comments for DIExpression::iterator.
tree
|
commitdiff
2015-01-23
Adrian Prantl
Move the accessor functions from DIExpression::iterato...
tree
|
commitdiff
2015-01-23
Reid Kleckner
Classify functions by EH personality type rather than...
tree
|
commitdiff
2015-01-23
Adrian Prantl
Debug Info / PR22309: Allow union types to be emitted...
tree
|
commitdiff
2015-01-23
Mehdi Amini
DAGCombine: always constant fold FMA when target disabl...
tree
|
commitdiff
2015-01-22
Jan Vesely
SelectionDAG: Add KnownBits and SignBits computation...
tree
|
commitdiff
2015-01-22
Ramkumar Ramachandra
Intrinsics: introduce llvm_any_ty aka ValueType Any
tree
|
commitdiff
2015-01-22
Sanjay Patel
merge consecutive stores of extracted vector elements...
tree
|
commitdiff
2015-01-22
David Blaikie
Revert "PR21408: Workaround the appearance of duplicate...
tree
|
commitdiff
2015-01-22
Adrian Prantl
Rename DIExpressionIterator to DIExpression::iterator.
tree
|
commitdiff
2015-01-22
Michael Kuperstein
[DAGCombine] Produce better code for constant splats
tree
|
commitdiff
2015-01-22
Michael Kuperstein
Revert r226811, MSVC accepts code sane compilers don't.
tree
|
commitdiff
next