index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Target
Age
Commit message (
Expand
)
Author
2013-10-11
Cherry-pick LLVM 187787 to prevent tail calls on x86-32 when not appropriate.
Jan Voung
2013-10-05
[MIPS] Define PnaclTargetArchitectureMips_32
Petar Jovanovic
2013-07-15
Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'
Eli Bendersky
2013-05-31
Apply LLVM upstream: r182877 - Enable FastISel on ARM for Linux and NaCl
JF Bastien
2013-04-22
Move C++ code out of the C headers and into either C++ headers
Eric Christopher
2013-04-21
Remove unused, undefined ArgFlagsTy::getArgFlagsString; add a comment about '...
Stephen Lin
2013-04-20
Remove unused ShouldFoldAtomicFences flag.
Tim Northover
2013-04-20
Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE.
Tim Northover
2013-04-20
Add CodeGen support for functions that always return arguments via a new para...
Stephen Lin
2013-04-18
[asm parser] Add support for predicating MnemonicAlias based on the assembler
Chad Rosier
2013-04-18
Fix comment spacing.
Chad Rosier
2013-04-07
TargetLowering: Fix getTypeConversion handling of extended vector types
Arnold Schwaighofer
2013-04-06
Add a comment to TargetInstrInfo about FoldImmediate
Hal Finkel
2013-04-05
Use the target options specified on a function to reset the back-end.
Bill Wendling
2013-04-05
Clean up some confusing language, and use more realistic examples.
Jakob Stoklund Olesen
2013-03-29
Remove the old CodePlacementOpt pass.
Benjamin Kramer
2013-03-15
Add SchedRW as an Instruction field.
Jakob Stoklund Olesen
2013-03-14
Add a new method which enables one to change register classes.
Reed Kotler
2013-03-14
MachineModel: Add a ProcResGroup class.
Andrew Trick
2013-03-14
Provide the register scavenger to processFunctionBeforeFrameFinalized
Hal Finkel
2013-03-13
Reset some of the target options which affect code generation.
Bill Wendling
2013-03-11
Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'
Eli Bendersky
2013-03-05
Add more functions to the TLI.
Meador Inge
2013-03-01
Fix PR10475
Michael Liao
2013-02-21
Move the eliminateCallFramePseudoInstr method from TargetRegisterInfo
Eli Bendersky
2013-02-20
Update TargetLowering ivars for name policy.
Jim Grosbach
2013-02-18
Support for HiPE-compatible code emission, patch by Yiannis Tsiouris.
Benjamin Kramer
2013-02-15
Use the 'target-features' and 'target-cpu' attributes to reset the subtarget ...
Bill Wendling
2013-02-14
Add deprecation of neverHasSideEffects to documentation comments.
Tim Northover
2013-02-12
Cleaned up some leftover legacy-JIT localmods.
Eli Bendersky
2013-01-31
[PEI] Pass the frame index operand number to the eliminateFrameIndex function.
Chad Rosier
2013-01-30
Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'
Derek Schuff
2013-01-28
Remove a localmod that's not being used in reality
Eli Bendersky
2013-01-24
Moving Cost Tables up to share with other targets
Renato Golin
2013-01-23
Initialize SSPBufferSize. PR14999. Patch by Vinson Lee.
Chad Rosier
2013-01-11
Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410'
Derek Schuff
2013-01-11
Split TargetLowering into a CodeGen and a SelectionDAG part.
Benjamin Kramer
2013-01-10
Fix include guards so they exactly match file names.
Jakub Staszak
2013-01-09
For some LLVM-as-library uses it is convenient to create a
David Tweed
2013-01-09
Refactor to expose RTLIB calls to targets.
Tim Northover
2013-01-09
MIsched: add an ILP window property to machine model.
Andrew Trick
2013-01-07
Sink AddrMode back into TargetLowering, removing one of the most
Chandler Carruth
2013-01-07
Switch TargetTransformInfo from an immutable analysis pass that requires
Chandler Carruth
2013-01-05
Refactor the ScalarTargetTransformInfo API for querying about the
Chandler Carruth
2013-01-04
LoopVectorizer:
Nadav Rotem
2013-01-03
Add a subtype parameter to VTTI::getShuffleCost
Hal Finkel
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-30
Remove the Function::getRetAttributes method in favor of using the AttributeS...
Bill Wendling
2012-12-27
DAGCombinerInformation: add a getter that exposes the dagcombine level.
Nadav Rotem
2012-12-27
Refactor DAGCombinerInfo. Change the different booleans that indicate if we a...
Nadav Rotem
[next]