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-12-20
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-19
Add a if-conversion optimization that allows 'true' side of a diamond to be
Evan Cheng
2011-12-19
Add "using" to silence warnings.
Eli Friedman
2011-12-19
Attempt to fix PR11607 by shuffling around which class defines which methods.
Eli Friedman
2011-12-19
Emit a getMatchingSuperRegClass() implementation for every target.
Jakob Stoklund Olesen
2011-12-14
Model ARM predicated write as read-mod-write. e.g.
Evan Cheng
2011-12-14
Allow target to specify register output dependency. Still default to one.
Evan Cheng
2011-12-13
Initial CodeGen support for CTTZ/CTLZ where a zero input produces an
Chandler Carruth
2011-12-10
Minimize #include's and forward-declares in Target.
Nick Lewycky
2011-12-09
Move isUnpredicatedTerminator() default implementation to TargetInstrInfoImpl...
Evan Cheng
2011-12-08
Enhance both TargetLibraryInfo and SelectionDAGBuilder so that the latter can...
Owen Anderson
2011-12-06
Extend AsmMatcher token literal matching to allow aliasing.
Jim Grosbach
2011-12-06
First chunk of MachineInstr bundle support.
Evan Cheng
2011-12-05
Add support for vectors of pointers.
Nadav Rotem
2011-12-02
Move global variables in TargetMachine into new TargetOptions class. As an API
Nick Lewycky
2011-12-02
TargetMachine: document unnamed bool argument
Dylan Noblesmith
2011-12-01
Add a few more functions to TargetLibraryInfo. More of rdar://10500969.
Chad Rosier
2011-11-30
Add a few functions to TargetLibraryInfo.
Chad Rosier
2011-11-30
Alphabetize TargetLibraryInfo enum and fix doxygen comments. No functional
Chad Rosier
2011-11-29
Add support for sqrt, sqrtl, and sqrtf in TargetLibraryInfo. Disable
Chad Rosier
2011-11-17
Add support for custom names for library functions in TargetLibraryInfo. Add...
Eli Friedman
2011-11-16
Sink codegen optimization level into MCCodeGenInfo along side relocation model
Evan Cheng
2011-11-15
Break false dependencies before partial register updates.
Jakob Stoklund Olesen
2011-11-13
Fix comment for LegalizeTypeAction enum.
Craig Topper
2011-11-07
Don't introduce custom nodes after legalization in TargetLowering::BuildSDIV()
Richard Osborne
2011-11-04
Add missing includes/decls.
Eli Friedman
2011-10-26
Rename NonScalarIntSafe to something more appropriate.
Lang Hames
2011-10-24
Delete the Latency scheduling preference.
Dan Gohman
2011-10-20
Haven't yet found a nice way to handle TargetData verification in the
Lang Hames
2011-10-20
Comment out or remove unused parameter names so as to avoid a slew of
Duncan Sands
2011-10-18
Use ARM/t2PseudoInst class from ARM/Thumb2 special adds/subs patterns.
Andrew Trick
2011-10-18
whitespace
Andrew Trick
2011-10-18
Backing out patch. Will refactor to remove the AsmParser dependency on Target.
Lang Hames
2011-10-17
Re-applying the target data layout verification patch from r142288, plus appr...
Lang Hames
2011-10-17
Add support for a new extension to the .file directive:
Nick Lewycky
2011-10-17
142288 broke the build:
Rafael Espindola
2011-10-17
Validate target data layout strings.
Lang Hames
2011-10-17
Add comments to TargetLowering.h indicating that the set*Alignment functions ...
Hal Finkel
2011-10-11
improve some of the documentation around target data layout strings.
Chris Lattner
2011-10-10
Add a natural stack alignment field to TargetData, and prevent InstCombine from
Lang Hames
2011-10-10
Mark the standard pseudos as isPseudo = 1.
Jakob Stoklund Olesen
2011-10-06
Cosmetic change.
Evan Cheng
2011-10-06
Remove the TRI::getSubRegisterRegClass() hook.
Jakob Stoklund Olesen
2011-10-05
Add TRI::getSubClassWithSubReg(RC, Idx) function.
Jakob Stoklund Olesen
2011-09-30
Store sub-class lists as a bit vector.
Jakob Stoklund Olesen
2011-09-30
Move getCommonSubClass() into TRI.
Jakob Stoklund Olesen
2011-09-29
Expand the x86 V_SET0* pseudos right after register allocation.
Jakob Stoklund Olesen
2011-09-27
Promote the X86 Get/SetSSEDomain functions to TargetInstrInfo.
Jakob Stoklund Olesen
2011-09-25
Add target hook for pseudo instruction expansion.
Jakob Stoklund Olesen
2011-09-21
Lower ARM adds/subs to add/sub after adding optional CPSR operand.
Andrew Trick
[prev]
[next]