projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
The 'optnone' attribute means don't inline anything into this function
[oota-llvm.git]
/
lib
/
CodeGen
/
2013-11-18
Alexey Samsonov
Revert r194865 and r194874.
tree
|
commitdiff
2013-11-17
David Blaikie
Remove unnecessary temporary construction.
tree
|
commitdiff
2013-11-17
David Blaikie
Remove redundant explicit default initialization.
tree
|
commitdiff
2013-11-17
David Blaikie
DwarfCompileUnit: Add type safety to createGlobalVariab...
tree
|
commitdiff
2013-11-17
Bill Wendling
Revert "Micro-optimization"
tree
|
commitdiff
2013-11-17
Benjamin Kramer
DAGCombiner: Partially revert r192795, getNOT was fixed...
tree
|
commitdiff
2013-11-17
Matt Arsenault
Use more getZExtOrTruncs
tree
|
commitdiff
2013-11-17
Matt Arsenault
Use getZExtOrTrunc instead of repeating the same logic.
tree
|
commitdiff
2013-11-17
Andrew Trick
Added a size field to the stack map record to handle...
tree
|
commitdiff
2013-11-17
Matt Arsenault
Use right address space pointer size
tree
|
commitdiff
2013-11-16
Matt Arsenault
Fix assert on unaligned access to global with different...
tree
|
commitdiff
2013-11-16
Matt Arsenault
Fix codegen for null different sized pointer.
tree
|
commitdiff
2013-11-16
David Blaikie
DwarfCompileUnit: Push type safety of DIDescriptor...
tree
|
commitdiff
2013-11-16
David Blaikie
DwarfCompileUnit: Remove unnecessary OwningPtr<T>:...
tree
|
commitdiff
2013-11-16
Eric Christopher
For dwarf4 use the correct form for referencing debug_l...
tree
|
commitdiff
2013-11-15
David Blaikie
DwarfCompileUnit: Add type safety to CompileUnit::getNo...
tree
|
commitdiff
2013-11-15
David Blaikie
DwarfCompileUnit: Add type safety by using DICompileUni...
tree
|
commitdiff
2013-11-15
David Blaikie
DwarfCompileUnit: Simplify getLanguage() calls to use...
tree
|
commitdiff
2013-11-15
Adrian Prantl
Replace the dangling context hotfix with an assertion.
tree
|
commitdiff
2013-11-15
David Blaikie
DwarfDebug: Push DISubprogram through updateSubprogramS...
tree
|
commitdiff
2013-11-15
David Blaikie
DwarfCompileUnit: Push DIDescriptors through a getDIE...
tree
|
commitdiff
2013-11-15
David Blaikie
DwarfCompileUnit: Push DIDescriptor usage out from...
tree
|
commitdiff
2013-11-15
Juergen Ributzka
[weak vtables] Remove a bunch of weak vtables
tree
|
commitdiff
2013-11-15
Matt Arsenault
Fix confusing machine verifier error.
tree
|
commitdiff
2013-11-15
Adrian Prantl
Reimplement r194843 in a slightly less broken way.
tree
|
commitdiff
2013-11-15
Adrian Prantl
Restore the behaviour from before r194728.
tree
|
commitdiff
2013-11-15
Bob Wilson
Avoid illegal integer promotion in fastisel
tree
|
commitdiff
2013-11-15
Daniel Sanders
Fix illegal DAG produced by SelectionDAG::getConstant...
tree
|
commitdiff
2013-11-15
Matt Arsenault
Add target hook to prevent folding some bitcasted loads.
tree
|
commitdiff
2013-11-15
Eric Christopher
Use a reference rather than a pointer as we don't expec...
tree
|
commitdiff
2013-11-15
Matt Arsenault
Add addrspacecast instruction.
tree
|
commitdiff
2013-11-14
Andrew Trick
When folding memory operands, preserve existing Machine...
tree
|
commitdiff
2013-11-14
David Blaikie
DebugInfo: Simplify/narrow null-check for getOrCreateType
tree
|
commitdiff
2013-11-14
David Blaikie
DwarfCompileUnit::getOrCreateContext: Return the compil...
tree
|
commitdiff
2013-11-14
David Blaikie
Remove unnecessary 'else' after return.
tree
|
commitdiff
2013-11-14
Rafael Espindola
Error if we see an alias to a declaration.
tree
|
commitdiff
2013-11-14
Andrew Trick
Minor extension to llvm.experimental.patchpoint: don...
tree
|
commitdiff
2013-11-13
David Blaikie
DIEHash: Move header include to be first in the impleme...
tree
|
commitdiff
2013-11-13
Juergen Ributzka
SelectionDAG: Teach the legalizer to split SETCC if...
tree
|
commitdiff
2013-11-13
Aaron Ballman
Replacing HUGE_VALF with llvm::huge_valf in order to...
tree
|
commitdiff
2013-11-11
Arnaud A. de Grand...
CalcSpillWeights: allow overidding the spill weight...
tree
|
commitdiff
2013-11-11
Arnaud A. de Grand...
CalcSpillWeights: give a better describing name to...
tree
|
commitdiff
2013-11-11
Eric Christopher
Unify the adding of enumerators with the construction...
tree
|
commitdiff
2013-11-11
Eric Christopher
Formatting.
tree
|
commitdiff
2013-11-11
Eric Christopher
80-col.
tree
|
commitdiff
2013-11-11
Eric Christopher
Just pass the DIComposite type by value instead of...
tree
|
commitdiff
2013-11-11
Daniel Sanders
Vector forms of SHL, SRA, and SRL can be constant folde...
tree
|
commitdiff
2013-11-10
Arnaud A. de Grand...
CalculateSpillWeights does not need to be a pass
tree
|
commitdiff
2013-11-10
Matt Arsenault
Use type form of getIntPtrType.
tree
|
commitdiff
2013-11-09
Lang Hames
Re-apply r194300 with fixes for warnings.
tree
|
commitdiff
2013-11-09
Nick Lewycky
Revert r194300 which broke the build.
tree
|
commitdiff
2013-11-09
Juergen Ributzka
[Stackmap] Materialize the jump address within the...
tree
|
commitdiff
2013-11-09
Lang Hames
Rewrite the PBQP graph data structure.
tree
|
commitdiff
2013-11-08
Juergen Ributzka
[Stackmap] Add AnyReg calling convention support for...
tree
|
commitdiff
2013-11-08
Pedro Artigas
increase the accuracy of register pressure computation...
tree
|
commitdiff
2013-11-08
Lang Hames
Fix some minor issues with r194282 to get the tree...
tree
|
commitdiff
2013-11-08
Lang Hames
Add a method to get the object-file appropriate stack...
tree
|
commitdiff
2013-11-08
Arnaud A. de Grand...
Revert "CalculateSpillWeights does not need to be a...
tree
|
commitdiff
2013-11-08
Quentin Colombet
[VirtRegMap] Fix for PR17825. Do not ignore noreturn...
tree
|
commitdiff
2013-11-08
Arnaud A. de Grand...
CalculateSpillWeights does not need to be a pass
tree
|
commitdiff
2013-11-08
Arnaud A. de Grand...
CalculateSpillWeights cleanup: remove unneeded includes
tree
|
commitdiff
2013-11-05
Andrew Trick
Slightly change the way stackmap and patchpoint intrins...
tree
|
commitdiff
2013-11-01
Eric Christopher
Comment some and reformat for clarity beginFunction.
tree
|
commitdiff
2013-11-01
Juergen Ributzka
[Stackmap] Remove erroneous assert.
tree
|
commitdiff
2013-11-01
Rafael Espindola
Remove linkonce_odr_auto_hide.
tree
|
commitdiff
2013-11-01
Aaron Ballman
Commenting out this assert because it is causing the...
tree
|
commitdiff
2013-11-01
Aaron Ballman
Fixing an order of evaluation error in an assert.
tree
|
commitdiff
2013-11-01
David Blaikie
DebugInfo: Emit member variable locations as data inste...
tree
|
commitdiff
2013-10-31
Andrew Trick
Unused variable
tree
|
commitdiff
2013-10-31
Andrew Trick
Add support for stack map generation in the X86 backend.
tree
|
commitdiff
2013-10-31
Manman Ren
Debug Info: remove duplication of DIEs when a DIE can...
tree
|
commitdiff
2013-10-31
Andrew Trick
Lower stackmap intrinsics directly to their target...
tree
|
commitdiff
2013-10-31
Andrew Trick
whitespace
tree
|
commitdiff
2013-10-31
Rafael Espindola
Remove the --shrink-wrap option.
tree
|
commitdiff
2013-10-31
Jim Grosbach
Legalize: Improve legalization of long vector extends.
tree
|
commitdiff
2013-10-30
Matt Arsenault
Fix CodeGen for unaligned loads with address spaces
tree
|
commitdiff
2013-10-30
Rafael Espindola
Produce .weak_def_can_be_hidden for some linkonce_odr...
tree
|
commitdiff
2013-10-30
David Blaikie
DebugInfo: Push header handling down into CompileUnit
tree
|
commitdiff
2013-10-30
David Blaikie
DwarfDebug: Change Abbreviations member from pointer...
tree
|
commitdiff
2013-10-30
Juergen Ributzka
Revert "SelectionDAG: Teach the legalizer to split...
tree
|
commitdiff
2013-10-30
Juergen Ributzka
SelectionDAG: Teach the legalizer to split SETCC if...
tree
|
commitdiff
2013-10-30
Josh Magee
Reformat code with clang-format.
tree
|
commitdiff
2013-10-29
Manman Ren
Debug Info: code clean up.
tree
|
commitdiff
2013-10-29
Manman Ren
Debug Info: support for DW_FORM_ref_addr.
tree
|
commitdiff
2013-10-29
Manman Ren
Debug Info: instead of calling addToContextOwner which...
tree
|
commitdiff
2013-10-29
Josh Magee
[stackprotector] Update the StackProtector pass to...
tree
|
commitdiff
2013-10-29
Rafael Espindola
Move getSymbol to TargetLoweringObjectFile.
tree
|
commitdiff
2013-10-29
Rafael Espindola
Add a helper getSymbol to AsmPrinter.
tree
|
commitdiff
2013-10-29
Manman Ren
Debug Info: instead of calling addToContextOwner which...
tree
|
commitdiff
2013-10-29
Alp Toker
Fix "existant" typos
tree
|
commitdiff
2013-10-29
Manman Ren
Debug Info: use createAndAddDIE to wrap around "new...
tree
|
commitdiff
2013-10-29
Manman Ren
Debug Info: use createAndAddDIE for newly-created Subpr...
tree
|
commitdiff
2013-10-29
Manman Ren
Debug Info: add a helper function createAndAddDIE.
tree
|
commitdiff
2013-10-28
Richard Sandiford
[DAGCombiner] Respect volatility when checking for...
tree
|
commitdiff
2013-10-28
Richard Sandiford
Keep TBAA info when rewriting SelectionDAG loads and...
tree
|
commitdiff
2013-10-25
David Blaikie
DIEHash: Summary hashing of member functions
tree
|
commitdiff
2013-10-25
David Blaikie
DIEHash: Summary hashing of nested types
tree
|
commitdiff
2013-10-25
Tim Northover
LegalizeDAG: allow libcalls for max/min atomic operations
tree
|
commitdiff
2013-10-25
Nadav Rotem
Optimize concat_vectors(X, undef) -> scalar_to_vector(X).
tree
|
commitdiff
2013-10-24
David Blaikie
MCStreamer: Reimplement the virtual EmitRawText as...
tree
|
commitdiff
next