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
2011-04-15
Increase SubtargetFeatureKV Value and Implies fields to 64 bits since some ta...
Evan Cheng
2011-04-15
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-13
Add an option to not print the alias of an instruction. It defaults to "print
Bill Wendling
2011-04-13
Recommit r129383. PreRA scheduler heuristic fixes: VRegCycle, TokenFactor lat...
Andrew Trick
2011-04-08
Change -arm-trap-func= into a non-arm specific option. Now Intrinsic::trap is...
Evan Cheng
2011-04-07
Change -arm-divmod-libcall to a target neutral option.
Evan Cheng
2011-04-02
Add a RemoveFromWorklist method to DCI. This is needed to do some complicated
Cameron Zwarich
2011-03-28
Integrated-As: Add support for setting the AllowTemporaryLabels flag via
Daniel Dunbar
2011-03-21
Fix unused param warning.
Eric Christopher
2011-03-21
We need to pass the TargetMachine object to the InstPrinter if we are printing
Bill Wendling
2011-03-21
Re-apply r127953 with fixes: eliminate empty return block if it has no predec...
Evan Cheng
2011-03-19
Revert r127953, "SimplifyCFG has stopped duplicating returns into predecessors
Daniel Dunbar
2011-03-19
SimplifyCFG has stopped duplicating returns into predecessors to canonicalize IR
Evan Cheng
2011-03-18
Beginnings of MC-JIT code generation.
Jim Grosbach
2011-03-17
Move more logic into getTypeForExtArgOrReturn.
Cameron Zwarich
2011-03-17
Rename getTypeForExtendedInteger() to getTypeForExtArgOrReturn().
Cameron Zwarich
2011-03-16
The x86-64 ABI says that a bool is only guaranteed to be sign-extended to a byte
Cameron Zwarich
2011-03-16
Add TargetData::fitsInLegalInteger().
Cameron Zwarich
2011-03-15
- Add "Bitcast" target instruction property for instructions which perform
Evan Cheng
2011-03-10
Re-commit 127368 and 127371. They are exonerated.
Evan Cheng
2011-03-09
Revert 127368 and 127371 for now.
Evan Cheng
2011-03-09
Restore the default implementation of getCrossCopyRegClass: no need for cross...
Evan Cheng
2011-03-09
Change the definition of TargetRegisterInfo::getCrossCopyRegClass to be more
Evan Cheng
2011-03-09
Add createELFObjectTargetWriter method to TargetAsmBackend, which enables con...
Jan Sjödin
2011-03-09
Add InitializeNativeAsmParser function.
Jan Sjödin
2011-03-07
Move getRegPressureLimit() from TargetLoweringInfo to TargetRegisterInfo.
Cameron Zwarich
2011-03-05
Missing "virtual" keyword. Jakob's review.
Andrew Trick
2011-03-05
Increased the register pressure limit on x86_64 from 8 to 12
Andrew Trick
2011-03-03
Allow a target to choose whether to prefer the scavenger emergency spill slot
Jim Grosbach
2011-03-03
Optimize fprintf -> iprintf if there are no floating point arguments
Richard Osborne
2011-03-03
Optimize sprintf -> siprintf if there are no floating point arguments
Richard Osborne
2011-03-03
Optimize printf -> iprintf if there are no floating point arguments
Richard Osborne
2011-02-28
Fix warning when building with clang++.
Owen Anderson
2011-02-28
Support for byval parameters on ARM. Will be enabled by a forthcoming
Stuart Hastings
2011-02-25
Allow targets to specify a the type of the RHS of a shift parameterized on th...
Owen Anderson
2011-02-24
Rewrite the vector part of getExtendedTypeAction to make it more
Duncan Sands
2011-02-18
add a way to disable all builtins, wire it up to opt's -disable-simplifylibca...
Chris Lattner
2011-02-18
add memset and memcpy, though they are always available for now.
Chris Lattner
2011-02-18
Add FixedLenDecoderEmitter, the skeleton of a new disassembler emitter for fi...
Owen Anderson
2011-02-18
introduce a new TargetLibraryInfo pass, which transformations can use to
Chris Lattner
2011-02-11
Remove std::string version of getNameWithPrefix.
Rafael Espindola
2011-02-10
Clean trailing whitespace.
Owen Anderson
2011-02-07
Implement support for custom target specific asm parsing of operands.
Bruno Cardoso Lopes
2011-02-04
MC/AsmMatcher: Add support for custom conversion functions.
Daniel Dunbar
2011-02-02
Given a pair of floating point load and store, if there are no other uses of
Evan Cheng
2011-02-02
Fix comment typo.
Bob Wilson
2011-01-27
Introduce virtual ParseRegister method in TargetAsmParser.
Roman Divacky
2011-01-26
[AVX] Add INSERT_SUBVECTOR and support it on x86. This provides a
David Greene
2011-01-26
[AVX] Support EXTRACT_SUBVECTOR on x86. This provides a default
David Greene
2011-01-25
[AVX] Fix a typo in the extract subvector type constraints to specify
David Greene
[prev]
[next]